
	.btn-request {
		box-shadow: inset 0 0px 0px rgba(255,255,255,.3), inset 0 38px 31px rgba(281,236,0,.5), inset 0 0px 0px rgba(0,0,0,.4);
		font-size: 18px;
		padding: 13px 0px;
		vertical-align: middle;
		background-color: #FDB64C;
		border: 0;
		border-radius: 3px;
		color: #fff;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		width: 222px;
		margin-right: 17px;
	}

	.btn-request:visited {
		color: #fff;
	}


	.how-works li {
		margin: 0 0 50px 0;
	}

	.how-works ul li:last-child {
		margin: 0 0 33px 0;
	}


    .why-list {
        line-height: 18px;
    }

	.why-list ul{
		margin-top:25px;
		list-style: none;
		position: relative;
	}

    .why-list li {
		position: relative;
		padding-bottom: 5px;
        color: #e67e22 !important;
        font-weight: bold;
        font-size: 15px;
        cursor:pointer;
	}

    /*.why-list.inline li {
		display: inline;
		margin-right: 25px;
        color: #e67e22;
        font-weight: bold;
        font-size: 15px;
	}

	.why-list.inline li:before {
		top: 7px;
	}*/

	.why-list li:before {
		content: ' ';
		background: url('../img/v/li-dot.png') 0 0 no-repeat;
		display: block;
		width: 9px;
		height: 9px;
		position: absolute;
		top: 4px;
		left: -15px;
	}

	.why-list span {
		color: #e67e22;
		font-weight: bold;
		font-size: 15px;
	}

    .why-list p {
        display: none;
    }

	.top-banner{
		background-image: url(../img/v/top-banner-faq-2.png);
	}

