@charset "utf-8";
/* CSS Document */



.free-quote {
    background-image: 0;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 70px;
}
.wide-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-fixed {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.free-quote-form {
    border-radius: 7px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px
    rgba(0, 0, 0, 0.14);
    padding: 40px 40px;
    margin-bottom: -70px;
}

.heading-main {
    color: 
    #38AA33;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 70px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.heading-main {
    color:#FF4800;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.heading-main-logo {
    width:60%;
	margin:auto;
}
img {
	max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.mb-4, .my-4 {
    margin-bottom: 25px !important;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.rounded-field input[type="text"], .rounded-field input[type="Password"], .rounded-field input[type="email"], .rounded-field select {
    border: 1px solid #dfdfdf;
	padding: 10px 20px;
	min-height: 44px;
	color: #999999;
	font-size:16px;
	color:rgb(153, 153, 153);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.btn-theme {
    color: #FFF !important;
	padding:9px 35px;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	display: inline-flex;
	outline: none;
	border: none;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
	align-items: center;
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
	-moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
	box-shadow: 0px 14px 47px 0px
    rgba(28, 28, 28, 0.24);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}
.bg-red {
    background:#FF4800;
}
.bg-red:hover{
    background:#000;
	text-decoration:none;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
a, button[type="submit"], input[type="text"] {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.btn-theme i, [class*="link-"] i {
    padding-left: 15px;
    line-height: inherit;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.rounded-field .custom-select {
    background-position: 93% center;
}
.rounded-field input[type="text"], .rounded-field input[type="Password"], .rounded-field input[type="email"], .rounded-field select {
    border: 1px solid 
#dfdfdf;
padding: 10px 20px;
min-height: 44px;
color: #999999;
font-size: 14px;
color:
    rgb(153, 153, 153);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: 
    #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
        background-position-x: right 0.75rem;
        background-position-y: center;
        background-size: auto;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.regis-check{
   float: left;
   width: 10%;
}

.regis-check-text{
   width:90%;
   float:right;
   text-align:center;
   margin-top:-5px;
}