.pl-input-text, .pl-select {  
	border-radius: 5px !important;
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
	-moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	font-size: 16px !important;
    padding: 12px 18px !important;
	text-align: left !important;
	outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	width: 100% !important;
	font-family: 'PT Sans', sans-serif !important;
}
.pl-select{
	width:100% !important;
}
.pl-form-container{
	max-width:600px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	background-color: rgb(242, 242, 242);
    border-radius: 5px;
}
.hsSize1 {
    font-size: 16px;
}
.text-center{
	text-align:center;
}
.pl-form-input-div{
	margin-top: 15px;
    display: block;
    outline: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
.pl-custom-wrap {
    padding: 15px;
    border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 16px;
    padding: 12px 18px;
}
.pl-custom-checkbox{
	background-color: #ffffff;
}
.page-template-default .pl-form-container .pl-submit-btn, .pl-submit-btn{
	color: rgb(255, 255, 255) !important;
    background-color: rgb(186, 0, 0) !important;
	border: 1px solid rgba(0,0,0,0.1) !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2) !important;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2) !important;
    border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	display: block !important;
    text-align: center !important;
    width: 100% !important;
	padding: 13px 35px !important;
	margin-right: auto !important;
    margin-left: auto !important;
    color: #FFF !important;
    font-weight: bold !important;
    display: inline-block !important;
    -ms-transform: all .2s ease-in-out !important;
    -webkit-transform: all .2s ease-in-out !important;
    transform: all .2s ease-in-out !important;
    text-align: center !important;
	font-size: 18px !important;
	margin-top: 10px !important;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 16px !important;
}
.pl-form-control {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}

.pl-form-control + .pl-form-control {
  margin-top: 1em;
}
.pl-checkbox {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: #BC3434;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

.pl-checkbox::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	/* Windows High Contrast Mode */
	background-color: #BC3434;
}
.pl-checkbox:checked::before {
	transform: scale(1);
}
.pl-checkbox:focus {
	outline: max(2px, 0.15em) solid currentColor;
	outline-offset: max(2px, 0.15em);
}
.mt-15{
	margin-top:15px;
}
.pl-submit-btn:disabled,
.pl-submit-btn[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.pl-no-spam{
    margin-bottom: 0 !important;
}
/* With accordion */
.pl_accordion{
	font-family:'Open Sans',sans-serif;
}
.pl_accordion .item {
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	border-radius: 3px;
}
.pl_accordion .item .acc-heading {
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #444;
	font-size: 16px;
	line-height: 20px;
    padding: 12px 18px;
	text-align: left;
	font-weight: lighter;
}
.pl_accordion .item .acc-heading.active {
  color: #444;
}
.pl_accordion .item .acc-content {
	margin: 0;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.pl_accordion .item .acc-content .inner {
	padding: 1px 0px 10px 15px;
	line-height: 25px;
	font-size: 14px;
}
.acc-heading img {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
}
.pull-right{
	float:right;
}
.ea-header {
    margin-bottom: 0;
	margin-top: 0;
	background: #fff;
	padding:0;
	border:1px solid rgba(0,0,0,0.2);
	box-shadow:0 0 0 3px rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 16px !important;
    font-weight: normal !important;
}
h3.ea-header{
	margin-bottom: 0 !important;
}
.ea-header a{
	color: #444 !important;
}
.ea-body {
    background: #fff;
    color: #444;
	padding: 15px;
	text-align: left;
}
.acc-heading .indicator{
	font-size:35px;
}