/* Begin of self-assment section  */
section.inner-banner-sec {
    background-image: url(../img/inner-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    background-position: top;
    backdrop-filter: invert(1);
}

.main-heading h1 {
    font-size: 83px;
    color: #1f2130;
    font-family: Aubery;
    text-transform: uppercase;
}
.return-head.for-green-color span.bold {
    font-weight: 700;
}
.para-sec span.bold {
    font-weight: 700;
}

.main-heading {
    position: absolute;
    bottom: 0;
    top: 75px;
    left: 90px;
}

h1.for-space {
    position: relative;
    left: 80px;
    color: #15c8a0;
}

.accountant-head h2 {
    font-size: 38px;
    color: #1f2130;
    font-family: "Aubery";
    padding-bottom: 24px;
}

.accountant-head p {
    font-size: 14px;
    color: #1e202e;
    font-family: "Poppins";
    font-weight: 400;
}

section.account-section .row {
    display: flex;
    align-items: center;
}

section.account-section {
    padding: 100px 0px;
    position: relative;
}

.accountant-head p span {
    font-weight: 700;
}
/* End of self-assment section  */

/* Begin of para section  */
.para-stuff span {
    color: #15c8a0;
    font-family: "Poppins";
    font-weight: 700;
}

.para-head h2 {
    font-size: 20px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 500;
    background-color: #15c8a0;
    width: 43%;
    padding: 12px 16px;
    text-align: center;
}

.para-stuff {
    text-align: center;
    padding: 40px 0px;
}

section.simple-head-sec {
    background-color: #f8f8f8;
    padding: 50px;
}
.simple-heading {
    background-color: #7de4cd;
    padding: 20px;
}
.simple-heading h2 {
    font-size: 23px;
    color: #17171f;
    font-family: "Poppins";
    font-weight: 500;
}
/* End of para section  */

/* Begin of simple section  */
.simple-stuff h2 span {
    font-weight: 700;
    text-transform: uppercase;
}

.simple-stuff {
    text-align: center;
}

.simple-stuff p span {
    font-weight: 700;
}

span.for-green {
    color: #15c8a0;
}

.how-it-work h2 {
    font-size: 36px;
    color: #1f2130;
    font-family: "calibri-regular";
}

.how-it-work h2 span {
    font-weight: 700;
}

.how-it-work {
    text-align: center;
}

section.how-works-sec {
    background-color: #f8f8f8;
    padding: 30px;
}
/* End of simple section  */

/* Begin of step section  */
.steps1 p {
    margin-top: 30px;
}
.steps2 p {
    margin-top: 30px;
}
.steps3 p {
    margin-top: 30px;
}
.steps4 p {
    margin-top: 30px;
}
.claim-sec .steps1::after {
    content: "";
    display: block;
    background: #707070;
    width: 42px;
    height: 1px;
    position: absolute;
    right: -18%;
    top: 50%;
}

.claim-sec .steps1 {
    position: relative;
}
.claim-sec .steps2::after {
    content: "";
    display: block;
    background: #707070;
    width: 42px;
    height: 1px;
    position: absolute;
    right: -18%;
    top: 50%;
}

.claim-sec .steps2 {
    position: relative;
}
.claim-sec .steps3::after {
    content: "";
    display: block;
    background: #707070;
    width: 42px;
    height: 1px;
    position: absolute;
    right: -18%;
    top: 50%;
}

.claim-sec .steps3 {
    position: relative;
}

.steps {
    text-align: center;
    border: 1px solid #707070;
    padding-top: 40px;
    border-radius: 10px;
    transition: 0.6s;
    cursor: pointer;
    height: 239px;
    padding-bottom: 40px;
    margin: 10px 6px;
}

.steps p {
    font-size: 18px;
    color: #1e202e;
    font-family: "calibri-regular";
    line-height: 1.3;
    margin-bottom: 2px;
}

.steps h3 {
    font-size: 26px;
    color: #1f2130;
    font-family: "calibri-bold";
    text-transform: uppercase;
}
.tax-cal .form-btn {
    margin-top: 17px;
}
.steps:hover {
    background-color: #15c8a0;
    color: #1e202e;
    border: none;
}

.steps:hover span {
    color: #1e202e;
}

.steps:hover h3 {
    color: #ffffff;
}
h1.for-hide {
    opacity: 0;
    font-size: 38px;
    font-family: "calibri-bold";
}

section.claim-sec {
    padding: 170px 0px;
    position: relative;
}

.steps:hover .for-hide {
    opacity: 1;
    color: #ffffff;
}

section.claim-sec::before {
    content: "Claim Successful!";
    font-size: 100px;
    position: absolute;
    right: 60px;
    top: 0;
    font-family: "oceanAubery";
    color: #15c8a0;
    transform: rotate3d(1, 1, 1, 328deg);
}
/* End of step section  */

/* Begin of return section  */
.for-green-color {
    background-color: #15c8a0;
}

.for-green-color {
    font-size: 28px;
    color: #ffffff;
    font-family: "Aubery";
    background-color: #15c8a0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.for-black-color {
    font-size: 32px;
    color: #ffffff;
    font-family: "Aubery";
    background-color: #17171f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.return-head {
    height: 350px;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
}
.return-head:hover {
    background: #17171f;
}
.tax-return-sec .return-head.for-black-color p {
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.return-head.for-black-color:first-child p {
    margin-top: 10px;
}
.para-sec .para-stuff p {
    font-size: 20px;
    font-weight: 500;
    color: #1e202e;
}
.tax-return-sec .return-head.for-black-color p:nth-child(2) {
    padding-top: 23px;
}
/* End of Return section  */

/* Begin of Tax section  */
.tax-img img {
    width: 100%;
    border-radius: 20px;
}

.tax-text h2 {
    font-size: 33px;
    color: #15c8a0;
    font-family: "Aubery";
}

.tax-text h3 {
    font-size: 33px;
    color: #17171f;
    font-family: "Aubery";
    padding-bottom: 20px;
    font-weight: 700;
}

.tax-text h5 {
    font-size: 16px;
    color: #1e202e;
    font-family: "Poppins";
    font-weight: 600;
}

.tax-para p {
    font-size: 13px;
    color: #1e202e;
    font-family: "Poppins";
    font-weight: 300;
}

.tax-para p span {
    font-weight: 700;
}

.tax-text h4 {
    font-size: 12px;
    color: #15c8a0;
    font-family: "Poppins";
    font-weight: 600;
}
.make-digital-btn {
    margin: 20px 0px;
}
section.tax-sec .row {
    display: flex;
    align-items: center;
}

section.tax-sec {
    padding: 90px 0px;
}
.tax-sec a.retuen-anchor {
    color: #000;
    text-decoration: underline;
}
.tax-text h2 {
    font-size: 33px;
    color: #15c8a0;
    font-family: "Aubery";
    padding-bottom: 8px;
}

.dealine-btn a {
    background-image: url(../img/button-back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.deadline-text h3 {
    font-size: 34px;
    color: #15c8a0;
    font-family: "Aubery";
}
.deadline-text p {
    font-size: 13px;
    color: #1e202e;
    font-family: "Poppins";
    font-weight: 400;
    margin-top: 26px;
}
.dealine-btn {
    margin-top: 35px;
}
section.dealine {
    padding-bottom: 70px;
}
.tax-return-sec .return-head.for-green-color:last-child:hover {
    background: #15c8a0;
}
.dealine .dealine-btn a {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-family: "Poppins";
    padding: 15px 46px;
    color: #15c8a0;
}
.return-head.for-green-color p {
    font-size: 14px;
    line-height: 18px;
    text-align: inherit;
    font-family: "Poppins";
    font-weight: 400;
    padding: 12px 40px;
    opacity: 0;
    transition: 0.4s;
}

.return-head.for-black-color p {
    font-size: 14px;
    line-height: 18px;
    text-align: inherit;
    font-family: "Poppins";
    font-weight: 400;
    padding: 12px 40px;
    opacity: 0;
    transition: 0.4s;
}

.return-head.for-green-color p a {
    color: #ffffff;
    text-decoration: none;
}

.return-head.for-black-color:hover p {
    opacity: 1;
}

.return-head.for-green-color:hover h2 {
    font-size: 20px;
}
.return-head.for-black-color:hover h2 {
    font-size: 20px;
}

.return-head.for-green-color:hover p {
    opacity: 1;
}

.return-head h2 {
    transition: 0.6s;
    transform: translateY(100px);
}

.return-head:hover h2 {
    transform: translateY(0);
}
/* End of Tax section  */

/* ************************Responsive****************** */
@media (max-width: 1440px) {
    .car-caption-flex {
        top: 68px;
    }
}

@media (max-width: 1418px) {
    .car-caption-flex {
        top: 68px;
    }
}
@media (max-width: 1366px) {
    .car-caption-flex {
        top: 68px;
    }
    h1.for-space-things {
        left: 83px;
    }
    .cis-tax {
        width: 53%;
    }
    .deadline-text h3 {
        font-size: 31px;
    }
    .deadline-text p {
        width: 91%;
    }
}
@media (max-width: 1280px) {
    .car-caption-flex {
        top: 56px;
    }
}
@media (max-width: 1100px) {
    .car-caption-flex {
        top: 102px;
    }
    .tax-cal {
        bottom: 98px;
    }
    .claim-sec .steps2::after {
        right: -22%;
    }
    .claim-sec .steps3::after {
        right: -22%;
    }
    .claim-sec .steps1::after {
        right: -21%;
    }
    .text-btn {
        border-top: 1px solid #ffffff;
        padding-top: 22px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .cis-tax {
        width: 57%;
    }
}
@media (max-width: 1150px) {
    h1.for-space {
        bottom: 15px;
    }
    .para-head h2 {
        font-size: 19px;
    }
    .simple-heading h2 {
        font-size: 20px;
    }
    .steps p {
        font-size: 14px;
    }
    .steps {
        height: 202px;
    }
    .tax-text h2 {
        font-size: 31px;
    }
    .tax-text h4 {
        font-size: 10px;
    }

    .deadline-text h3 {
        font-size: 30px;
    }
    .deadline-text p {
        font-size: 11px;
    }
}
@media (max-width: 991px) {
    .claim-sec .steps1::after {
        right: 49%;
        top: 100%;
        height: 20px;
        width: 1px;
    }
    .claim-sec .steps2::after {
        right: 49%;
        top: 100%;
        height: 20px;
        width: 1px;
    }
    .claim-sec .steps3::after {
        right: 49%;
        top: 100%;
        height: 20px;
        width: 1px;
    }
    .return-head h2 {
        font-size: 18px;
    }
    .return-head {
        height: 450px;
    }
    .dealine-btn .text-btn button {
        margin-top: 31px;
        width: 200px;
    }
    .dealine-btn .text-btn {
        flex-direction: column;
    }
    .cis-tax {
        width: 77%;
    }
    .para-sec .para-stuff p {
        font-size: 18px;
    }
    .fee-structure {
        position: relative;
        left: 15%;
        padding-bottom: 31px;
    }
    .para-head h2 {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .boxes-sec h3 {
        font-size: 24px;
        font-weight: 500;
    }
}
@media (max-width: 480px) {
    .solution-sec .rever {
        flex-direction: column-reverse;
    }
    .cis-tax {
        width: 100%;
    }
    #carouselExampleSlidesOnly img {
        height: 729px;
    }
    div#carouselExampleSlidesOnly {
        overflow-x: hidden;
    }
    .tax-cal {
        left: 0px;
    }
    .for-slex h3 {
        font-size: 37px;
        color: #15c8a0;
        font-family: "Aubery";
        font-weight: 400;
    }
    div#carouselExampleSlidesOnly h3.things-space {
        left: 0px;
        top: 43px;
    }
    .simple-heading {
        padding: 20px;
    }
    .para-head h2 {
        width: 66%;
    }
    .para-sec .para-stuff p {
        font-size: 16px;
    }
    .simple-heading h2 {
        font-size: 16px;
    }
    .color-green {
        transform: scale(1) !important;
    }
    .main-heading {
        left: 20px;
    }
    .main-heading h1 {
        font-size: 46px;
    }
    .return-head {
        height: 350px;
    }
    section.claim-sec {
        padding-bottom: 60px;
    }
    .dealine-btn button.wi {
        display: none;
    }
    .main-heading {
        left: 20px;
    }
    h1.for-space {
        position: relative;
        left: 45px;
        color: #15c8a0;
    }
    .inner-banner-sec {
        height: 220px !important;
    }
    .claim-sec {
        padding-top: 21px !important;
    }
    section.claim-sec::before {
        top: -51px;
    }
    section.simple-head-sec {
        padding: 20px;
    }
    section.tax-sec {
        padding-bottom: 40px;
    }
    .tax-img img {
        margin: 20px 0px;
    }
}
@media (max-width: 414px) {
    section.claim-sec::before {
        font-size: 53px;
        right: 60px;
    }
    .return-head {
        height: 450px;
    }
    .para-head h2 {
        width: 83%;
    }
}
@media (max-width: 375px) {
    .fee-structure {
        left: 6%;
    }
    .para-head h2 {
        width: 91%;
    }
    section.how-works-sec {
        margin-bottom: 20px;
    }
}
/* ************************End of Responsive****************** */
