.sticky-contact-form .block_section{
		margin-bottom:0;
	}
	.sticky-contact-form .block_section form
	{
		margin:0;
	}
	#frm input
	{
		height:35px !important;
	}
	
	.sticky-contact-form .block_section form .title_right:after{
		content:none;
	}

	.sticky-contact-form
	{
		position:fixed;top:45%;right:-250px;transform:translateY(-50%);width:250px;height:auto;z-index:999999;padding:15px 15px 15px 15px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.5);box-sizing:border-box;transition:.5s;max-height:745px;zoom:1.05
	}
	.sticky-contact-form.active{
		right:0;
	}.toggle-form
	{
		position:absolute;height:48px;width:160px;text-align:center;box-shadow:-2px -1px 8px rgba(58,56,52,.28);
		cursor:pointer;background:#449d44;top:45%;font-weight:600;left:-104px;border-radius:3px 3px 0 0;transform:
		rotate(270deg);cursor:pointer;color:#fff;line-height:48px;font-size:16px;z-index:9999999;padding-left: 8px;
	}.toggle-form:before
	{
		content:'\f003';font-family:fontAwesome;font-size:18px;color:#fff;left:-8px;position:relative;
	}

	@media only screen and (max-width:480px)
	{	
	    #validCode
    	{
    		width:100% !important;
    	}
		.toggle-form
		{
			line-height:30px;
			font-size:14px;
			left:-90px;
			height:30px;
			width:150px;
		}.sticky-contact-form{
		    height:480px !important;
		}
	}