a,
img {
    transition: 0.5s;
}

li,
nav ul,
ul {
    list-style: none;
}

a,
body,
ul {
    margin: 0;
    padding: 0;
}

a,
body,
hr,
ul {
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.small-title {
    font-family: Montserrat, Sans-serif;
}

body {
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #808285;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
}

.multy-step-form .tab-pane:first-child,
.relief-step-form .tab-pane:first-child,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

a {
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #1074b9;
}

.btn-custom,
p {
    font-size: 16px;
}

.btn-custom {
    max-width: 173px;
    width: 100%;
    height: 50px;
    font-weight: 700;
    color: #0a2540;
    background: #fab000;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 19px;
    padding: 10px;
    outline: 0;
    border: none;
}

hr,
img {
    border: 0;
}

.btn-custom:focus,
.btn-custom:hover {
    background: #ffce48;
    color: #0a2540;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ababab;
    margin: 50px auto;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

:hover {
    transition: 0.4s;
}

:focus,
input:focus {
    outline: 0;
}

input:required {
    box-shadow: none;
}

label.error {
    font-size: 14px !important;
    text-transform: none;
    color: red !important;
    font-weight: 400 !important;
    margin-bottom: 15px;
}

.main_step_form_content label.error {
    text-align: center;
    display: block;
    padding-top: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.h1 {
    color: #fff;
    font-size: 105px;
    font-weight: 900;
    line-height: 0.7;
}

.h2 {
    font-style: normal;
    color: #656c70;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding-bottom: 5px;
}

.h3 {
    color: #5d5d5d;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.small-title {
    color: #898f91;
    font-size: 25px;
    font-weight: 400;
    line-height: 2;
    display: block;
}

p {
    color: #425466;
    line-height: 1.6;
    margin-bottom: 28px;
}

p:last-child {
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.main-header {
    padding: 20px 0;
    background: #fff;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.logo-header a img {
    max-width: 145px;
    width: 100%;
}

.number-desc {
    width: 100%;
    max-width: 300px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: end;
}

.number-desc .btn-custom-num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: #000;
    font-family: Archivo, Sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.banner-left-content .text-top-bottom,
.banner-left-content .text-top-head,
.consn-btn {
    font-family: Montserrat, Sans-serif;
    color: #fff;
}

.join-team-btn {
    background-image: linear-gradient(180deg, #2767d3 0, #29c8f2 100%);
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: 0.3s;
}

.banner-sec {
    min-height: 800px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.banner-sec:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #131313ad;
    transition:
        background 0.3s,
        border-radius 0.3s,
        opacity 0.3s;
    filter: brightness(115%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.banner-sec .row-custom {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
}

.banner-left-content {
    max-width: 582px;
    width: 100%;
    padding-right: 22px;
}

.banner-left-content .text-top-head {
    font-size: 65px;
    font-weight: 300;
    line-height: 78px;
}

.banner-left-content .text-top-bottom {
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 20px;
    display: block;
}

.banner-left-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #fff;
    margin: 0;
}

.consn-btn {
    display: none;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    padding: 15px 20px;
    background-color: #0f75bd;
    transition: 0.9s;
    border-radius: 57px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

.consn-btn:hover {
    background-color: #00000080;
}

.consn-btn img {
    width: 100%;
    max-width: 40px;
    flex: auto;
}

.multy-step-form-banner {
    background: #fff;
    max-width: 520px;
    width: 100%;
}

.multy-step-form-banner .form-heading {
    padding: 30px 10px;
    background-color: #0f75bd;
    text-align: center;
}

.multy-step-form-banner .form-heading .h3 {
    color: #fff;
    font-family: Poppins, Sans-serif;
    font-size: 26px;
    font-weight: 500;
}

.errorTxt,
.main_step_form .h3 .error-text,
.multy-step-form .h3 span {
    color: red;
}

.multy-step-form {
    padding: 30px 25px;
    position: relative;
}

.spinner {
    display: none;
    position: absolute;
    bottom: 21px;
    left: 20px;
}

.multy-step-form .h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    text-align: center;
    font-family: Poppins, sans-serif;
    display: block;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.field-group {
    position: relative;
    padding-bottom: 22px;
}

.errorTxt,
p.price-picker {
    position: absolute;
    margin: 0;
}

.custom-checkbox-main,
.range-slider {
    padding-bottom: 20px;
    position: relative;
}

.errorTxt {
    border: 0;
    background: 0 0;
    text-align: center !important;
    bottom: 7px;
    font-size: 12px;
    line-height: 1;
}

p.price-picker {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #134263;
    top: -28px;
    transform: translateX(-50%);
    left: 50%;
    background: #fff;
    border-radius: 4px;
    padding: 2px 3px;
}

.range-slider {
    width: 100%;
    max-width: 86%;
    padding-top: 30px;
    margin: 0 auto;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 0 !important;
}

.ui-widget.ui-widget-content {
    margin-bottom: 12px;
    position: relative;
    height: 18px;
    text-align: center;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow:
        inset 0 1px 1px #f0f0f0,
        0 3px 6px -5px #bbb;
}

.range-slider .ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
}

.ui-widget.ui-widget-content .ui-slider-handle {
    width: 26px;
    height: 26px;
    margin-top: -1px;
    background: #1074b9;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.our-client-slider-block .slick-next::before,
.our-client-slider-block .slick-prev::before {
    background-image: url(../images/right-arrow.svg);
}

.timer {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffa832;
    display: inline-block;
}

.main_step_form .form-select:focus,
.main_step_form .textarea:focus,
.main_step_form input:focus {
    box-shadow: none;
    outline: 0;
}

.range-slider .range-value {
    padding: 0 0 15px;
}

.range-slider .range-value .left-val {
    position: absolute;
    left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    color: #4b4f58;
}

.range-slider .range-value .right-val {
    position: absolute;
    right: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    color: #4b4f58;
}

.lock-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.lock-section label {
    font-size: 15px;
    color: #000;
    padding: 0;
    font-weight: 400;
    text-align: left;
    font-family: Poppins, sans-serif;
}

.custom-checkbox-main .custom-checkbox {
    position: absolute;
    left: -3px;
    width: 17px;
    font-size: 17px;
    height: 17px;
    top: -2px;
}

.custom-checkbox-main label {
    padding-left: 29px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #000;
    cursor: pointer;
    display: inline-block;
}

.custom-checkbox-main .errorTxt {
    bottom: 4px;
}

.terms-text {
    color: #000;
    font-size: 15px;
}

.terms-text a {
    color: #194867;
    font-weight: 700;
}

.thanks-massage p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #0f75bd;
    padding: 10px;
    text-align: center;
    margin: 0 0 60px;
}

.main_step_form .thanks-massage .next-btn {
    background-color: #0f75bd !important;
    font-weight: 600;
    text-transform: capitalize;
}

.main_step_form .form-control {
    font-size: 15px;
    padding: 5px 18px 5px 12px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    text-align: left;
    color: #000;
    letter-spacing: normal;
    height: 50px;
    line-height: 30px;
    background: #f2f2f2;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.main_step_form .next-btn,
.main_step_form .next-btn:hover,
.main_step_form .submit-btn:hover {
    background-color: #000;
    color: #fff;
}

.main_step_form input:focus,
.main_step_form select:focus,
.main_step_form textarea:focus {
    outline: 0;
    border: 1px solid #000;
}

.main_step_form .next-btn {
    font-size: 20px;
    width: 100%;
    max-width: 200px;
    display: block;
    text-align: center;
    padding: 13px 0;
    border: none;
    margin: 15px auto auto;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
}

.relief-step-form span.error {
    text-align: center;
    font-size: 14px;
}

.multy-step-form .tab-pane,
.relief-step-form .tab-pane,
.show-on-mobile {
    display: none;
}

.field-group span.error,
.span-error {
    font-size: 14px;
    color: #d6041d;
    display: inline;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
}

span.error {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #d6041d;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.advocates-content p,
.btn-review,
.relief-advocates-content p,
.relief-options-content p,
.resolution-content p,
.what-tax-relief-content p {
    color: #5d5d5d;
}

.tax-resolution-experts-sec {
    padding: 80px 0 40px;
    overflow-x: hidden;
}

.advocates-help-sec .row-custom,
.tax-relief-advocates-sec .row-custom,
.tax-relief-options-sec .row-custom,
.tax-resolution-experts-sec .row-custom {
    display: flex;
}

.list-content li {
    font-weight: 400;
    color: #84a3af;
    transition: color 0.3s;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-content li + li {
    margin-top: 10px;
}

.list-content li img {
    width: 25px;
    max-width: 25px;
}

.advocates-content,
.relief-advocates-content,
.relief-options-content,
.resolution-content,
.what-tax-relief-content {
    width: 57%;
    padding-right: 10px;
}

.relief-advocates-img-right,
.resolution-img-right,
.what-tax-relief-img-right {
    width: 43%;
    padding-left: 40px;
}

.relief-advocates-img-right img,
.relief-options-img-left img,
.resolution-img-right img,
.what-tax-relief-img-right img {
    width: auto;
}

.advocates-help-sec,
.tax-relief-advocates-sec {
    padding: 40px 0;
    overflow-x: hidden;
}

.advocates-img-left {
    width: 40%;
    padding-right: 40px;
    text-align: right;
}

.custom-popup,
.wrapper {
    width: 100%;
    display: flex;
    height: 100%;
}

.advocates-img-left img {
    width: auto;
}

.wrapper {
    align-items: center;
    justify-content: center;
}

.custom-popup {
    position: fixed;
    left: 0;
    top: 0;
    font-family: Arial;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.11s;
}

.custom-popup__holder {
    width: 75%;
    padding-top: 42.25%;
    height: 0;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    position: relative;
    opacity: 0;
    transform: translateY(-100px);
    transition:
        opacity 0.4s 0.3s,
        transform 0.4s 0.3s;
}

.custom-popup__close {
    position: absolute;
    top: 15px;
    right: 13px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 9999;
}

.custom-popup__close:after,
.custom-popup__close:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 6px;
    display: block;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.custom-popup__close:after {
    left: 15px;
    top: 6px;
    transform: rotate(-45deg);
}

.custom-popup__close:hover {
    transform: rotate(90deg);
}

.custom-popup.is-active {
    opacity: 1;
    pointer-events: auto;
}

.custom-popup.is-active .custom-popup__holder {
    opacity: 1;
    transform: translateY(0);
}

.custom-popup__holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tax-resolution-sec {
    background-color: #f2f5f8;
    padding: 65px 0 80px;
    margin: 20px 0 40px;
    overflow-x: hidden;
}
.guaranteed-process-sec .heading-top,
.process-box .h3,
.resolution-box .h3,
.tax-resolution-sec .heading-top,
.what-tax-relief-content .h2,
.what-tax-relief-content span {
    text-align: center;
}

.tax-resolution-sec .heading-top p {
    color: #898f91;
}

.tax-resolution-sec .row-custom {
    display: flex;
    gap: 15px;
}

.resolution-box {
    width: 33.33%;
    box-shadow: -1px 1px 7px -4px #141414;
    border-radius: 15px;
    padding: 15px 20px;
    margin-top: 85px;
    background-color: #fff;
}

.btn-custom-relief,
.btn-review {
    font-family: Montserrat, Sans-serif;
    font-weight: 500;
    line-height: 30px;
    box-shadow: 13px 30px 72px #0000000f;
}

.resolution-box .tax-icon {
    max-width: 149px;
    width: 100%;
    margin: -70px auto 20px;
    transition: 0.5s;
}

.process-box .tax-icon:hover,
.resolution-box .tax-icon:hover {
    transform: scale(0.9);
}

.relief-options-content .list-content,
.resolution-box p {
    margin-top: 20px;
}

.company-logo-sec,
.guaranteed-process-sec,
.tax-relief-options-sec,
.what-tax-relief-sec {
    padding: 40px 0;
}

.tax-relief-options-sec .js-open-popup {
    cursor: pointer;
}

.relief-options-content .h2 {
    padding-bottom: 0;
}

.relief-options-img-left {
    width: 43%;
    padding-right: 40px;
    text-align: right;
}

.company-logo-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.company-logo-list li a img {
    max-width: 250px;
    width: auto;
}

.company-logo-list li:first-child a img {
    max-width: 204px;
}

.radius5 {
    border-radius: 9px;
}

.individuals-businesses-sec {
    padding: 40px 0 215px;
    background: url(../images/bg.png) bottom/cover;
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media all and (min-width: 1440px) {
    .individuals-businesses-sec::before {
        position: absolute;
        content: "";
        background: url(../images/stemp.png) bottom/cover;
        width: 153px;
        height: 124px;
        top: 0;
        left: 5%;
    }
}

.individuals-businesses-sec .heading-top {
    text-align: center;
    margin-bottom: 15px;
}

.individuals-businesses-sec .heading-top p {
    font-size: 18px;
    font-weight: 700;
}

.relief-step-form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
}

.stepprop {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.stepprop li {
    height: 9px;
    background: #ddd;
    display: block;
    width: 6.7%;
    border-right: 1px solid #fff;
}

.step_form .group_step input[type="radio"]:checked + label,
.stepprop li.active {
    background: #0f75bd;
}

.main_step_form .h3 {
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.main_step_form .h3.error .error-text {
    display: inline-block !important;
}

.step_form {
    padding: 25px 0 20px;
}

.step_form .group_step {
    max-width: 200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
}

.step_form .group_step input {
    position: absolute;
    z-index: 0;
}

.step_form .group_step label {
    cursor: pointer;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background: #565658;
    padding: 10px 12px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.irs-step .step_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}

.irs-step .step_form .group_step {
    margin: 0 5px;
}

.small-text {
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.form-last-step .h3 {
    text-align: left;
    font-size: 15px;
}

.form-last-step .main_step_form_content {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.form-last-step .form-control {
    height: 45px;
}

.form-last-step .main_step_form_content .field-group {
    width: 50%;
    padding: 0 7px 22px;
}

.form-last-step .main_step_form_content .field-group label {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
}

.form-last-step .main_step_form_content .field-group .h3 {
    margin-top: 5px;
    font-size: 18px;
}

.relief-step-form .btn-next {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 25px;
    cursor: pointer;
    background: #0f75bd;
    color: #fff;
    border-radius: 26px;
    outline: 0;
    border: none;
    margin: 0 auto;
    display: block;
}

.individuals-content p {
    padding: 0;
    margin: 50px auto 0;
    max-width: 600px;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    color: #83979f;
}

.what-tax-relief-sec .row-custom {
    display: flex;
    align-items: flex-end;
}

.guaranteed-process-sec .row-custom {
    display: flex;
    gap: 30px;
}

.process-box {
    width: 48%;
    margin-top: 30px;
}

.process-box p {
    line-height: 30px;
    color: #959595;
}

.process-box .tax-icon {
    max-width: 149px;
    width: 100%;
    margin: 0 auto 25px;
    transition: 0.5s;
}

.review-slider-sec {
    background-color: #0f75bd;
    padding: 80px 0;
    margin: 40px 0;
}

.review-icon-block {
    text-align: center;
    margin-bottom: 45px;
}

.slider-item-main {
    margin: 0 10px;
}

.review-slider-sec .slider-item {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 22px;
    padding: 20px;
    text-align: center;
}

.review-slider-sec .slider-item .logo-review img {
    margin: 0 auto;
    width: auto;
    max-width: 140px;
}

.review-slider-sec .slider-item .star-icon {
    margin: 0 auto;
    width: auto;
    max-width: 56px;
}

.review-slider-sec .slider-item p {
    line-height: 30px;
    color: #414547;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 10px;
}

.review-slider-sec .slider-item.active1 p {
    -webkit-line-clamp: inherit;
}

.rmrl {
    position: relative;
    max-width: 90px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.rmrl::before {
    content: "Read More";
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    color: #0f75bd;
    cursor: pointer;
}

.review-slider-sec .slider-item.active1 .rmrl::before {
    content: "Read Less";
}

.review-slider-sec .slider-item .h3 {
    font-weight: 700;
    color: #414547;
    margin-top: 20px;
}

.review-slider-sec .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.review-slider-sec .slick-dots li button {
    background: #ffffff38;
    outline: 0;
    border: none;
    color: #afa2a200;
    border-radius: 50px;
    height: 13px;
    width: 13px;
    margin: 0 4px;
    transition: 0.5s;
    cursor: pointer;
}

.review-slider-sec .slick-dots li button:hover,
.review-slider-sec .slick-dots li.slick-active button {
    background: #282828;
}

.btn-review {
    font-size: 22px;
    fill: #5d5d5d;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #dfe6e9;
    border-radius: 60px;
    margin: 35px auto 0;
    max-width: 220px;
    width: 100%;
    display: block;
    text-align: center;
}

.btn-custom-relief,
.btn-review:hover,
.our-client-slider-block .slick-arrow:hover {
    background-color: #0f75bd;
}

.btn-review:hover {
    color: #fff;
}

.our-client-sec {
    background-image: url(../images/Hear-from-our-client-right-image.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 46% auto;
    position: relative;
    margin-top: -130px;
}

.our-client-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/Ellipse-9.svg);
    background-position: -250px -6px;
    background-repeat: no-repeat;
    background-size: 28% auto;
    width: 100%;
    top: 110px;
    left: 0;
    height: 100%;
    z-index: -1;
}

.our-client-block {
    width: 55%;
    text-align: center;
    padding: 200px 0 0;
}

.our-client-slider-block {
    margin-left: -10px;
}

.our-client-slider-block .slider-item {
    background: no-repeat padding-box #fff;
    box-shadow: 39px 87px 87px #0000000f;
    border: 1px solid #70707029;
    border-radius: 44px;
    opacity: 1;
    margin: 40px 100px 140px;
    padding: 30px;
}

.our-client-slider-block .slider-item .h3 {
    color: #656c70;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 25px;
}

.our-client-slider-block .slider-item .h3::before {
    content: "";
    background: #656c70;
    width: 167px;
    display: block;
    bottom: 0;
    position: absolute;
    height: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.our-client-slider-block .slider-item p {
    color: #7c7781;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
}

.our-client-slider-block .slick-arrow {
    color: #fff0;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    font-size: 22px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    z-index: 9;
    transition: 0.5s;
    opacity: 1;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.our-client-slider-block .slick-prev {
    left: 20px;
}

.our-client-slider-block .slick-next {
    right: 20px;
}

.our-client-slider-block .slick-arrow::before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 0 auto;
    top: 13px;
    position: relative;
    justify-content: center;
    filter: opacity(0.5);
}

.our-client-slider-block .slick-prev::before {
    transform: rotateY(180deg);
}

.our-client-slider-block .slick-arrow:hover::before {
    filter: invert(1);
}

.btn-custom-relief {
    font-size: 16px;
    fill: #ffffff;
    color: #fff;
    padding: 10px 50px;
    border: 1px solid #dfe6e9;
    border-radius: 60px;
    display: block;
    max-width: 328px;
    width: 100%;
    margin: 100px auto 0;
}

.btn-custom-relief:hover {
    color: #0f75bd;
    background-color: #fff;
}
.copy-right {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #e2e2e2;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    padding: 20px 0;
    margin-top: 40px;
}

.copy-right p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

@media all and (max-width: 1800px) {
    .btn-custom-relief {
        margin-top: 0;
    }
}

@media all and (max-width: 1199px) {
    .h1 {
        font-size: 60px;
        line-height: 1;
    }

    .number-desc {
        text-align: right;
    }

    .banner-left-content .text-top-head {
        font-size: 36px;
        line-height: 60px;
    }

    .small-title {
        font-size: 18px;
    }

    .h2 {
        font-size: 33px;
    }

    .number-desc .btn-custom-num {
        font-size: 27px;
    }

    .number-desc .btn-custom-num img {
        width: 30px;
    }

    .tax-resolution-experts-sec {
        padding: 60px 0 30px;
    }

    .advocates-help-sec,
    .company-logo-sec,
    .guaranteed-process-sec,
    .tax-relief-advocates-sec,
    .tax-relief-options-sec,
    .what-tax-relief-sec {
        padding: 30px 0;
    }

    .tax-resolution-sec {
        padding: 50px 0 60px;
        margin: 20px 0 30px;
    }

    .review-slider-sec {
        padding: 60px 0;
        margin: 30px 0;
    }

    .our-client-slider-block .slider-item {
        margin: 40px;
        box-shadow: 4px 5px 35px #0000000f;
    }

    .our-client-sec::before {
        background-position: 0 0;
    }
    .individuals-businesses-sec {
        min-height: 400px;
    }
}

@media all and (max-width: 991px) {
    p {
        margin-bottom: 20px;
    }

    .logo-header a img {
        max-width: 80px;
        width: 100%;
    }

    .banner-sec {
        min-height: 580px;
    }

    .multy-step-form-banner .form-heading {
        padding: 18px 10px;
    }

    .multy-step-form .h3,
    .multy-step-form-banner .form-heading .h3 {
        font-size: 18px;
    }

    .company-logo-list li a img {
        max-width: 120px;
    }

    .individuals-businesses-sec {
        padding: 30px 0 195px;
        min-height: auto;
    }
}

@media all and (max-width: 767px) {
    .company-logo-list li,
    .h2,
    .process-box,
    .small-title {
        text-align: center;
    }

    .h1 {
        font-size: 50px;
    }

    .h2 {
        font-size: 32px;
    }

    .consn-btn,
    .join-team-btn {
        display: flex;
    }

    header.main-header {
        position: fixed;
        width: 100%;
        padding: 8px 0;
    }

    .header-wrapper {
        margin-top: 8px;
    }

    .number-desc {
        max-width: 165px;
    }

    .number-desc .btn-custom-num img {
        width: 30px;
    }
    .number-desc .btn-custom-num > span {
        display: none;
    }
    .number-desc .btn-custom-num,
    .review-slider-sec .slider-item .h3 {
        font-size: 20px;
    }

    .banner-sec {
        min-height: auto;
        padding-top: 125px;
    }

    .banner-sec .row-custom {
        flex-direction: column-reverse;
    }

    .banner-left-content .text-top-bottom,
    .banner-left-content .text-top-head,
    .h1 {
        text-align: center;
        display: block;
    }

    .banner-left-content {
        max-width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .banner-left-content .text-top-head {
        font-size: 17px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .multy-step-form-banner .form-heading {
        padding: 20px 10px;
    }

    .multy-step-form-banner .form-heading .h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .multy-step-form {
        padding: 20px;
    }

    .multy-step-form .h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .main_step_form .next-btn {
        font-size: 18px;
        margin-top: 10px;
    }

    .copy-right p,
    .terms-text {
        font-size: 14px;
    }

    .tax-resolution-experts-sec {
        padding: 40px 0 20px;
    }

    .advocates-help-sec,
    .company-logo-sec,
    .guaranteed-process-sec,
    .tax-relief-advocates-sec,
    .tax-relief-options-sec,
    .what-tax-relief-sec {
        padding: 20px 0;
        overflow-x: hidden;
    }

    .tax-resolution-sec {
        padding: 35px 0 40px;
        margin: 20px 0 15px;
    }

    .advocates-help-sec .row-custom,
    .tax-relief-advocates-sec .row-custom,
    .tax-relief-options-sec .row-custom,
    .tax-resolution-experts-sec .row-custom,
    .what-tax-relief-sec .row-custom {
        flex-wrap: wrap;
        gap: 30px;
    }

    .advocates-content,
    .advocates-img-left,
    .form-last-step .main_step_form_content .field-group,
    .relief-advocates-content,
    .relief-advocates-img-right,
    .relief-options-content,
    .resolution-box,
    .resolution-content,
    .resolution-img-right,
    .what-tax-relief-content,
    .what-tax-relief-img-right {
        width: 100%;
    }

    .advocates-content,
    .relief-advocates-content,
    .relief-options-content,
    .resolution-content,
    .what-tax-relief-content {
        padding: 0;
    }

    .advocates-img-left,
    .relief-advocates-img-right,
    .relief-options-content,
    .resolution-img-right,
    .what-tax-relief-img-right {
        padding: 0;
        margin: 0 auto;
    }

    .tax-resolution-sec .row-custom {
        flex-wrap: wrap;
        gap: 4px;
    }

    .relief-options-content .h2 {
        padding-bottom: 15px;
    }

    .custom-popup__holder {
        width: 95%;
        padding-top: 56.25%;
    }

    .tax-resolution-sec .h2 {
        padding-bottom: 0;
    }

    .company-logo-list {
        gap: 30px;
    }

    .company-logo-list li a img {
        max-width: 200px;
    }

    .individuals-businesses-sec {
        padding: 20px 0 115px;
    }

    .guaranteed-process-sec .row-custom {
        flex-wrap: wrap;
    }

    .process-box {
        width: 100%;
    }

    .review-slider-sec {
        padding: 40px 0;
        margin: 20px 0 2%;
    }

    .our-client-sec {
        margin-top: 0;
        background-image: inherit;
        padding-top: 20px;
    }

    .our-client-sec::before {
        top: 35%;
    }

    .our-client-block {
        width: 100%;
        padding: 40px 0 0;
    }

    .show-on-mobile {
        display: block;
    }

    .our-client-slider-block .slider-item {
        margin: 25px 10px;
    }

    .our-client-slider-block .slider-item .h3 {
        font-size: 26px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .our-client-slider-block .slider-item .h3::before {
        height: 6px;
        width: 140px;
    }

    .our-client-slider-block .slider-item p {
        font-size: 18px;
        line-height: 24px;
    }

    .our-client-slider-block .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .our-client-slider-block .slick-arrow::before {
        top: 9px;
    }

    .our-client-slider-block .slick-prev {
        left: 0;
    }

    .our-client-slider-block .slick-next {
        right: 0;
    }

    .copy-right {
        padding: 14px 0;
        margin-top: 30px;
    }

    p.price-picker {
        letter-spacing: -0.5px;
    }
}

.loader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loader:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loader:not(:required) {
    /* hide "loader..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loader:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow:
        rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow:
        rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
