/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);
@import url(https://fonts.googleapis.com/css?family=Signika:400,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700italic);
body {
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #636363;
	overflow-X:hidden;
}
h1, h2, h3, h4, h5, h6, ol, ul, li {
	display: block;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	font-weight: 300;
	color: #383838;
}
img {
	border: none;
}
table {
	margin: 0;
	padding: 0;
	border: none;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #e23f44;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.top-part {
	font-family: 'Oswald', sans-serif;
	padding: 15px 0px;	background-color: #333; 
}
.top-part p {
	text-align: right;
	font-size: 24px;
	text-transform: capitalize;
	color: #fff; 
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 12px;
}
.top-part span {
	color: #5effd5;
	font-weight: 700;
}

.top-new-logo {
  margin-top: 20px;
}


.ani {
}
.ani img {
	width: 100%;
}
.four-boxes {
	padding: 30px 0px 50px 0px;
}
.title{
	display:block;
	width:100%;
	font-size:25px;
	text-align:center;
	margin-bottom:60px

}

.boxes img {
  width: 100%;
}


@media (min-width: 700px) {
  #crimage { display: none; } 

}


.title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	color: #2c6b10;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 60px;
	position: relative;
	font-weight: 900;
}
.title:after {
	content: '';
	display: block;
	width: 5%;
	height: 5px;
	margin: 0px auto;
	right: 0;
	left: 0;
	background: #292936;
	bottom: 0px;
	position: absolute;
}
.title1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	color: #2c6b10;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 40px;
	position: relative;
	font-weight: 900;
	text-align:center;
}
.title1:after {
	content: '';
	display: block;
	width: 5%;
	height: 5px;
	margin: 0px auto;
	right: 0;
	left: 0;
	background: #292936;
	bottom: 0px;
	position: absolute;
}

.title2 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	color: #F8C957;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 30px;
	position: relative;
	font-weight: 900;
	text-align:center;
}
.title2:after {
	content: '';
	display: block;
	width: 5%;
	height: 5px;
	margin: 0px auto;
	right: 0;
	left: 0;
	background: #292936;
	bottom: 0px;
	position: absolute;
}



.boxes {
	position: relative;
	border-top: 5px solid #0075C9;

	margin-bottom: 100px;
}
.boxes .icon-top {
	height: 100px;
	width: 100px;
	margin: 0px auto;
	display: table;
	text-align: center;
	background: #0075C9;
	top: -50px;
	right: 0;
	left: 0;
	border-radius: 50%;
	position: absolute;
	line-height: 100px;
	font-size: 45px;
	color: #fff;
}
.boxes-text {
	text-align: center;
	padding: 20px;
}
.boxes-text samp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.boxes-text span {
	font-family: 'Oswald', sans-serif;
	color: #0075C9;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}
.boxes-text p {
}

.boxes-text p a {
    background: none !important;
    font-size: 15px;
    padding: 0px;
    color: #3498DB;
    font-weight: 100 !important;
    font-family: 'Signika', sans-serif;
	margin:0px;
}



.boxes-text a {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	background: #0075C9;
	padding: 10px 50px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	border-radius: 50px;
	margin-bottom:15px;
	margin-top:15px;
}
.boxes-b0 {
	margin-bottom: 0px;
}
.one {
	border: 1px solid #ea832a;
}
.one .icon-top {
	background: #ea832a;
}
.one span {
	color: #ea832a;
}
.one a {
	background: #ea832a;
}
.two {
	border: 1px solid #3498DB;
}
.two .icon-top {
	background: #3498DB;
}
.two span {
	color: #3498DB;
}
.two a {
	background: #ea832a;
}
.three {
	border: 1px solid #F8C957;
}
.three .icon-top {
	background: #F8C957;
}
.three span {
	color: #F8C957;
}
.three a {
	background: #ea832a;
}
.four {
	border: 1px solid #37B7B5;
}
.four .icon-top {
	background: #37B7B5;
}
.four span {
	color: #37B7B5;
}
.four a {
	background: #ea832a;
}
.content {
	background: #f1f1f1;
	padding: 20px 0px;
}
.content img{
	width:100%;
}
.main h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #1B2959;
	border-bottom: 1px solid #1B2959;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.main h1:after {
	width: 20%;
	height: 5px;
	content: '';
	position: absolute;
	display: block;
	background: #6CAB02;
	bottom: -1px;
}
.main h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #3498DB;
	border-bottom: 1px solid #1B2959;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height:27px;
}
.main h2:after {
	width: 15%;
	height: 5px;
	content: '';
	position: absolute;
	display: block;
	background:#3498DB;
	bottom: -1px;
}
.main h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.main h6:after {
	width: 20%;
	height: 5px;
	content: '';
	position: absolute;
	display: block;
	background: #6cab02;
	bottom: -1px;
}
.content p {
}
.one-ul ul {
	display: block;
	float: left;
	width: 100%;
}
.one-ul li {
	position: relative;
	padding-left: 20px;
	display: block;
	float: left;
	width: 100%;
	font-weight: 300;
	margin-bottom: 7px;
}
.one-ul li:after {
	content: "\f0a3";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #6CAB02;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}
.process {
	padding: 35px 0px;
}
.process-box {
	position: relative;
}
.process-box .feature-icon {
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: #ea832a;
	border-radius: 50%;
	cursor: pointer;
	font-size: 40px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100px;
	margin: 0px auto;
}
.process-box .feature-icon-inverse {
	-webkit-transition: bottom 0.2s linear, margin-top 0.2s linear;
	-moz-transition: bottom 0.2s linear, margin-top 0.2s linear;
	-o-transition: bottom 0.2s linear, margin-top 0.2s linear;
	transition: bottom 0.2s linear, margin-top 0.2s linear;
	bottom: 100px;
	color: #ea832a;
	height: 100px;
	position: absolute;
	width: 100px;
}
.process-box .feature-icon-normal {
	-webkit-transition: bottom 0.2s linear;
	-moz-transition: bottom 0.2s linear;
	-o-transition: bottom 0.2s linear;
	transition: bottom 0.2s linear;
	bottom: 0px;
	color: #fff;
	height: 100px;
	left: 0px;
	position: absolute;
	width: 100px;
}
.process-box:hover .feature-icon {
	color: #fff;
}
.process-box:hover .feature-icon-normal {
	bottom: -100px;
}
.process-box:hover .feature-icon-inverse {
	bottom: 0px;
	color: #6CAB02;
	background: #1b2959;
}
.process-box span {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 22px;
	display: block;
	margin: 15px 0px;
	color: #1b2959;
}

.process-box p {
	text-align: center;
}
.testimonials {
	background: #095288;
	padding:25px 0px;
}
.testimonials-box {
	padding-top:30px;
	padding-left:70px;
	position:relative;
	text-align: center;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.testimonials-box:after{
	left:0px;
	top:-5px;
 	content: "\f10d";
	font-family: FontAwesome;
	font-size:60px;
	color:rgba(255,255,255,0.5);
	margin:0px 5px;
	position:absolute;	
}
.testimonials-box:hover a {
	color: #fff;
	background: #1B2959;
}
.testimonials-box span {
	color: #6cab02;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	margin: 0px 0 15px 0;
	text-transform: capitalize;
	float:left;
	text-align:left;
}
.testimonials-box samp{
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:14px;
	margin-left:15px;
	font-weight:200;
}
.testimonials-box p {
	color: #f1f1f1;
	font-size:24px;
	float:left;
	text-align:left;
	line-height: 31px;
	min-height:100px;  
}
.testimonials-box a {
	color: #1B2959;
	font-size: 16px;
	background: rgba(255,255,255,0.5);
	padding: 8px 20px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 50px;
}
.testimonials-box a:hover {
	color: #fff;
	background: #1B2959;
}
.in-page #wowslider-container1 a.ws_next, .in-page #wowslider-container1 a.ws_prev{
	display:none;
}
.in-page #wowslider-container1 .ws-title{
	top:35%;	
}
.in-page{
	position:relative;	
}
.in-page img{
	width:100%;
}

.in-page-box{
position: absolute;
top: 25%;
 width: 80%;
 right:0;
 left:0;
 display:table;
 margin:0px auto;
}
.in-page samp {
  color: #bcfb52;
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position:relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
.in-page p {
  color: #fff;
  display: block;
  font-family: "Signika",sans-serif;
  font-size: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}


.in-page samp:after {
	content: '';
	display: block;
	width: 10%;
	height: 5px;
	margin: 0px auto;
	right: 0;
	left: 0;
	background:#bcfb52;
	bottom: 0px;
	position: absolute;
}
.inner-top{
	padding:45px 0px;	
}
.inner-top-right p{
	text-align:justify;
	font-size:16px;		
}

.top-form {
  background: rgba(0, 0, 0, 0) url("../images/form-bg.jpg") scroll center top;
  margin-top: 0px;
  padding: 0;
  width: 100%;
}
.top-form span {
  background: #6CAB02 none repeat scroll 0 0;
  border-left:20px solid #293768;
  border-right: 20px solid #273566;
  color: #1B2936;
  display: block;
  font-family: "Lora",serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
}
.top-form p {
background: #6CAB02 none repeat scroll 0 0;
  border-left:20px solid #293768;
  border-right: 20px solid #273566;
  color: #ffffff;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0  10px 0;
  text-align: center;
  margin:0px;
}
.shdow-fr {
  background: rgba(0, 0, 0, 0) url("../images/top-shdow-f.png") no-repeat scroll center bottom;
  height: 26px;
  width: 100%;
}
.top-form form {
 /* background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.2) 80%) repeat scroll 0 0;*/
  margin: -26px 20px 20px;
  padding: 15px;
}
.top-form form label {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.top-form form input {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
}
.top-form form input:focus {
	box-shadow:none;
}
.top-form form button::after {
  background: #1B2936 none repeat scroll 0 0;
  border-left: 10px solid #6CAB02;
  border-radius: 10px 0 0 10px;
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  height: 49px;
  left: 0;
  line-height: 49px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  text-decoration: inherit;
  top: 0;
  width: 50px;
}
.top-form form button {
  background: #6CAB02 none repeat scroll 0 0;
  border: medium none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  padding: 10px 20px 10px 10px;
  position: relative;
  text-align: right;
  width: 100%;
  color:#fff;
}




.left-right {
  margin: 10px 0 20px;
}
.padding-0 {
  padding: 0;
}
.right-side {
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-left: 680px solid #1b2936;
  border-top: 50px solid rgba(0, 0, 0, 0);
  float: left;
  height: 0;
  width: 0;
}
.right-side-dow {
  border-right: 680px solid rgba(0, 0, 0, 0);
  border-top: 50px solid #1b2936;
  float: left;
  height: 0;
  width: 0;
}
.mid-con {
  background: #1b2936 none repeat scroll 0 0;
  margin-top: 50px;
  min-height:800px;
  padding: 40px;
}
.left-side {
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-right: 680px solid #283c4f ;
  border-top: 50px solid rgba(0, 0, 0, 0);
  float: right;
  height: 0;
  width: 0;
}
.mid-con-side {
  background: #283C4F none repeat scroll 0 0;
  margin-top: 50px;
  padding: 40px;
}
.left-side-dow {
  border-left: 680px solid rgba(0, 0, 0, 0);
  border-top: 50px solid #283c4f ;
  float: right;
  height: 0;
  width: 0;
}
.main h3 {
  border-bottom: 1px dotted #a0cde0;
  color: #ffffff;
  font-family: "Alegreya Sans",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding-bottom:5px;
  margin-bottom:15px;
  line-height:30px;
}
.mid-con P {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 15px;
  text-align: justify;
}
.mid-con .first ul {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.mid-con .first li::after {
  color: #6CAB02;
  content: "\f042";
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-decoration: inherit;
  top: 0;
}
.mid-con .first li {
  border-bottom: 1px dashed #f6ef85;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom:10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  font-weight:100;
}
.mid-con .second ul {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.mid-con .second li::after {
  color: #8ED952;
  content: "\f2b4";
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-decoration: inherit;
  top: 0;
}
.mid-con .second li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom:10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  font-weight:100;
   
}


.mid-con .main h4 {
  color: #f6ef85;
  font-family: "Lora",serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
  text-align: left;
   line-height:26px;
}
.main h4::after {
  background: #f6ef85 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 5px;
  margin: 10px 0;
  top: 0;
  width: 40px;
}
.main h5::after {
  background: #a0cde0 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 5px;
  margin: 10px 0;
  top: 0;
  width: 40px;
}
.main h5 {
  color: #ffffff;
  font-family: "Alegreya Sans",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
  text-align: left;
  text-shadow: none;
}
.mid-con span {
  color: #f6ef85;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
}


.support ul{
	display:block;
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;	
}
.support li:after{
	content:'';
	width:1px;
	border-left:1px dotted #fff;
	height:100%;
	display:block;
	position:absolute;
	left:45px;
	top:10px;
	z-index:0;

	
}
.support li:last-child:after{
	border:0px;
	
}
.support li:before{
	background:#C5C309;
	position:absolute;
	width:0%;
	display:block;
	content:'';
	height:100%;
	left:0;
	top:0px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index:-1;	
}
.support li{
	display:block;
	float:left;
	width:100%;
	position:relative;
	padding:10px 10px 10px 100px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
		
}
.support li:last-child{
	margin-bottom:0px;	
}
.support li .icon {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 50%;
  color: #6cab02;
  content: "";
  display: block;
  font-size: 32px;
  height: 70px;
  left: 10px;
  line-height: 75px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 70px;
  z-index: 2;
}

.support li span{
	font-size:18px;
	font-weight:600;
	color:#6CAB02;
	margin-bottom:0px;
	display:block;
	text-transform:capitalize;
	position:relative;
	z-index:2;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}
.support li p{
	position:relative;
	z-index:2;
	font-size:15px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}



.apply-now-page{
	background:#fff;
	
	background-size:cover;	
}

.clabel {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
	font-weight:400;
}


.cbox {
	display:inline-block;
	
}
.cklabel {
    display: block;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 400;
    overflow: auto;
    height: 100px;
	margin-top:5px;
    cursor: pointer;
}
/* .clabel:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top:2px;
	background-color: #333;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
} */
.panel, .new-check-info{
	background:rgba(255,255,255,0.78);	
}


.formdiv .clabel {
	margin-bottom: 10px;
}
.formdiv:before {
    border-radius: 3px;
}



/* .cbox:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #fff;
	text-align: center;
    line-height: 15px;
	background:#6cab02 ;
} */
#autoinsurancediv .formdiv .form-control:-moz-placeholder {
    color:#555;
	opacity: 1 !important;
}
#autoinsurancediv .formdiv .form-control::-moz-placeholder {
    color:#555;
	opacity: 1 !important;
}
#autoinsurancediv .formdiv .form-control:-ms-input-placeholder {
    color:#555;
	opacity: 1 !important;
}
#autoinsurancediv .formdiv .form-control::-webkit-input-placeholder {
    color:#555;
	opacity: 1 !important;
}

#autoinsurancediv .formdiv
{
	background:#333;
	margin-top:25px;
	margin-bottom:25px;
	padding:15px;
	/* border:1px dashed #F8BE36; */


}
#autoinsurancediv .formdiv-2{
	padding:0px 286px 0px 0px;	
background:url(../images/girls_PNG6472.png) right top no-repeat;

}
#autoinsurancediv .formdiv .row
{
	margin-top:2px;
	margin-bottom:2px;
}
#autoinsurancediv .formdiv .form-control
{
	margin-bottom:10px;
	
}


#autoinsurancediv .formdiv .form-control:-moz-placeholder {
    color:#555;
	opacity: 1 !important;
}
#autoinsurancediv .formdiv .form-control::-moz-placeholder {
    color:#555;
	opacity: 1 !important;
}
#autoinsurancediv .formdiv .form-control:-ms-input-placeholder {
    color:#555;
	opacity: 1 !important;
}
#autoinsurancediv .formdiv .form-control::-webkit-input-placeholder {
    color:#555;
	opacity: 1 !important;
}

.formdiv .stcode_title5 .line
{
	background:#F9BF36;
}

/*.formdiv .radio-inline
{
	margin-top: 11px;
	margin-bottom: 10px;
}
*/

.formdiv .chkdiv
{
	margin-top:5px;
}

.formdiv .chbox, .formdiv .radio-inline
{
	margin-top:6px;
}

.formdiv .checkbox
{
	padding: 14px 20px;
}


.formdiv .sbtn
{
	color: #fff;
	font-size: 16px;
	padding: 16px 35px;
	border-radius: 3px;
	white-space: nowrap;
	background: #393939;
	transition: all 0.3s ease;
	text-transform:uppercase;
	border:none;
	letter-spacing: 3px;
}

.formdiv .sbtn:hover
{
	color: #fff;
	background: #999;
}

.formdiv .panel .tctrl label
{
display:none;
color:#1B2936;
}


.formdiv .panel select
{
	background:url(../images/fdown.png) no-repeat right center #fff;
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
			right:0px;
	height: 40px;
    padding: 10px;
    right: 0;
    width: 100%;
}
.panel select:focus{
	background:url(../images/fdown.png) no-repeat right center #f1f1f1;
	right:0px;
	box-shadow:none;
	border:1px solid #6CAB02;
}

.formdiv .panel  select::-ms-expand {
    display: none;
} 


#autoinsurancediv .panel-heading {
	padding:0px;

	
}

#autoinsurancediv .panel-default {
	border:none;	
	
}
.panel{
	box-shadow:none;
}


#autoinsurancediv h3 {
	background-color:#1b2936 ;
	margin:0px;
	padding:15px 15px;
	color:#9cdb32;
	text-transform:capitalize;
	font-weight:400;
	font-size:18px;
	font-family:"Oswald",sans-serif;
	letter-spacing:1px;
	border-right:10px solid #6cab02;
	
}


.rent-btn {
	margin-top:5px;	
	
}

.new-check-info {
	background:rgba(255,255,255,0.5);
	padding:10px;	
	
}

.submitcheck {
	display:none;	
	
}


.new-btn1 {
	margin:20px auto;
	display:table;	
	
}

.contact-us{
	background:none;
	padding:20px 0px;
	margin-top:119px;
}
.contact-us p{
	font-size:14px;
	text-align:left;
	color:#777;
	line-height:25px;
	margin-bottom:15px;
	display:inline-block;	
}
.panel input, .panel select {
	border:1px solid #9ba9b6;
	box-shadow:none;
	border-radius:3px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.panel input:focus{ 
	border:1px solid #6CAB02;
	box-shadow:none;
	background:#f1f1f1;
	
}
.carousel-control.left, .carousel-control.right{
	background:none;
	color:#f8c957;
	opacity:1;
	text-shadow:none;	
}
.carousel-control{
	width:auto;	
}


.submitApplication2 input {
   
    cursor: pointer;
    width: 200px;
    height: 48px;
    border: 0;
    margin: 20px 0px 0px 0px;
}
.panel-default h1 {
    color: #0c637e;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}


.btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn1:hover {
    color: #333;
    text-decoration: none;
}


.right-side-box-btn {
    color: #FFF;
    background-color: rgb(166, 159, 53);
    border-color: #FFF;
    padding: 13px 41px;
    border: none;
    color: #FFF;
    font-size: 24px;
}



/*custom by sunil*/
.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
	text-decoration:none;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}


.panel-default > .panel-heading .badge {
  background-color: transparent;
  color: #0fc0fa;
}
.wizard a{
	color: #0c637e;
}


.next-step-text1{float: left;
color: #067FB3 !important;
font-size: 16px;
font-weight: bold;
text-align: left;
}

.next-step-text1 a:link,.next-step-text1 a:visited,.next-step-text1 a { color: #067FB3;}

.next-step-text1 a:hover{
	color: #23527c !important;
}


.submitApplication3{
	  float: right;
}


.submitApplication3 button {
background: #007acc ;
border: medium none;
color: #fff;
font-size: 18px;
padding: 5px 15px;
text-align: left;
  
} 
.submitApplication3 button span{
	display:block;
	font-size:12px;
	text-transform: uppercase;
}


.vehicleInfo {
background: none repeat scroll 0 0 #fff;
border-radius: 7px;
margin-bottom: 20px;
padding: 15px;
}
.vehicleInfo .vehicledetail{
border-bottom: 2px dotted #ccc;
padding: 7px 0;
}
.vehicleInfo .vehicledetail i{
color: #0fc0fa;
font-size: 18px;
}

.vehicleInfo div:last-child {
border-bottom:none;
}


 .fix_width {
  padding: 0;
  width: 20%;
}


#insuranceCoverageTable h4 {
  background: #ccc;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  padding: 7px;
  text-align: center;
}
#insuranceCoverageTable p {
  background: #fff;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  font-size:14px;
  height: 50px;
}
#insuranceCoverageTable a {
  display: block;
  text-align:center;
  background: #fff;
  }

#insuranceCoverageTable a:after{
color: #286c89;
content: "\f096 ";
font-family: "FontAwesome";
font-size: 17pt;
}
/**/
#insuranceCoverageTable .selected h4 {
  background: #286c89;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  padding: 7px;
  text-align: center;
  color:#FFF;
}
#insuranceCoverageTable .selected p {
  background: #ecf2f4;
  margin: 0;
  padding: 3px 0;
  text-align: center;
}
#insuranceCoverageTable .selected a {
  background: #ecf2f4;
  display: block;
  text-align: center;
}
#insuranceCoverageTable .selected a::after {
  color: #286c89;
  content: "\f046";
  font-family: "FontAwesome";
  font-size: 17pt;
}
#insuranceCoverageTable thead th
{
background: rgba(0,0,0,.25);
padding: 6px;
border-radius: 6px 6px 0 0;
font-weight: normal;
font-size: 15px;
}
#insuranceCoverageTable .checkbox
{
	text-align: left;
}
 #insuranceCoverageTable td.selected{
	 background: #ecf2f4;
 }
 .buttonauto
 {
background: #007;
border: medium none;
color: #fff;
font-size: 18px;
line-height: 20px !important;
padding: 8px 25px !important;
text-align: center !important;

    margin-top: 23px !important;
 }



 #rightCol {
    /* padding: 10px 10px; */
    background: #f5f5f5;
    border: 1px solid #E1E1E1;
    margin-top: 10px; 
    /* background-image: url(../images/categoriesbg.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.why-us {
    padding: 0px;
    margin-top: -10px;
    background: #233f57 url(../images/why-us-bg.jpg) no-repeat bottom;
    color: #fff;
}

.why-us-bg {
    padding: 15px;
}


#rightCol h1 {
    font-family: "Courgette",cursive;
    font-size: 26px;
    color: #FF9800;
    border: none;
    font-weight: normal;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #D18154;
}

.why-us p {
    color: #AEDAFB;
    line-height: 19px;
}

#rightCol ul {
    padding: 0px;
    margin-top: 15px;
    list-style-position: outside;
    list-style-image: url("../images/bullet.png");   
    list-style-type: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    /* list-style-image: url(../images/tick.png); */
}

#rightCol ul li {
    border-bottom: 1px dotted #C2C0C0;
    font-family: "Trebuchet MS","Book Antiqua";
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 20px;
	list-style-image: url("../images/bullet.png");  
} 

.main-app h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #9db771;
    border-bottom: 1px solid #1B2959;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 27px;
}
 
.main-app h2:after {
	width: 15%;
	height: 5px;
	content: '';
	position: absolute;
	display: block;
	background:#bcfb52;
	bottom: -1px;
}footer{	text-align: center;	background:#3a3a3a;	background-size: cover;	color: #fff;}.footer_div{	padding: 70px 0;}.footer_div li{	display: inline-block;	margin: 0 15px;}.footer_div li a{	color: #5effd5;	font-size: 16px;}.footer_div li a:hover,.footer_div li a:focus{	color: #fff;}.footer_div ul{	text-align: center;}.footer_div p{	margin: 40px 0;	line-height: 26px;	color:#fff;}.copy_right_div{	padding: 20px;	text-align: center;	background: rgba(0,0,0,.3);	border-top: 1px solid rgba(255,255,225,.3);	color: #A3A3A3;}