@charset "utf-8";
body {
	font-family:open sans;
	 
}
.input-wrapper {
	text-align:center;
}

input{
 
  width:100%;
  margin:10px 0px;
  height:30px;
  border:1px solid #E1AD4F !important;
  font-weight:bold;

}

.inputcent {
	text-align:center !important;
	text-indent:0px !important;
}
.spacer {
	padding:20px;
	clear: both;
}

 
.title {
	position: relative;
	background: #E1AD4F;
	font-weight:bold;
	 color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
}
.title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(23, 121, 186, 0);
	border-top-color: #E1AD4F;
	border-width: 30px;
	margin-left: -30px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
	font-weight:bold;
}

.inputrow { position: relative; }
.inputrow input { text-indent: 38px; background:none !important; color:#fff !important}
.inputrow .fa { 
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 15px;
	background:  #E1AD4F;
  text-align:center;
  height:34px;
  line-height:34px;
  color:#fff;
  width:34px;
}

.tabcolumn1, .tabcolumn2, .tabcolumn3{
	width:32%;
	display:inline-block;
	text-align:center;
}

.tabcolumn3 {
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 50px !important;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label {
	border:1px solid #E1AD4F;
	 width: calc(100% - 50px);
	padding:10px 0px;
}

[type="radio"]:not(:checked) + label {
	border:1px solid #ccc;
	 width: calc(100% - 50px);
	padding:10px 0px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 9px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #E1AD4F;
    position: absolute;
    top: 13px;
    left: 26px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="submit"] {
	width:200px;
	color:#fff;
	background:#E1AD4F;
	
	text-transform:uppercase;
}

[type="submit"]:hover {

	background:#1C91DF;
}

.fbutton {
	text-align:center;
}
.domaininfo {
	text-align:center;
	padding:0px 25px;
	font-size:12px;
	 
}
.rcol1, .rcol2 {
	width:48.5%;
	float:left;
	margin:0 0.5%;
	
}
 

.checkboxThreeTexta {
	float:left;
	width:25%;
}
.checkboxThreeText {
	 
	float:left;
	margin-top:8px;
	font-size: 13px;
	font-family:Open Sans;
	font-weight:bold;
	color:#000;
	width:75%
}

.checkboxThree {
    width: 120px;
    height: 32px;
    background: none;
    margin: 10px 0px;
	border:1px solid #E1AD4F;
    border-radius: 50px;
    position: relative;
	
}
.checkboxThree:before {
    content: 'Yes';
    position: absolute;
    top: 8px;
    left: 13px;
    height: 2px;
    color: #000;
    font-size: 13px;
	font-family:Open Sans;
	font-weight:bold;
}

.checkboxThree:after {
    content: 'No';
    position: absolute;
    top: 6px;
    left: 84px;
    height: 2px;
    color: #000;
     font-size: 13px;
	font-family:Open Sans;
	font-weight:bold;
}

.checkboxThree label {
    display: block;
    width: 52px;
    height: 22px;
    border-radius: 50px;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 5px;
    z-index: 1;
    left: 12px;
    background: #ddd;
}

/**
 * Create the checkbox event for the label
 */
.checkboxThree input[type=checkbox]:checked + label {
    left: 60px;
    background: #009ACA;
}
input[type=checkbox] {
    visibility: hidden;
}







input:required:valid,textarea:required:valid,.optionaltick {
  background: rgba(0,0,0,0.1) url("check.svg") no-repeat 99% 50% !important;
  background-size: 25px !important;
  
}
input[type=number] { -moz-appearance: textfield; }

.pinfo {
	text-align:center;
	font-size:10px;
	margin-bottom:18px;
}

.bg {
	text-align:center;
	background:#f4f4f4;
	padding:30px 0px;
	border:1px solid #E1AD4F;
	 
	
}

.bg .inputrow {
	font-weight:bold;
	font-size:14px;
}

.bg input {
	text-align:center;
	width:50%;
	text-indent:0px !important;
}

.bg .inputrow .fa {
	left:auto;
}

.hide1 {
	display:none;
}

@media (max-width:499px){
	
	.rcol1, .rcol2 {
		width:100%;
		margin:0px;
	}
	.checkboxThreeText {
		width:100%;
		display:block;
		text-align:center;
	}
	.checkboxThreeTexta {
		float:none;
		width:100%;
	}
	.checkboxThree {
		margin:0 auto;
	}
	.hide1 {
		display:block;
	}
	
	
	
}