@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url(form.scss);
.min-height-body {
    min-height: calc(100vh - 140px);
}
/*=========
Color Code
===========*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*global area*/
/*----------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3146;
    font-family: "Inter", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    color: #ffffff;
    background-color: #0a66c2;
}

::selection {
    color: #ffffff;
    background-color: #0a66c2;
}

::-moz-selection {
    color: #ffffff;
    background-color: #0a66c2;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-200 {
    padding-bottom: 200px;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.mb-20 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}
.mt-30 {
    margin-top: 20px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.signup-logo {
    margin-left: 32px;
    margin-top: 32px;
}
.step-progress {
    width: 100%;
    padding: 0 32px;
}
.wizard-forms {
    padding: 40px 60px;
}

.section-padding {
    padding: 90px 60px;
}

.co-founder-details {
    background-color: #0a66c20a;
    padding: 1.5rem 0rem 1.5rem 1.5rem;
    border-radius: 4px;
}
.co-founder-detail-title {
    padding-right: 1.5rem;
}
.b-t-home {
    color: #0a66c2 !important;
    text-decoration: underline;
    font-weight: 600;
}
.premium img {
    max-width: 58px;
}
img.h-60 {
    min-width: 58px;
}

.btn-login {
    color: #fff !important;
    background-color: #0a66c2;
    border-color: #0d6efd;
}
.btn-login:hover {
    color: #fff;
    background-color: #1a70c6;
    border-color: #0d6efd;
}
.login-label label {
    font-size: 16px;
    font-weight: 600;
    color: #11142d;
    margin-bottom: 4px;
}
.login-hello {
    font-size: 32px;
    font-weight: 700;
    color: #11142d;
}
.login-web-hidden-img img {
    max-width: 70%;
    margin: 0 auto;
}
.forgot {
    color: #9a9ab0;
    font-size: 16px;
    font-weight: 700;
}
.wrapper {
    margin: 0px auto;
    max-width: 100%;
    background-color: #ffffff;
    /* -webkit-box-shadow: 0px 5px 65px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 5px 65px 0px rgba(0, 0, 0, 0.29); */
}
.already-acc {
    font-size: 16px;
    font-weight: 500;
    color: #263238;
}
.boxed-version {
    max-width: 1400px;
    margin: auto;
}

.dark-version.dark-version {
    background-color: #1a1a1a;
}
.dark-version.dark-version label,
.dark-version.dark-version p,
.dark-version.dark-version span {
    color: #fff !important;
}
.dark-version.dark-version button,
.dark-version.dark-version input,
.dark-version.dark-version optgroup,
.dark-version.dark-version select,
.dark-version.dark-version textarea,
.dark-version.dark-version .wrapper {
    background-color: #1a1a1a !important;
}

.steps-area-fixed.steps-area-fixed {
    position: fixed;
    width: 25%;
}

.inner {
    width: 100%;
    height: auto;
}

/* ============================================================================ */
/*   step
/* ============================================================================ */
.steps {
    background-color: #0a66c2;
    max-height: 100vh;
    overflow: auto;
}
.steps ul {
    padding-left: 70px;
}

.steps li {
    position: relative;
}
.steps li:before {
    content: "";
    top: 55px;
    width: 240px;
    left: 0px;
    height: 25px;
    color: #5065ca;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    position: absolute;
}
.steps li:after {
    top: 8px;
    left: 15px;
    z-index: -1;
    color: #fff;
    font-size: 17px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}
.steps li a {
    width: 45px;
    color: #fff;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
}
.steps li a:after {
    width: 2px;
    left: 18px;
    content: "";
    height: 33px;
    bottom: -80px;
    position: absolute;
    background-color: #fff;
}
.steps li .number {
    display: none;
}
.steps li.first a {
    border: 2px solid #fff;
}
.steps li.last a:after {
    display: none;
}
.steps li.checked:after,
.steps li.current:after {
    color: #fff;
}
.steps li.checked:before,
.steps li.current:before {
    color: #fff;
}
.steps li.checked a,
.steps li.current a {
    border: 2px solid #fff;
}
.steps li.checked a:after,
.steps li.current a:after {
    background-color: #fff;
}

.line {
    width: 495px;
    height: 3px;
    left: 28.4%;
    height: 3px;
    background: #f1f1f2;
    position: relative;
    top: 0px;
    margin: 5px 0;
}
.line.line2 {
    width: 100%;
    left: 0;
}

/* .actions {
  right: 7%;
  position: absolute;
  bottom: 50px;
} */
.actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.actions li {
    margin-right: 20px;
}
.actions li span {
    height: 55px;
    width: 180px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 55px;
    text-align: center;
    background-color: #0a66c2;
    cursor: pointer;
}
.actions li span.js-btn-prev {
    background-color: #fff;
    color: #0a66c2;
    border: 1px solid #0a66c2;
}
#if-yes {
    display: none !important;
}
.actions li button {
    background: #0a66c2;
    border: 0;
    padding: 15px 40px;
    margin-left: 18px;
    font-size: 18px;
    color: #fff;
    height: 55px;
}
.actions li:last-child {
    margin-right: 0;
}
.actions li[aria-disabled="true"] span {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.actions li[aria-disabled="false"] ~ li span {
    background-color: #0a66c2;
    color: #fff;
}
.actions li[aria-disabled="false"] ~ li span:hover {
    background-color: #0a66c2;
}

.wizard-checkbox-option li {
    /* padding-top: 10px; */
    min-width: 25%;
    float: left;
    font-size: 12px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.block-option input {
    display: none;
}
.block-option .checkbox-tick {
    position: relative;
}
.block-option .checkbox-tick:before {
    top: 1px;
    left: -23px;
    color: #263238;
    content: "";
    font-size: 11px;
    font-weight: 900;
    display: none;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}
.block-option .checkbox-tick:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    top: -0px;
    left: -26px;
    border: 2px solid #474747;
}
.block-option .checked-checkbox:checked ~ .checkbox-tick:before {
    display: block;
}
.block-option .checked-checkbox:checked ~ .checkbox-tick:after {
    border: 2px solid #263238;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.17);
}

.checkbox-circle {
    position: relative;
    margin: 0 !important;
    padding-left: 36px;
    width: inherit !important;
    text-align: left !important;
}
.checkbox-circle label {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.checkbox-circle label a {
    color: #6d7f52;
}
.checkbox-circle label a:hover {
    color: #89b843;
}
.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.checkbox-circle input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-circle input:checked ~ .checkmark:before {
    content: "";
    top: 0px;
    left: 3px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
}
.checkbox-circle .checkmark {
    position: absolute !important;
    top: 1px !important;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #999;
}
.checkbox-circle .checkmark:after {
    content: "";
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0a66c2;
    position: absolute;
    display: none;
}

.social-media-find .social-find-caret,
.select-caret,
.wizard-note-subject .select-option-area {
    position: relative;
}
/* .social-media-find .social-find-caret:after, .select-caret:after, .wizard-note-subject .select-option-area:after {
  top: 12px;
  right: 15px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #e5e4e4;
  border-radius: 100%;
  text-align: center;
} */
.sign-in {
    color: #0a66c2;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 24px;
    border: 1px solid #0a66c2;
    border-radius: 50px;
    background-color: #fff;
}
.sign-in.fill {
    color: #fff;
    border-radius: 4px;
    background-color: #0a66c2;
}
.sign-in:hover {
    background-color: #0a66c2;
    color: #fff;
}
.logo-bg {
    background-color: #0a66c2;
    padding: 8px 16px;
    border-radius: 4px;
}
.home {
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}
.min-height-main {
    min-height: calc(100vh - 204px);
}
/* .wizard-forms img {
  max-width: 180px;
} */
/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==========================================================================
multistep css
========================================================================== */
.multisteps-form__progress {
    padding-top: 30px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-height: calc(100vh - 170px);
    min-height: calc(100vh - 170px);
    overflow-y: auto;
}
@media (min-height: 620px) and (max-height: 665px) {
    .signup-logo {
        margin-top: 18px !important;
    }
    .signup-logo img {
        max-height: 60px !important;
    }
    .multisteps-form__progress {
        padding-top: 12px !important;
    }
}
@media (min-height: 550px) and (max-height: 619px) {
    .signup-logo {
        margin-top: 18px !important;
    }
    .signup-logo img {
        max-height: 48px !important;
    }
    .multisteps-form__progress {
        padding-top: 12px !important;
    }
    .multisteps-form__progress-btn:after {
        height: 23px !important;
    }
    .multisteps-form__progress-btn {
        padding-bottom: 40px !important;
    }
}
.multisteps-form__progress::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #0a66c2;
}

.multisteps-form__progress::-webkit-scrollbar {
    width: 12px;
    background-color: #0a66c2;
}

.multisteps-form__progress::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.multisteps-form__progress-btn {
    position: relative;
    color: rgb(10 102 194);
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: default;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-left: 32px;
    padding-bottom: 60px;
    z-index: 1;
}
.multisteps-form__progress-btn span {
    position: absolute;
    top: 2px;
    left: 45px;
    color: #fff;
}
.multisteps-form__progress-btn i {
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
    margin-right: 15px;
    line-height: 32px;
    position: relative; /* Ensure it stays relative to its container */
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1; /* Bring it to the foreground */
    pointer-events: auto; /* Allow pointer events */
}

.multisteps-form__progress-btn:after {
    content: "";
    position: absolute;
    top: 43px;
    left: 15px;
    display: block;
    width: 2px;
    height: 37px;
    background-color: #fff;
    z-index: 1;
}
.progress {
    padding: 2px;
}
.step-progress-bar {
    margin-top: 4px;
}
.progress-status {
    color: #fff;
}
.progress-bar.step-1 {
    width: 20%;
}
.progress-bar.step-2 {
    width: 40%;
}
.progress-bar.step-3 {
    width: 60%;
}
.progress-bar.step-4 {
    width: 80%;
}
.progress-bar.step-5 {
    width: 100%;
}

.multisteps-form__progress-btn:last-child:after {
    display: none;
}
.multisteps-form__progress-btn.js-active {
    color: #fff;
}
.multisteps-form__progress-btn.js-active span {
    color: #fff;
}
.multisteps-form__progress-btn.js-active i {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}
.multisteps-form__progress-btn.js-active:after {
    background-color: #fff;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    height: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}
.multisteps-form__panel.js-active {
    opacity: 1;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
    left: -50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
    top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ==========================================================================
wizard section
========================================================================== */
/* .wizard-title {
  padding-bottom: 85px;
} */
.wizard-title h3 {
    color: #263238;
    font-size: 24px;
    font-weight: 700;
}
.wizard-title p {
    color: #263238;
    font-size: 16px;
    font-weight: 500;
}

.vector-img-one {
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.wizard-form-field .wizard-form-input {
    width: calc(50% - 1.5rem);
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wizard-form-field .wizard-form-input.full-width,
.full-width {
    width: calc(100% - 1.5rem);
}
/* .wizard-form-field .text-danger {
  position: absolute;
  top: 10px;
} */
.wizard-form-field .wizard-form-input.full-width .select-option-area,
.full-width {
    width: calc(100% - 0rem);
}
.wizard-form-field .wizard-form-input label {
    float: left;
    color: #474747;
    font-size: 14px;
    text-align: right;
    text-align: left;
    font-weight: 500;
    width: auto;
    margin: 15px 15px 0px 0px;
}
.wizard-form-field .wizard-form-input input {
    width: 100%;
    height: 48px;
}

.wizard-v3-progress {
    z-index: 10;
    width: 300px;
    right: -345px;
    bottom: 20px;
    position: absolute;
}
.wizard-v3-progress .progress {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #b4c8e8;
    position: relative;
}
.wizard-v3-progress .progress:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #111;
    position: absolute;
    left: 30%;
    top: 8px;
}
.wizard-v3-progress .progress:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #111;
    position: absolute;
    left: 45%;
    top: 8px;
}
.wizard-v3-progress .progress .progress-bar {
    border-radius: 20px;
    background-color: #2e70ee;
}
.wizard-v3-progress .progress .progress-bar:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #111;
    position: absolute;
    left: 75%;
    top: 8px;
}
.wizard-v3-progress span {
    color: #b5ccec;
}
.wizard-v3-progress h3 {
    color: #fff;
    font-size: 23px;
    padding: 5px 0px 10px;
    font-weight: 700;
}

/* ==========================================================================
wizard 1
========================================================================== */
.wizard-photo-area {
    width: 190px;
    float: left;
    margin-left: -50px;
}
.wizard-photo-area .photo-upload-text {
    color: #8d8d8d;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.wizard-photo-upload {
    float: left;
}
.wizard-photo-upload label {
    padding: 8px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background-color: #4a6e8b;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0;
}
.wizard-photo-upload .display-img {
    width: 185px;
    height: 170px;
    overflow: hidden;
    padding-top: 20px;
    background-color: #fff;
}

/* .wizard-form-field {
  margin-left: 190px;
} */
.wizard-form-field .wizard-form-input {
    position: relative;
    z-index: 2;
}
.wizard-form-field .wizard-form-input .wizard-checked {
    display: inline-block;
    /* margin-left: 12px; */
    margin: 10px 50px 0px 0px;
}
.wizard-form-field .wizard-form-input .wizard-checked:last-of-type {
    margin-right: 0;
}
.wizard-form-field .wizard-form-input .wizard-checked input {
    height: 18px;
    width: 18px;
}
.wizard-form-field .wizard-form-input .wizard-checked span {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.wizard-form-field .form-field-text {
    font-size: 12px;
    color: #757575;
    max-width: 100%;
    padding-left: 4px;
}

/* ==========================================================================
wizard 2
========================================================================== */
.wizard-solution-select {
    margin: 0 auto;
    max-width: 1090px;
}

.option_item {
    margin: 0 auto;
    width: 325px;
    height: 270px;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.option_item .name {
    display: block;
    color: #474747;
    font-size: 23px;
    font-weight: 600;
}

.option_item .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.option_item .option_inner {
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
    border: 2px solid transparent;
    position: relative;
}
.option_item .option_inner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 2px solid #b4d4e4;
}
/* input style start*/

.wizard-form-field input,
.wizard-form-field select {
    width: 100%;
    height: 80px;
    border: none;
    overflow: visible;
    padding-left: 16px;
    border-radius: 3px;
    margin-bottom: 0px;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    background-color: #f2f2f2;
}

.wizard-form-field select {
    height: 48px !important;
}
.wizard-form-field .wizard-form-input input::-webkit-input-placeholder,
.wizard-form-field .wizard-form-input select::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.has-float-label {
    display: block;
}
.has-float-label i {
    position: absolute;
    top: 25px;
    right: 12px;
    width: 33px;
    height: 33px;
    color: #3c3c3c;
    /* border: 1px solid #3c3c3c; */
    border-radius: 100%;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.has-float-label i:hover {
    background: #0a66c2;
    border-color: #0a66c2;
    color: #fff;
}
.has-float-label i + input,
.has-float-label .wizard-form-field i + select,
.wizard-form-field .has-float-label i + select {
    padding-left: 75px;
}
.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 23px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    top: -22px;
    left: 24px;
    z-index: 3;
    background: #f5f7f8;
    line-height: 1;
    padding: 0 5px;
}
.has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
}
.select-wizard.has-float-label > span {
    position: relative !important;
    min-height: 48px;
}
.has-float-label > span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 23px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    top: -12px;
    left: 0px;
    z-index: 3;
    line-height: 1;
    padding: 0 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 14px !important;
    margin-bottom: 4px;
    bottom: 3px;
    position: relative;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    font-size: 16px !important;
    padding: 2px 5px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #fff !important;
    padding-left: 18px !important;
    margin-left: 5px !important;
    margin-top: 12px !important;
    margin-bottom: 4px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: 0 !important;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 0 !important;
    outline: 0;
    background: #f2f2f2;
}
.select2-container {
    background: #f2f2f2 !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: #f2f2f2 !important;
    border: 0 !important;
    border-radius: 8px !important;
    overflow: hidden;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 100% !important;
    cursor: pointer;
    line-height: 12px;
}
.multiselect-p {
    margin-bottom: 14px;
    font-size: 12px;
}
.has-float-label > span::after {
    content: " ";
    display: block;
    position: absolute;
}
.has-float-label .form-control {
    /* FF 4-18 */
    /* FF 19+ */
}
.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
    font-size: 150%;
    opacity: 0;
    top: 0.3em;
    background: transparent;
}
.has-float-label .form-control::-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #0a66c2;
}
.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #0a66c2;
}
.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: #0a66c2;
}
.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #6c6c6c;
}
.has-float-label .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.has-float-label .form-control:focus:-moz-placeholder {
    color: transparent;
}
.has-float-label .form-control:focus::-moz-placeholder {
    color: transparent;
}
.has-float-label .form-control:focus:-ms-input-placeholder {
    color: transparent;
}
.has-float-label .form-control:-moz-placeholder-shown:not(:focus) + * {
    font-size: 150%;
    opacity: 0;
    top: 0.3em;
    background: transparent;
}
.has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
    font-size: 150%;
    opacity: 0;
    top: 30px;
    left: 40px;
    visibility: hidden;
    background: transparent;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 150%;
    opacity: 0;
    top: 30px;
    left: 40px;
    visibility: hidden;
    background: transparent;
}
/* end */
.option_item .option_inner .icon {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.option_item .option_inner .icon .fab {
    font-size: 32px;
}

.option_item .option_inner .name {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.option_item .checkbox:checked ~ .option_inner {
    border-color: #3b5999;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
}
.option_item .checkbox:checked ~ .option_inner:before {
    display: none;
}

.option_item .option_inner .tickmark {
    position: absolute;
    height: 50px;
    width: 50px;
    display: none;
    border-radius: 100%;
    top: -25px;
    left: -25px;
    background-color: #253fa5;
}

.option_item .option_inner .tickmark:before {
    content: "";
    position: absolute;
    font-size: 16px;
    top: 12px;
    left: 15px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.option_item .checkbox:checked ~ .option_inner .tickmark {
    display: block;
}

.izard-solution-select label {
    margin-bottom: 0;
}

.wizard-note-subject {
    float: right;
    z-index: 5;
    margin-top: 0px;
    margin-right: 0px;
    position: relative;
}
.wizard-note-subject .wizard-form-input {
    margin-top: 0px;
    position: relative;
    width: 100%;
}
.wizard-note-subject .wizard-form-input label {
    float: left;
    color: #474747;
    font-size: 19px;
    text-align: right;
    font-weight: 600;
    width: 195px;
    margin: 15px 30px 0px 0px;
}
.wizard-note-subject .wizard-form-input select,
.wizard-note-subject .wizard-form-input textarea {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    -webkit-appearance: none;
}
.wizard-note-subject .wizard-form-input textarea {
    height: 170px;
}
.wizard-note-subject .wizard-checked {
    float: right;
    margin-right: 40px;
    display: inline-block;
}
.wizard-note-subject .wizard-checked input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.wizard-note-subject .wizard-checked span {
    top: -2px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.wizard-sub-text {
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* ==========================================================================
wizard three
========================================================================== */
.select-caret {
    margin-bottom: 85px;
}
.select-caret:after {
    top: 35px;
}
.select-caret select {
    -webkit-appearance: none;
}

.wizard-form-input select {
    width: 100% !important;
    height: 95px;
    padding: 0px 16px;
    padding-right: 40px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path d="M0 2.5L5 7.5L10 2.5H0Z" fill="black"/></svg>')
        no-repeat right 15px center;
    background-size: 12px; /* Size of the arrow */
    padding-right: 30px; /* Leave space for the arrow */
    background-color: #f2f2f2;
}
/* .wizard-form-input select:focus { 
border: 1px solid #f2f2f2;
background-color: #f2f2f2;

} */
.duration-box {
    display: block;
    width: 100%;
    height: 185px;
    width: 270px;
    padding-top: 35px;
    position: relative;
    border: 2px solid #b4d4e4;
}
.duration-box .title {
    color: #474747;
    display: block;
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}
.duration-box span {
    line-height: 1;
    color: #474747;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.duration-option {
    position: relative;
    margin-bottom: 0;
}
.duration-option .d-checkbox {
    display: none;
}
.duration-option .checkbox-circle-tick {
    position: absolute;
    top: 15px;
    right: 45px;
}
.duration-option .checkbox-circle-tick:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    border: 2px solid #b4d4e4;
}
.duration-option .checkbox-circle-tick:after {
    top: 5px;
    left: 5px;
    content: "";
    width: 20px;
    height: 20px;
    display: none;
    border-radius: 100%;
    position: absolute;
    background-color: #263238;
}
.duration-option .d-checkbox:checked ~ .duration-box {
    border: 2px solid #263238;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
}
.duration-option .d-checkbox:checked ~ .checkbox-circle-tick:after {
    display: block;
}
.duration-option .d-checkbox:checked ~ .checkbox-circle-tick:before {
    border-color: #263238;
}

.wizard-document-upload {
    display: inline-block;
    width: 100%;
}
.wizard-document-upload .custom-file-input {
    padding: 24px 20px;
    height: auto;
}
.wizard-document-upload .custom-file-label {
    padding: 24px 20px;
    height: auto;
    border-radius: 0;
    font-size: 20px;
}
.wizard-document-upload label.custom-file-label {
    padding: 24px;
    height: auto;
    color: #9c9c9c;
}
.wizard-document-upload label.custom-file-label:after {
    background: #2d35a5;
    color: #fff;
    border-radius: 0;
    padding: 24px;
    height: 80px;
    width: 244px;
    text-align: center;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
    right: 0;
    position: absolute;
    top: 0;
}
.custom-file-input ~ .custom-file-label::before {
    content: "";
    position: absolute;
    right: 165px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    z-index: 22;
}

/* ==========================================================================
wizard 4
========================================================================== */
#slider-service {
    padding-right: 20px;
}

.service-checkbox {
    display: none;
}

.w-service-box {
    width: 270px;
    height: 220px;
    float: left;
    margin: 15px;
    padding: 10px 0px;
    margin-bottom: 30px;
    background-color: #fff;
}
.w-service-box .tooltip-info:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    top: 15px;
    right: 15px;
    display: none;
    border-radius: 100%;
    background-color: #2540a5;
}

.w-service-box .tooltip-info:after {
    position: absolute;
    content: "";
    top: 18px;
    color: #fff;
    right: 26px;
    font-weight: 900;
    display: none;
    display: none;
    font-family: "Font Awesome 5 Free";
}
.w-service-box .service-text {
    color: #263238;
    font-size: 24px;
    font-weight: 500;
}
.w-service-box .option-seclect {
    bottom: -35px;
    left: -4px;
    width: 103%;
    padding: 5px;
    font-size: 16px;
    display: none;
    font-weight: 500;
    position: absolute;
    background-color: #2540a5;
}
.w-service-box .option-seclect span {
    color: #fff;
}

.service-checkbox:checked ~ .w-service-box .tooltip-info:before,
.service-checkbox:checked ~ .w-service-box .tooltip-info:after {
    display: block;
}

.service-checkbox:checked ~ .w-service-box {
    border: 3px solid #2540a5;
}

.service-checkbox:checked ~ .w-service-box .option-seclect {
    display: block;
}

.slick-dots li.slick-active {
    width: 35px;
    height: 10px;
    background: #2c39a4;
    border-radius: 5px;
}

.slick-dots li {
    width: 15px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin: 0 8px;
    border-radius: 5px;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-dots button {
    font-size: 0;
    visibility: hidden;
}

/* ==========================================================================
wizard 5
========================================================================== */
.wizard-day-item {
    width: 100%;
    display: inline-block;
}

.social-media-find {
    display: block;
}
.social-media-find .social-find-caret:after {
    top: 35px;
    right: 20px;
}
.social-media-find select {
    width: 100%;
    height: 95px;
    padding-left: 30px;
    -webkit-appearance: none;
    border: 2px solid #b4d4e4;
}
.add-minus-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #323232;
}
.add-minus-icon span {
    color: #323232;
    font-size: 32px;
    font-weight: 400;
}
.cp {
    cursor: pointer;
}
.thankyou {
    min-height: 500px;
}
.m-300 {
    max-width: 300px;
}
.m-400 {
    width: 400px;
    max-width: 90%;
}
p.m-300,
p.m-400 {
    text-align: center;
    color: #37474f;
    font-size: 16px;
    font-weight: 500;
}
#wizard {
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.wizard-form-field .error input,
.wizard-form-field .error select {
    border: 1px solid #ff0000;
    background-color: #ffffff;
}
.wizard-form-field .error input::placeholder,
.wizard-form-field .error select::placeholder {
    color: red;
}
.proposal-tabel {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    z-index: 999;
    cursor: not-allowed;
    min-height: 450px;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: inherit !important;
    opacity: 0.65;
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    cursor: not-allowed !important;
}
.overlay p {
    text-align: center;
    max-width: 100%;
}
/* .overlay p.mw-100 {
  max-width: 100%;
} */
.actions {
    text-align: right;
}

.actions button {
    padding: 8px 16px;
    background-color: #0a66c2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.actions button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
    .wrapper {
        margin: 0 auto;
    }

    .multisteps-form__progress-btn {
        padding-bottom: 60px;
    }

    .multisteps-form__progress {
        padding-top: 35px;
    }

    .wizard-forms {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .wizard-v3-progress {
        right: -375px;
        bottom: -40px;
    }

    .wizard-forms {
        padding: 60px 30px;
    }

    .wizard-form-field .wizard-form-input input {
        width: 100%;
    }

    .wizard-form-field .wizard-form-input .wizard-checked span {
        margin-right: 5px;
    }

    .wizard-form-field .form-field-text {
        padding-left: 0;
    }

    .wizard > .steps ul {
        padding-left: 20px;
    }

    .line {
        width: 450px;
        left: 29.1%;
    }

    .option_item {
        width: 275px;
    }

    .wizard-note-subject .wizard-form-input select,
    .wizard-note-subject .wizard-form-input textarea {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .wizard-note-subject .wizard-form-input label {
        text-align: left;
    }

    .vector-img-one {
        position: absolute;
        bottom: -60px;
        left: 0px;
    }

    .wizard-note-subject .select-option-area:after {
        top: 12px;
    }
}
@media screen and (max-width: 1399.98px) {
    .pb-200 {
        padding-bottom: 270px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }
    .mb-40 {
        margin-bottom: 15px !important;
    }
    .mb-60 {
        margin-bottom: 20px !important;
    }

    .mb-85 {
        margin-bottom: 35px !important;
    }

    .mt-60 {
        margin-top: 20px !important;
    }

    .wizard-forms {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        padding: 0;
    }

    .multisteps-form__progress {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        width: 100%;
    }

    .multisteps-form__progress-btn {
        margin-left: 15px;
    }

    .wizard-form-field .wizard-form-input input {
        width: 100%;
    }

    .wizard-form-field .wizard-form-input label {
        width: fit-content;
        text-align: left;
    }

    .w-service-box {
        width: 250px;
    }

    .wizard-form-field .wizard-form-input {
        display: inline-block;
    }

    .line {
        width: 425px;
        left: 14.4%;
    }

    .option_item {
        width: 255px;
    }

    .wizard-v3-progress {
        width: 260px;
        right: -317px;
        bottom: -40px;
    }
    .wizard-v3-progress h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199.98px) {
    .pb-200 {
        padding-bottom: 100px;
    }

    .wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .multisteps-form__progress {
        width: 100%;
    }

    .line {
        width: 520px;
        left: 0%;
    }

    .wizard-title h3 {
        font-size: 32px;
    }

    .wizard-title p {
        font-size: 20px;
    }

    .duration-box {
        height: 185px;
        width: 205px;
    }

    .wizard-v3-progress {
        width: 250px;
        right: -305px;
    }

    .vector-img-one {
        position: absolute;
        bottom: -38px;
        left: -20px;
    }

    .wizard > .steps li.checked a:after,
    .wizard > .steps li.current a:after {
        display: none;
    }

    .w-service-box {
        width: 230px;
    }
}
@media screen and (max-width: 991.98px) {
    #wizard {
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .signup-logo {
        text-align: center;
        margin-left: auto;
        margin-top: 32px;
    }
    .multisteps-form__progress-btn i {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .multisteps-form__progress {
        padding-top: 10px;
    }
    .steps {
        background-color: #0a66c2;
        max-height: 180px;
        overflow: hidden;
    }

    .pb-200 {
        padding-bottom: 80px;
    }

    .wizard-form-field {
        margin-left: 0;
    }

    .wrapper {
        display: block !important;
    }

    .form-area,
    .multisteps-form__form {
        width: 100% !important;
    }

    .wizard > .steps {
        width: 100% !important;
        position: static !important;
        position: static;
    }

    .wizard-note-subject {
        float: none;
        z-index: 5;
        margin-top: 0px;
        margin-right: 0;
        position: relative;
    }
    /* .wizard-form-field .wizard-form-input label {
    margin: 0;
} */
    .multisteps-form__progress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-bottom: 0;
    }

    .multisteps-form__progress-btn {
        width: 25%;
        text-align: center;
    }

    .multisteps-form__progress-btn {
        padding-bottom: 35px;
    }

    .multisteps-form__progress-btn:after {
        content: "";
        position: absolute;
        top: 28%;
        left: 140px;
        display: block;
        width: 35px;
        height: 1px;
        background-color: #fff;
        z-index: 1;
    }

    .multisteps-form__progress-btn span {
        visibility: hidden;
    }

    .multisteps-form__form {
        min-height: inherit;
    }

    .multisteps-form__progress-btn {
        display: inline-block;
    }

    .wizard > .steps li a:after {
        display: none;
    }

    .line {
        display: none;
    }

    .wizard > .steps li.checked:before,
    .wizard > .steps li.current:before {
        display: none;
    }

    .wizard > .steps li:before {
        display: none;
    }

    .wizard > .steps li .number {
        display: block;
    }

    .wizard > .steps ul {
        text-align: center;
    }
    .wizard > .steps ul li {
        padding-bottom: 50px;
    }

    .vector-img-one {
        display: none;
    }

    .wizard-v3-progress {
        position: static;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wizard-v3-progress span {
        color: #000;
    }
    .wizard-v3-progress h3 {
        color: #0a66c2;
    }

    .wizard-title {
        padding-bottom: 12px;
    }

    .wizard-day-item {
        margin-bottom: 0;
    }

    .wizard-photo-area {
        float: none;
        text-align: center;
        margin: auto;
    }

    .option_item {
        width: auto;
        display: block;
        margin-bottom: 20px;
    }

    .duration-box {
        width: 100%;
    }

    .duration-option {
        display: block;
        margin-bottom: 30px;
    }

    .wizard-day-option li {
        width: 100%;
    }
}
@media screen and (max-width: 767.98px) {
    .reports-filters .w-50 {
        width: 100% !important;
    }
    .reports-filters .w-50 .btn {
        margin-top: 0 !important;
    }
    .wizard-form-field .wizard-form-input,
    .wizard-form-field .wizard-form-input.full-width {
        width: 100%;
    }
    .wizard-forms {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        overflow-x: hidden;
    }

    /* .multisteps-form__panel {
    padding: 0 30px;
  } */

    .pb-100 {
        padding-bottom: 50px;
    }

    .pb-200 {
        padding-bottom: 70px;
    }

    /* .wizard-forms {
    padding: 20px;
  } */

    .wizard-document-upload label.custom-file-label:after {
        background: #2d35a5;
        color: #fff;
        border-radius: 0;
        padding: 18px;
        height: 50px;
        width: 105px;
        text-align: center;
    }

    .custom-file-input ~ .custom-file-label::before {
        right: 72px;
        top: 13px;
        font-size: 16px;
    }

    .multisteps-form__progress-btn {
        margin-left: 20px;
        padding-bottom: 50px;
    }
    .multisteps-form__progress-btn:after {
        display: none;
    }

    /* .actions {
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  } */

    button.slick-arrow {
        border: none;
        background: #0a66c2;
        color: #fff;
        width: 90px;
    }
}
@media screen and (max-width: 575.98px) {
    .wizard-forms {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        padding: 20px 0;
    }

    .multisteps-form__progress-btn i {
        margin-right: 10px;
    }

    .steps li {
        margin-right: 10px;
    }

    .wizard-title h3 {
        font-size: 25px;
        padding-bottom: 6px;
    }

    .wizard-title p {
        font-size: 16px;
    }

    .actions li:first-child a {
        width: 110px;
    }

    .wizard-document-upload label.custom-file-label {
        padding: 17px;
        font-size: 10px;
    }

    .wizard-document-upload .custom-file-input {
        padding: 12px 20px;
        height: auto;
    }

    .multisteps-form__progress-btn {
        margin-left: 0px;
        padding-bottom: 30px;
    }

    .multisteps-form__panel {
        padding: 0 15px;
    }

    .w-service-box {
        width: 235px;
    }

    .social-media-find select {
        height: 55px;
    }

    .social-media-find .social-find-caret:after {
        top: 15px;
    }

    .wizard-checkbox-option li {
        display: block;
        width: 100%;
    }

    .wizard-photo-area {
        margin-left: 0;
    }

    .wizard-v3-progress {
        margin-bottom: 50px;
        margin-top: 40px;
    }

    #slider-service {
        margin-bottom: 40px;
    }

    button.slick-prev.slick-arrow {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .actions li span {
        height: 50px;
        width: 110px;
        font-size: 17px;
        line-height: 50px;
    }
}
/*---------------------------------------------------- */
.justify-content-between {
    justify-content: space-between !important;
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #2e70ee;
    transition: var(--bs-progress-bar-transition);
}
.card-header {
    /* padding: 16px; */
    padding: 8px 16px;
}
.swal2-container .swal2-popup.swal2-toast .swal2-title {
    text-align: left;
}
.h-38 {
    max-height: 38px;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating > input {
    display: none;
}

.rating > label {
    position: relative;
    width: 1em;
    font-size: 18px;
    font-weight: 300;
    color: #ffd600;
    cursor: pointer;
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto;
}

.rating-submit:hover {
    color: #fff;
}

.nxl-full-content.main-content {
    padding: 0 !important;
}
.report-download {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 16px;
    margin-left: 12px;
}
.table-round-img {
    max-width: 42px;
    min-width: 42px;
    width: 42px;
    max-height: 42px;
    min-height: 42px;
    height: 42px;
}
.Currency {
    position: absolute;
    top: 14px;
    padding: 2px 12px;
    right: 12px;
    width: fit-content;
    color: #ffffff;
    background: #0a66c2;
    font-size: 12px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
}
.wizard-form-field input:focus,
.wizard-form-field select:focus {
    border: 2px solid #0a66c2;
    background-color: transparent;
}
.nav-tabs-wrapper .nav-tabs-custom-style .nav-item .nav-link {
    padding: 20px 15px !important;
}
/* .table-responsive {
  overflow-x: visible;
} */
.notifications-item img {
    width: 36px !important;
    height: 36px !important;
}
.notification-height {
    max-height: 400px;
    overflow-y: auto;
}
.notifications-desc {
    width: calc(100% - 48px);
}
.notifications-item.read {
    background: #f5f5f5;
}
.gj-datepicker-bootstrap button[role="right-icon"] .gj-icon,
.gj-datepicker-bootstrap button[role="right-icon"] .material-icons {
    top: inherit !important;
}
/* .nxl-h-dropdown {
  max-width: 220px;
} */
.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group.mb-3 {
    margin-bottom: 0 !important;
}
.nxl-navigation
    .navbar-content
    .nxl-hasmenu.nxl-trigger
    > .nxl-link
    > .nxl-arrow.norotate {
    transform: rotate(0deg);
}
thead tr {
    border-color: inherit;
}
.table-responsive .table tbody tr.border-b {
    border-bottom: transparent;
}
.theme-customizer .customizer-handle {
    left: -58px !important;
}
.theme-customizer .customizer-handle.more {
    left: -26px !important;
}
.theme-customizer .customizer-handle img {
    max-width: 48px;
}
.theme-customizer .customizer-handle .cutomizer-open-trigger {
    padding: 5px !important;
}
.custom-file,
.custom-select,
.form-control,
.form-select,
input {
    /* padding: 8px 15px !important; */
    font-size: 14px !important;
}
.minimenu .nxl-navbar li:first-child {
    margin-bottom: 8px;
}
.nav-tabs-wrapper .nav-tabs-custom-style.flex-nowrap .nav-item .nav-link {
    padding: 20px 0px !important;
}
.premium.bg-soft-primary {
    background-color: #c3cfff !important;
}
/* .table-responsive.no-flex tr {
  display: table-row;
} */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1024px) {
    .row-1 td,
    .row-1 th {
        width: calc(100% / 1);
    }
    .row-2 td,
    .row-2 th {
        width: calc(100% / 2);
    }
    .row-3 td,
    .row-3 th {
        width: calc(100% / 3);
    }
    .row-4 td,
    .row-4 th {
        width: calc(100% / 4);
    }
    .row-5 td,
    .row-5 th {
        width: calc(100% / 5);
    }
    .row-6 td,
    .row-6 th {
        width: calc(100% / 6);
    }
    .row-7 td,
    .row-7 th {
        width: calc(100% / 7);
    }
    .row-8 td,
    .row-8 th {
        width: calc(100% / 8);
    }
    .row-9 td,
    .row-9 th {
        width: calc(100% / 9);
    }
    .row-10 td,
    .row-10 th {
        width: calc(100% / 10);
    }
    .row-11 td,
    .row-11 th {
        width: calc(100% / 11);
    }
    .row-12 td,
    .row-12 th {
        width: calc(100% / 12);
    }
    .table-responsive:not(.no-flex) {
        overflow-x: hidden;
        max-height: 500px;
        min-height: 300px;
    }

    .table-responsive:not(.no-flex) .table {
        display: block;
    }
    .table-responsive:not(.no-flex) tbody,
    .table-responsive:not(.no-flex) td,
    .table-responsive:not(.no-flex) tfoot,
    .table-responsive:not(.no-flex) th,
    .table-responsive:not(.no-flex) thead,
    .table-responsive:not(.no-flex) tr {
        display: flex;
        width: 100%;
    }
    .table-responsive:not(.no-flex) td,
    .table-responsive:not(.no-flex) th {
        line-break: normal;
        align-items: center;
        /* justify-content: center; */
    }
    .table-responsive:not(.no-flex) td:first-child,
    .table-responsive:not(.no-flex) th:first-child {
        justify-content: start;
    }
    .table > tbody {
        vertical-align: inherit;
        flex-direction: column;
    }
    .table-responsive:not(.no-flex) .table tr td {
        white-space: inherit !important;
        word-break: break-word;
    }
    .table-responsive.no-flex {
        width: 100%;
    }
}
.table-responsive {
    max-height: 500px;
    position: relative;
    /* min-height: 300px; */
}
.table-responsive thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 2;
}

.choosen-search {
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}
.choosen-label label {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
input#meet {
    background-color: transparent;
    opacity: 1;
}
.calendar-icon {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #007bff;
    /* color: #0a66c2; */
}

.s-width {
    width: 8% !important;
    min-width: 8% !important;
}
.m-width {
    width: 12% !important;
}
.l-width {
    width: 20% !important;
}
.xl-width {
    width: 30% !important;
}
/* .fit-width {
  width: auto !important;
} */
.table-responsive .table tr td.s-width,
.table-responsive .table tr td.m-width,
.table-responsive .table tr td.l-width,
.table-responsive .table tr td.xl-width {
    white-space: normal !important;
}
.truncate-text-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: normal;
}
.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: normal;
}
.more-link {
    display: none;
}

.truncate-text:hover .more-link {
    display: inline;
}
a.cutomizer-open-trigger {
    width: 100%;
    text-align: right;
    /* display: block; */
}

.wizard-form-field:not(.partners) {
    min-height: calc(100vh - 120px);
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-top: 8px;
}

.signup-logo img {
    max-height: 70px;
}
.logo-center {
    width: 100%;
    text-align: center;
}
.logo-center img {
    max-height: 70px;
    /* max-height: 90px; */
}
/* Full-page overlay */
#fullPageLoader {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
#fullPageLoader.clicked {
    display: flex !important; /* Initially hidden */
}
/* Loader animation */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.btn-group button {
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* font-size: 10px; */
}
.select-region {
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdownselect {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dropdown-toggle {
    width: 100%;
    max-width: 100%;
    padding: 12px 10px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    background: #fff;
    text-align: left;
}
.dropdown-menu.region-dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    padding: 10px;
}
.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px;
}
.dropdown-header {
    max-width: 200px;
    /* width: 200px; */
}
.ava-img {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #85ff80;
    overflow: hidden;
}
ul.select-area-box {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
ul.select-area-box li {
    background: #f3f3f3;
    padding: 4px 4px;
    border-radius: 4px;
    margin: 0 4px 4px 4px;
}
ul.region-list li {
    background: #fff;
    margin-bottom: 4px;
}
.toggle-icon {
    cursor: pointer;
    margin-right: 5px;
    font-weight: bold;
    color: #9d9d9d;
}
.collapsed.region-list {
    display: none;
}
.checkbox-label {
    cursor: pointer;
}
.checkbox-label,
.region-list label {
    font-size: 12px;
    color: #545454;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.deck-hosting-title {
    font-size: 14px !important;
    color: #283c50;
    filter: invert(0);
}
.a-preview {
    position: absolute;
    top: 85%;
    left: calc(50% - 25px);
}
.mx-h-200 {
    max-height: 200px;
}
.skeleton {
    background-color: #e2e8f0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}
.set-height-pipeline-cmd {
    /* background-color: #ff0000; */
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating > input {
    display: none;
}

.rating > label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #ffd600;
    cursor: pointer;
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

.rating-submit:hover {
    color: #fff;
}
.go-premium-fixed {
    z-index: 9999;
}

@media (min-width: 1280px) {
    .minimenu .nxl-container .go-premium-fixed {
        width: calc(100vw - 100px);
        left: 80px;
    }
    .nxl-container .go-premium-fixed {
        position: fixed;
        bottom: 0;
        height: auto;
        width: calc(100vw - 280px);
        left: 260px;
        padding: 0 200px;
    }
}

.multi-option-glitch-removed:not(:has(.select2-hidden-accessible)) {
    display: none;
}
@media (min-width: 1442px) {
    .reports-filters .w-50 {
        width: 33.333% !important;
        margin-bottom: 0.75rem !important;
    }
    .premium span {
        max-width: 800px;
        font-size: 14px;
    }
    .premium a {
        font-size: 14px;
        line-height: 24px;
        border-radius: 6px;
    }
}

@media (min-width: 1280px) and (max-width: 1441px) {
    .premium span {
        max-width: 600px;
        font-size: 12px;
    }
    .premium a {
        font-size: 12px;
        line-height: 18px;
        border-radius: 4px;
    }
}
.file-description {
    word-break: break-word;
}
.msg-notification .btn,
.msg-notification button,
.msg-notification a {
    position: relative;
    overflow: visible;
}
.msg-notification .badge {
    position: absolute;
    top: -9px;
    right: -12px;
    font-size: 9px;
    border-radius: 50px;
}
.ripple-container {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
}

.ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: rippleEffect 2s ease-out infinite;
}

@keyframes rippleEffect {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(6);
        opacity: 0;
    }
}
.notification-img-icon {
    max-height: 32px;
    width: 32px;
}
.project-section img {
    max-height: 203px;
    min-height: 203px;
}
.mt-2.text-muted.text-truncate-2-line {
    min-height: 43px;
}
