/* Customization for Home */
body {
    /*padding-top: 0;*/
}
header.top {
    /*background: transparent;*/
    /*background: rgba(255, 255, 255, .5);*/
    /*border-bottom: none;*/
    /*color: #333;*/
    /*transition: background 500ms, color 500ms;*/
    box-shadow: rgba(0, 0, 0, .24) 0px 0px 10px 0px;
}
header.top ul.nav li a {
    /*color: #333;*/
    /*transition: color 500ms;*/
}

header .etax-logo-image.white {
    /*display: none;*/
}
header.top .etax-logo-image.white {
    /*display: inline;*/
}
header.top .etax-logo-image.color {
    /*display: none;*/
}



/* HOME */
.jumbotron.home {
    position: relative;
	display: table;
	width: 100%;
    /*background-color: #3f4b66;
    background: #3f4b66 url("/images/home/banner/tax-refund-lg.jpg") center center;*/
    color: #fff;
	height: 564px;
    background-size: cover;
    overflow: hidden;
	text-shadow: #000 1px 1px 2px;
    padding-top: 64px;
}

.jumbotron.home > div {
	display: table-cell;
	vertical-align: middle;
}
.jumbotron.home ul {
	list-style: none;
	padding-left: 0;
}
@media (min-width: 1200px) {
	.jumbotron.home .start-buttons {
		margin-bottom: 100px;
	}
}
@media (max-width: 1200px) {
	.jumbotron.home {
		height: 400px;
	}
}
@media (max-width: 991px) {
	.jumbotron.home {
        background: #ccc url("/images/home/banner/tax-refund-lg.jpg") center center;
		height: 350px;
	}
}
@media (max-width: 768px) {
	.jumbotron.home {
		height: inherit;
		text-align: center;
	}
}
@media (max-width: 480px) {
    .start-buttons .btn {
        width: 100%;
    }
}

.card {
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgb(0, 0, 0, .15);
    padding: 14px;
}

.jumbotron h2, .jumbotron h4 {
	color: #fff;
}
.jumbotron p {
	font-weight: 100;
}
.jumbotron .start-buttons {
	margin-top: 25px;
}

.jumbotron .btn {
	box-shadow: #000 0px 5px 20px -5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.steps {
	position: relative;
	text-align: center;
}

.steps h2 {
	margin: 0;
    margin-top: 20px;
	margin-bottom: 50px;
}
.steps h2 {
    font-weight: 100;
}
.steps h2 span {
    font-weight: bold;
    /* font-size: 1.25em; */
}

.steps .card {
    border-top: 8px solid rgba(0, 0, 0, .25);
    padding-top: 30px;
    padding-bottom: 22px;
}

/* h3 {
    font-weight: 600;
} */

.steps .card:not(:first-of-type) {
    margin-left: 20px;
}

.steps div.container {
	border-bottom: 1px solid #eee;
}

.steps div.row div {
	margin-bottom: 30px;
}

.steps i {
	display: inline-block;
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	border-radius: 100px;
	background-color: #ddd;
	font-size: 48px;
	color: #fff;
}

.steps i.fa-tachometer, .steps i.icon-gauge {
	background-color: #ca7a7a;
}
.steps .card.step-1 { border-color: #ca7a7a; }

.steps i.fa-bolt, .steps i.icon-flash {
	background-color: #3D8CB3;
}
.steps .card.step-2 { border-color: #3D8CB3; }

.steps i.fa-money, .steps i.icon-cash {
	background-color: #9BC143;
}
.steps .card.step-3 { border-color: #9BC143; }

.steps p {
    font-size: 1.1em;
}

@media (max-width: 768px) {
	.steps .card {
        margin-left: 14px;
        margin-right: 14px;
    }
}


section {
    margin-bottom: 30px;
}
section .row {
    display: block;
    display: flex;
}
section .row .pic {
    align-self: flex-end;
}
.feature {}
.feature div.row {
	padding-top: 20px;
	border-bottom: 1px solid #eee;
}

.lazy-loading .feature .lazy {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}

.lazy-loading .feature .lazy-left {
    transform: translateX(50px);
    opacity: 0;
}

.lazy-loading .feature .lazy-right {
    transform: translateX(-50px);
    opacity: 0;
}

.lazy-loading .feature .lazy-up {
    transform: translateY(50px);
    opacity: 0;
}

.lazy-loading .feature .lazy-down {
    transform: translateY(-50px);
    opacity: 0;
}

.feature h3 {
	margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
    /* font-weight: 100; */
}

.feature img {
	width: 100%;
	height: auto;
    /*position: absolute;*/
    /*left: 0; right: 0; bottom: 0;*/
}

.feature.free-cs img {
	max-width: 340px;
}
.feature ul {
    padding-left: 58px;
    list-style: none;
}
.feature ul li {
    margin-top: 20px;
    display: flex;
    position: relative;
    min-height: 38px;
    align-items: center;
}
.feature ul li, .feature p {
    font-size: 1.1em;
}
.feature.free-cs p {
    font-size: 1.25em;
}
.feature ul li i.fa, .feature ul li i.icon {
    /*margin-left: -32px;*/
    /*margin-right: 5px;*/
    position: absolute;
    left: -60px;
    top: 0;
    font-size: 18px;
    margin-top: 2px;
    color: rgba(0, 0, 0, .68);

    /* border: 2px solid #000; */
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.feature .lead {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
	.feature {
		/* text-align: center; */
	}
    .feature img {
        position: relative;
    }
    section .row {
        display: block;
    }
}

.feature.free-cs {
    margin-bottom: 0;
}
.feature.free-cs div.row {
    border-bottom: none;
}

#carousel-testimonials {
    background: #FaFaFa;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    padding-top: 40px;
    /*margin-top: 10px;*/
    border-top: 1px solid #eee;
    text-align: center;
}
#carousel-testimonials .carousel-control {
	background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    line-height: 240px;
}
#carousel-testimonials .carousel-control a {
	opacity: .25;
}

#carousel-testimonials .carousel-inner {
    /* margin-top: 20px; */
}
#carousel-testimonials .item {
	/*vertical-align: middle;*/
	/*text-align: center;*/
    height: 165px;
    overflow: hidden;
}
#carousel-testimonials .item blockquote {
	border-left: none;
	margin: 0;
	text-align: center;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
}
#carousel-testimonials .item blockquote p {
	color: #555;
    margin-bottom: 4px;
}
#carousel-testimonials .item blockquote p i.icon {
    position: absolute;
    left: -10px;
    font-size: 32px;
    top: -4px;
}
#carousel-testimonials .item .stars {
	letter-spacing: 4px;
    color: #f6cb00;
}
#carousel-testimonials .rating {
    font-size: 10px;
    /* width: 100%; */
    text-align: center;
    bottom: -30px;
    position: relative;
    display: inline-block;
}

.review-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.review-container .review-user {
    margin-right: 20px;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
}

.review-container .review-user img {
    border-radius: 50%;
    width: 92px;
    height: 92px;
    border: 3px solid rgba(0, 0, 0, .3);
    margin-bottom: 4px;
}
.review-container .review-user {

}

.review-container .review-content {
    max-width: 100%;
}

.review-container .review-content p::before,
.review-container .review-content p::after {
    font-size: 1.5rem;
    bottom: -5px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
.review-container .review-content p::before {
    content: '\201C';
}
.review-container .review-content p::after {
    content: '\201D';
}


/* Home Style 1 */
.jumbotron.home, .jumbotron.home1 {
    background-color: #3f4b66;
    background: #3f4b66 url("/images/home/banner/woman-tablet-lg.jpg") center center;
    background-size: cover;
}
@media (max-width: 991px) {
	.jumbotron.home, .jumbotron.home1 {
        background: #3f4b66 url("/images/home/banner/woman-tablet-sm.jpg") center center;
	}
}

/* Home Style 2 */
.jumbotron.home2 {
    background-color: #b7caea;
    background: #b7caea url("/images/home/banner/mother-daughter-lg.jpg") center center;
    background-size: cover;
}
@media (max-width: 991px) {
	.jumbotron.home2 {
        background: #b7caea url("/images/home/banner/mother-daughter-sm.jpg") center center;
	}
}

/* Home Style 3 */
.jumbotron.home3 {
    background-color: #65808b;
    background: #ccc url("/images/home/banner/man-tablet-lg.jpg") center center;
    background-size: cover;
}
@media (max-width: 991px) {
	.jumbotron.home3 {
        background: #65808b url("/images/home/banner/man-tablet-sm.jpg") center center;
	}
}

