:root {
    --primary-font: "Open Sans", sans-serif;
    --black: #000;
    --white: #fff;
    --primary-color: #333333;
    --secondary-color: #002e68;
}


/* General CSS start */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
footer,
header,
menu,
nav,
section,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::placeholder {
    color: #555;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}

:-moz-placeholder {
    color: #555;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

.banner-sec #bannerForm .step {
    display: none;
}

.banner-sec #bannerForm .step.active {
    display: block;
}

.complete-progressbar .progress-bar.progress-bar-striped.progress-bar-animated {
    width: 100% !important;
}

button::-moz-focus-inner {
    border: 0;
}

::-moz-focus-inner {
    border: 0;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    height: 50px;
    background: transparent;
    color: #555;

}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="email"]:hover,
input[type="number"]:hover {
    outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
    border: 0;
}

input:focus {
    outline: none;
    border-color: black;
    border-width: 2px;
    box-shadow: none;
}

input.error:focus {
    border-color: #BD151B !important;
}

.appearance-icon select.error:focus-visible,
.custom-checkbox input.error:focus {
    outline-color: #BD151B !important;
}

label {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 124%;
    color: var(--text-color);
    margin: 0;
    padding: 0;
}

p {
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 400;
    line-height: 200%;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.primary-btn {
    background: #ffff00;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 155%;
    font-size: 18px;
    color: var(--black);
    padding: 15px 40px 12px 40px;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    border: solid 1px var(--black);
    max-width: 340px;
    width: 100%;
}

.primary-btn:focus {
    outline: none;
}

label.error {
    color: red;
    margin-top: 5px;
    text-align: center;
    display: block;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* General CSS end */

/* Header start */
.logo a img {
    max-width: clamp(200px, 20.26vw, 389px);
    width: 100%;
    margin: 0 auto;
}

.logo {
    text-align: center;
}

.header {
    padding: 20px 0;
    position: sticky;
    z-index: 999;
    background: var(--white);
    left: 0;
    right: 0;
    top: 0;
    /* border-bottom: 7px solid #868686; */
    box-shadow: 0 0 1px #868686;
}

.header .logo-call-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-icon {
    position: relative;
    height: max-content;
}

.phone-icon a {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    padding-left: 42px;
}

.phone-icon img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

/* Header end */

/* banner sec css start */
.banner-sec {
    position: relative;
    padding: 100px 0;
}

.banner-form-main {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 5px 5px 10px #d3d3d3, -5px -5px 10px #d3d3d3;
}

.banner-sec h1 {
    margin-bottom: 30px;
    color: #000;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    font-weight: 600;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.banner-cont-top {
    color: #fff;
    background-color: #049b0f;
    padding: 15px;
}

.banner-cont-top h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.banner-form-multi-step {
    padding: 40px 40px 50px;
}

.banner-form-multi-step h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.banner-form-multi-step .step1_range .price-picker {
    font-size: 30px;
    color: #189ce8;
    font-weight: 600;
    padding-top: 20px;
}

.banner-form-multi-step .btn-secondary {
    background: #ffff00;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 24px;
    color: var(--black);
    padding: 12px 40px 12px 40px;
    display: inline-block;
    border-radius: 32px;
    transition: all 0.3s;
    cursor: pointer;
    border: solid 2px var(--black);
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

.banner-form-multi-step .btn-secondary:hover {
    border: solid 2px #049b0f;
    background: #049b0f;
    color: var(--white);
}

.banner-form-multi-step .sc-steps {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

.banner-form-multi-step button {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px;
}

.banner-form-multi-step .options-form-second button {
    text-transform: capitalize;
}

.banner-form-multi-step button.selected-btn {
    background-color: #a6b8c4 !important;
}

.banner-form-multi-step :where(select.form-control, input.form-control) {
    height: calc(3em + .75rem + 2px) !important;
    padding: .375rem .9rem !important;
    border: 3px solid #f0dfca !important;
    max-width: 600px;
    margin: auto;
    background: #f2f2f2 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    appearance: auto;
}

.banner-form-multi-step .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.banner-form-multi-step .mystep-box {
    max-width: 600px;
    margin: auto;
}

.banner-form-multi-step .form-check {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    position: relative;
    margin-bottom: 10px;
    justify-content: start;
}

.banner-form-multi-step .form-check input {
    appearance: auto;
    width: 13px;
    height: 13px;
}

.banner-form-multi-step .form-check label {
    text-align: left;
}

.banner-form-multi-step .form-check label.error {
    position: absolute;
    bottom: -26px;
    left: 0;
}

.banner-form-multi-step .check-box label {
    font-size: 15px !important;
    margin-top: 35px !important;
    line-height: normal !important;
}

.banner-form-multi-step .terms-cont-block .check-box label {
    font-size: 12px !important;
    text-align: justify;
}

.banner-form-multi-step .check-box label strong {
    font-weight: 500 !important;
}

.banner-form-multi-step .check-box label a {
    color: #194867;
    font-weight: 700;
}

.banner-form-multi-step .nav-tabs {
    display: none;
}

.banner-form-multi-step a {
    display: inline;
}

/* banner sec css end */

/* negotiate sec css start */
.negotiate {
    padding: 100px 0;
}

.negotiate h2 {
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

.negotiate.professionals-working h2 {
    font-size: 28px;
}

.negotiate.professionals-working h2 a {
    padding: 0;
    margin-top: 0;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    border: 2px solid #0673BD;
    border-radius: 10px;
    color: #333333;
    padding: 10px 20px;
}

.take-control {
    background: #f2f2f2;
}

.negotiate.take-control h2 {
    font-size: 28px;
    color: #049b0f;
}

.negotiate.take-control h3 {
    font-size: 24px;
}

.negotiate h3 {
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.negotiate p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    margin: 10px 0;
}

.negotiate .primary-btn {
    text-align: center;
    border-width: 2px;
    border-radius: 32px;
    margin-top: 24px;
}

.negotiate .primary-btn:hover {
    border: solid 2px #049b0f;
    background: #049b0f;
    color: var(--white);
}

.professionals-working .about-cont-block,
.take-control .about-cont-block {
    max-width: 575px;
    width: 100%;
}

.professionals-working .about-cont-block {
    margin: 0 0 0 auto;
}

.take-control .about-cont-block {
    margin: 0 auto 0 0;
}

/* negotiate sec css end */

.image-grid-sec {
    padding: 100px 0;
}

.image-grid-sec h2 {
    margin-bottom: 60px;
    margin-top: 0;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    background: #f4f8b9;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.image-grid-sec ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: end;
    margin-right: 20px;
    gap: 5px;
}

.image-grid-sec ul li {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.image-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.image-grid-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-grid-sec .bottom-cta {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}

.cta-btn-sec {
    background: #f2f2f2;
}

.image-grid-sec .bottom-cta a {
    color: #000;
    font-size: 24px;
    padding: 24px 100px;
    border: 2px solid #0673BD;
    border-radius: 10px;
    text-align: center;
}

.image-grid-sec .bottom-cta a:hover {
    background-color: #0673BD;
    color: #fff;
}

.image-grid-inner .slick-track {
    display: flex;
}

.image-grid-inner .slick-slide {
    height: auto;
}

.image-grid-inner .slick-slide div {
    height: 100%;
}

.image-grid-inner .slick-dots {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    margin-top: 20px;
}

.image-grid-inner .slick-dots li {
    list-style: none;
}

.image-grid-inner .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    border: 0;
    background-color: #049b0f;
    box-shadow: none;
    display: block;
}

.image-grid-inner .slick-dots li.slick-active button {
    background-color: #000;
}

/* Footer sec css start  */
.footer {
    background-color: #242424;
    padding: 15px 20px 45px;
}

.footer .footer-links,
.footer .footer-links .popUpCtaTextBtn,
.footer .footer-links a,
.links-text {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 10px 0;
    font-weight: 400;
    background: transparent;
    border: none;
    outline: none !important;
}

.footerdescription {
    color: #dcd3d3 !important;
    font-size: 12px;
    margin: 10px 0;
}

/* Modal css */
/* Basic styling for the modal */
.modal-content {
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 6px;
}

.modal-dialog {
    max-width: 600px;
    width: 100%;
}

.contact-content {
    padding: 2px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    line-height: 100%;
    font-weight: bold;
    background: transparent;
    border: none;
}

.close:focus {
    outline: none;
}

.modal-header {
    flex-direction: row-reverse;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.close-style {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #ccc;
    line-height: 1.42857143;
}

.modal-open {
    overflow: hidden;
}

.modal-title {
    font-size: 18px;
    font-weight: 400;
}

#contactmodal .modal-body p {
    line-height: 2;
}

#contactmodal .modal-body p a {
    color: #337ab7;
    text-decoration: none;
}

#contactmodal .modal-body p a:focus,
#contactmodal .modal-body p a:hover {
    color: #23527c;
    text-decoration: underline;
}

/* Footer sec css end  */

/* Media css start */
@media only screen and (max-width: 991px) {
    .negotiate img {
        width: 100%;
    }

    .truth h2 {
        font-size: 48px;
        line-height: 54px;
    }

    .negotiate .content {
        margin-top: 20px;
    }

    .banner-sec {
        padding: 50px 0 20px;
    }

    .negotiate.fitness,
    .negotiate,
    .image-grid-sec {
        padding: 50px 0;
    }

    .fitness .content {
        order: 2;
    }

    .image-grid-inner {
        grid-template-columns: 1fr 1fr;
    }

    .image-grid-sec h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-sec h1,
    .banner-form-multi-step h2 {
        font-size: 26px;
    }

    .banner-cont-top h2 {
        font-size: 22px;
    }

    .banner-form-multi-step .btn-secondary {
        font-size: 20px;
    }

    .professionals-working .about-img-block,
    .professionals-working .about-cont-block,
    .take-control .about-cont-block {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .privacy-text strong {
        flex-wrap: wrap;
        justify-content: center;
    }

    .privacy-text img {
        margin: 0;
    }

    .col-6 {
        width: 100%;
    }

    .m-none {
        display: none;
    }

    .negotiate h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .negotiate h3,
    .negotiate.take-control h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .footer .footer-links,
    .footer .footer-links .popUpCtaTextBtn,
    .footer .footer-links a,
    .links-text {
        font-size: 12px;
        line-height: 20px;
    }

    .negotiate p {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .logo-call-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .image-grid-sec h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .image-grid-sec ul {
        margin-right: 0;
        align-items: start;
        padding-left: 20px;
    }

    .image-grid-sec ul li {
        text-align: left;
        font-size: 16px;
        list-style: disc;
    }

    .image-grid-inner {
        gap: 10px;
    }

    .image-grid-sec .bottom-cta a {
        padding: 10px 20px;
        font-size: 18px;
    }

    .banner-sec {
        padding: 25px 0;
    }

    .banner-sec h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .banner-form-multi-step h2 {
        font-size: 18px;
    }

    .banner-cont-top h2 {
        font-size: 18px;
    }

    .banner-form-multi-step {
        padding: 30px 20px;
    }

    .banner-form-multi-step .step1_range .price-picker {
        font-size: 26px;
        padding-top: 0;
    }

    .banner-form-multi-step .step1_range .range-slider .range-value .right-val,
    .banner-form-multi-step .step1_range .range-slider .range-value .left-val {
        font-size: 18px !important;
    }

    .banner-form-multi-step .mystep-box {
        font-size: 15px;
    }

    .banner-form-multi-step .form-check {
        margin-bottom: 36px;
    }

    .banner-form-multi-step .form-check label.error {
        bottom: -24px;
    }

    .banner-form-multi-step button {
        font-size: 16px;
    }

    label.error {
        font-size: 14px;
    }

    .phone-icon a {
        font-size: 0;
        padding-left: 32px;
    }
}

@media only screen and (max-width: 575px){
    .image-grid-inner {
        gap: 10px;
        margin-top: 20px;
    }
}

/* Media css end */