body{font-family: "Open Sans", sans-serif;}

.popup {
	padding: 0px;
	border: 1px solid #d0d0d0;
	width: 700px;
	margin: 0px auto;
	background: #fff;
	max-height: 100vh;
	overflow: auto;
   
}

.popup h2{font-size: 26px;font-weight: 600;}

.order-from {
	padding: 15px;
	display: block;
	/* margin-bottom: 10px; */
}
.form-box {
/*
	width: 100%;
	padding: 0px 15px;
	display: inline-block;
*/
    margin-bottom: 10px;
}




.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;line-height: 15px;color: #726b87;	font-size: 16px;	font-weight: 600;

}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;border: 2px solid #999;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
	background-color: #e95420;
	border: 2px solid #e95420;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark::after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}




.chkbox-container {
  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;color: #726b87;
font-size: 16px;
font-weight: 600;line-height: 15px;
}

/* Hide the browser's default checkbox */
.chkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkbox-container input:checked ~ .checkmark {
	background-color: #fff;
	border: 2px solid #999;
}
/* Create the checkmark/indicator (hidden when not checked) */
.chkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbox-container .checkmark::after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #999;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.order-from h3{text-transform: uppercase;padding: 0px 0px;color: #726b87;font-size: 20px;}















.input-label {
	height: auto;
	position: relative;
	color: #726b87;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 2px;
	width: 30%;
	float: left;
	padding-right: 10px;
	text-align: right;
	line-height: 22px;
}
.form-box input, .form-box select, .color-switcher .form-box input, .color-switcher .form-box select {
	padding: 4px 15px;
	margin: 0px 0;
	width: 70%;
	background: padding-box #fff;
	border: 1px solid #d6d6d6;
	outline: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;float: left;
}
#textarea{background: padding-box #fff;	border: 1px solid #d6d6d6;width: 100%}

.req {
	color: #ec9626;
	font-size: 14px;
	font-weight: 700;
	padding-left: 1px;
}
.order-form-raw{display: block;padding: 6px 0px;}

.form-button {
	border: 2px solid #6a4aeb;
	color: #6a4aeb;
	padding: 3px 7px;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}
.form-button:hover{background: #6a4aeb;color: #fff;}
.next-btn{background: #6a4aeb;color: #fff;}

.form-box p {
	color: #726b87;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}


.popup .nav{background: #f0f0f0;}
.nav-pills > li {
	float: left;
	width: 50%;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-align: center;
	font-weight: 600;
}
.tab-content{padding: 15px;}


.nav-pills > li + li {
	margin-left: 0px;
}

.featured-services {
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10000;
	left: 0;
}