* {
    margin: 0;
    padding: 0;
    outline: none;
	box-sizing:border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    background: white;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    color: black;
}

p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}
li {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}
ul{margin-bottom:20px;}
img {
    max-width: 100%;
}

button:focus {
    outline: none;
}

.clear_both {
    clear: both;
}
.formrow {
	display: flex;
	flex-wrap: wrap;
}
.formrow > *{margin-top:30px;}
.col-12 {
	width: 100%;
	flex: 0 0 100%;
	padding: 0 15px;
}
.col-6 {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;
}
.col-4 {
	max-width: 33.33%;
	flex: 0 0 33.33%;
	padding: 0 15px;
}
.button_1 {
	background: #ff5752;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 9px 25px;
	border-radius: 50px;
	margin-bottom: 20px;
	box-shadow: 0px 2px 2px 2px rgba(110, 110, 110, 0.2);
	transition: all 0.5s ease;
	cursor: pointer;
	border: 0;
	/* border: 2px solid #fff; */
}
.button-group {
	display: flex;
	justify-content: center;
}

.form-check-label {
	font-size: 17px;
	font-weight: 500;
	color: #111;
}
input[type=radio] + label, input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

input[type=radio] + label:before, input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.4em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=radio] + label:active:before, input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=radio]:disabled + label:before, input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=radio]:checked:disabled + label:before, input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}


/*========================deafult css end==================*/		
.mainlogo {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.mainlogo img {
	width: 100%;
	max-width: 300px;
}
.employee-form {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none !important;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
	background: #ffffff;
	max-width: 96%;
	margin: 0 auto;
}	
.formcontainer {
	max-width: 1140px;
	margin:0 auto;
	width:100%;
	padding:0 10px;
}	
.employee-cards {
	padding: 30px 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none !important;
	background: #ffffff;
}
.form-title {
	margin-bottom: 15px;
	/* color: #000; */
	font-size: 27px;
	line-height: 1.3;
	font-weight: 600;
	color: #039;
	text-align: center;
}	
.form-group {
	display: flex;
	align-items: center;
}
.form-group label {
	font-size: 17px;
	font-weight: 500;
	color: #111;
}
.form-control, .form-select {
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	/* background: #f7f7f7; */
	width: 100%;
	border-bottom: 2px solid #ccc;
	font-size: 17px;
	padding: 7px 10px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}	
.form-group textarea {
	height: 120px;
}
.flexcolumn {
	flex-wrap: wrap;
}
.flexcolumn textarea {
	border: 2px solid #ccc;
	margin-top: 10px;
	border-radius: 3px;
}
.acknoledgebox label{line-height:1.8;}
.acknoledgebox input {
	max-width: 300px;
	margin: 0 10px;
	padding:3px 10px;
}
.form-group + .form-group {
	margin-top: 30px;
}
.offersec {
	justify-content: space-between;
}
.col {
	padding: 0 15px;
}
#signPadBig {
	z-index: 1;
}
.signaturebox{position:relative;z-index:1;}
/*
.signaturebox::before {
	content: 'Click To Sign';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	z-index:-1;
}*/
.showtext {
	font-size: 14px;
	color: #999;
	margin-bottom: 3px;
}
.sitenamesec label {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 11px;
	display: block;
}
.formtable {
	width: 100%;
}
table.formtable{

	margin-top: 15px;
}
table.formtable, .formtable th, .formtable td {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	color: #111;
	font-size: 17px;
	font-weight: 500;
}
.formtable th, .formtable td {
  padding: 10px;
}
.select-group {
	display: flex;
	align-items:center;
}
.select-group select.form-control {
	/* margin: 5px; */
	font-size: 12px;
	width: 56px;
	padding: 2px 2px;
	margin-right: 2px;
	border: 0;
	text-align: center;
}

.formtable td.selecttime {
	padding: 13px 6px;
}
.hipen {
	height: 1.5px;
	display: block;
	width: 9px;
	background: #111;
	margin: 0 3px;
}
@media(max-width:1180px){
.sitenamesec {
	width: 100%;
	overflow-x: auto;
	padding-bottom: 15px;
}
}
@media(max-width:768px){
.form-title {
	font-size: 23px;
}
.employee-cards {
	padding: 30px 0px;
}
.formrow > * {
	margin-top: 15px;
}
.col-6, .col-4 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.form-group {
	flex-wrap: wrap;
}
.form-control, .form-select {
	border: 1px solid #ccc;
	font-size:15px;
}
.form-group label {
	width: 100% !important;
	margin-bottom: 6px;
	font-size: 15px;
}
.flexcolumn textarea {
	border: 1px solid #ccc;
	margin-top: 0;
}
.form-check-label {
	font-size: 15px;
	font-weight: 500;
	color: #111;
}
.acknoledgebox input {
	width: 100%;
	display: block;
	max-width: none;
	margin: 10px 0;
	padding: 7px 10px;
}
.form-group + .form-group {
	margin-top: 15px;
}
table.formtable, .formtable th, .formtable td {
	font-size: 12px;
}
.formtable th, .formtable td {
	padding: 0px;
}
.sitenamesec table label {
	font-size: 13px;
}
.sitenamesec > label {
	font-size: 15px;
	margin-bottom: 5px;
}
}