@media only screen and (max-width: 576px)
{

	.OLTloginbox
	{
		width:400px;
		box-shadow:0 2px 3px #555;
		box-shadow:0 2px 3px #555;
		-moz-box-shadow:    0 2px 3px #555;
		-webkit-box-shadow: 0 2px 3px #555;
	}
	.label_text
	{
		font-size:15px !important;
	}
	.oltuser-login-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 100%;
		background-color:#fff;
	}
	.oltuser-reg-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 88%;
		background-color:#fff;
	}
	.oltuser-combo-input
	{
		background-color:#fff;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #a6a6a6;
		padding: 5px 8px;
		width:150px;
	}
	.oltuser-area-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 25%;
		background-color:#fff;
	}
	.oltuser-phone-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 55%;
		background-color:#fff;
	}
	.required_star
	{
		color:#ff0000;
		font-size:12px;
	}
	.oltuser-login-input1
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		text-align: center;
		width: 80%;
		background-color:#fff;
	}
	.oltuser-login-input:hover,.oltuser-login-input1:hover,.oltuser-reg-input:hover,.oltuser-area-input:hover,.oltuser-phone-input:hover
	{
		-moz-box-shadow:    inset 0 0 1px #73297B;
		-webkit-box-shadow: inset 0 0 1px #73297B;
		box-shadow:         inset 0 0 1px #73297B;
	}
	.oltuser-login-input:focus,.oltuser-login-input1:focus,.oltuser-reg-input:focus,.oltuser-area-input:focus,.oltuser-phone-input:focus
	{
		-moz-box-shadow:    inset 0 0 2px #73297B;
		-webkit-box-shadow: inset 0 0 2px #73297B;
		box-shadow:         inset 0 0 2px #73297B;
	}
	::-webkit-input-placeholder
	{
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	:-moz-placeholder
	{ /* Firefox 18- */
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	::-moz-placeholder
	{  /* Firefox 19+ */
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	:-ms-input-placeholder
	{
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	.OLTPROPageLink
	{
		 color: #df3e8d !important;
	}
	.oltuser-login-btn
	{
		width:60%;
		height:40px;
		padding:5px 8px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		cursor: pointer;
		text-align:center;
		 background-color: #73297b;
		color: #ffffff;
		text-transform:uppercase;
		border: none;
		border-radius: 3px;
		box-shadow: 0 4px 3px #111;
		-moz-box-shadow:    0 4px 3px #111;
		-webkit-box-shadow: 0 4px 3px #111;
	}
	.oltuser-login-btn:active,.oltuser-login-btn:hover
	{
       		background-color: #59B200;
	}
	.mob_link_label
	{
		color: #042c59;
		font-size: 14px;
		padding-left: 10px;
		padding-top: 5px;
	}
	.page_table_width
	{
		width:100%;
	}
	.pricing_img_width
	{
		width:100%;
	}
	.state_ul_padding
	{
		padding-left:15px;
	}
	.inner_page_container
	{
		//margin-top:30px;
	}

	/* Footer */
	.sub_footer
	{
		font-size: 12px;
	}
	.sub_footer a
	{
		font-size: 12px;
	}
	.mobile_feature
	{
		font-size:14px;
		font-weight:500;
		letter-spacing: 0.5px;
	}
	.mobile_feature a
	{
		color:#fff;
	}
	.mobile_feature a:hover,.mobile_feature a:focus
	{
		color:#6B1C74;
		text-decoration:none;
	}
	.footer_box
	{
		padding:0px 0px;
	}
	.footer_inner_box
	{
		border-right:1px solid #fff;
		padding:10px 0px;
		background:rgba(0,0,0,0.6);
	}
	.features_image_mob
	{
		color: #555;
		float: left;
		width: 60px;
		padding-left:5px;
	}
	.olt-defpub-view
	{
		width:100%;
	}
	.more_info
	{
		border-bottom: 1px dotted;
		position: relative;
	}

	.more_info .title
	{
		position: absolute;
		top: 20px;
		border:1px solid silver;
		background-color:#f1f1f1;
		padding: 4px;
		left: -70px;
		white-space: nowrap;
	}
	.padd_survey_left
	{
		padding-left:10px;
	}
	.options_survey
	{
		float:left;
		width:50%;
	}
	.survey_score
	{
		float:left;
		width:100%;
	}
	.olt_two_btn
	{
		float: left;
		padding: 10px;
		width: 80%;
	}
	.ul_image
	{
		padding: 5px;
		width: 98%;
	}
	.li_states
	{
		padding-top: 8px;
	}
	.trust_section
	{

		padding-top:2px;

		height:70px;
	}
	.mcafee_width
	{
		width:100%;
	}

	.trust_width1,.trust_width2,.trust_width3,.trust_width4
	{
		width:70px;
	}
}
@media only screen and (max-width: 479px)
{
	.OLTloginbox
	{
		width:100%;
		box-shadow:0 2px 3px #555;
		box-shadow:0 2px 3px #555;
		-moz-box-shadow:    0 2px 3px #555;
		-webkit-box-shadow: 0 2px 3px #555;
	}
	.olt_two_btn
	{
		float: left;
		padding: 10px;
		width: 100%;
	}
	.corp_button
	{
		float: left;
		padding: 5px;
		width: 25%;
	}
	.corp_btn_width
	{
		width:95%;
	}
	.trust_section
	{
		padding-top:2px;
		height:50px;
	}
	.trust_width1,.trust_width3,.trust_width4
	{
		width:50px;
	}
	.trust_width2
	{
		width:40px;
	}
}
@media only screen and (max-width: 359px)
{
	.oltuser-reg-input
	{
		width: 83%;
	}
}

/* Estimator */
	.basicinfo_img
	{
		width:28px;
	}
	.income_img
	{
		width:25px;
	}
	.deduction_img
	{
		width:20px;
	}
	.credit_img
	{
		width:20px;

	}

	/* Estimator Section */
	.estimator_section
	{
		padding:10px 20px 35px 25px;
	}
	.btn_transparent
	{
		padding: 10px 20px;
	}