.tax-return-section{
padding-top:40px;
}
.tax-return-single{
			padding: 50px 0 50px;
		}
		.tax-return-single h3{
    color: #373737;
    font-family: "Raleway",sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
		}
		.tax-return-single h2{
    color: #373737;
    font-family: "Raleway",sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0 15px;
		}
		.single-tax-text{
			text-align: center;
			margin-bottom: 25px;
		}
		
		.tax-return-single .tax-box-wrap{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			justify-content: center;
		}
		.tax-return-single:nth-child(odd) .tax-box-wrap{
			flex-direction: row;
		}
		.tax-return-single:nth-child(even) .tax-box-wrap{
			flex-direction: row-reverse;
		}		
		.tax-box-wrap .img-tax-item{
			flex: 0 0 50%;
		}
		.tax-box-wrap .img-tax-item img{
			width: 100%;
		}
		.tax-box-wrap .content-tax-item{
			flex: 0 0 40%;
		}
		.tax-box-wrap .content-tax-item{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			align-items: center;
		}
		.tax-return-single:nth-child(even) .tax-box-wrap .content-tax-item {
			justify-content: flex-end;
		}
		.tax-return-single:nth-child(even) .tax-box-wrap .content-tax-item{
			margin-right: -35px;
		}
		.tax-return-single:nth-child(odd) .tax-box-wrap .img-tax-item{
			margin-right: -35px;
		}
		.tax-abs h4{ 
    color: #373737;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
margin-bottom: 10px;
		}
		.tax-abs h4 a{
			    color: #6abad0;
    display: inline-block;
    padding: 7px 22px;
    border: 2px solid #6abad0;
    margin-top: 5px;
		}		
.tax-abs h4 a:hover{
background: #6abad0;
color: #fff;
		}	
		.tax-abs{
			padding: 30px;
			background: #fff;
			box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
			width: 100%;
			text-align: center;
			height: 65%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
		}
		.tax-abs .btn{
			background: #6abad0;
			border-radius: 0;
			border: 0;
			padding: 10px 25px;
			font-size: 14px;
			margin-top:0;
            color: #fff;
            font-weight: 400;
		}
