:root {
    --white: #fff;
    --black: #1a1a1a;
    --light-black: #272727;
    --accent-color: #42ad56;
    --green-color: #158d60;
    --light-gray: #f3f3f5;
    --heading2-font-size: clamp(28px, 20.55px + 1.49vw, 42px);
    --banner-heading-font-size: clamp(32px, 19.23px + 2.55vw, 56px);
    --banner-sub-heading-font-size: clamp(16px, 14.94px + 0.21vw, 18px);
    --font-weight-regular: 500;
    --common-spacing: clamp(50px, 34.04px + 3.19vw, 80px);
}

/* common css */

h2 {
    font-size: var(--heading2-font-size) !important;
    font-weight: var(--font-weight-regular) !important;
    line-height: 1.07;
    letter-spacing: -2px;
}

a {
    display: inline-block;
}

p {
    margin-bottom: clamp(10px, 7.34px + 0.53vw, 15px) !important;
}

ul,
ol {
    margin-bottom: clamp(10px, 7.34px + 0.53vw, 15px) !important;
}

.logged-in.admin-bar #wpadminbar ul,
.logged-in.admin-bar #wpadminbar ol{
    margin-bottom: 0 !important;
}


p+ul,
p+ol {
    margin-top: clamp(10px, 7.34px + 0.53vw, 15px) !important;
}

ul+p,
ol+p {
    margin-top: clamp(10px, 7.34px + 0.53vw, 15px) !important;
}

li {
    line-height: 1.5;
}

.list-style ul li {
    position: relative;
    padding-left: clamp(15px, 12.34px + 0.53vw, 20px);
}

.list-style ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: var(--green-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


p:last-of-type,
li:last-of-type,
ul:last-of-type,
ol:last-of-type {
    margin-bottom: 0 !important;
}

.page-template-new-flexible-template #header,
.page-template-new-flexible-template #footer {
    display: none !important;
}

.container {
    max-width: 1300px !important;
    padding-inline: 20px !important;
}

.common-spacing {
    padding-block: var(--common-spacing);
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.gap-40 {
    gap: 40px
}

.gap-30 {
    gap: 40px
}

.p-0 {
    padding-block: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

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

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

.text-left {
    text-align: left;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-inline: 0 !important;
}

.row.gap-0 {
    gap: 0;
}

.row:has(.col-2) {
    gap: 50px;
}

.row .col-2 {
    width: calc(50% - 25px);
}

.row .col-3 {
    width: calc(33.33% - (60px / 3));
}

.row .col-4 {
    width: calc(25% - 25px);
}

.row .col-5 {
    width: calc(20% - 24px);
}

.row .col-6 {
    width: calc(16.66% - 25px);
}

.row .col-12{
    width: 100%;
}

.image-right {
    flex-direction: row-reverse;
}

.heading-style3 {
    font-weight: 600;
    font-size: clamp(20px, 18.94px + 0.21vw, 22px);
    line-height: 1.2;
}

.section-heading {
    margin-bottom: clamp(15px, 7.02px + 1.60vw, 30px);
}

.section-description+.section-btn {
    margin-top: clamp(20px, 14.68px + 1.06vw, 30px);
}

.section-content+.row {
    padding-top: clamp(25px, 11.70px + 2.66vw, 50px);
}

section.border-top-0 {
    border-top: 0;
}

section.border-bottom-0 {
    border-bottom: 0;
}

section.border-block-0 {
    border-block: 0;
}

.btn,
body .gform_wrapper.gravity-theme .form-skin .gform_footer .button {
    position: relative;
    color: var(--white);
    text-align: center;
    transition-duration: .3s;
    overflow: hidden;
    height: auto;
    min-width: 128px;
    background-color: var(--accent-color);
    background-image: none;
    font-weight: 600 !important;
    padding-block: clamp(10px, 7.34px + 0.53vw, 15px) !important;
    padding-inline: clamp(15px, 9.68px + 1.06vw, 25px) !important;
    border: 1px solid var(--accent-color);
    font-size: 16px;
    line-height: 1.2;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

body .qp-footer-btn.gradient,
body .qp-navbar-btn-quote {
    background-color: var(--accent-color);
    background-image: none;
    border: 1px solid var(--accent-color);
}

.btn:hover,
body .qp-footer-btn.gradient:hover,
body .qp-navbar-btn-quote:hover,
body .gform_wrapper.gravity-theme .form-skin .gform_footer .button:hover {
    background-color: transparent;
    color: var(--accent-color);
}

/* .btn:before {
    transition-duration: .25s;
    content: "";
    position: absolute;
    left: -150%;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 8px;
    width: 19px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/btn-icon.svg);
}

.btn:hover:before {
    left: 20px;
} */

.btn-green-text {
    color: var(--accent-color);
    font-weight: 700;
}

.btn-green-text:hover {
    color: var(--black);
}

.btn-text:hover {
    color: var(--accent-color);
}

.bg-white {
    background-color: var(--white);
    opacity: 1 !important;
}

.bg-grey {
    background-color: var(--light-gray);
    opacity: 1 !important;
}

/* Commonn Card */
.card-box {
    padding-block: clamp(20px, 17.34px + 0.53vw, 25px);
    padding-inline: clamp(15px, 9.68px + 1.06vw, 25px);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 12.34px + 0.53vw, 20px);
}

.card-icon img {
    max-width: 50px;
    object-fit: contain;
}

/* Slick css */
.section-content+.common-slider-wrapper {
    padding-top: clamp(25px, 11.70px + 2.66vw, 50px);
}

.common-slider-wrapper {
    margin: 0 -15px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    padding: 2px 15px;
    height: inherit !important;
}

.slick-slide>div {
    height: 100%;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: clamp(20px, 17.34px + 0.53vw, 25px);
    position: static !important;
}

.slick-dots li {
    line-height: 0;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
}

.slick-dots li button {
    font-size: 0 !important;
    background: rgba(66, 173, 86, 0.322) !important;
    border-radius: 50%;
    height: clamp(12px, 10.40px + 0.32vw, 15px) !important;
    width: clamp(12px, 10.40px + 0.32vw, 15px) !important;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    margin-right: clamp(10px, 4.68px + 1.06vw, 20px);
    padding: 0;
    border: 0;
}

.slick-dots li button::before {
    display: none !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li button:focus-within {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    outline: 0;
    border: 0;
}

.slick-dots li.slick-active button {
    background: var(--accent-color) !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/* Gravity Form css */
body .gform_wrapper.gravity-theme .form-skin .gform_body.gform-body .gform_fields .gfield .gfield_label {
    font-size: 16px !important;
}

body .gform_wrapper.gravity-theme .form-skin .gform_body.gform-body .gform_fields .gform-field-label.gform-field-label--type-sub {
    font-weight: 700;
}

.gform_heading .gform_required_legend {
    display: none !important
}

body .gform_wrapper.gravity-theme .gfield {
    position: relative
}

body .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
    padding: 0px !important;
    margin: 0px !important;
    background-color: transparent;
    border: none;
    font-size: 14px !important;
    color: #c02b0a;
    font-weight: var(--font-weight-regular);
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
    background: var(--light-gray);
    border-radius: 5px;
    border: 1px solid #c02b0a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
    margin-block-end: 16px;
    margin-block-start: 0;
    padding-block: 16px;
    padding-inline-end: 16px;
    padding-inline-start: 40px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #c02b0a !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 17.6px;
    margin-block-end: 12px;
    margin-block-start: 0;
    margin-inline: 0;
    letter-spacing: 0;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    margin: 0;
    padding: 0
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    align-items: center;
    display: flex;
    font-size: 26px;
    height: 100%;
    inset-inline-start: 12px;
    position: absolute;
    inset-block-start: -1px;
}

body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
    opacity: 1 !important;
    color: var(--black) !important;
}

body .gform_wrapper.gravity-theme .gfield input::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield select::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
    opacity: 1 !important;
    color: var(--black) !important;
}

body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {
    opacity: 1 !important;
    color: var(--black) !important;
}

body .gform_wrapper.gravity-theme .gfield input::placeholder,
body .gform_wrapper.gravity-theme .gfield select::placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    opacity: 1 !important;
    color: var(--black) !important;
}

body .gform_wrapper.gravity-theme select {
    cursor: pointer;
    padding-right: 50px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff
}

body .gform_wrapper.gravity-theme #field_submit,
body .gform_wrapper.gravity-theme .gform_footer {
    margin: 25px 0 0 !important;
    padding: 0 !important
}

body .gform_wrapper.gravity-theme .form-skin .gform_footer .button {
    margin-top: 0;
}

body .gform_wrapper.gravity-theme #field_submit input,
body .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0 !important;
}

/* Banner Section */
.inner-banner-section {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-block: clamp(50px, 12.77px + 7.45vw, 120px);
    position: relative;
    z-index: 2;
}

section.inner-banner-section.is-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.inner-banner-content {
    max-width: 55%;
}

.banner-heading {
    font-size: var(--banner-heading-font-size) !important;
    font-weight: var(--font-weight-regular) !important;
    line-height: 1.07;
    letter-spacing: -2px;
}

.banner-heading + .banner-btn{
    margin-top: clamp(40px, 50.64px + -2.13vw, 20px);
}

.banner-sub-heading {
    color: #42ad56 !important;
    font-size: var(--banner-sub-heading-font-size) !important;
    font-weight: var(--font-weight-regular) !important;
    line-height: 1.4;
    letter-spacing: -.3px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.banner-heading+.banner-description {
    margin-top: clamp(20px, 17.34px + 0.53vw, 25px);
}

.banner-description+.banner-btn {
    margin-top: clamp(20px, 17.34px + 0.53vw, 25px);
}

/* Banner Strip Section */
.banner-strip-section {
    padding-right: 15px;
    background: var(--white);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.banner-strip-section .container {
    padding-block: clamp(15px, 12.34px + 0.53vw, 20px);
    overflow-x: auto;
}

.banner-strip-item {
    margin-right: clamp(20px, 9.36px + 2.13vw, 40px) !important;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.banner-strip-item p {
    font-size: clamp(18px, 16.94px + 0.21vw, 20px) !important;
}

/* Partner Section */
.partners-section {
    padding-block: clamp(30px, 24.68px + 1.06vw, 40px);
}

.partner-item-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-item-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white) !important;
    flex: 1;
    min-width: clamp(120px, 101.91px + 3.62vw, 154px);
    max-width: clamp(120px, 101.91px + 3.62vw, 154px);
}

.partner-item-col img {
    object-fit: contain;
}

/* Page linking */
.page-linking-section {
    padding-block: 15px;
    padding-inline: 20px;
    transition: all 0.3s ease;
}

.page-link-col {
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
}

.page-link-col a:hover {
    color: var(--black);
}

/* Services Comperision Section */
.service-comparison-box {
    padding-bottom: 110px;
    position: relative;
    align-items: inherit;
}

.service-comparison-head {
    color: var(--accent-color);
}

.service-comparison-btn {
    position: absolute;
    bottom: 25px;
}

/* cta-with-card-section */

.cta-with-card-section .section-heading {
    margin-bottom: clamp(15px, 12.34px + 0.53vw, 20px);
}

.cta-card-box {
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 15px;
    border-left: clamp(5px, 2.34px + 0.53vw, 10px) solid var(--accent-color);
}

.cta-card-description {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* services-animated-section */

.card-animated-box {
    padding-block: clamp(20px, 9.36px + 2.13vw, 40px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    align-items: center;
}

.card-animated-box:hover {
    background-color: var(--accent-color);
}

.card-animated-box:hover .card-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --moz-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --ms-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --o-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
}

.card-animated-box:hover>* {
    color: var(--white);
}

/* content image section */

.content-description h3 {
    margin-bottom: clamp(10px, 7.34px + 0.53vw, 15px);
}

.content-description ul li h3 {
    display: inline-block;
    font-weight: 700;
    margin-block: 0;
}

.content-description ul li {
    margin-bottom: clamp(5px, 3.40px + 0.32vw, 8px);
}

.list-three-column ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.content-description ul li:last-of-type {
    margin-bottom: 0;
}

.content-block-section .row {
    gap: clamp(25px, 17.02px + 1.60vw, 40px);
}

.content-description a {
    color: var(--accent-color);
}

.content-description a:hover {
    color: var(--black);
}

/* Services Card Section */
.services-card-box,
.blog-card {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    height: 100%;
}

.services-img,
.blog-card-img {
    overflow: hidden;
}

.services-img img,
.blog-card-img img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    aspect-ratio: 1 / 0.66;
}

.services-description,
.blog-card-description {
    padding-block: clamp(20px, 17.34px + 0.53vw, 25px);
    padding-inline: clamp(15px, 12.34px + 0.53vw, 20px);
}

.services-description .heading-style3 {
    margin-bottom: clamp(10px, 7.34px + 0.53vw, 15px);
    /* min-height: 53px; */
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

a.services-card-box .services-description .heading-style3 {
    color: var(--accent-color);
}

a.services-card-box:hover .services-img img,
.blog-card:hover .blog-card-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

a.services-card-box:hover .heading-style3 {
    color: var(--black);
}

/* Step Section */

.step-number {
    font-size: clamp(18px, 15.87px + 0.43vw, 22px);
    color: #fff;
    font-weight: 700;
    height: clamp(40px, 34.68px + 1.06vw, 50px);
    width: clamp(40px, 34.68px + 1.06vw, 50px);
    background-color: #42ad568c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/* Process Section */
.process-card-box .card-icon {
    padding-bottom: 20px;
    border-bottom: 1px solid #4D4C4C;
}

.process-card-box .card-icon img {
    max-width: 80px;
    max-height: 70px;
    object-fit: contain;
    vertical-align: middle;
    margin-inline: auto;
}

.process-card-description {
    position: relative;
}

.process-card-btn {
    background-color: var(--white);
    padding: 8px 12px;
    border-radius: 40px;
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.process-card-active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
    margin: auto;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.process-card-inactive {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.process-card-box .btn-text {
    color: var(--white);
    transition: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
}

.process-card-box:hover {
    background-color: var(--accent-color);
}

.process-card-box:hover .card-icon {
    border-color: var(--white);
}

.process-card-box:hover .card-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --moz-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --ms-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
    --o-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(11%) hue-rotate(187deg) brightness(104%) contrast(102%);
}

.process-card-box:hover>*,
.process-card-box .btn-text:hover {
    color: var(--white);
    transition: inherit;
}

.process-card-box:hover .process-card-active {
    opacity: 0;
    visibility: hidden;
}

.process-card-box:hover .process-card-inactive {
    opacity: 1;
    visibility: visible;
}

/* cta-section */
.cta-section .container {
    max-width: 1100px !important;
}

/* BLog Section */

.blog-card-img img {
    aspect-ratio: 1 / 0.7;
}

.blog-card-category {
    margin-bottom: clamp(10px, 7.34px + 0.53vw, 15px);
    color: #7e7e7e;
    font-weight: var(--font-weight-regular);
}

.blog-card-heading {
    background: -webkit-linear-gradient(180deg, #252525, #252525 50%, #158d60 51%, #58ca66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-size: 205% auto;
    background-position: 100%;
    display: inline-block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.blog-card:hover .blog-card-heading {
    background-position: 0;
}

/* Faq Section */
.faq-section {
    border-top: 1px solid var(--light-black);
}

.accordion-header {
    padding-block: clamp(15px, 12.34px + 0.53vw, 20px);
    padding-right: 25px;
    cursor: pointer;
    position: relative;
}

.accordion-item .accordion-body {
    display: none;
}

.accordion-item:first-child .accordion-body {
    display: block;
}

.accordion-item.active .accordion-header {
    pointer-events: none;
}

.accordion-header::before {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    margin: auto;
    height: 20px;
    width: 20px;
    background-image: url(../../assets/img/cross-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.accordion-item.active .accordion-header::before {
    background-image: url(../../assets/img/cross-minus.svg);
    filter: brightness(0) saturate(100%) invert(31%) sepia(95%) saturate(1345%) hue-rotate(135deg) brightness(92%) contrast(84%);
}

.accordion-heading {
    font-weight: 600;
    font-size: clamp(18px, 13.74px + 0.85vw, 26px);
    line-height: 1.2;
}

.accordion-item.active .accordion-heading {
    color: var(--green-color);
}

.accordion-body {
    padding-bottom: clamp(15px, 12.34px + 0.53vw, 20px);
    padding-right: 20px;
}

.accordion-item:not(:last-of-type) {
    border-bottom: 1px solid #c4c4c4;
}

@media (max-width: 1199px) {

    /* Common css */
    .list-three-column ul li {
        width: 48%;
    }

    .gap-40 {
        gap: 20px
    }

    .row {
        gap: 20px;
        justify-content: center;
    }

    .row:has(.col-2) {
        gap: 30px;
    }

    .row .col-2 {
        width: calc(50% - 15px);
    }

    .row .col-3 {
        width: calc(50% - 10px);
    }

    .row .col-6 {
        width: calc(25% - 10px);
    }

    .common-slider-wrapper {
        margin: 0 -10px;
    }

    .slick-slide {
        padding: 2px 10px;
    }
}

@media (max-width: 991px) {

    /* Coommon css */
    .row .col-6 {
        width: calc(33.33% - 10px);
    }

    /* Process Section */
    .process-card-box .card-icon img {
        max-width: 60px;
        max-height: 60px;
    }

    /* Services comparison section */
    .service-comparison-box {
        padding-bottom: 90px;
    }

    .service-comparison-btn {
        bottom: 20px;
    }
}

@media (max-width: 767px) {

    /* Common css */
    .list-three-column ul li {
        width: 100%;
    }

    .row .col-2,
    .service-comparison-section .row .col-3 {
        width: 100%;
    }

    .row .col-6 {
        width: calc(50% - 10px);
    }

    /* page-linking-section */
    .page-linking-section {
        display: none;
    }

    section#pageLinkingSection+section {
        padding-top: 20px;
    }

    /* content-image-box */
    .content-image-box img {
        margin-inline: auto;
    }

    /* cta-with-card-section */
    .cta-with-card-section .section-content {
        text-align: center;
    }

    .accordion-item.active .accordion-header::before {
        top: 18px
    }
}

@media (max-width: 640px) {

    /* Gravity Form css */
    .gform_wrapper.gravity-theme .form-skin .ginput_complex span {
        flex: 100% !important;
    }

    .gform_wrapper.gravity-theme .form-skin .gform_body.gform-body .gform_fields {
        grid-gap: 15px !important;
    }
}

@media (max-width: 575px) {

    /* Common css */
    .row .col-3,
    .row .col-6 {
        width: 100%;
    }

    /* Faq Section */
    .accordion-body {
        padding-right: 0;
    }

    .accordion-header::before {
        height: 18px;
        width: 18px;
    }

    /* Banner sectionn */
    .inner-banner-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(243, 243, 245, .56);
        z-index: -1;
    }

    .inner-banner-content {
        max-width: 100%;
    }
}

@media (max-width: 350px) {

    /* Common css */
    .btn {
        font-size: 15px !important;
    }
}