@charset "utf-8";

/* Hide scrollbar for Chrome, Safari and Opera */
.form-inner::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.form-inner {
  -ms-overflow-style: auto;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body{
	margin: 0;
	padding: 0;
	background-color: #4e4e4e;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}







.form-area {
       height: 100%;
    position: absolute;
	
    right: 0;
	 margin-top: 0;
	background-color: #000;
}



.logo{
	margin-left: auto;
  margin-right: auto;
	width: 50%;
}
.img{
	margin-left: 50px;
  margin-right: auto;
	
}

.form-inner{
	width: 80% ;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	 overflow: auto;
	height: 80vh;
	
	
}
.form{
    width: 92%;
    height: 30px;
    border-radius: 40px;
    max-height: 35px;
    padding-left: 20px;
    margin-top: 10px;
    border: 1px solid gray;
    margin-bottom: 10px;
	cursor: pointer;
}
.select{
	width: 96% !important;
	height: 45px;
	cursor: pointer;
}

.label{
	color: #FFF;
	font-family: inconsolata;
}
.label2{
	color: #000;
	font-family: inconsolata;
}

#lit{
	display: none;
}

#trans{
	display: none;
}
#lawyer-info{
	display: none;
}
.button{
	width: 350px;
	height: 40px;
	background-color: #cc9933;
	color: #000;
	margin-top: 30px;
	margin-bottom: 40px;
		  border: 1px solid #cc9933;
}

.buttonC{
    width: 200px;
    height: 40px;
    /*padding: 10px;*/
    background-color: red;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid #cc9933;
    border-radius: 15px;
    text-decoration: none;
}

buttonC:active{
	
	
	color: #fff;
	
}

.buttonC:hover{
	width: 200px;
	height: 40px;
	background-color: #000;
	color: #cc9933;
	margin-top: 30px;
	margin-bottom: 40px;
		  border: 1px solid #000;
	cursor: pointer;
}

.buttonA{
	width: 200px;
	height: 40px;
	background-color: #cc9933;
	color: #000;
	margin-top: 30px;
	margin-bottom: 40px;
	border-radius: 15px;
		  border: 1px solid #cc9933;
}

.buttonA:hover{
	width: 200px;
	height: 40px;
	background-color: #000;
	color: #cc9933;
	margin-top: 30px;
	margin-bottom: 40px;
		  border: 1px solid #000;
	cursor: pointer;
}

.button:hover{
	width: 350px;
	height: 40px;
	background-color: #000;
	color: #cc9933;
	margin-top: 30px;
	margin-bottom: 40px;
		  border: 1px solid #000;
	cursor: pointer;
}
.area-text{
	width: 350px;
}

.arlet{
	font-family: "inconsolata";
	font-size: 15px;
	font-weight: bold;
}
.payme{
font-family: "inconsolata";
	font-size: 15px;
	font-weight: bold;
}