.main_apply_btn {
    font-size: 20px;
    width: 100%;
    max-width: 200px;
    display: block;
    text-align: center;
    padding: 13px 0;
    border: 1px solid;
    /* Add 'solid' and specify color if needed */
    margin: 15px auto auto;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    text-decoration: none;
    /* Remove underline */
    background-color: #f0f0f0;
    /* Add a background color */
    color: #333;
    /* Text color */
}

.banner-heading-txt {
    font-weight: 100;
}

.career-desired-pos-dd {
    color: #808285 !important;
}

.new-banner-sec {
    position: relative;
    background: #f2f6f8;
}

.new-banner-main {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.new-banner-right-img {
    width: 50vw;
    position: relative;
}

.new-banner-left-content {
    width: 50vw;
    margin-left: auto;
    padding: 21px 100px 20px 20px;
    max-width: 573px;
}

.new-banner-left-content h1 {
    font-size: clamp(32px, 2.5vw, 48px);
    color: #545454;
    margin: clamp(28px, 2.083vw, 32px) 0 20px 0;
}

.new-banner-left-content img {
    max-width: 230px;
}

.why-choose-sec {
    padding: clamp(40px, 4.167vw, 80px) 0;
    position: relative;
}

.why-choose-top h2 {
    font-size: clamp(28px, 1.875vw, 36px);
    color: #545454;
    text-align: center;
}

.why-choose-top-service-main {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    border-bottom: solid 2px #ddd;
    padding: clamp(40px, 3.646vw, 70px) 0 clamp(20px, 2.083vw, 40px) 0;
}

.top-service-main-item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.667vw, 24px);
    align-items: center;
    max-width: 200px;
}

.work-for-right-img {
    max-width: 600px;
    width: 100%;
}

.why-choose-top-service-main .top-service-main-item:nth-child(2) h3 {
    max-width: 150px;
    width: 100%;
}

.top-service-main-item img {
    max-width: clamp(40px, 3.646vw, 70px);
    width: 100%;
    height: clamp(40px, 3.646vw, 70px);
    object-fit: contain;
}

.top-service-main-item h3 {
    font-size: clamp(18px, 1.042vw, 20px);
    color: #545454;
}

.work-for-sec-main {
    display: flex;
    gap: clamp(20px, 2.083vw, 40px);
    justify-content: space-between;
    align-items: center;
}

.work-for-left-content h2 {
    font-size: clamp(28px, 1.875vw, 36px);
    color: #545454;
}

.work-for-left-content {
    max-width: 580px;
    width: 100%;
}

.work-for-sec {
    position: relative;
}

.work-for-sec {
    position: relative;
    padding: clamp(40px, 4.167vw, 80px) 0 clamp(80px, 8.333vw, 160px) 0;
}

.click-apply-sec-top h2 {
    font-size: clamp(32px, 2.5vw, 48px);
    color: #545454;
    text-align: center;
    letter-spacing: 1px;
}

section.click-apply-sec {
    background: #f2f6f8;
    padding: clamp(40px, 4.167vw, 80px) 0;
}

.click-apply-main {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding-top: clamp(40px, 3.646vw, 70px);
}

.click-apply-item {
    width: calc(33.33% - 14px);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.667vw, 24px);
    align-items: center;
    background: #fff;
    padding: 24px;
    border-top: solid 36px #13679e;
    min-height: clamp(220px, 14.583vw, 280px);
    justify-content: space-around;
}

.click-apply-item h3 {
    font-size: clamp(24px, 1.563vw, 30px);
    color: #545454;
    margin-top: clamp(16px, 1.667vw, 24px);
}

.apply-now-btn {
    /* background: #0074ff; */
    background: #1175bd;
    padding: clamp(10px, 0.781vw, 15px) clamp(20px, 1.563vw, 30px);
    color: #fff;
    /*  border-radius: 50px;
    box-shadow: 0px 5px #0e61a5, 0px 8px 0 1px #070505; */
    font-size: clamp(14px, 0.938vw, 18px);
    text-transform: uppercase;
    /* font-weight: 700; */
    letter-spacing: 2px;
    transition: all 0.3s;
    display: inline-block;
}

.new-banner-right-img img {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .new-banner-left-content {
        padding: 40px 20px 40px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-banner-left-content {
        width: 100%;
        padding: 20px;
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    .new-banner-left-content p {
        text-align: left;
    }

    .new-banner-right-img {
        width: 100%;
    }

    .new-banner-sec {
        padding: 145px 0 0 0;
    }

    .new-banner-main {
        flex-wrap: wrap;
    }

    .top-service-main-item {
        width: calc(50% - 10px);
    }

    .work-for-sec-main {
        flex-wrap: wrap;
    }

    .work-for-left-content {
        max-width: 100%;
    }

    .work-for-right-img {
        max-width: 100%;
    }

    .click-apply-item {
        width: 100%;
    }

    .work-for-left-content h2 {
        text-align: center;
    }
}

#apply-section .field-group:last-child {
    padding-bottom: 0;
}

#apply-section .main_step_form {
    width: 100%;
}


#apply-section .field-group{
	display: flex;
	justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

#apply-section .main_step_form .form-control {
    width: 100%;
    max-width: 350px;
    border: 1px solid black;
}

@media only screen and (max-width: 767px) {
    #apply-section .main_step_form .form-control {
        max-width: 300px;
    }
}

.footer .footer-logo {
    display: inline-block;
    margin-bottom: 40px;
}

/* Work for tax relief advocates start */
.work-for-tra {
    padding: clamp(40px, 4.167vw, 80px) 0;
}

.work-for-tra .inner-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(30px, 2.083vw, 40px);
}

.work-for-tra .inner-sec>div,
.work-for-tra .inner-sec .left-images>div {
    width: 50%;
}

.work-for-tra .inner-sec .left-images {
    display: flex;
    gap: 10px;
}

.work-for-tra .inner-sec .left-images .landscape-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.work-for-tra .inner-sec .left-images img {
    width: 100%;
    object-fit: cover;
}

.work-for-tra .inner-sec .left-images .landscape-images img {
    height: 200px;
}

.work-for-tra .inner-sec .left-images .portrait-images img {
    height: 410px;
}

.work-for-tra .inner-sec p {
    font-size: 20px;
    margin-bottom: 16px;
}

.work-for-tra .inner-sec h2 {
    font-size: clamp(28px, 1.875vw, 36px);
    color: #545454;
}

/* Work for tax relief advocates end */

/* Working for tra section start */
.working-for-tra {
    padding: clamp(40px, 4.167vw, 80px) 0;
    background-color: #f2f6f8;
}

.working-for-tra h2 {
    font-size: clamp(28px, 1.875vw, 36px);
    color: #545454;
    text-align: center;
    margin-bottom: clamp(40px, 3.646vw, 70px);
}

.working-for-tra .inner-sec {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.working-for-tra .inner-sec .content-box {
    width: calc(33.33% - (140px/3));
    text-align: center;
}

.working-for-tra .inner-sec .content-box img {
    width: 100%;
}

.working-for-tra .inner-sec .content-box h3 {
    font-size: 22px;
    margin-top: 24px;
}

.working-for-tra .inner-sec .content-box p {
    font-size: 19px;
    margin-top: 10px;
}

/* Working for tra section end */

@media only screen and (max-width: 1199px) {
    .working-for-tra .inner-sec {
        gap: 50px;
    }

    .working-for-tra .inner-sec .content-box {
        width: calc(33.33% - (100px/3));
    }

    .working-for-tra .inner-sec .content-box h3 {
        font-size: 20px;
    }

    .working-for-tra .inner-sec .content-box p {
        font-size: 16px;
    }

    .work-for-tra .inner-sec .left-images .landscape-images img {
        height: 150px;
    }

    .work-for-tra .inner-sec .left-images .portrait-images img {
        height: 310px;
    }

    .work-for-tra .inner-sec p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .working-for-tra .inner-sec .content-box {
        width: calc(50% - (50px/2));
    }
}

@media only screen and (max-width: 767px) {
    .work-for-tra .inner-sec {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .work-for-tra .inner-sec>div {
        width: 100%;
    }

    .working-for-tra .inner-sec {
        gap: 35px;
    }

    .working-for-tra .inner-sec .content-box {
        width: 100%;
    }

    .work-for-tra .inner-sec .left-images .portrait-images img {
        height: 250px;
    }

    .work-for-tra .inner-sec .left-images .landscape-images img {
        height: 120px;
    }

    .working-for-tra .inner-sec .content-box h3 {
        margin-top: 18px;
    }
}