input[type="text"], input[type="password"], input[type="submit"], textarea, input, select.form-control {
    font-size: 16px;
    font-weight: 500;
}
#quote_form {
    margin-top: 5px;
    max-width: 95%;
    margin: 5px auto;
}
.inputswitch {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 22px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
	margin-right:10px;
}
.inputswitch.switch_consent {
    width: 50px;
    height: 20px;	
}
.inputswitch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.inputswitch.switch_consent::before {
    width: 17px;
    height: 17px;	
}
.co-details {
    margin-left: 1em;
    display: inline-block;
    width: auto;
    vertical-align: middle;
	font-weight: 500;
}
input:checked + .inputswitch {
    background: #198754 url(/assets/images/tick.png);
    background-position: 10px center;
    background-size: 15px;
    background-repeat: no-repeat;
}
input:checked + .inputswitch.switch_consent {
background-size: 13px;	
}

input:checked + .inputswitch::before {
    left: 36px;
    background: #fff;
}
input:checked + .inputswitch.switch_consent::before {
  left: 30px;	
}
input:checked + .inputswitch.switch-border::before{
  border: 0px solid red !important;
}
.inputswitch.switch-border::before {
    border: 1px solid red !important;
}
.wizard-end .btn.form-btn{
	margin-top: 7px;
}
.disclaimer-txt {
 margin-bottom:0px !important;	
}
.steps-section{
    display: flex;
	justify-content:center;
}
#consent-error{
	display:none;
}
.consent-error {
    color: #ff0000;
    font-size: 13px;
    line-height: 1em;
    padding-top: 3px;
	margin-bottom:5px !important;
    font-weight: 600;	
	text-align:center  !important;	
	height: 15px;	
}

.input_validated {
    border: 1px solid #198754 !important;
}
#fname-row, #lname-row {
	position:relative
	}

h3.step-header {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 10px;
	margin-bottom: 8px;
}
.btn:hover {
    color: #fff;
}
.results-step h3.step-header {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 12px;
    margin-bottom: 0px;
}
.company-step p {text-align:center;}
.form-btn {
    box-shadow: 0 0 0px #ddd;
    max-width: 450px;
}
#results-step {display:none;padding: 0px 0px 0px 10px;}

.steps-sections {
	display:flex;
	width:100%;
}
.tcpa_disclosure p {
    font-size: 0.9em;
    text-align: left;
	line-height: 1.4;
}
.inputswitch.switch_consent {
    margin-right: 8px;
}
.slide-in-right {
	display:block !important;
	background-color: #fff;
	transform: translateX(100%);
	animation: slideIn 1s ease forwards;
}
.company-item{
	margin-bottom:12px;
}
.company-step h2{
	font-size: 2.5rem;
	font-weight: 700;
}
#company_error {
    display: block;
    font-size: 16px;
    visibility: hidden;
    padding-top: 15px;
    color: #f23a52;
    line-height: 1em;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding-left: 3px;
}
.form-wizard {
    background: #f3f4f4;
}
.step{
    background: #fff;
    border-radius: 20px;
    padding-bottom: 10px;
}
.option-group {
	max-width:300px;
	margin-right:auto;
	margin-left:auto;
}
@keyframes slideIn {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0);
	}
}

@media (max-width: 360px) {
    .inputswitch {
        margin-right: 0;
    }
    .co-details {
        font-size: 0.9rem;
    }
}
@media (max-width: 991px) {
	.steps-section {
		display: block;
	}
	#results-step {
		padding: 0px 0px;
	}	
}	

@media (max-width: 480) {
h3.step-header {
    font-size: 16px;
 }
 .company-step p {
     font-size: 15px;
 }
 .wizard-end .btn.form-btn {
    margin-bottom: 20px;
 }
.text-zip-field input[type="text"] {
    width: 100%;
   } 
}
@media (max-width: 567px) {
    #get_quotes {
        width: 100%;
        max-width: 275px;
    }
	.hide-on-mobile {display:none}
}

.option-input-group input[type=radio]+label {
    margin: 0 auto 15px;
}
.field-row {
    max-width: 450px;
    margin: 5px auto;
    width: 50%;
	position: relative;
}


.uiOutline.css-input {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
	border-radius: 0.375rem;
	border-color: rgb(0 0 0 / 37%);
}
.zip-section  .uiOutline.css-input {
    border-color: rgb(0 0 0 / 50%);
}
.css-input-error {	
    float: unset;
    width: auto;
    overflow: hidden;
    display:none;
    padding: 0;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    -webkit-transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
    transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}
.css-input-error>span {
    padding-left: 20px;
    padding-right: 0px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
.css-input-error.field-holder>span{
    padding-left: 20px;
    padding-right: 0px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}

.uiOutline.css-input .field-error {
    border-color: #d32f2f;
}
.form-input-set {
	position:relative;
	height:auto;
}
.css-input-error {display:none}
.uiOutline.css-input.error-border{
	top:0px;
}
.uiOutline.css-input.field-label{
	top:-5px;
}
.uiOutline.css-input.error-border .css-input-error{
	display:none;
}

.labelIn {
    color: #595c5f;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.2;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    display: block;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    position: absolute;
    left: 5px;
    top: -7px;
    -webkit-transform: translate(14px, 16px) scale(1);
    -moz-transform: translate(14px, 16px) scale(1);
    -ms-transform: translate(14px, 16px) scale(1);
    transform: translate(14px, 16px) scale(1);
    -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    z-index: 999;
    pointer-events: none;
}
.labelOut {
    color: #595c5f;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    display: block;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 2px;
    top: -1px;
    -webkit-transform: translate(14px, -9px) scale(0.75);
    -moz-transform: translate(14px, -9px) scale(0.75);
    -ms-transform: translate(14px, -9px) scale(0.75);
    transform: translate(14px, -9px) scale(0.75);
    -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    z-index: 999;
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.field-row input {
    width: 100%;
    border: none;
	color:#222;
}

.field-row input.form-control:focus {
	border: none;
}
#validationMessage {
    min-height: 24px;
}

@media (max-width: 567px) {
.field-row {
    width: 80%;
  }
}