@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	margin:  0;
	background-image: -webkit-linear-gradient( 136deg, rgb(216, 213, 213) 0%, rgb(245, 245, 245) 100%);
	
}
.page-content {
	width: 100%;
	margin:  0 auto;
	background-image: -moz-linear-gradient( 136deg, rgb(216, 213, 213) 0%, rgb(245, 245, 245) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(216, 213, 213) 0%, rgb(245, 245, 245) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(216, 213, 213) 0%, rgb(245, 245, 245) 100%);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/


.form-v7-content  {
	width: 1200px;
	margin: 175px 0;
	font-family: 'Cairo', sans-serif;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.form-v7-content .form-left {
	position: relative;
	color: #fff;
	font-weight: 400;
    width: 60.5%;
    margin-top: 32px;
}
.form-v7-content .form-left img {
	width: 100%;
}
.form-v7-content .form-left .text-1,
.form-v7-content .form-left .text-2 {
	position: absolute;
	text-align: center;
	width: 100%;
}
.form-v7-content .form-left .text-1 {
	font-size: 30px;
	top: 1.5%;
}
.form-v7-content .form-left .text-2 {
	font-size: 16px;
	margin-top: -70px;
	color: #550f0b;
}
.form-v7-content .form-left .text-2::after {
	position: absolute;
	content: "";
	background: #550f0b;
	height: 1px;
	width: 228px;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0.5;
}
.form-v7-content .form-detail {
    padding: 73px 80px 41px;
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.form-v7-content .form-detail .form-row {
    width: 100%;
    position: relative;
	direction: rtl;
}
.form-v7-content .form-detail .form-row label {
	color: #821813;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 3px;
	font-family: 'Cairo', sans-serif;
	
}
.form-v7-content .form-detail .form-row label#valid {
    position: absolute;
    left: 20px;
    top: 35%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #53c83c;
	
}
.form-v7-content .form-detail .form-row label#valid::after {
	content: "";
    position: absolute;
    right: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-v7-content .form-detail .form-row label.error {
	padding-left: 0;
	margin-left: 0;
	right: -10px;
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: none;
    color: red;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
}
.form-v7-content .form-detail .form-row label.error::after {
    content: "\f343";
    font-family: "LineAwesome";
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: 10px;
    top: -25px;
    color: red;
    font-size: 18px;
    font-weight: 900;
}
.form-v7-content .form-detail .input-text {
	margin-bottom: 28px;
}
.form-v7-content .form-detail input {
	width: 100%;
    padding: 5px 15px 10px 15px;
    border: 2px solid transparent;
    border-bottom: 2px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    box-sizing: border-box;
    -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form-v7-content .form-detail .form-row input:focus {
	border-bottom: 2px solid #c7a368;
}
.form-v7-content .form-detail .register {
	background: #550f0b;
	border-radius: 2px;
	width: 80px;
	height: 45px;
	border: none;
	margin: -13px 0 50px 0px;
	cursor: pointer;
	font-family: 'Cairo', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	float: left;
	margin-right: 10px;
    margin-left: 10px;
	margin-top: 20px;
}
.form-v7-content .form-detail .register:hover {
	background: #4e0a06;
	color: #c7a368;
}
.form-v7-content .form-detail .form-row-last {
    margin-top: 35px;
}
.form-v7-content .form-detail .form-row-last input {
	padding: 15px;
}
.form-v7-content .form-detail .form-row-last p {
	font-weight: 600;
	font-size: 14px;
	color: #666;
	margin-left: 200px;
}
.form-v7-content .form-detail .form-row-last a {
	font-size: 16px;
	color: #373be3;
	padding-left: 15px;
}

/* Responsive */
@media screen and (max-width: 991px) {
	.form-v7-content {
		margin: 180px 20px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v7-content .form-left {
		width: 100%;
		margin-bottom: -5px;
	}
	.form-v7-content .form-detail {
		padding: 50px;
	    width: auto;
	}
	.form-v7-content .form-detail .register {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 575px) {
	.form-v7-content .form-detail {
		padding: 30px 20px;
	    width: auto;
	}
	.form-v7-content .form-detail .register {
		float: none;
		margin-bottom: 10px;
	}
	.form-v7-content .form-detail .form-row-last p {
	    margin-left: 0px;
	    margin-bottom: 50px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.copyright {
	margin-top: 60px;
	text-align: center;
	padding-top: 10px;
	font-family: 'Cairo', sans-serif;
  }


/*--------------------------------------------------------------
# Heading Before And After
--------------------------------------------------------------*/

.heading-section {
width: 100%;
padding-right: 167px;
margin-top: 100px;

}

.heading-title {
	padding-bottom: 40px;
	text-align: right;
  }
  .heading-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	color: #aaaaaa;
	font-family: 'Cairo', sans-serif;
	text-align: right;
  }
  .heading-title h2::before {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #550f0b;
	margin: 4px 10px;
	text-align: right;
  }
  .heading-title p {
	margin: 0;
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
	color: #151515;
	text-align: right;
  }
  .heading-title h4 {
	margin: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
	color: #151515;
	text-align: right;
  }


  /* Hide all steps by default: */
.tab {
	display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  /*.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
  }*/
  
  /* Mark the active step: */
  .step.active {
	opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
	/*background-color: #B68F4F;*/
  }


  /* PROGRESS BAR */
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active, #progressbar .finish {
    color: #550f0b;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: right;
    z-index: 9;
    position: relative;
	text-align: center;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f007";

}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f02d ";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0ee ";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
	padding: 4px 14px 4px 15px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after, #progressbar li.finish:before, #progressbar li.finish:after {
    background: #550f0b;
}


.progress {
    height: 20px;
	margin-bottom: 30px;
	position: relative;
}

.progress-bar {
    background-color: #c7a368
}



.progress-bar-animated {
	position: absolute;
    right: 0;
    height: 20px;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.inner_progress_bar li{
	display: inline-block;
	height: 21px;
	width: 33.3%;
	padding: 0;
}
.inner_progress_bar{
	width: 100%;
	display: flex;
    margin: 0;
    flex-direction: row-reverse;
    padding: 0;
}
.inner_progress_bar li.finish{
	background-color: #550F0B;	
}
.inner_progress_bar li.active{
	background-color: #550F0B;
	position: relative;
	right: -9px;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

select {
	width: 160px;
	padding: 11px;
	border: 0 !important;
	background-color: #f3f3f3;
	/* needed */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* SVG background image */
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	  background-size: .6em;
	  background-position: calc(100% - 1.3em) center;
	  background-repeat: no-repeat;
  }
  select::-ms-expand {
	  display: none;
  }

  .selectlabel {
	text-align:left;
	font-size: 12px;
	margin-left: 22px;
	margin-bottom: 26px;
	margin-right: 10px;
  
  
  }

 /* CHECKBOX */
 .cbcontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }


  
  /* Hide the browser's default checkbox */
  .cbcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .cbcontainer:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cbcontainer input:checked ~ .checkmark {
	background-color: #550f0b;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .cbcontainer input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .cbcontainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
