<style>
label {
margin-left:15%;
}
input[type=text] {
	width:70%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
	input[type=tel] {
	width:70%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
	input[type=email] {
	width:70%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
	input[type=date] {
	width:30%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
	input[type=month] {
	width:30%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
		input[type=number] {
	width:30%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
	input[type=file] {
	width:70%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
	select {
	width:70%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	
	}
	option {
		background: #333;
	}
	textarea {
	width:70%;
	margin-left:15%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:25px;
	}
	
.button {
	
	width:40%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#FFF;
	background-color: rgba(245, 136, 63, 0.8);
	border: 3px solid ;
	border-color:#F5883F;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	
}
.button:hover {
background-color: rgba(245, 136, 63, 1);
border-color:#F5883F;
}
.buttoni {
	
	width:40%;
	height:50px;
	margin-left:15%;
	border-radius:5px;
	color:#FFF;
	background-color: rgba(245, 136, 63, 1);
	border: 3px solid ;
	border-color:#F5883F;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	
}
.buttoni:hover {
background-color: rgba(245, 136, 63, 0.8);
border-color:#F5883F;
}

.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;
  background-color:transparent;
  width:75%;
 
}

/* Hide the browser's default checkbox */
.container 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 */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgba(245, 136, 63, 0.8);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .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);
}
.ck-left {
	background-color: transparent;
	width:34%;
	float:left;
	margin-left:15%;
	margin-right:1%;
}
.ck-right {
	background-color:transparent;
	width:34%;
	float:right;
	margin-right:15%;
	margin-left:1%;
	text-align:center;
}
.title-totals {
	font-size:30px;
	background-color:transparent;
}
.total-num {
	font-size:40px;
	font-weight:bold;
	background-color:transparent;
}
.total-des {
	font-size:18px;
	background-color:transparent;
}
.mlright {
		width:40%; 
		float:right; 
		display:inline-block;
	}
	.mlleft {
		style="width:40%; 
		float:left; 
		display:inline-block;"
	}
.mlcustoms {
	margin-left:15%; 
	width:70%; 
	
}
.plright {
		width:30%; 
		float:right; 
		display:inline-block;
	}
	.plleft {
		style="width:50%; 
		float:left; 
		display:inline-block;"
	}
.plcustoms {
	margin-left:15%; 
	width:70%; 
	
}
.altcolor {
	color:#f5883fcc;
	font-weight:bold;
}
.formnotify {
	color:#F00;
	font-weight:bold;
	margin-left:15%;
	font-size:1.5rem;
}
.formnotify.success {
	color:#0C3;
}
@media screen and (max-width: 1090px) {
.formnotify {
	color:#F00;
	font-weight:bold;
	text-align:center;
	margin-left:0;
}
.formnotify.success {
	color:#0C3;
}
	.mlcustoms {
	margin-left:5%; 
	width:90%;
	 
}
label {
margin-left:1.5%;
font-size:40px;
}
	input[type=text] {
	width:90%;
	height:75px;
	margin-left:0%;
	display:inline-block;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	}
	input[type=tel] {
	width:90%;
	height:75px;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	}
	input[type=email] {
	width:90%;
	height:75px;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	}
	input[type=date] {
	width:90%;
	height:75px;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	}
	input[type=month] {
	width:90%;
	height:75px;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	}
		input[type=number] {
	width:90%;
	height:75px;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	}
	input[type=file] {
	width:90%;
	height:75px;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	}
	select {
	width:90%;
	height:75px;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:60px;
	
	}
	option {
		background: #333;
	}
	textarea {
	width:90%;
	margin-left:5%;
	border-radius:5px;
	color:#000;
	background-color:#FFF;
	border: 3px solid #f5883fcc;
	margin-top:20px;
	margin-bottom:20px;
	font-size:40px;
	}
	.mlright {
		width:100%; 
		float:none; 
		display:inline-block;
	}
	.mlleft {
		style="width:100%; 
		float:none; 
		display:inline-block;"
	}
	.plright {
		width:100%; 
		float:none; 
		display:inline-block;
	}
	.plleft {
		style="width:100%; 
		float:none; 
		display:inline-block;"
	}
	.button {
	
	width:90%;
	height:110px;
	margin-left:5%;
	border-radius:5px;
	color:#FFF;
	background-color: rgba(245, 136, 63, 0.8);
	border: 3px solid ;
	border-color:#F5883F;
	margin-top:20px;
	margin-bottom:20px;
	font-size:50px;
	
}
.button:hover {
background-color: rgba(245, 136, 63, 1);
border-color:#F5883F;
}
	
.map-top {
	display:inline-block;
	width:90%;
	margin-left:5%;
	height:auto;
}

.mapouter {
	display:inline-block;
	width:80%;
	margin-left:10%;
	height:600px;
}
.footer {
	display:inline-block;
	width:100%;
	background-color: rgba(0, 0, 1, 0.8);
	height:150px;
	text-align:center;
	font-size:36px;
	padding-top:50px;
}
.f-a {
	display:none;
	width:100%;
	height:10px;
	background-color:transparent;
}
.f-b {
	width:100%;
	display:none;
	background-color:transparent;
	height:auto;
	font-size:60px;
}
.f-c {
	display:none;
	height:0px;
	width:100%;
	background-color:transparent;
}
.f-d {
	width:100%;
	display:none;
	background-color:transparent;
	height:auto;
	font-size:60px;
	margin-bottom:20px;
}

.container {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:transparent;
  font-size:34px;
  font-weight:bold;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color:#eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgba(245, 136, 63, 0.8);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 15px;
  top: 5px;
  width: 15px;
  height: 35px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

}
</style>
