:root {
    --primary-color: #51E793;
    --white-color: rgb(255, 255, 255);
    --black-color: rgb(45, 45, 45);
    --dark-black: rgb(0, 0, 0);
    --dark-green: rgb(62, 180, 122);
    --primary-font: "Montserrat", sans-serif;
    --button-font: "Work Sans", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    font-style: normal;
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:focus-visible{
    outline: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--black-color);
    display: inline-block;
    font-family: var(--button-font);
}

button {
    font-family: var(--button-font);
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 700;
    line-height: 120%;
    color: var(--black-color);
    margin: 0;
    padding: 0;
}

p {
    font-family: var(--primary-font);
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    line-height: 150%;
    color: var(--black-color);
    margin: 0;
    padding: 0;
}

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

.spacer {
    height: 50px;
}

.get-start {
    font-size: clamp(16px, 1.094vw, 21px);
    font-weight: 700;
    fill: var(--primary-color);
    color: var(--white-color);
    height: clamp(48px, 3.438vw, 66px);
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: clamp(13px, 0.99vw, 19px) clamp(30px, 2.865vw, 55px);
    display: inline-flex;
    align-items: center;
    margin-top: clamp(16px, 1.25vw, 24px);
    text-transform: capitalize;
    border: solid 1px var(--primary-color);
}

.get-start:hover {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.primary-btn {
    font-family: var(--button-font);
    background-color: var(--dark-green);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 120%;
    color: var(--white-color);
    padding: 17px 40px;
    border: 2px solid var(--dark-green);
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.primary-btn:hover {
    background-color: var(--white-color) !important;
    color: var(--dark-green);
}

.h1,
h1 {
    font-size: clamp(26px, 3.125vw, 60px);
}

.h2,
h2 {
    font-size: clamp(26px, 1.979vw, 38px);
}

/* Banner section start */
.banner-sec {
    background-color: var(--dark-black);
}

.banner-cont-flex {
    padding: 70px 0;
    background-image: url("../images/tax-cartoon.webp?v=23052024");
    background-position: 115% 230px;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-sec .h1 {
    color: var(--white-color);
    margin-bottom: clamp(40px, 3.65vw, 70px);
}

.banner-sec .banner-img {
    display: none;
}

.main_step_form_content {
    position: relative;
}

.multy-step-form .tab-content .tab-pane {
    display: none;
}

.multy-step-form-banner {
    max-width: 540px;
    border-radius: 24px;
    width: 100%;
    margin-left: 0;
    border: 10px solid var(--primary-color);
}

.multy-step-form-banner .form-heading {
    padding: clamp(10px, 1.25vw, 24px) 10px;
    border-radius: 12px 12px 0 0;
    background-color: var(--black-color);
    text-align: center;
}

.multy-step-form-banner .form-heading .h3 {
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 26px;
    color: var(--primary-color);
}

.multy-step-form {
    padding: 24px;
    background-color: rgba(243, 243, 243, 1);
    position: relative;
    /* border-radius: 0 0 12px 12px; */
    border-radius: 12px;
}

.multy-step-form .h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
    display: block;
    line-height: 150%;
    margin-bottom: 20px;
    padding: 0;
    text-transform: capitalize;
}

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

.price-picker {
    position: absolute;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(14px, 0.833vw, 16px);
    line-height: 20px;
    text-align: center;
    color: var(--white-color);
    top: -45px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    background: var(--primary-color);
    border-radius: clamp(4px, 0.625vw, 12px);
    padding: clamp(2px, 0.208vw, 4px) clamp(4px, 0.729vw, 14px);
}

.price-picker::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--primary-color);
}

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

.range-slider {
    width: 100%;
    max-width: 86%;
    padding-top: 50px;
    margin: 0 auto 16px 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: 8px;
    text-align: center;
    background: #13181E;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.range-slider .ui-widget.ui-widget-content {
    border: 0
}

.ui-widget.ui-widget-content .ui-slider-handle {
    width: 26px;
    height: 26px;
    margin-top: 0;
    background: var(--primary-color);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
    border-radius: 30px;
    position: absolute;
    top: 50%;
    margin-left: -18px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-widget.ui-widget-content .ui-slider-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
}

.main_step_form .form-select:focus,
.main_step_form .textarea:focus,
.main_step_form input:focus {
    -webkit-box-shadow: none;
    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: clamp(15px, 0.938vw, 18px);
    line-height: 130%;
    text-align: left;
    color: var(--black-color);
}

.range-slider .range-value .right-val {
    position: absolute;
    right: 0;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 0.938vw, 18px);
    line-height: 130%;
    text-align: right;
    color: var(--black-color);
}

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

.lock-section label {
    font-size: 15px;
    color: var(--black-color);
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.custom-checkbox-main .custom-checkbox {
    position: absolute;
    left: -3px;
    width: 17px;
    font-size: 17px;
    height: 17px;
    top: 1px;
    accent-color: var(--primary-color);
}

.custom-checkbox-main label {
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: var(--black-color);
    cursor: pointer;
    display: inline-block
}

.terms-text {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
}

.terms-text a {
    color: var(--primary-color);
    font-weight: 700
}

.thanks-massage p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    background: #0f75bd;
    padding: 10px;
    text-align: center;
    margin: 0 0 40px;
    border-radius: 8px;
}

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

.main_step_form .form-control {
    font-weight: 400;
    font-size: 16px;
    padding: 13px 18px 13px 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-align: left;
    color: var(--black-color);
    letter-spacing: normal;
    height: 50px;
    border-radius: 8px;
    background: #f2f2f2;
    border: 1px solid var(--black-color);
}

.main_step_form .submit-btn:hover {
    background-color: var(--black-color);
    color: #fff
}

.main_step_form .next-btn {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: clamp(13px, 0.99vw, 19px) 10px;
    border: 0;
    margin: 0px auto 0px auto;
    text-transform: capitalize;
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    background: var(--black-color);
    line-height: 130%;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

.main_step_form .next-btn:hover {
    background: var(--primary-color)
}

/* Banner section end */

/* Two column box layout section start */
.grid-large-box,
.grid-small-box {
    padding: 25px 0;
}

.grid-box-wrapper {
    display: -ms-grid;
    display: grid;
    gap: clamp(24px, 1.88vw, 36px);
    -ms-grid-columns: 1fr clamp(24px, 1.88vw, 36px) 1fr;
    grid-template-columns: 1fr 1fr;
}

.grid-box-wrapper .left-box {
    padding: clamp(24px, 2.6vw, 50px);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(24px, 1.88vw, 36px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-box-wrapper .right-box {
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.grid-box-wrapper .h2 {
    color: var(--white-color);
    text-transform: uppercase;
}

.grid-box-wrapper p {
    color: var(--white-color);
    font-size: clamp(16px, 1.25vw, 24px);
}

.grid-box-wrapper .right-box img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}

.left-image .grid-box-wrapper .right-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.left-image .grid-box-wrapper .left-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.grid-small-box .grid-box-wrapper .right-box img {
    border-radius: 24px;
}

.grid-small-box.right-image .grid-box-wrapper .left-box :where(.h2, p) {
    color: #005B2F;
}

.grid-large-box .grid-box-wrapper .left-box {
    background-color: var(--dark-black);
}

.grid-large-box .grid-box-wrapper .right-box {
    background-color: #51E793;
}

.grid-large-box.left-image .grid-box-wrapper .right-box {
    background-color: #005B2F;
}

.grid-small-box.right-image .grid-box-wrapper .left-box {
    background-color: #ECF0DE;
}

.grid-small-box.left-image .grid-box-wrapper .left-box {
    background-color: #369F6C;
}

.right-image .grid-box-wrapper .left-box .primary-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.left-image .grid-box-wrapper .left-box .primary-btn {
    background-color: #C1FF72;
    border-color: #C1FF72;
    color: #2F8340;
}

.grid-small-box .primary-btn {
    background-color: #297550;
    border-color: #297550;
}

/* Two column box layout section end */

/* One column box layout section start */
.grid-one-column {
    padding: 25px 0;
}

.grid-one-column .h2 {
    color: #005B2F;
}

.grid-column-wrapper {
    padding: clamp(50px, 5.208vw, 100px) 24px;
    background-color: #C1FF72;
    border-radius: 24px;
    text-align: center;
}

/* One column box layout section end */

label.error {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: red !important;
    margin-bottom: 0;
    margin-top: 5px;
    display: block;
    text-align: left;
}

.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,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(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);
    }
  }

@media only screen and (max-width: 1440px) {
    .banner-cont-flex {
        background-position: 115% 210px;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        padding: 0 24px;
    }

    .banner-cont-flex {
        background-position: 115% 185px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 16px;
    }

    .primary-btn {
        font-size: 14px;
        padding: 12px 24px;
    }

    .banner-sec {
        overflow: hidden;
    }

    .banner-cont-flex {
        padding: 40px 0 0;
        background-image: none;
    }

    .banner-sec .h1 {
        text-align: center;
    }

    .multy-step-form-banner {
        border-radius: 18px;
        border: 5px solid var(--primary-color);
    }

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

    .multy-step-form .h3 {
        font-size: 15px;
    }

    .spacer {
        height: 25px;
    }

    .grid-box-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    /* .grid-large-box .grid-box-wrapper .left-box,
    .grid-small-box.right-image .grid-box-wrapper .left-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .grid-large-box .grid-box-wrapper .right-box,
    .grid-small-box .grid-box-wrapper .right-box img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    } */

    .banner-sec .banner-img {
        display: block;
        margin-top: 50px;
    }

    .banner-sec .banner-img img {
        width: 100%;
        height: auto;
        transform: scale(1.25);
    }
}