/************FORM ERROR****************************/
.formError {
	position: relative !important;
    left: auto !important;
    top: auto !important;
}
input:invalid {
/*background-color:#fff;*/
}
#frm-box label {
/*font-weight:normal;*/
}
input[type='text'], input[type='number'], input[type='email'] {
/*padding-left:3px;
	padding-right:3px;*/
}
input[type='text'].formError, input[type='number'].formError, input[type='email'].formError, select.formError {
	border: 1px solid orange !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 97% center !important;
	position: relative;
	display: inline-block;
	top: auto;
	color:#000;
	left: auto;
}
label.formError {
	border: 1px solid orange !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 2px 2px;
	color:#000;
}
select.formError {
/*background-position: 8% center;*/
}
div.formError {
	border: 1px solid orange !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 13px 10px;
}

.term2, .trm-txt {
        font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000000;
    margin: 10px 0 0 0;
    padding: 0px 0 0 20px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
.trm-txt{padding-left:0;}
.term2 input#agree {
    position: absolute !important;
    left: 0 !important;
    top: 5px !important;
    margin: 0;
    height: 15px;
    width: 15px;
}
.frmfld1 {
    padding: 0 0px 0 0px;
}
div#billingDiv {
    float: left;
    width: 100%;
}

.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	box-sizing: border-box;
	font-size: 17px;
	color: #000;
	background: none;
	font-family: inherit;
	padding: 0 0 0 15px;
}
.frmfld, .frmfld1 {
    height: 42px;
    border: 1px solid #d7d9e0;
    position: relative;
    background: #fff;
    color: #ff515b;
	padding: 0;
}

.frm1 .frmElmnts .frmfld {
}
.frmfld1 select, .frmfld1 input {
    padding: 0 0 0 10px;
}

/************EASY CANCEL FORM******************************/
.auto-renew {
	text-align: center;
	float: left;
	width: 100%;
	padding: 40px 0;
}
.pop_form {
	display: inline-block;
	width: 50%;
	background: #e8e4e4;
	padding: 20px 0 20px 0px;
}
.pop_form .cancel_hed {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pop_form .cancel_text {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
.cancel_from {
	float: left;
	width: 100%;
	padding: 0 30px;
}
.from_elemnt {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.from_elemnt label {
	float: left;
	width: 40%;
	padding: 8px 10px 0 0;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
}
.from_elemnt input[type="text"], .from_elemnt textarea {
	float: right;
    height: 40px;
    width: 100%;
    text-align: left;
    outline: none;
    font-family: inherit;
    border: none;
    font-size: 17px;
    line-height: 20px;
    padding-left: 10px;
	-webkit-appearance:none;
}
.from_elemnt textarea {
    height: 100px;
    resize: none;
    position: relative;
    left: auto;
    top: auto;
}
.cancel_from .btn {
	border: none;
	outline: none;
	margin-top: 20px;
	width: 290px;
	text-transform: capitalize;
	font-family: inherit;
}
/***************************************************/

/**********TERM STYLE*****************/
.trms-body {
    float: left;
    width: 100%;
    margin: 20px 0;
	text-align:left;
	}
.trms-body h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:0;
	padding:0 10px;
	font-size:26px;
	text-transform: capitalize;
}
.term_inner {
        float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
}
.trms-body p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.trms-body p span{
	text-transform: uppercase;
    font-size: 18px;
    color: #333;
    float: left;
    width: 100%;
    font-weight: 700;
}

@media only screen and (max-width:767px){.pop_form{ width:100%;}}

