@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*
@font-face {
    font-family: 'Nexa Rust Script S 00';
    src: url('assets/font/NexaRustScriptS-00.eot') format('eot'),
         url('assets/font/NexaRustScriptS-00.woff') format('woff'),
         url('assets/font/NexaRustScriptS-00.woff2') format('woff2'),
         url('assets/font/NexaRustScriptS-00.ttf') format('ttf');
    font-style: normal;

} */
/*@font-face {
    font-family: 'Nexa Rust Script S 00';
    src: url('assets/font/NexaRustScriptS-00.eot');
    src: url('assets/font/NexaRustScriptS-00.eot?#iefix') format('embedded-opentype'),
        url('assets/font/NexaRustScriptS-00.woff2') format('woff2'),
        url('assets/font/NexaRustScriptS-00.woff') format('woff'),
        url('assets/font/NexaRustScriptS-00.ttf') format('truetype'),
        url('assets/font/NexaRustScriptS-00.svg#NexaRustScriptS-00') format('svg');
    font-weight: 600;
    font-style: normal;
}*/
a{
	color: #000;
}
a:hover{
	color:#edb026;
	text-decoration: none;
}

img{
	width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 26px;font-weight: 400;color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;padding: 0;letter-spacing: 0;color: #000;
}

li {
    list-style: none;
}

ul,
ol {
    margin: 0;
}

p {

   margin-bottom: 20px;
}
.container{
	width: 100%;
	max-width: 1100px;
}
/*****************Top Header css start******************/
.header-logo img {
	width: 190px;
}
.fran img {
	width: 268px;
}
.fran {
	text-align: right;
}
.top-header {
	padding: 30px 0;
}
.top-header {
	padding: 30px 0;
	border-bottom: 5px solid #edb026;
}
/*****************Top Header css end******************/


/*banner-css-start*/
.carousel-caption {
	top: 0;
	bottom: unset;
	left: 15px;
	right: unset;
}
.carousel-inner .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-text h1 {
	color: #fff;
	font-size: 46.67px;
	font-weight: bold;
	letter-spacing: 1px;
}
.banner-text p {
	font-size: 22px;
	color: #fff;
}
.banner-text img {
	width: 53px;
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	margin: auto;
}
.banner-text span {
	background: #edb026;
	width: 109px;
	height: 109px;
	display: inline-block;
	border-radius: 100%;
	position: relative;
}
#landing-banner .view {
	background-image: url('assets/images/banner.jpg');
	background-size: cover;
	height: 800px;
	background-position: center;
}
/*banner-css-end*/

/*form styles*/
#msform {
	width: 528px;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 50px;
	right: 0;
}
#msform fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 3px;
    padding: 0;
    box-sizing: border-box;
    width: 98%;
    position: absolute;
    border-radius: 8px 9px 5px 5px;
}
.footer-bar a {
    text-decoration: underline;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea, #msform .next {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 7px;
	margin-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
	outline: none;
}
/*buttons*/
#msform .action-button {
	width: 230px;
	background: #455f68;
	font-weight: bold;
	color: #fff;
	border: 0 none;
	border-radius: 30px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 20px 5px;
	margin-top: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	text-align: center;
	-webkit-appearance: button;
}

/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #8b8b8b;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	float: left;
	padding-right: 25px;
}
#progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #8b8b8b;
    border-radius: 100%;
    margin: 0 auto 5px auto;
    height: 30px;
    font-family: 'Nexa Rust Script L 00';
}
/*progressbar connectors*/
#progressbar li::after {
	content: '';
	width: 100%;
	height: 2px;
	background: transparent;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
select:focus, input.previous.action-button:focus {
    outline: none;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active::before, #progressbar li.active::after {
	background: #edb026;
	color: #fff;
}
#landing-banner .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top-title {
    display: inherit;
    text-align: left;
    padding: 10px 40px;
    background: url(../images/back-bg.png);
    border-radius: 5px 5px 0px 0px;
}
.top-title h2 {
    color: #fff;
    font-size: 26px;
    text-transform: initial;
    position: relative;
    margin-bottom: 5px;
    font-weight: bold;
}
.top-title h2::before {
	position: absolute;
	content: "";
	background: #edb026;
	height: 3px;
	width: 50px;
	bottom: 6px;
	left: -60px;
}
.top-title h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 0;
}
#progressbar .active {
	color: #edb026;
}
#progressbar {
	overflow: hidden;
	counter-reset: step;
	background: #f3f3f3;
	padding: 15px 0px 10px 118px;
	position: relative;
	margin-bottom: 0;
	z-index: 9999;
}
/*
#progressbar::after {
	position: absolute;
	content: "";
	border: 1px dashed #8b8b8b;
	top: 30px;
	right: 0;
	left: 0;
	width: 60%;
	TE: ;
	margin: auto;
	z-index: -2;
}
*/
.round {
	width: 49.2%;
	float: left;
	position: relative;
}
.form-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	background-color: #edb026;
	top: 0px;
	height: 35px;
	width: 30px;
	border: 0 !important;
	border-radius: 50px !important;
	cursor: pointer;
	margin-right: 7px;
	outline: none;
}
.form-radio:checked::before{
     position: absolute;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}

.round input[type="radio"]:not(:checked) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #000 !important;
	background: #fff;
	opacity: 0;
}
.round input[type="radio"]:not(:checked) + label {
	color: #8b8b8b !important;
	background: #fff;
	width: 100%;
	z-index: 99999;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	height: 35px;
	line-height: 32px;
	text-transform: uppercase;
	border-radius: 50px;
}
.round input[type="radio"]:checked + label {
	background-color: #edb026;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	height: 35px;
	border: 0 !important;
	border-radius: 50px !important;
	cursor: pointer;
	margin-right: 7px;
	outline: none;
	line-height: 32px;
	text-transform: uppercase;
}
.round label
{
     color: #333;
     cursor: pointer;
}
/*.round label {
	border-radius: 30px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	width: 190px;
	height: 35px;
	text-transform: uppercase;
	color: #8b8b8b;
	line-height: 34px;
}*/
/*.round label::after {
	content: "maison";
	height: 6px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
}*/

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
	background-color: #edb026;
	border-color: #edb026;
	color: #fff;
}
/*.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}*/
.checkbox-info input[type="checkbox"]:checked + label {
	background-color: #edb026;
	border-color: #edb026;
	color: #fff;
}
.checkbox-info{
	width: 50%;
	float: left;
	position: relative;
}
.checkbox-info label {
	background-color: #fff;
	/* border: 1px solid #ccc; */
	border-radius: 30px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	width: 190px;
	height: 35px;
	color: #8b8b8b;
	text-transform: uppercase;
	line-height: 34px;
}
.round-title h5 {
	color: #353637;
	margin-bottom: 10px;
	font-size: 14px;
}
.round-title {
	margin-top: 20px;
}
.nopad {
    padding-left: 10px !important;
    padding-right: 10px !important;
    float: left;
}
.mob-from {
	display: none;
}
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #d6d6d6;
	margin-bottom: 0;
	outline: 0;
	border-radius: 100%;
	padding: 2px;
	margin-bottom: 60px;
}
.image-checkbox img {
	border-radius: 100%;
	display: inline;
	border: 3px solid #fff;
}
.image-checkbox-checked img {
	border: 1px solid #fff;
}
.image-checkbox-checked {
	border-color: #edb026;
	padding: 2px;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}
.image-checkbox-checked {
	border: 3px solid #edb026;
}
.image-checkbox .fa {
	position: absolute;
	color: transparent;
	bottom: 32px;
	right: 0;
	left: -5px;
	width: 19px;
	margin: auto;
	font-size: 23px;
	border: 2px solid #d6d6d6;
	height: 19px;
	border-radius: 2px;
}
.image-checkbox-checked .fa {
	display: block !important;
	color: #edb026;
	border: 0;
}
.vous-checkbox input[type="checkbox"] {
	position: absolute;
	bottom: 25px;
	left: -2px;
	right: 0;
	opacity: 0;
	cursor: pointer;
}
.image-checkbox-checked p {
	color: #edb026 !important;
}
.image-checkbox p {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 13px;
}
.image-checkbox-checked p {
	color: #edb026;
}
.vous-checkbox h5 {
	font-size: 14px;
}
.second-form-inner input[type="text"]:focus, .second-form-inner input[type="email"]:focus, .second-form-inner input[type="tel"]:focus {
    outline: 0px;
    /* border: 1px solid #edb026 !important;
    box-shadow: 0 0 3px #edb026; */
}
input.next.action-button:focus {
    outline: 0;
}
#submit {
	width: 80% !important;
	background: #edb026;
	font-weight: bold;
	color: #fff !important;
	border: 0 !important;
	border-radius: 30px !important;
	cursor: pointer;
	padding: 10px 5px;
	margin: 20px 5px;
	margin-top: 20px;
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 1px;
}
#selecte {
	border-radius: 30px;
	border: 1px solid #8b8b8b;
	padding: 10px 25px 10px 15px;
	color: #8b8b8b;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	cursor: pointer;
	display: block;
	text-transform: capitalize;
	font-weight: lighter;
	background-position: right 7px center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.png);
	background-size: 9% 18%;
	box-shadow: none;
}

#select {
	color: #8b8b8b;
	cursor: pointer;
	display: block;
}
.perdus {
	margin-top: 5px;
	display: inline-block;
	float: left;
	position: relative;
}
/*
.perdus::after {
	position: absolute;
	content: "";
	top: 23px;
	right: 7px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
        background-position: right 13px center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.png);
    background-size: 7% 18%;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-color: #8b8b8b #f000 transparent transparent;
}
*/
.department {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	margin-top: 20px;
}
#select-dep {
	display: block;
	border-radius: 30px;
	border: 1px solid #8b8b8b;
	padding: 10px 25px 10px 15px;
	color: #8b8b8b;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	cursor: pointer;
	width: 45%;
	font-weight: lighter;
	box-shadow: none;
	left: 0;
	top: 0;
	background-position: right 13px center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.png);
	background-size: 7% 18%;
}
select#select-de2 {
    display: block;
    border-radius: 30px;
    border: 1px solid #8b8b8b;
    padding: 10px 25px 10px 15px;
    color: #8b8b8b;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    font-weight: lighter;
    box-shadow: none;
    left: 0;
    top: 0;
    	background-position: right 13px center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.png);
	background-size: 7% 18%;
}
.department label {
	display: inline-block;
	font-weight: 500;
	padding-left: 5px;
}
.department span::after {
	position: absolute;
	content: "";
	top: 23px;
	right: 7px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-color: #8b8b8b #f000 transparent transparent;
}
.department span{
	position: relative;
	display: inline-block;
}
.department span::after {
	position: absolute;
	content: "";
	top: 40px;
	right: 0px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-color: #8b8b8b #f000 transparent transparent;
	z-index: 99;
    display: none;
}
/*.fuel span::after {
	right: -15px;
}*/
.fuel {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	text-align: center;
}
.fuel #select-dep {
	width: 100%;
}
.form-box {
	border: 1px solid #ccc;
	width: 90%;
	border-radius: 30px;
	padding: 5px 0px 40px 5px;
	margin: auto;
}
.vous-checkbox {
	margin-top: 10px;
	display: inline-block;
}
.vous-checkbox p {
	width: 100%;
	float: left;
	color: #353637;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: lighter;
}
.inner-form {
	 padding: 0 30px;
    clear: both;
    float: left;
}
}
.image-checkbox {
	margin-right: 15px;
}
fieldset::after {
	position: absolute;
	content: "";
	bottom: -17px;
	left: 0;
	width: 50%;
	height: 35px;
	background-color: #fff;
	-ms-transform: skewY(8eg);
	-webkit-transform: skewY(8deg);
	transform: skewY(8deg);
}
fieldset::before {
	position: absolute;
	content: "";
	bottom: -17px;
	right: 0;
	width: 50%;
	height: 35px;
	background-color: #fff;
	-ms-transform: skewY(-8deg);
	-webkit-transform: skewY(-8deg);
	transform: skewY(-8deg);
}
.second-form-inner {
	padding: 20px 50px;
	padding-bottom: 25px;
}
.second-form-inner legend {
	text-align: left;
	font-size: 14px;
	color: #353637;
}
.second-form-inner li input {
    position: absolute;
    top: 7px;
    text-align: left;
    width: 28% !important;
    left: 0;
}
li.female-chk label {
    padding-left: 60px !important;
}
.second-form-inner li {
	display: inline-block;
	width: 49%;
	text-align: left;
	position: relative;
}
.second-form-inner li label {
	padding-left: 26px;
}
.civl-male {
    width: 10% !important;
    float: left;
}
.female-chk {
    width: 90% !important;
}
.second-form-inner label {
	text-align: left;
	width: 100%;
	font-size: 14px;
	color: #353637;
}
.second-form-inner input {
	border-radius: 30px !important;
	line-height: 20px;
}
.next-form .next.action-button {
	margin-top: 0 !important;
	background: #edb026 !important;
	width: 80% !important;
	font-weight: 500 !important;
}
.next-form p {
	color: #8b8b8b !important;
	padding: 0 85px;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 16px;
}
.previous.action-button {
	margin: 0 !important;
	color: #8b8b8b !important;
	background: transparent !important;
	text-transform: capitalize !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 0 !important;
	margin-top: 25px !important;
}
.error {
	position: absolute;
	bottom: -10px;
	left: -106px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px red;
}
label.error {
	display: none !important;
}
.footer-bar span {
	text-align: center;
	color: #4f4f4f;
	font-size: 12px;
	display: inline-block;
	padding: 0 15px;
}
.next-form #progressbar li.active::before, .next-form #progressbar li.active::after {
	background: #455f68;
	color: #fff;
}
.next-form {
	background: #fff;
	z-index: 9999;
}
.next-form #progressbar .active {
	color: #455f68;
	position: relative;
}
.next-form #progressbar .active::after {
	position: absolute;
	content: "";
	color: #edb026 !important;
	top: 0px;
	right: -3px !important;
	z-index: 999;
	content: '\f00c ';
	font-family: FontAwesome;
	font-size: 22px;
	float: ;
		left: unset !important;
	background: transparent !important;
}
.next-form #progressbar li::before {
	background: #edb026;
}
.next-form #progressbar li {
	color: #edb026;
}
/**comment css start here**/
.comment-sec {
	background: url('../images/comment_bg.jpg');
	padding: 125px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.comment-sec h1 {
	color: #353637;
	font-size: 25px;
	font-weight: bold;
}
.comment-sec h1 span {
	color: #edb026;
	font-size: 41px;
	font-weight: bold;
	padding-left: 8px;
	display: inline-block;
	transform: rotateZ(6deg);
	position: relative;
	top: 7px;
}
.comment-text1 font {
	background: #edb026;
	font-size: 38px;
	font-style: italic;
	color: #fff;
	width: 70px;
	display: inline-block;
	height: 70px;
	border-radius: 100%;
	line-height: 70px;
}
.comment-text1 p {
	color: #353637;
	font-size: 16px;
	font-weight: 600;
	padding-top: 15px;
}
.comment-text1 {
	margin-top: 35px;
}
.comment-text1.line::after {
	position: absolute;
	content: "";
	border: 1px dashed #edb026;
	top: 36px;
	right: -135px;
	width: 70%;
}
.comment-text1.line {
	position: relative;
}
.nav-item h5 {
	display: inline-block;
	color: #455f68;
	font-size: 18px;
	width: 315px;
	float: left;
	padding-left: 40px;
	text-align: left;
}
.nav-item p {
	color: #8b8b8b;
	float: left;
	width: 295px;
	text-align: left;
	padding-left: 40px;
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
	padding-top: 15px;
}
.nav-item {
	position: relative;
	padding: 45px 0 25px;
	border: 0 !important;
	/* border-top: 1px solid #ccc !important; */
	/* margin-top: 50px; */
	border-radius: 0 !important;
}
#nav-home img {
	width: 479px;
}
#nav-tab {
	margin-top: 30px;
}
.nav-item::after {
	position: absolute;
	border-top: 1px solid #ccc;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 520px;
	content: "";
}
.nav-item img {
	width: 90px;
	float: left;
}
.nav-item a {
	border: 0 !important;
}
#nav-profile-tab img {
	float: right;
}
#nav-profile-tab, #nav-about-tab {
	width: 100%;
	max-width: 425px;
}
#nav-about-tab img {
	float: right;
}
.expertise-left h2 {
	font-size: 27px;
	color: #353637;
	text-align: center;
}
.expertise-left h2 {
	font-size: 27px;
	color: #353637;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 30px;
}
#nav-tab {
	border: 0;
}
.expertise {
	margin: 100px 0;
}
/**comment css endhere**/
.footer-bar {
	background: #f2f2f2;
	padding: 30px 0;
}
.footer-bar p {
	margin-bottom: 0;
	text-align: center;
	color: #4f4f4f;
	font-size: 12px;
}

/**thankyou css start here**/
.fran h4 {
	color: #edb026;
	font-weight: bold;
	margin-top: 20px;
}
.fran p {
	color: #455f68;
	font-size: 19px;
	margin-bottom: 0;
}
.main-top-header {
	text-align: center;
	margin-top: 10px;
}
.main-top-header .merci h4 {
	color: #455f68;
}
.main-top-header .merci p {
	margin-bottom: 0;
}
.top-header.thnkyou {
	padding-top: 15px;
}
.thankyou-banner .banner-img{
	background-size: cover;
	height: 95vh;
	background-position: center;
}
.merci-text {
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	padding: 60px 45px;
	transform: translateY(-50%);
}
.merci-text h1 {
	font-size: 24px;
	color: #edb026;
	font-weight: 600;
	letter-spacing: 1px;
}
.thankyou-banner {
	position: relative;
}
.thankyou-banner .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.merci-text p {
	color: #353637;
	font-size: 18px;
}
.thankyou-footer {
	margin: 30px 0;
	text-align: center;
}
.thankyou-footer p {
	color: #455f68;
	font-size: 12px;
	padding: 0 195px;
}
.thankyou-footer p:first-child {
	margin-bottom: 10px;
}
#select-dep-error {
	padding-top: 10px;
	margin-bottom: 0;
	display: inline-block;
}
.department #select-dep-error {
    width: 40%;
    position: relative;
    top: 20px;
    padding: 5px;
    text-align: center;
    margin: auto;
    left: 10px;
}
label#select-de2-error {
    position: relative;
    top: 20px;
    padding: 5px;
    text-align: center;
    margin: auto;
    left: 0;
    width: 90%;
}
.department .valid {
    border: 1px solid #edb026 !important;
}
/*
li.female-chk input[type="radio"]:not(:checked) {
    visibility: hidden;
}
*/
/*
li.female-chk input[type="radio"]:not(:checked)::before {
    position: absolute;
    top: -3px;
    left: 37px;
    width: 15px;
    font-family: FontAwesome;
    content: "\f096 ";
    font-size: 24px;
    visibility: visible;
}
*/
.civl-male label, .female-chk label {
	color: #353637;
	font-size: 12px;
    font-weight: 500;
}
.civl-male.active::before {
	position: absolute;
	top: 1px;
	left: 4px;
	width: 15px;
	font-family: FontAwesome;
	content: "\f046 ";
		font-size: 20px;
    color: #edb026;
}
.civl-male::before {
	position: absolute;
	top: 1px;
	left: 4px;
	width: 15px;
	font-family: FontAwesome;
	content: "\f096 ";
		font-size: 20px;
    color: #d6d6d6;
}
.female-chk.active::before {
	position: absolute;
	top: 1px;
	left: 39px;
	width: 15px;
	font-family: FontAwesome;
	content: "\f046 ";
	font-size: 20px;
	color: #edb026;
}
.female-chk::before {
	position: absolute;
	top: 1px;
	left: 39px;
	width: 15px;
	font-family: FontAwesome;
	content: "\f096 ";
	font-size: 20px;
    color: #d6d6d6;
}
.second-form-inner input[type="radio"] {
	opacity: 0;
}
.second-form-inner .error {
	position: unset;
    box-shadow: none;
    color: red;
}
/* .second-form-inner .error:focus {
	outline: 0px;
	border: 1px solid #edb026 !important;
	box-shadow: 0 0 3px #edb026;
} */
#progressbar::after {
	position: absolute;
	content: "";
	top: -23px;
	right: 0;
	left: -14px;
	z-index: -2;
	background: url(../images/line.svg);
	bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	width: 100%;
	background-size: 20% 90%;
	height: 3px;
}
.line::before {
	position: absolute;
	content: "";
	height: 2px;
	top: 15px;
	left: -6px;
	width: 10%;
	margin: auto;
	z-index: -2;
	background-image: url(../images/line.svg);
}
.line {
    position: relative;
}
.line::after {
	position: absolute;
	content: "";
	top: 16px;
	right: 31%;
	width: 10%;
	z-index: -2;
	background-image: url(../images/line.svg);
	height: 2px;
}
#progressbar li.active::after {
    opacity: 0;
}
.fuel #select-dep-error.error {
    width: 49%;
    left: 66px!important;
    position: relative !important;
    display: inline-block;
    top: 8px;
}
.fuel label {
    padding-left: 0;
    left: -5px;
    position: relative;
}
.tik::after {
    content: '\f00c ';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    left: 64px;
    color: #edb026;
    bottom: 35px;
    font-size: 20px;
}
.tik {
    position: relative;
}
fieldset.next-form {
    padding-bottom: 10px !important;
}
.perdus #selecte {
	left: 0;
	top: 0;
}
#hideperdus #selecte-error {
	position: absolute !important;
	top: 15px;
	left: 150px !important;
	display: inline-block;
	bottom: 0;
	width: 165px;
}
.zipcode {
	width: 50%;
}
.zipcode input {
	padding: 10px !important;
}
.zipcode .error {
	position: unset;
}
#select-dep.error {
	box-shadow: 0 0 3px red !important;
}
.error {
	box-shadow: 0 0 3px red !important;
}
input.error, input.inputerror {
	box-shadow: 0 0 3px red !important;
}
.checkbox-error {
	display: none;
	color: red !important;
}
/**thankyou css End here**/
