@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'), url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'), url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Italic.woff2') format('woff2'), url('../fonts/DMSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-MediumItalic.woff2') format('woff2'), url('../fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-BoldItalic.woff2') format('woff2'), url('../fonts/DMSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'), url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.bg-light-new {
    background: #F9F9F9 !important;
}

.h4 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.h2 {
    text-transform: capitalize;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-h4 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Welcome-section {
    width: 100%;
    padding-top: 10px;
}

.pt-150 {
    padding-top: 40px;
}

.deception-block p {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 764px;
}

.video {
    position: relative;
    width: 100%;
    float: left;
}

.overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(258deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.video .video-icon {
    position: absolute;
    right: 38px;
    top: 140px;
    text-align: center;
    cursor: pointer;
}

.video img {
    position: relative;
    border-radius: 10px;
    background: #F5F5F5;
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.video .video-icon .play-circle {
    background: transparent;
    border-radius: 0;
    width: 39px;
    margin: 0 auto;
    height: 39px;
}

.video .video-icon p {
    font-family: 'DM Sans';
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 11px;
}

.services-section {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 40px;
}

.h5 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services-section .item {
    width: 100%;
    padding: 36px;
    float: left;
    position: relative;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(199, 199, 199, 0.20);
    margin-bottom: 70px;
}
.services-section .item.gary:hover {
    background: #fff;
}
.services-section .item.gary {
    filter: grayscale(100%);
    border: solid #b1b1b1 1px;
    padding: 23px 36px;
}
.services-section .item.gary .deception-item-added h6 {
    color: #b1b1b1;
}
.services-section .item.gary .button-info.button-max {
    max-width: 207px;
    padding: 10px 16px 10px 43px;
    background: #b1b1b1;
}
.services-section .item.gary .icon {
    border: 1px solid #b1b1b1;
}

.services-section .item span.icon {
    width: 51.891px;
    height: 51.054px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    top: -25px;
    color: #006c98;
    border-radius: 18px;
    border: 1px solid #D2E2FF;
    background: #FFF;
}

.services-section .item:hover {
    background: #006d99;
}

.free {
    position: absolute;
    right: 23px;
    background-color: #3d90b1;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 50px;
    top: 23px;
    opacity: 0;
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.services-section .item:hover .free {
    opacity: 1;
    color: #fff;
}

.deception-item {
    margin-top: 32px;
    margin-bottom: 70px;
}

.pt-50 {
    padding-top: 40px;
}

.breadcrumbs-content {
    font-weight: 600;
    color: #333333;
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 0 20px;
}

.breadcrumbs-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-width: 100%;
    float: left;
}

.breadcrumbs-content ul li {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.breadcrumbs-content ul li a {
    color: #006d99;
    padding-right: 26px;
    position: relative;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.breadcrumbs-content ul li a.active {
    color: #AAA;
    line-height: normal;
    text-decoration: underline !important;
}

.breadcrumbs-content ul li .free-call {
    background: #21bf86;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.breadcrumbs-content ul li a::after {
    content: ">";
    font-size: 23px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 14px;
    top: 1px;
    width: 1.5px;
}

.breadcrumbs-content ul li .free-call:after {
    display: none;
}

.services-section .item .deception-item h6 {
    text-transform: capitalize;
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
}

.services-section .item:hover .deception-item h6 {
    color: #fff;
}

.services-section .item .deception-item p {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 121px;
}

.services-section .item:hover .deception-item p {
    color: #fff;
}

.button-info {
    padding: 10px 20px 10px 53px;
    position: absolute;
    bottom: -22px;
    left: 40px;
    height: 46px;
    margin: 0;
    display: block;
    right: 0;
    max-width: 170px;
    text-align: center;
    line-height: 27px;
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    border-radius: 100px;
    background: #FF8A00;
}

.services-section .item:hover .button-info {
    color: #fff;
}

.button-info .icofont {
    position: absolute;
    left: -12px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2px;
    -webkit-box-shadow: 0px 2px 10px rgba(56, 60, 62, 0.12);
    box-shadow: 0px 2px 10px rgb(56, 60, 62, 0.12);
}

.footer-section {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    width: 100%;
    z-index: 2;
    height: 19vh;
}

.footer-section:before {
    top: 0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 183vw;
    height: 200vw;
    z-index: -1;
    border-radius: 1598px;
    background: #F0F0F0;
}

.section-serviceswrap {
    width: 100%;
    position: relative;
    background: #f9f9f9;
    float: left;
}

.serv-item {
    padding: 40px 36px 23px;
    display: flex;
    align-items: flex-start;
    position: absolute;
    max-width: 345px;
    margin: -60px auto 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 14px;
    border: 1px solid rgba(33, 191, 134, 0.40);
    background: #FFF;
}

.fz-14 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.serv-item .icon-f {
    width: 49px;
    height: 49px;
    float: right;
    position: absolute;
    right: 29px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs-data ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-width: 793px;
    float: left;
}

.breadcrumbs-data ul li {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.breadcrumbs-data ul li a {
    color: #006d99;
    padding-right: 26px;
    position: relative;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.breadcrumbs-data ul li a.active {
    color: #AAA;
    line-height: normal;
}

.breadcrumbs-data ul li a::after {
    content: ">";
    font-size: 23px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 14px;
    top: 1px;
    width: 1.5px;
}

.dashboard-section-need-help {
    width: 100%;
    padding-left: 100px;
}

.card-row .card-footer {
    border: transparent;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 14px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
}

.timeline-section .card[aria-expanded="true"] .card-footer {
    margin-bottom: 20px;
}

.right-section {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-symbol {
    background-color: #f4f4f4;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.timeline-section .deception-box-perice {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.right-section .deception-box-perice p {
    clear: both;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.button-conunselor {
    background-color: #006d99;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 20px 15px 66px;
    position: relative;
    left: 0;
    display: block;
    right: 0;
    max-width: 330px;
    margin: 0 auto 28px;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button-conunselor .icofont {
    position: absolute;
    left: -1px;
    background: #fff;
    border-radius: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgb(11 11 18 / 9%);
    width: 53px;
    height: 53px;
}

.button-conunselor .icofont img {
    margin-top: 5px;
}

.timeline-section {
    padding-top: 40px;
}

.sonar-icon {
    padding-right: 15px;
    max-width: 20%;
    float: left;
    padding-left: 15px;
    position: relative;
}

.progressbar-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    flex-wrap: wrap;
}

.progressbar-box .canvas-progressbar {
    height: 139px;
    max-width: 120px;
    display: block;
    width: 50%;
    position: relative;
    margin-bottom: 59px;
    margin-right: 83px;
}

.progressbar-box .canvas-progressbar:last-child {
    margin-right: 0;
}

.progressbar-box .canvas-progressbar .chartjs-render-monitor {
    position: relative;
    margin-bottom: 10px;
}

.progressbar-box .canvas-progressbar .chartjs-render-monitor {
    position: relative;
    margin-bottom: 10px;
}

.progressbar-box .canvas-progressbar .data-percent {
    position: absolute;
    top: 33%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #006D99;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: translate(0px, 50%);
}

.progressbar-box .canvas-progressbar span {
    color: #717171;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timeline-section .sonar-icon:before {
    content: "";
    position: absolute;
    top: 49px;
    left: 62%;
    margin-left: 0;
    height: 100%;
    display: block;
    background-image: linear-gradient(#b1b1b1 33%, rgba(177, 177, 177, 0) 0%);
    background-position: right;
    background-size: 1px 26px;
    background-repeat: repeat-y;
    width: 1px;
}

.timeline-section .row:last-child .sonar-icon:before {
    display: none;
}

/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
    position: relative;
    z-index: 0;
    /*overflow: hidden;
     */
    padding: 2rem 0 20px 2rem;
}

/* The circle */
.sonar-wrapper .sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    max-height: 62px;
    max-width: 62px;
    border-radius: 9999px;
    background-color: #b1b1b1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The circle */
.sonar-wrapper[aria-expanded="true"] .sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    max-height: 72px;
    max-width: 72px;
    border-radius: 9999px;
    background-color: #006d99;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.sonar-wrapper[aria-expanded="true"] .sonar-emitter img {
    width: 32px;
}

/* the 'wave', same shape and size as its parent */
.sonar-wrapper[aria-expanded="true"] .sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #f69595;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}


/* Animate! NOTE: add browser prefixes where needed. */
.sonar-wrapper[aria-expanded="true"] .sonar-wave {
    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.timeline-section .col {
    margin-top: 20px;
}

.deception-block p {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 764px;
}

.time-date {
    background: #fff;
    padding: 16px 28px 15px 16px;
    float: left;
    position: absolute;
    left: -70px;
    top: 16px;
    z-index: -0;
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(218, 218, 218, 0.10);
    opacity: 0;
}

/*.timeline-section .sonar-wrapper[aria-expanded="true"] .time-date {*/
/*opacity: 1;*/
/*left: -66px;*/
/*top: 15px;*/
/*}*/
.time-date p {
    margin: 0px;
    color: #3E3F41;
    font-family: 'DM Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.6;
}

.time-date h4 {
    color: #ff8033;
    font-family: 'DM Sans';
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.dashboard-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.button-wrapper {
    width: 70%;
    position: relative;
    float: left;
    clear: both;
}

.card-details .button-info {
    margin: 0;
    max-width: fit-content;
    left: 13px;
    bottom: -83px;
}

.card-details .icofont {
    color: #ff8033;
    font-size: 25px;
}

.mb-md50 {
    margin-bottom: 44px;
}

.services-catalogs .item {
    background: #fff;
    border-radius: 14px;
    width: 100%;
    padding: 30px;
    float: left;
    position: relative;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
}

.services-catalogs .item span.icon {
    background-color: #fdfdfd;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    width: 51.891px;
    height: 51.054px;
    float: left;
    border: solid #d0e0fd 1px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    top: -24px;
    font-size: 40px;
    line-height: 20px;
    color: #006c98;
}

.services-catalogs .deception-item h6 {
    margin-bottom: 16px;
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.services-catalogs .deception-item .book-call {
    text-decoration: underline !important;
    color: #FF8A00;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services-catalogs .deception-item {
    margin-bottom: 13px;
    margin-top: 15px;
}

.continue-wallpaper {
    background-color: #006d99;
    padding: 34px 50px 25px;
    border-radius: 20px;
    width: 100%;
    float: left;
}

.continue-wallpaper .icon {
    background-color: #fdfdfd;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    width: 51.891px;
    height: 51.054px;
    float: left;
    border: solid #d0e0fd 1px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 286px;
    top: -26px;
    font-size: 40px;
    line-height: 20px;
    color: #006c98;
}

.col-left {
    width: 50%;
    float: left;
    text-align: center;
}

.col-left h4 {
    margin-bottom: 10px;
    padding-top: 12px;
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.col-left h3 {
    margin-top: 12px;
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.col-left span {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.button-join {
    background-color: #b1b1b1;
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 18px 0 32px;
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.lock {
    margin-right: 11px;
}

.button-join:hover {
    color: #fff;
}

.col-left p {
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 375px;
    margin: 0 auto;
}

.view-button {
    padding: 0px;
    text-decoration: underline !important;
    color: #FFF;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.view-button:hover {
    color: #fff;
}

.col-right {
    float: right;
    width: 45%;
    border-left: solid #fff 1px;
    padding-left: 45px;
    padding-bottom: 11px;
}

.single-service {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-top: 14px;
}

.single-service .service-content {
    padding-left: 20px;
}

.single-service .service-content h4 {
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-service .service-content p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.col-right p {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.continue-wallpaper .not li {
    color: #fff;
}

.continue-wallpaper .not li:before {
    background-color: #fff;
}

.check-icon {
    position: relative;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    max-height: 62px;
    max-width: 62px;
    border-radius: 9999px;
    background-color: #21bf86;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 1;
}

.check-icon {
    position: relative;
    margin: 0px auto 0;
    width: 72px;
    height: 72px;
    max-height: 62px;
    max-width: 62px;
    border-radius: 9999px;
    background-color: #21bf86;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 1;
}


.check-icon img {
    width: 32px;
    filter: brightness(0) invert(1);
}

.card-row {
    width: 100%;
    background: transparent;
    border: transparent;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: inherit;
    max-width: 100%;
    border-radius: 0px;
}

.card-row .card-body {
    margin-bottom: 20px;
    background: #eaeaea;
    border: transparent;
    padding: 30px 30px;
    border-radius: 20px;
    -ms-flex: 0 0 65.866667%;
    flex: 0 0 65.366667%;
    max-width: 65.366667%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.timeline-section .card[aria-expanded="true"] .card-body {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px 32px;
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    border: 0;
    margin-bottom: 20px;
}

.timeline-section .card-title {
    color: #b1b1b1;
    margin-bottom: 7px;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.timeline-section .card[aria-expanded="true"] .card-title {
    color: #383c3e;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.timeline-section .card-text {
    font-family: 'DM Sans';
    color: #b1b1b1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.timeline-section .card[aria-expanded="true"] .card-body .card-text {
    color: #006d99;
}

.card-details {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.card-details .progressbar {
    position: relative;
    max-width: 130px;
    float: left;
    margin: 0 0;
}

.circle span {
    display: block;
    margin-top: 12px;
    color: #717171;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-details .progress-bar-col {
    margin-left: 50px;
    width: 130px;
    float: left;
}

.timeline-section .card[aria-expanded="false"] .card-footer {
    display: none;
}

.business-scorce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.business-scorce .outer {
    position: relative;
    width: 279px;
    height: 181px;
}

.business-scorce canvas {
    position: absolute;
}

.business-scorce .deception-text {
    width: 27%;
    vertical-align: bottom;
    float: left;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 70px;
}

.business-scorce .deception-text h3 {
    margin-bottom: 0px;
    color: #717171;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* date 05-09-2023 */
.timeline-section .card[aria-expanded="false"] .card-footer {
    display: none;
}

.timeline-section .completed .card .card-title {
    color: #21BF86;
}

.timeline-section .card[aria-expanded="true"] .card-body .card-title {
    color: #383c3e;
}

.timeline-section .completed .card .card-text {
    color: #21BF86;
}

.timeline-section .card[aria-expanded="true"] .card-body .card-text {
    color: #006d99;
}

.completed .sonar-wrapper .sonar-emitter {
    background-color: #21BF86;
}

.completed .icon-tocheck {
    display: none;
}

.completed .right-section.active-to {
    display: block;
}

.right-section.active-s {
    display: block;
}

.card.active-bg {
    background: #fff !important;
}

.active-bg .card-title {
    color: #383C3E !important;
}

.active-bg .card-text {
    color: #006D99 !important;
}

.un-pleted .right-section {
    display: none;
}

.timeline-section .button-info:hover {
    color: #fff;
}

.dots-boder {
    position: relative;
}

.dots-boder:before {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/ellipse-54.svg);
    width: 129px;
    height: 66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 81px;
    background-repeat: no-repeat;
}

.create-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    max-width: 490px;
    margin-bottom: 49px;
}

.create-wrap .income-block {
    width: 31.4%;
    padding: 36px 11px;
    float: left;
    border-radius: 20px;
    border: 1px solid #D1F0FF;
    background: #F6FCFF;
}

.create-wrap .income-block .price {
    margin-bottom: 24px;
    width: 100%;
    float: left;
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.create-wrap .income-block .icon {
    margin-right: 7px;
}

.create-wrap .income-block .price-1 {
    padding-left: 5px;
}

.business-plan {
    width: 100%;
    float: left;
    background-color: #f6fcff;
    border-radius: 20px;
    max-width: 437px;
    padding: 25px;
    position: relative;
    margin-bottom: 42px;
}

.business-plan .deception-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.business-plan .deception-block .gary-title {
    color: #B1B1B1;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.business-plan .deception-block .title-black {
    max-width: 237px;
    margin-bottom: 30px;
    color: #383c3e;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.business-plan .deception-bottom .gary-title {
    color: #B1B1B1;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.business-plan .deception-bottom .price {
    max-width: 237px;
    margin-bottom: 20px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.business-plan .deception-bottom p {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.business-plan .deception-bottom .icon {
    margin-right: 7px;
}

.business-plan .deception-bottom .price-1 {
    padding-left: 5px;
}

.business-plan .deception-bottom .select-wrp {
    width: 237px;
    float: left;
}

.select-wrp .form-select {
    border: solid 1px #e4f4ee;
    padding: 8px 15px;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url('../images/end-user/dropdown_arrow-512.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    background-origin: content-box;
    background-color: #fff;
    width: 134px;
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select-wrp .form-select:focus-visible {
    outline: none;
}

.profit-wrap {
    position: absolute;
    right: -64px;
    top: 13%;
}

.profit-wrap .profit {
    background-color: #b9ffdd;
    width: 149px;
    padding: 20px 20px 50px;
    border-radius: 20px;
    text-align: left;
    position: relative;
}

.profit-wrap .profit .title {
    margin: 0px 0 4px;
    color: #21BF86;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profit-wrap .profit .price {
    margin-bottom: 0px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profit-wrap .loss {
    background-color: #f8ffac;
    width: 149px;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    position: absolute;
    bottom: -52px;
}

.profit-wrap .loss .title {
    margin: 0px 0 4px;
    color: #FFB300;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profit-wrap .loss .price {
    margin-bottom: 0px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.create-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    max-width: 490px;
    margin-bottom: 49px;
}

.create-wrap .income-block {
    width: 31.4%;
    padding: 36px 11px 26px;
    float: left;
    border-radius: 20px;
    border: 1px solid #D1F0FF;
    background: #F6FCFF;
}

.create-wrap .income-block .title {
    margin-bottom: 8px;
    color: #FF8A00;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.create-wrap .income-block .price {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.create-wrap .income-block p {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    color: #717171;
    font-family: 'DM Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.create-wrap .income-block .price-1 {
    padding-left: 5px;
}

.business-scorce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.business-scorce .outer {
    position: relative;
    width: 279px;
    height: 181px;
}

.business-scorce canvas {
    position: absolute;
}

.business-scorce .percent {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 22px;
    bottom: -3px;
    width: 79px;
    height: 80px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.10);
    margin-bottom: 0px;
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.business-scorce .deception-text {
    width: 25%;
    vertical-align: bottom;
    float: left;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 61px;
}

.business-scorce .deception-text h3 {
    margin-bottom: 0px;
    color: #717171;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.deception-information {
    width: 71%;
    float: right;
}

.business-chart {
    max-width: 224px;
    width: 100%;
    margin-left: 30px;
    position: relative;
}

.business-chart .initial-business {
    width: 100%;
    height: 188px;
    position: relative;
}

.button-conunselor:hover {
    color: #fff;
}

.daterangepicker-custom {
    z-index: 999999;
}

.daterangepicker-custom .modal-content {
    padding: 38px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(199, 199, 199, 0.20);
}

.business-chart .initial-business:after {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/Ellipse254.png);
    width: 129px;
    height: 66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 87px;
    background-repeat: no-repeat;
}

.daterangepicker-custom .modal-header {
    border: transparent;
}

.daterangepicker-custom .modal-title {
    font-size: 25px;
}

.daterangepicker-custom .daterangepicker-modal {
    width: 98%;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0px !important;
    max-width: 100% !important;
}

.daterangepicker-custom .daterangepicker-modal .drp-calendar {
    max-width: 100% !important;
    width: 100%;
}

.button-container-calendar .col-date #monthHeader {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.button-container-calendar .col-date #yearHeader {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.table-calendar tr th {
    font-size: 16px;
    font-family: 'DM Sans' !important;
    font-weight: 400;
}

.time-nav {
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    max-height: 338px;
    height: auto;
}

.time-nav li {
    background: #fff;
    border: solid #dbf1e9 1px;
    border-radius: 10px;
    padding: 19px 20px;
    text-align: center;
    margin-bottom: 22px;
}

.time-nav li a {
    font-family: 'DM Sans';
    color: #383C3E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.time-nav li.active {
    background-color: #b5c93a;
    border: solid #b5c93a 1px;
}

.time-nav li.active a {
    color: #fff;

}

.not {
    padding: 0px;
    position: relative;
}

.not li {
    padding-bottom: 2px;
    position: relative;
    padding-left: 24px;
    color: #717171;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.not li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #717171;
    left: 5px;
    top: 9px;
}

.daterangepicker-custom .modal-footer {
    border: transparent;
    justify-content: center;
    padding: 0px;
}

.make-Payment {
    background-color: #FF8A00;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 20px 10px 61px;
    position: relative;
    bottom: 0;
    max-width: 243px;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}

.modal-dialog-centered .remove-icn {
    padding: 12px 30px;
}
#helpCounselorModalCenter .modal-dialog.modal-sm .modal-header {
    border: transparent;
    padding-top: 0px;
}
#helpCounselorModalCenter .modal-dialog.modal-sm .modal-header .close {
    top: 41px;
}
.card-details .deception-tet {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.card-details .deception-tet a {
    clear: both;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline !important;
}

.make-Payment .icofont {
    position: absolute;
    left: -14px;
    background: #fff;
    border-radius: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -9px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    color: #FF8A00;
    font-size: 24px;
    width: 59.27px;
    height: 59.27px;
}

.daterangepicker-custom .modal-content p {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.text-decoration-underline {
    text-decoration: underline !important;
}
.hero-section {
    background: #f6fcff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px -3px, #fff 0px 4px 6px -2px;
    border-radius: 20px;
    margin-bottom: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.daterangepicker-custom .modal-content .sub-title {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.daterangepicker-custom .close {
    position: absolute;
    top: 32px;
    right: 32px;
}

.daterangepicker-custom .close:focus {
    outline: none;
    background: transparent;
    border: none;
}

.left-border {
    border-left: solid #8bbcd0 1px;
    padding-left: 30px;
}

.daterangepicker-custom .modal-content .hero-section p {
    color: #8bbcd0;
    font-size: 18px;
}

.daterangepicker-custom .modal-content .hero-section p.price {
    font-weight: 700;
    font-size: 20px;
}

.daterangepicker-modal.opensright:before {
    display: none;
}

.daterangepicker-modal.opensright:after {
    display: none;
}

.completed-check .sonar-wrapper .sonar-emitter {
    display: none;
}

.completed-check .sonar-wrapper .check-icon {
    display: flex;
}

.timeline-section .completed-check .card-row.collapsed .card-body {
    background: #DBF1E9;
}

.timeline-section .completed-check .card-row.collapsed .card-body .card-title {
    color: #21BF86;
}

.timeline-section .completed-check .card-row.collapsed .card-body .card-text {
    color: #21BF86;
}

.timeline-section .completed-check .time-date {
    display: block;
    opacity: 1;
    left: -66px;
    top: 25px;
}

.service-icon {
    width: 35px;
    height: 35px;
}

.service-icon img {
    border-radius: 100px;
}

.breadcrumbs-data ul li .free-call {
    background: #21bf86;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.breadcrumbs-data ul li .free-call:after {
    display: none;
}

.wizard-section .wizard-nav-tab > li > a {
    font-family: 'DM Sans';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    background: #fff;
    border-top: solid #D2E2FF 1px !important;
    border-bottom: solid #D2E2FF 1px !important;
    margin-right: 22px;
}

.wizard-nav-tab {
    background-color: transparent;
    width: 100%;
    border-radius: 0.25em;
    border-bottom: none;
    /* float: left; */
    margin: 0px;
    padding: 39px 0px 37px 21px;
    display: flex;
}

.wizard-nav-tab .nav-item {
    margin-bottom: 3px;
    width: 25% !important;
    flex: inherit;
    -ms-flex: inherit;
    text-align: left;
    /* margin-right: 42px !important; */
    display: block;
    padding-right: 16px;
}

.wizard-nav-tab li > a {
    color: #006d99 !important;
    line-height: normal;
    position: relative;
    border-bottom: none !important;
    z-index: 0;
    text-align: left !important;
    padding: 20px 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wizard-section .wizard-nav-tab > li > a:before {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-left.svg);
    top: -1px;
    left: -19px;
    width: 19px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wizard-section .wizard-nav-tab > li > a:after {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-right.svg);
    top: -1px;
    right: -22px;
    width: 27px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.wizard-nav-tab .nav-item:last-child {
    margin-right: 0px !important;
    padding-right: 0px;
}

.wizard-section .wizard-nav-tab > .active > a {
    background-color: #006d99;
    border-top: solid #006d99 1px !important;
    border-bottom: solid #006d99 1px !important;
    color: #fff !important;
}

.wizard-section .wizard-nav-tab > .active > a:before {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-left-a.svg);
    top: -1px;
    left: -19px;
    width: 19px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wizard-section .wizard-nav-tab > .active > a:after {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-right-a.svg);
    top: -1px;
    right: -22px;
    width: 27px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.wizard-section .wizard-nav-tab > .completed > a {
    background-color: #006d99;
    border-top: solid #006d99 1px !important;
    border-bottom: solid #006d99 1px !important;
    color: #fff !important;
}

.wizard-section .wizard-nav-tab > .completed > a:before {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-left-a.svg);
    top: -1px;
    left: -19px;
    width: 19px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wizard-section .wizard-nav-tab > .completed > a:after {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-right-a.svg);
    top: -1px;
    right: -22px;
    width: 27px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.wizard-section .wizard-nav-tab > .green-active.active > a {
    background-color: #b5c93a;
    border-top: solid #b5c93a 1px !important;
    border-bottom: solid #b5c93a 1px !important;
    color: #fff !important;
}

.wizard-section .wizard-nav-tab > .green-active.active > a:before {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-left-g.svg);
    top: -1px;
    left: -19px;
    width: 19px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wizard-section .wizard-nav-tab > .green-active.active > a:after {
    content: "";
    position: absolute;
    background-image: url(../images/end-user/bg-right-g.svg);
    top: -1px;
    right: -22px;
    width: 27px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.wizard-nav-tab a:hover {
    color: #fff;
    background-color: #006d99;
    border-color: #006d99;
}

.wizard-nav-tab span.step {
    display: inline-block;
    padding: 7px 0px 0 0;
    width: 30px;
    font-weight: 700;
    font-size: 28px;
    color: #006d99;
    margin-bottom: 10px;
    text-align: center;
    line-height: 11px;
    margin-right: 7px;
    font-style: italic;
    font-family: 'DM Sans';
}

.wizard-nav-tab li.active > a span.step {
    color: #fff;
}

.wizard-nav-tab li > a {
    padding-left: 8px;
}

.wizard-nav-tab .completed a span.step {
    color: #fff !important
}

/*.nav-tabs .nav-link.active {
    */
/*background-color: transparent !important;
*/
/*
}
*/
/* wizard-nav inner css*/
.tab-content {
    padding: 0;
}

.tab-pane-container {
    position: relative;
    background: #fff;
    padding: 38px 30px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(234, 234, 234, 0.64);
    width: 100%;
    float: left;
}

.tab-content-main .heading-tabs {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.deception-box {
    width: 100%;
    float: left;
    padding: 0px 30px 2px;
    margin-top: 49px;
}

.iconfont {
    margin-bottom: 21px;
}

.tab-content-main .deception-box h3 {
    color: #000;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.deception-box ul {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.deception-box ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 24px;
    color: #717171;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.deception-box ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #717171;
    left: 5px;
    top: 9px;
}

.list-inline li {
    display: inline-block;
}

.tab-content-main .deception-box ul li {
    font-family: 'DM Sans';
    color: #717171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-width: 326px;
}

.prev-step, .next-step {
    font-size: 24px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #FF8A00;
    color: #ffffff;
    border-radius: 50px;
    padding: 9px 25px 9px 65px;
    position: absolute;
    font-family: 'DM Sans';
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    display: block;
    right: 0;
    max-width: 126px;
    font-size: 18px;
}

.next-step .icofont {
    color: #ff8033;
    font-size: 25px;
}

.next-step:focus {
    border: transparent;
    outline: none;
}

.next-step .icofont {
    position: absolute;
    left: -12px;
    background: #fff;
    border-radius: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -9px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(148, 146, 245, 0.15);
    width: 59.27px;
    height: 59.27px;
}

.next-step .icofont {
    color: #FF8A00;
    font-size: 25px;
}

.select-navi {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.new-select-nav {
    padding: 18px 14px;
    border: solid #d8d8d8 1px;
    border-radius: 20px;
    overflow-y: auto;
    max-height: 420px;
    overflow-x: hidden;
}

.new-select-nav::-webkit-scrollbar {
    width: 20px;
}

.new-select-nav::-webkit-scrollbar-track {
    background-color: transparent;
}

.new-select-nav::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.new-select-nav::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.calls-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
}
.call-te p {
    margin: 0;
}

.select-navi li {
    width: calc(51.9% - 27px);
    float: left;
    padding: 26px 21px 5px;
    margin: 0 0 27px;
    border-radius: 10px;
    border: 1px solid #DBF1E9;
    background: #FFF;
}

.select-navi li a {
    width: 100%;
    position: relative;
    display: inline-flex;
    font-size: 17px;
    max-width: 240px;
    color: #383c3e;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select-navi li a .icon-img {
    width: 55px;
    height: 55px;
    margin-right: 20px;
    margin-top: 10px;
}

.select-navi li.active {
    background: #b5c93a;
    border: solid #b5c93a 1px;
}

.select-navi li.active a {
    color: #fff;
    font-weight: 700;
}

.select-navi li.active .icon-img img {
    filter: brightness(0) invert(1);
}

.tab-pane-container .daterangepicker-select .table-calendar td, .table-calendar th {
    padding: 6.2px 10px;
}

.title-datetime {
    margin-bottom: 24px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-section-tap {
    background: #f6fcff;
    padding: 30px;
    box-shadow: 0px 8px 6px 0px rgba(214, 214, 214, 0.20);
    border-radius: 10px;
    max-width: 576px;
    margin: 0 auto 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.col-heading {
    width: 60%;
    float: left;
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sub-title {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.col-heading .sub-title {
    color: #006d99;
    margin-bottom: 6px;
}

.deception-col {
    border-left: solid #8BBCD0 1px;
    padding-left: 30px;
    width: 34%;
    float: right;
}

.deception-col p {
    color: #8bbcd0;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.deception-col .price {
    color: #8BBCD0;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ordering-wrapper {
    width: 100%;
    float: left;
    padding-left: 38px;
}


.not-text {
    color: #000;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.not-navi {
    padding: 0px;
    position: relative;
}

.not-navi li {
    padding-bottom: 6px;
    position: relative;
    padding-left: 32px;
    color: #717171;
    font-size: 16px;
    line-height: 20px;
    font-family: 'DM Sans';
    font-weight: 400;
}

.not-navi li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #717171;
    left: 11px;
    top: 8px;
}

.step-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}

.step-wrapper h4 {
    border-bottom: solid #e2e2e2 1px;
    max-width: 425px;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-wrapper span {
    margin-bottom: 4px;
    width: 100%;
    float: left;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.step-wrapper h3 {
    margin-bottom: 10px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-wrapper .button-join {
    max-width: 290px;
    margin: 36px auto 32px auto;
    border-radius: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.step-wrapper .button-join {
    max-width: 216px;
    margin: 20px auto 23px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    border-radius: 100px;
    background: #AAA;
}

.step-wrapper .deception-text {
    clear: both;
    width: 100%;
    float: left;
    padding-top: 21px;
    margin-top: 7px;
    position: relative;
}

.step-wrapper .deception-text:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background: #D8D8D8;
    max-width: 352px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.step-wrapper .deception-text p {
    max-width: 377px;
    margin: 0 auto;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sign-wrapper {
    padding: 53px;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    background: #ECF8FF;
    margin-top: 28px;
}

.sign-wrapper p {
    margin: 0 auto;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    max-width: 372px;
}

.sing-up {
    background-color: #fff;
    margin-top: 25px;
    padding: 10px 50px;
    border-radius: 30px;
    color: #006d99 !important;
    border: solid #006d99 2px;
    position: relative;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sing-up:hover {
    background: #006D99;
    color: #fff !important;
    border: solid #006d99 2px;
}

.advance-services {
    padding: 21px 27px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 14px;
    border: 1px solid #CFEEFF;
    background: #FFF;
}

.advance-services .deception-item {
    margin-top: 0;
    padding: 14px 20px 20px;
    margin-bottom: 0;
}

.advance-services h3 {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1px;
}

.advance-services .sub-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.list-navi {
    padding: 0px;
    position: relative;
}

.list-navi li {
    position: relative;
    padding-left: 28px;
    color: #717171;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 700px;
}

.list-navi li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #717171;
    left: 12px;
    top: 9px;
    border-radius: 100px;
}

.videobox-three .overlay {
    background: linear-gradient(290deg, #000 -7.23%, rgba(0, 0, 0, 0.00) 38.18%);
}

.videobox-three .video-icon {
    position: absolute;
    right: 38px;
    top: auto;
    text-align: center;
    cursor: pointer;
    bottom: 16px;
}

.video .video-icon p {
    font-family: 'DM Sans';
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 11px;
}

.tab-content-main .heading-elementary {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
    text-align: center;
    margin-top: 2px;
}

.h2-title {
    font-family: 'DM Sans';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.deception-calls {
    width: 100%;
    float: left;
    padding: 30px 42px 28px;
    margin-top: 0px;
}

.call-number {
    width: 100%;
    float: left;
    border: 1px solid #DBF1E9;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    background: #FFF;
}

.call-number .iconfont {
    margin: 0px;
    float: left;
    width: 30px;
    /*height: 38px;*/
}

.call-number .describe-wrap {
    width: 87.5%;
    float: left;
}

.call-number .describe-wrap .sub-title {
    color: #717171;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
}

.call-number .describe-wrap h3 {
    margin: 0px 0 0 0;
    font-size: 30px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-weight: 700;
}

.deception-calls strong {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.deception-box ul {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.deception-calls ul {
    width: 100%;
    float: left;
    margin-top: 3px;
    padding: 0px;
}

.deception-calls li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 27px;
    color: #717171;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.deception-calls ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #717171;
    left: 8px;
    top: 9px;
    border-radius: 100px;
}

.next-payment {
    max-width: fit-content;
    bottom: -18px;
    padding: 9.5px 25px 9.5px 70px;
}

.wizard-section {
    width: 100%;
    padding: 0 20px;
    float: left;
}

/* initial discovery call css*/
.title-call {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 19px;
    flex-wrap: wrap;
}

.nav-wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav-wrapper ul li {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #DFEBFF;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 20px;
}

.nav-wrapper ul .red-icon {
    background-color: #FFC8C8;
    position: relative;
}
.nav-wrapper ul .red-icon.record-start {
    animation: shadowPulse 1s infinite linear;
}
.nav-wrapper ul .red-icon.record-start::after {
    border: #EB5757 solid 2px;
}
.nav-wrapper ul .red-icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    animation: ringPulse 1s infinite linear;
}

@keyframes ringPulse {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    10% {
        opacity: 1;
    }

    80%, 100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 4px 6px transparent,
        0 0 0 0 transparent,
        0 0 0 0 transparent;
    }

    10% {
        box-shadow: 0 0 4px 3px #EB5757,
        0 0 5px 5px transparent,
        0 0 5px 5px #e1434b;
        opacity: 0.2;
    }

    80%, 100% {
        box-shadow: 0 0 4px 6px transparent,
        0 0 0 10px transparent,
        0 0 0 10px transparent;

    }
}


.exit-button {
    border-radius: 73px;
    background: #EB5757;
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding: 18px 37px;
}

.nav-wrapper li.blue-icon {
    background-color: #0060FF;
}

.session-images-box {
    width: 100%;
    margin-top: 26px;
}

.session-images-box img {
    width: 100%;
}

.chat-container {
    margin-top: 26px;
    width: 100%;
}

.chat-avatar {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 11px;
}

.chat-avatar img {
    border-radius: 100px;
    width: 49.171px;
}

.body-chat-message-user {
    width: 100%;
    margin-top: 136px;
}

.inital-section {
    width: 100%;
}

.inital-section .inital-row {
    width: 100%;
    max-width: 100%;
    float: left;
}

.left-col-lg-7 {
    width: 66%;
    float: left;
}

.right-col-lg-4 {
    width: 31%;
    float: right;
}

.chat-message-left {
    margin-top: 27px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
}

.message-data {
    display: block;
    width: 83%;
    float: left;
    margin-left: 19px;
}

.message-data .chat-text {
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    padding: 4px 13.5px 9px;
}

.chat-hour {
    width: 120px;
    float: right;
    margin-inline-start: 24px;
}

.message-data .my-message {
    border-radius: 10px;
    background: #FFF;
    padding: 13px 13px 9px;
    width: 100%;
    margin-top: 12px;
}

.message-data .chat-text h4 {
    color: #AFAFAF;
    font-family: 'DM Sans';
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.167px;
    margin-bottom: 0px;
}

.message-data .chat-text h3 {
    color: #25293B;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.401px;
    margin-bottom: 0px;
}

.message-data .my-message p {
    color: #25293B;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0px;
}

.chat-hour {
    width: 120px;
    float: right;
    margin-left: 24px;
    color: #A8A8A8;
    font-size: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 22.15px;
    margin-top: 14px;
    text-align: center;
}

.chat-icon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-top: 11px;
}

.chatbox .modal-content {
    background: transparent;
    border: transparent;
    padding: 0px;
    border-radius: 0;
}

.chat-icon .icon {
    margin-right: 16px;
}

.chat-icon .icon {
    margin-right: 16px;
}

.chat-box-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.chat-message-bottom {
    width: 100%;
    float: left;
    margin-top: 6px;
    border-radius: 88px;
    background: #FFF;
    padding: 3px 9px;
    position: relative;
}

.chat-button {
    width: 43.429px;
    height: 43.429px;
    background-color: #0060ff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-button .icon {
    width: 23px;
}

.group-n {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    vertical-align: middle;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.btn-floating .paperclip {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.input-wrp .form-control {
    border: transparent;
    color: #8D8F98;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0px;
}

.input-wrp {
    width: 100%;
}

.case-details-box {
    border-radius: 14px;
    background: #FFF;
    width: 99%;
    float: left;
    padding: 36px 35px 31px;
    margin: 30px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-cercal {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px;
}

.box-case-1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    float: left;
    position: relative;
    display: flex;
}

.icon-cercal img {
    border-radius: 100px;
}

.box-case-1 .text-box h4 {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box-case-1 .text-box h3 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    height: 40px;
}

.box-case-1 .text-box .link {
    color: #FF8A00;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline !important;
}

.box-case-1 .text-box {
    width: 100%;
}

.box-case-1:after {
    content: "";
    position: absolute;
    background: #D8D8D8;
    width: 1px;
    height: 100%;
    right: 27px;
}

.case-details-box .icon {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px;
}

.box-case-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    float: left;
}

.box-case-1 .text-box {
    width: 100%;
}

.box-case-2 .text-box h4 {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box-case-2 .text-box h3 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    height: 40px;
}

.box-case-2 .text-box .link {
    color: #FF8A00;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline !important;
}

.box-case-2 .link-grup .link-2 {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline !important;
}

.link-grup {
    display: flex;
    justify-content: space-between;
    max-width: 60%;
    margin-top: 26px;
}

.right-modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 29%;
    background-color: #fff;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.right-modal.fade.show .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.right-modal.fade.show .modal-dialog {
    right: 0;
}

.right-modal .modal-content {
    border: transparent;
}

.right-modal.fade.show {
    opacity: 1;
    z-index: 999999;
}

.right-modal .modal-header {
    border: transparent;
}

.right-modal .modal-header .close {
    margin: 0px;
}

.right-modal .modal-header .close:focus {
    outline: none;
}

.right-modal .modal-body {
    padding: 0px;
}

.not-box {
    background: #F5F5F5;
    padding: 11px 35px 4px;

}

.not-box h2 {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.chat-box-modal .detail {
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    margin: 0 15px 0 10px;
    padding: 15px 10px 15px 15px;
    float: left;
}

.right-modal .chat-box-modal {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 33px 33px;
    align-items: center;
}

.chat-box-modal .detail p {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
    max-width: 376px;
}

.chat-box-modal .detail p .link-modal {
    color: #006D99;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.right-modal .date-time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
    margin-right: 33px;
    width: 79%;
}

.date-time .text-box {
    width: 80%;
}

.icon-group {
    margin: 0px;
    padding: 0px;
    width: 17%;
}

.icon-group li {
    width: 24px;
    height: 24px;
    border-radius: 19.123px;
    background: #BEBEBE;
    display: inline-block;
    line-height: 24px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.date-time .text-box p {
    color: #A1A1A1;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.dashboard-section-case-detail {
    width: 100%;
    padding-left: 8px;
}

.timeline-case-detail-section {
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-left: 73px;
}

.card-row-1 {
    width: 100%;
    background: transparent;
    border: transparent;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: inherit;
    max-width: 100%;
    border-radius: 0px;
}

.card-row-1 .card-body {
    border-radius: 14px;
    background: #EAEAEA;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
}

.timeline-case-detail-section .card[aria-expanded="true"] .card-body {
    background: #FFF;
    margin-bottom: 30px;
    padding: 11px 30px;
}

.timeline-case-detail-section .card[aria-expanded="true"] .card-body .titlewrapper {
    padding-top: 11px;
    width: 48%;
    float: left;
}

.titlewrapper .card-title {
    color: #b1b1b1;
    margin-bottom: 7px;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.titlewrapper .card-text {
    font-family: 'DM Sans';
    color: #b1b1b1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.timeline-case-detail-section .card[aria-expanded="true"] .card-body .titlewrapper .card-title {
    font-size: 14px;
    color: #717171;
}

.timeline-case-detail-section .card[aria-expanded="true"] .card-body .titlewrapper .card-text {
    font-size: 18px;
    color: #006D99;
}

.timeline-case-detail-section .card-row-1 .card-details {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-1 {
    width: 64%;
    float: left;
    margin-top: 10px;
}

.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-1 .card-text {
    margin-bottom: 0px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timeline-case-detail-section .card-row-1 .card-details .text-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    float: left;
}

.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 {
    width: 30%;
    float: right;
    position: relative;
    margin-top: -51px;
    max-width: 412px;
}

.button-wrapper-case {
    margin-top: 26px;
    width: 100%;
    float: left;
}

.button-wrapper-case .button-info {
    position: relative;
    bottom: 0;
}

.button-wrapper-case .button-info:hover {
    color: #fff;
}

.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 .business-chart {
    margin-left: 0;
}

.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 .business-chart h5 {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.timeline-case-detail-section .business-chart .initial-business:after {
    display: none;
}

.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 .business-chart .percent {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 116px;
    color: #006D99;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 .business-chart .good {
    color: #717171;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 147px;
}


.timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 .business-chart .initial-business {
    position: relative;
    top: 0;
}


.timeline-case-detail-section .sonar-icon:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 62%;
    margin-left: 0;
    height: 100%;
    display: block;
    background-image: linear-gradient(#b1b1b1 33%, rgba(177, 177, 177, 0) 0%);
    background-position: right;
    background-size: 1px 26px;
    background-repeat: repeat-y;
    width: 1px;
}

.timeline-case-detail-section .sonar-wrapper {
    padding-top: 0;
}


.timeline-case-detail-section .row:last-child .sonar-icon:before {
    display: none;
}

.timeline-case-detail-section .completed-check .card-row-1.collapsed .card-body {
    background: #DBF1E9;
}

.timeline-case-detail-section .completed-check .card[aria-expanded="false"] .card-body .titlewrapper .card-title {
    color: #21BF86;
}

.timeline-case-detail-section .completed-check .card[aria-expanded="false"] .card-body .titlewrapper .card-text {
    color: #21BF86;
}

.daterangepicker-custom .time-nav li {
    padding: 14px 20px;
}

.daterangepicker-custom .hero-section .h2-title {
    color: #006D99;
}

.time-nav-mt-top {
    margin-top: 50px;
}

.time-nav-mt-top li {
    padding: 14px 20px;
    margin-bottom: 20px;
}

.step-box-card {
    width: 100%;
    padding: 0 0px 24px;
    position: relative;
    float: left;
}

.step-box-1 {
    width: 70%;
    float: left;
    margin-top: 10px;
}

.step-box-2 {
    float: right;
    width: 30%;
    padding-left: 0;
    margin-top: 10px;
    max-width: 412px;
}

.step-box-2 h5 {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.step-box-1 h3 {
    margin-bottom: 0px;
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timeline-case-detail-section .card[aria-expanded="true"] .card-body:after {
    content: "";
    position: absolute;
    top: 0;
    right: 471px;
    height: 100%;
    width: 1px;
    background: #eee;
}

.timeline-case-detail-section .completed-check .card-row-1 .card-body:after {
    background: #fff;
}


.step-box-2 .progress-outer {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.step-box-2 .progress {
    height: 17px;
    margin: 0;
    overflow: visible;
    background: #c7c7cd;
    border-radius: 30px;
    position: relative;
    max-width: 262px;
}

.step-box-2 .progress:after {
    content: "";
    position: absolute;
    right: 15px;
    background-image: url(../images/end-user/progress-dott.svg);
    top: 7px;
    width: 73px;
    height: 7px;
    background-repeat: no-repeat;
    z-index: 1;
}

.timeline-case-detail-section .step-box-card .videobox-three img {
    max-height: 219.86px;
}

.step-box-2 .progress-bar {
    border-radius: 50px;
}

.mt-30 {
    margin-top: -30px;
}

.step-box-2 .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.step-box-2 .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
    background: linear-gradient(180deg, #7AD3FF 0%, #4FBAF0 100%);
    border-radius: 30px;
    border: 0.5px solid #FFF;


}

.create-box h2 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.step-box-2 .progress-value {
    position: relative;
}

.step-box-2 .progress-bar.active {
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.title-Progress {
    color: #006D99;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-family: 'DM Sans';
    margin-top: 8px;
    margin-bottom: 0;
}

.create-box {
    display: flex;
    width: 100%;
    float: left;
    justify-content: space-between;
    margin-top: 59px;
    margin-bottom: 6px;
}

.create-box .link {
    color: #FF8A00;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    font-family: 'DM Sans';
    padding-right: 20px;
}

.create-box .link:after {
    content: "";
    position: absolute;
    right: 2px;
    background-image: url(../images/end-user/left-arrow-c.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    top: 3px;
}

.create-wrap-details .income-block {
    padding: 20px 10px 22px;
    width: 32.2%;
    min-height: 180px;
}

.create-wrap-details .income-block .title {
    color: #006D99;
    font-weight: 500;
    font-size: 22px;
}

.create-wrap-details {
    margin-bottom: 24px;
}

.margin-top-0 {
    margin-top: 0;
}

.business-plan-box {
    border-radius: 20px;
    border: 1px solid #D1F0FF;
    background: #F6FCFF;
    width: 100%;
    float: left;
    padding: 12px 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* *******************************
message-area
******************************** */

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;

}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    border-radius: 31.5px;
    background: rgba(255, 255, 255, 0.80);
    padding: 5px 6px 6px;
    width: 100%;
}

.msg-head span {
    color: #25293B;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
    padding: 0px;
}

.chatbox .modal-body {
    padding: 0px;
}

.msg-body ul li {
    list-style: none;
    margin: 0px;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}


.msg-body ul li.repaly {
    display: block;
    width: 100%;
    position: relative;
}


.chat-message-right {
    margin-top: 27px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    width: 95%;
    float: left;
    position: relative;
}


.send-box {
    padding: 0;
    width: 100%;
    float: left;
}

.chatbox .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    height: 302px;
}

.chat-message-right .message-data {
    margin-left: 0;
    margin-right: 8px;
}

.chat-message-right .chat-avatar {
    margin-right: 0;
    margin-left: 30px;
}

.msg-body ul li.repaly .chat-hour {
    margin-left: 0px;
    text-align: left;
    float: left;
    width: 95px;
}

/* custom scrollbar */
.chatbox .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 20px;
}

.chatbox .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background-color: transparent;
}

.chatbox .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.chatbox .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.business-plan-box .income-block .title {
    color: #006D99;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'DM Sans';
    margin-bottom: 4px;
}

.business-plan-box .income-block .price {
    color: #383C3E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'DM Sans';
}

.business-plan-box .income-block-2 p {
    color: #717171;
    font-family: 'DM Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.business-plan-box .income-block-2 .icon {
    margin-right: 7px;
}


.timeline-case-detail-section .sonar-wrapper .sonar-emitter {
    z-index: 1;
}

.card-row-1 {
    display: block;
    float: left;
}

.timeline-case-detail-section .card[aria-expanded="true"] .card-body {
    float: left;
}


.timeline-case-detail-section .sonar-wrapper[aria-expanded="true"] .time-date {
    opacity: 1;
    left: -41px;
    top: -3px;
}

.timeline-case-detail-section .sonar-icon .time-date {
    padding: 11px 28px 15px 12px;
    width: 127px;
}

.calendar-wrpaer {
    width: 100%;
    padding-left: 12px;
}

.select-date-elementary .time-nav-mt-top li {
    padding: 15px 20px;
}

.income-block-2 .price-1 {
    padding-left: 8px;
}

.timeline-case-detail-section .completed-check .sonar-wrapper .time-date {
    opacity: 1;
    left: -43px;
    top: -3px;
}

.timeline-case-detail-section .completed-check .sonar-wrapper .time-date {
    width: 122px;
    padding: 9px 28px 8px 12px;
}

.daterangepicker-custom .not li {
    padding-left: 23px;
}

.daterangepicker-custom .not li ::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #717171;
    left: 6px;
    top: 9px;
}

.card-footer-2 {
    border: transparent;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 29px 40px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
}

.card-footer-2 h4 {
    color: #FF8A00;
    text-align: center;
    border: transparent;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.card-footer-2 .button-join {
    max-width: fit-content;
    border-radius: 10px;
    background: #B1B1B1;
    padding: 9px 24px 10px;
    margin: 15px auto 27px auto;
}

.card-footer-2 .step-wrapper .deception-text:before {
    display: none;
}

.card-footer-2 .step-wrapper .deception-text {
    padding-top: 0px;
    margin-top: 0px;
}

.join-button-w {
    max-width: 329px;
    margin: 0 auto;
}

.join-button-w .button-join {
    margin-bottom: 20px;
}

.navi-note-new li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 313px;
    padding-bottom: 0px;
    padding-left: 25px;
}

.create-wrap-details .income-block .icon img {
    width: 12px;
    height: 15.032px;
}

.card-footer-2 .step-wrapper .deception-text p {
    max-width: 330px;
}


.initial-about-top-bar {
    padding: 0 20px;
    width: 100%;
    float: left;
}

.initial-about-top-bar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-width: 793px;
    float: left;
}

.initial-about-top-bar ul li {
    font-family: 'DM Sans';
    display: inline-block;
    color: #006d99;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.initial-about-top-bar ul li a {
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #383C3E;
}

.initial-about-top-bar ul li .free-call {
    background: #21bf86;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    position: relative;
    top: -2px;
    margin-left: 4px;
}

.profile-tab {
    width: 100%;
    float: left;
    padding: 0 0px 48px 14px;
}

.join-button-w {
    max-width: 329px;
    margin: 0 auto;
}

.button-info .icofont img {
    width: 27px;
}

.continue-wallpaper .icon .icofont img {
    width: 32px;
}

.services-catalogs .item .icon .icofont img {
    width: 28px;
}

.services-section .item .icon .icofont img {
    width: 28px;
}

.join-button-w .button-join .lock img {
    width: 29px;
}

.single-service .service-icon img {
    width: 35px;
}

.select-date-elementary {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.select-date-elementary .row {
    width: 100%;
}

.select-date-elementary .time-nav-mt-top, .initial-about-nav {
    overflow-y: auto;
    max-height: 338px;
    height: auto;
}

.select-date-elementary .time-nav-mt-top::-webkit-scrollbar, .initial-about-nav::-webkit-scrollbar {
    width: 20px;
}

.select-date-elementary .time-nav-mt-top::-webkit-scrollbar-track, .initial-about-nav::-webkit-scrollbar-track {
    background-color: transparent;
}

.select-date-elementary .time-nav-mt-top::-webkit-scrollbar-thumb, .initial-about-nav::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.select-date-elementary .time-nav-mt-top::-webkit-scrollbar-thumb:hover, .initial-about-nav::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.case-details-box .icon-cercal img {
    width: 35px;
}
.case-details-box .icon img {
    width: 35px;
}

.time-nav::-webkit-scrollbar {
    width: 15px;
}

.time-nav::-webkit-scrollbar-track {
    background-color: transparent;
}

.time-nav::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.time-nav::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.timeline-section .card[aria-expanded="false"] .card-footer-2 {
    display: none;
}
.timeline-section .card[aria-expanded="true"] .card-footer-2 {
    display: block;
}
.session-images_col video {
    height: calc(100vh - 310px);
    object-fit: cover;
}
.video-call-page .main-user video {
    border: 1px solid #ffffff;
    height: 250px !important;
    object-fit: cover;
    width: 70% !important;
}
.local-video_mob_new .remote-video {
    height: calc(100vh - 310px);
    object-fit: cover;
}

/* all page responsive css*/
@media (min-width: 576px) {
    #helpCounselorModalCenter .modal-dialog {
        max-width: 1480px;
        margin: 5rem auto 10rem;
    }
    .availability-Modal-custom .modal-dialog {
        max-width: 814px;
    }
    #helpCounselorModalCenter .modal-dialog.modal-sm {
        max-width: 800px;
    }
}

@media only screen and (max-width: 1366px) {
    .wizard-nav-tab .nav-item {
        width: calc(29% - 0px) !important;
        margin-bottom: 12px;
        margin-right: 0px !important;
    }

    .wizard-section .wizard-nav-tab > li > a {
        background-size: contain;
    }

    .wizard-nav-tab li.active > a {
        background-size: contain !important;
    }

    .business-scorce .deception-text {
        width: 23%;
    }

    .business-scorce .deception-text h3 {
        font-size: 11px;
    }

    .wizard-nav-tab li.completed > a {
        background-size: contain !important;
    }

    .wizard-nav-tab li.last-img.active > a {
        background-size: contain !important;
    }

    .circle strong {
        line-height: 30px;
        top: 40px;
    }

    .time-date h4 {
        font-size: 13px;
    }

    .card-details .progressbar {
        width: 23%;
    }

    .card-details .progress-bar-col {
        width: 23%;
    }

    .timeline-section .card-text {
        font-size: 16px;
    }

    .time-date p {
        font-size: 12px;
    }

    .time-date {
        left: -75px;
    }

    .h2 {
        font-size: 33px;
    }

    .deception-block p {
        font-size: 18px;
    }

    .pt-150 {
        padding-top: 22px;
    }

    .button-info {
        bottom: -20px;
    }

    .video .video-icon {
        top: 63px;
    }

    .wizard .nav-tabs li a .Number-tab {
        margin-right: 2px;
    }

    .wizard-nav-tab li > a {
        font-size: 12px !important;
        margin-right: 34px;
    }

    .services-section .item .deception-item h6 {
        font-size: 20px;
    }

    .button-conunselor {
        font-size: 15px;
        padding: 15px 20px 15px 66px;
    }

    .button-conunselor .icofont {
        left: -4px;
        top: -2px;
    }

    .circle span {
        font-size: 14px;
    }

    .deception-calls li {
        font-size: 15px !important;
    }

    .deception-box ul li br {
        display: none;
    }

    .services-section .item .deception-item p {
        font-size: 15px;
    }

    .services-section .item {
        height: 100%;
    }

    .deception-item {
        margin-bottom: 24px;
    }

    .step-box-2 {
        width: 50%;
    }

    .step-box-1 {
        width: 50%;
    }

    .timeline-case-detail-section .card-row-1 .card-details .box-wrapper-1 {
        width: 60%;
    }

    .timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 {
        width: 40%;
    }

    .link-grup {
        max-width: 100%;
    }

    .box-case-1 .text-box .link {
        font-size: 13px;
    }

    .box-case-1 .text-box h3 {
        font-size: 14px;
        line-height: normal;
    }

    .box-case-2 .link-grup .link-2 {
        font-size: 13px;
    }

    .calendar-wrpaer {
        max-width: 100%;
        padding-left: 0px;
    }

    .calendar-wrpaer .calendar-daterangepicker {
        width: 100%;
        float: left;
        padding: 9px;
        overflow-x: auto;
    }

    .calendar-wrpaer .time-nav li a {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .dashboard-section .col-xl-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dashboard-section .col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .daterangepicker-custom .daterangepicker-modal .calendar-table th, .daterangepicker-modal .calendar-table td {
        min-width: 50px !important;
    }

    .time-date {
        left: -73px;
        top: 30px;
    }

    .fz-14 {
        font-size: 18px;
    }

    .services-catalogs .item {
        padding: 15px;
    }

    .col-left h4 {
        font-size: 20px;
    }

    .col-left h3 {
        font-size: 22px;
    }

    .button-join {
        font-size: 17px;
    }

    .continue-wallpaper {
        margin-bottom: 50px;
    }

    .box-case-1 .text-box h3 {
        font-size: 14px;
        line-height: normal;
    }

    .box-case-1:after {
        right: 14px
    }

    .card-row-1 .card-body:after {
        display: none;
    }

    .step-box-1 {
        width: 100%;
    }

    .step-box-2 {
        width: 100%;
        padding-left: 0;
        margin-top: 27px;
    }

    .wizard-nav-tab .nav-item {
        width: calc(50% - 0px) !important;
        margin-bottom: 12px;
        margin-right: 0px !important;
    }

    .tab-pane-container {
        padding: 15px;
    }

    .select-navi li a {
        font-size: 14px;
    }

    .time-nav li a {
        font-size: 14px;
    }

    .timeline-section .card[aria-expanded="true"] .card-body {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .timeline-section .card-row .card-footer {
        max-width: 100%;
        flex: 100%;
        margin-top: 22px;
    }

    .timeline-section .card-row .card-body {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .calendar-wrpaer .time-nav li a {
        font-size: 14px;
    }

    .timeline-section .card-footer-2 {
        max-width: 100%;
        flex: 100%;
        margin-top: 22px;
    }

}

@media (max-width: 1180px) {
    .daterangepicker-custom .daterangepicker-modal .calendar-table th, .daterangepicker-modal .calendar-table td {
        min-width: 39px !important;
        height: 44px !important;
    }

    .time-nav li a {
        font-size: 14px;
    }

    .left-border {
        border-left: transparent;
        padding-left: 15px;
    }

    .time-nav li {
        margin-bottom: 10px;
    }

    .timeline-section .sonar-icon::before {
        left: 53%;
        margin-left: 0;
    }

    .circle strong {
        top: 50%;
    }

    .services-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-section .item {
        margin-bottom: 80px;
        height: auto;
    }

    .dashboard-section-need-help {
        padding-left: 77px;
    }

    .daterangepicker-custom .daterangepicker-modal {
        width: 100%;
    }

    .container-calendar .table-calendar td, .table-calendar th {
        font-size: 14px;
        padding: 14px 10px;
    }

    .deception-box {
        margin-top: 0px;
        margin-bottom: 24px;
    }

    .call-number .describe-wrap {
        width: 89%;
    }

    .call-number .describe-wrap {
        width: 89%;
    }

    .tab-content-main .deception-box ul li {
        max-width: 100%;
    }

    .calendar-daterangepicker {
        margin-bottom: 20px;
    }

    .case-details-box {
        flex-wrap: wrap;
    }

    .box-case-1 {
        width: 32%;
        float: left;
    }

    .box-case-2 {
        width: 100%;
        margin: 20px 0 0;
        border-top: solid #D8D8D8 1px;
        padding: 20px 0 0;
    }

    .timeline-case-detail-section .completed-check .time-date {
        top: -9px;
    }

    .create-wrap-details {
        margin-bottom: 24px;
        max-width: 100%;
    }

    .right-modal .modal-dialog {
        width: 50%;
    }

    .profile-tab {
        padding-left: 0px;
    }


}

@media (max-width: 1024px) {
    .left-col-lg-7 {
        width: 100%;
    }

    .right-col-lg-4 {
        width: 100%;
    }

    .chat-icon {
        width: 11%;
    }

    .nav-wrapper {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 992px) {
    .select-navi li a {
        display: block;
    }

    .wizard-nav-tab span.step {
        padding: 7px 0px 0 0;
    }

    .pt-150 {
        padding-top: 40px;
    }

    .services-section .item {
        margin-bottom: 80px;
    }

    .circle canvas {
        width: 100% !important;
        height: auto !important;
    }

    .right-section {
        padding: 20px;
    }

    .timeline-section .card-text {
        font-size: 16px;
    }

    .timeline-section .card {
        padding: 20px;
    }

    .daterangepicker-custom .daterangepicker-modal .calendar-table th, .daterangepicker-modal .calendar-table td {
        min-width: 32px !important;
    }

    .left-border {
        border: transparent;
    }

    .deception-block p {
        font-size: 16px;
    }

    .dashboard-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-left {
        width: 100%;
    }

    .col-right {
        width: 100%;
        border-left: transparent;
        padding-left: 0;
        margin-top: 30px;
    }

    .services-section .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services-section .item {
        margin-bottom: 80px;
    }

    .dashboard-section-need-help {
        padding-left: 0;
    }

    .timeline-section .row {
        display: block;
    }

    .timeline-section .sonar-icon {
        float: none;
        margin: 0 auto;
        max-width: 100%;
        padding: 0px;
    }

    .sonar-wrapper {
        padding: 2rem 0;
    }

    .time-date {
        left: 50px;
        top: 30px;
    }

    .timeline-section .sonar-icon::before {
        display: none;
    }

    .timeline-section .card[aria-expanded="true"] {
        padding: 15px 15px 32px;
    }

    .card-details .progressbar {
        width: 40%;
        margin: 0px 15px;
    }

    .card-details .progress-bar-col:after {
        display: none;
    }

    .video .video-icon {
        top: auto;
        bottom: 18px;
    }

    .card-row {
        display: block;
        float: left;
    }

    .card-row .card-footer {
        max-width: 100%;
        display: block;
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .card-row .card-body {
        max-width: 100%;
    }

    .timeline-section .col {
        margin-top: 0;
    }

    .container-calendar {
        max-width: 100% !important;
    }

    .hero-section {
        margin-top: 40px;
    }

    .video .video-icon {
        top: auto;
        bottom: 18px;
    }

    .select-navi li {
        width: calc(100% - 0px);
        padding: 15px;
    }

    .select-navi li a .icon-img {
        float: left;
        width: 32px;
    }

    .h2-title {
        font-size: 30px;
    }

    .deception-col {
        width: 40%;
    }

    .box-case-1 {
        width: 100%;
        float: left;
    }

    .box-case-1:after {
        display: none;
    }

    .box-case-2 {
        width: 100%;
        margin: 0;
        border-top: transparent;
        padding: 20px 0 0;
    }

    .timeline-case-detail-section .card[aria-expanded="true"] .card-body .titlewrapper {
        width: 100%;
    }

    .timeline-case-detail-section .card-row-1 .card-details .box-wrapper-1 {
        width: 100%;
    }

    .timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 {
        width: 100%;
        margin-top: 21px;
        padding-left: 26px;
    }

    .timeline-case-detail-section .card-row-1 .card-details .box-wrapper-2 .business-chart {
        margin-left: 0;
    }

    .timeline-case-detail-section .completed-check .time-date {
        top: 0px;
        left: -58px;
        padding: 10px;
    }

    .timeline-case-detail-section .sonar-icon:before {
        left: 50%;
    }

    .completed-check .sonar-wrapper .check-icon {
        margin-left: auto;
        display: flex;
    }

    .navi-note-new li {
        max-width: 100%;
    }

    .card-footer-2 .step-wrapper .deception-text p {
        max-width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .daterangepicker-custom .daterangepicker-modal {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .Welcome-section .breadcrumbs-data .w-25 {
        width: 44% !important;
    }

    .circle strong {
        line-height: 30px;
        top: 35%;
    }

    .daterangepicker-custom .modal-content {
        padding: 15px;
    }

    .services-section {
        padding-top: 20px;
    }

    .deception-block p {
        font-size: 14px;
    }

    .video .video-icon {
        top: auto;
        right: 10px;
        bottom: -3px;
    }

    #page-content-wrapper {
        position: relative;
    }

    .footer-section {
        padding-bottom: 94px;
    }

    .services-section .col-md-12.col-sm-12.col-lg-3:last-child .item {
        margin-bottom: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }

    .daterangepicker-custom .daterangepicker {
        float: left;
    }

    .container-calendar {
        max-width: 100% !important;
    }

    .button-wrapper {
        width: 100%;
    }

    .sonar-wrapper {
        width: 100%;
        float: left;
    }

    .business-scorce {
        display: block;
    }

    .business-scorce .deception-text {
        width: 100%;
        text-align: center;
    }

    .deception-information {
        width: 100%;
        text-align: center;
    }

    .business-scorce .outer {
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .wizard-nav-tab .nav-item {
        width: calc(99% - 0px) !important;
        margin-bottom: 12px;
        margin-right: 0px !important;
    }

    .select-date-elementary {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .wizard-section .wizard-nav-tab .nav-item {
        width: calc(100% - 0px) !important;
        -ms-flex: 100%;
        flex: 0 0 100%;
    }

    .hero-section-elementary .h2-title {
        font-size: 28px;
    }

    .hero-section-elementary .sub-title {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .deception-col p {
        font-size: 14px;
    }

    .services-section .item .deception-item p {
        font-size: 14px;
        min-height: auto;
    }

    .hero-section-elementary .h2-title {
        font-size: 28px;
    }

    .hero-section-elementary .sub-title {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .deception-col p {
        font-size: 14px;
    }

    .services-section .item .deception-item p {
        font-size: 14px;
        min-height: auto;
    }

    .wizard-nav-tab {
        margin-bottom: 0px;
    }

    .tab-pane-container {
        padding: 25px;
    }

    .advance-services .deception-item {
        padding: 15px 0;
    }

    .advance-services h3 {
        font-size: 18px;
    }

    .advance-services .sub-title {
        font-size: 16px;
    }

    .body-chat-message-user {
        width: 100%;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 640px) {
    .hero-section-elementary {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
    }

    .hero-section-elementary .col-heading {
        width: 100%;
    }

    .hero-section-elementary .deception-col {
        width: 100%;
        border: transparent;
        padding: 0px;
    }

    .deception-box.deception-calls {
        padding: 20px 0px;
    }

    .call-number {
        display: block;
        text-align: center;
    }

    .call-number .iconfont {
        float: none;
        margin: 20px auto;
    }

    .call-number .describe-wrap {
        width: 100%;
    }

    .hero-section-elementary .h2-title {
        font-size: 20px;
    }

    .h2 {
        font-size: 24px;
    }

    .services-section .item {
        padding: 15px;
    }

    .breadcrumbs-data ul li a::after {
        display: none;
    }

    .hero-section-elementary {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
    }

    .hero-section-elementary .col-heading {
        width: 100%;
    }

    .hero-section-elementary .deception-col {
        width: 100%;
        border: transparent;
        padding: 0px;
    }

    .deception-box.deception-calls {
        padding: 20px 0px;
    }

    .call-number {
        display: block;
        text-align: center;
    }

    .call-number .iconfont {
        float: none;
        margin: 0px auto 10px;
    }

    .call-number .describe-wrap {
        width: 100%;
    }

    .hero-section-elementary .h2-title {
        font-size: 20px;
    }

    .deception-calls {
        padding: 10px 0;
    }

    .h2 {
        font-size: 24px;
    }

    .services-section .item {
        padding: 15px;
    }

    .create-wrap .income-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .business-plan {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .profit-wrap {
        position: relative;
        margin: 0 auto;
        display: block;
        width: 100%;
        top: 0;
        right: 0;
    }

    .business-plan .deception-bottom .select-wrp {
        width: 100%;
    }

    .price-symbol {
        margin-bottom: 40px;
    }

    .profit-wrap .profit {
        width: 100%;
    }

    .profit-wrap .loss {
        width: 100%;
    }

    .business-plan .deception-bottom {
        display: block;
    }

    .nav-wrapper ul {
        margin-bottom: 20px;
    }

    .nav-wrapper ul li {
        width: 45px;
        height: 45px;
    }

    .nav-wrapper ul li img {
        width: 23px;
    }

    .exit-button {
        font-size: 16px;
        padding: 14px 37px;
    }

    .case-details-box {
        width: 100%;
        margin: 20px 0;
    }

    .timeline-case-detail-section .sonar-icon {
        float: none;
        margin: 0 auto;
        max-width: 100%;
        padding: 0px;
    }

    .timeline-case-detail-section .row {
        display: block;
    }

    .card-details {
        margin-bottom: 0;
    }

    .card-details .button-info {
        position: relative;
        bottom: 0;
    }

    .completed-check .sonar-wrapper .check-icon {
        display: flex;
        margin: 0 auto;
    }

    .create-wrap {
        max-width: 100%;
    }

    .business-scorce .deception-text {
        width: 100%;
        text-align: left;
        display: block;
        padding-top: 0px;
    }

    .business-chart {
        margin-left: 0px;
    }

    .timeline-case-detail-section .sonar-wrapper .time-date {
        left: -99px;
        right: 0;
        top: 2px;
        max-width: 134px;
        margin: 0 auto;
        padding: 10px;
    }

    .timeline-case-detail-section {
        padding-left: 0px;
    }

    .sonar-wrapper {
        padding: 0;
    }

    .timeline-section .completed-check .time-date {
        top: 0;
    }

    .timeline-section .card[aria-expanded="true"] .card-footer {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 568px) {
    .wizard-section .wizard-nav-tab .nav-item {
        width: calc(100% - 0px) !important;
        -ms-flex: 100%;
        flex: 100%;
    }

    .deception-box {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .deception-box {
        padding: 0px;
    }

    .calendar-daterangepicker {
        width: 100%;
        float: left;
        padding: 9px;
        overflow-x: auto;
    }

    .calendar-daterangepicker .ui-datepicker-calendar {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
    }

    .wizard-nav-tab {
        margin: 20px;
    }


}

@media only screen and (max-width: 480px) {
    .deception-col {
        width: 100%;
    }

    .button-info {
        font-size: 14px;
        padding: 10px 20px 10px 47px;
    }

    .breadcrumbs-data ul li .free-call {
        padding: 5px 17px;
        font-size: 14px;
    }

    .breadcrumbs-data ul li a::after {
        top: -5px;
    }

    .time-date {
        left: 7px;
    }

    .services-catalogs .item {
        text-align: center;
    }

    .services-catalogs .item span.icon {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .continue-wallpaper .icon {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .call-number .describe-wrap h3 {
        font-size: 18px;
    }

    .call-number .describe-wrap .sub-title {
        font-size: 14px;
    }

    .fz-14 {
        font-size: 14px;
    }

    .card .button-info {
        font-size: 14px;
        padding: 10px 15px 10px 45px;
        width: 100%;
        height: auto;
        line-height: normal;
    }

    .timeline-section .card {
        padding: 0px;
    }

    .timeline-section .card[aria-expanded="true"] {
        padding: 0;
    }

    .button-conunselor .icofont {
        display: none;
    }

    .card-row .card-footer {
        padding: 0px;
    }

    .button-conunselor {
        font-size: 14px;
        padding: 10px;
        max-width: 100%;
    }

    .card-details .icofont {
        display: flex;
        top: -5px;
        left: -16px;
    }

    .call-number .describe-wrap h3 {
        font-size: 18px;
    }

    .call-number .describe-wrap .sub-title {
        font-size: 14px;
    }

    .fz-14 {
        font-size: 14px;
    }

    .advance-services {
        padding: 15px;
    }

    .chat-icon {
        width: 21%;
    }

    .nav-wrapper ul li {
        width: 36px;
        height: 36px;
    }

    .wizard-section .wizard-nav-tab > li > a {
        font-size: 14px !important;
    }

    .hero-section-tap {
        flex-wrap: wrap;
    }

    .select-navi li a .icon-img {
        float: none;
        width: 32px;
        margin: 0px auto 10px;
        height: auto;
    }

    .select-navi li a {
        display: block;
        max-width: 100%;
        text-align: center;
    }

    .col-heading {
        width: 100%;
    }

    .step-wrapper .button-join {
        max-width: 100%;
        font-size: 15px;
    }

    .next-payment {
        font-size: 16px;
        padding: 9.5px 25px 9.5px 61px;
    }

    .next-step {
        font-size: 16px;
    }

    .continue-wallpaper {
        padding: 20px;
    }

    .col-left h4 {
        font-size: 16px;
    }

    .card-row .card-footer {
        max-width: 100%;
        float: left;
        display: block;
        width: 100%;
    }

    .price-symbol {
        margin-bottom: 40px;
        top: 12px;
        right: 18px;
    }

    .progressbar-box {
        width: 100%;
        padding-bottom: 40px;
    }

    .progressbar-box .canvas-progressbar {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .timeline-section .card[aria-expanded="true"] .card-footer {
        margin-bottom: 42px;
    }

    .timeline-section .completed-check .card-row .card-body {
        margin-top: 40px;
    }

    .timeline-section .completed-check .time-date {
        top: -4px;
        left: 49px;
    }

    .sonar-wrapper {
        padding: 0;
        margin-bottom: 42px;
    }

}

@media (max-width: 360px) {
    .card-details .progressbar {
        width: 100%;
        margin: 0px;
    }

    .circle strong {
        line-height: 30px;
        top: 38%;
    }

    .hero-section-elementary {
        padding: 15px;
    }

    .tab-content-main .heading-tabs {
        font-size: 18px;
    }

    .deception-box {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .wizard-nav-tab {
        margin: 20px 0;
    }

    .wizard-section {
        padding: 0px;
    }

    .wizard {
        padding: 0 15px;
    }

    .list-navi li {
        font-size: 14px;
        padding-left: 27px;
    }

    .chat-icon {
        width: 23%;
    }

    .nav-wrapper ul li {
        margin-right: 11px;
    }

    .nav-wrapper ul .red-icon img {
        width: 45px;
    }

    .nav-wrapper ul li img {
        width: 19px;
    }

    .title-call {
        font-size: 16px;
    }

    .wizard-nav-tab li > a {
        margin-right: 0;
    }

    .step-wrapper h4 {
        font-size: 16px;
    }

    .title-datetime {
        font-size: 16px;
    }

    .h2-title {
        font-size: 20px;
    }

    .step-wrapper h3 {
        font-size: 16px;
    }

    .step-wrapper .deception-text p {
        font-size: 14px;
    }

    .sign-wrapper {
        padding: 15px;
    }

    .sing-up {
        font-size: 15px;
    }

    .tab-content-main .heading-elementary {
        font-size: 16px;
    }

    .not li {
        font-size: 14px;
    }


}

@media (max-width: 320px) {
    .wizard-nav-tab li > a {
        font-size: 12px !important;
        margin-right: 0;
    }

    .wizard-section .wizard-nav-tab > li > a {
        font-size: 11px !important;
    }

    .breadcrumbs-data ul li a {
        font-size: 16px;
    }

    .timeline-section .card[aria-expanded="true"] .card-body {
        padding: 15px;
    }

    .card .button-info {
        font-size: 13px;
        padding: 10px 15px 10px 44px;
        line-height: normal;
    }
}
.font-15{
    font-size: 15px;
}

.collct-box {
    width: 100%;
    display: flex;
    padding-top: 25px;
}
.business-asessment {
    background: #f6fcff;
    padding: 34px 19px;
    border-radius: 20px;
    width: 30%;
}
.view-more .arrow-r {
    margin-left: 5px;
}
.score-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.score-row h5 {
    color: #383C3E;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.view-more {
    font-size: 15px;
    color: #ff862d;
    position: relative;
}
.household-budget {
    background: #f6fcff;
    padding: 34px 19px;
    border-radius: 20px;
    width: 40%;
    margin-left: 20px;
}
.household-budget .create-wrap.create-wrap-details {
    margin-top: 15px;
    max-width: 100%;
    margin-bottom: 0;
}
.business-pai-chart {
    max-width: 224px;
    margin: 0 auto;
}
.business-pai-chart .percent {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 86px;
    color: #006D99;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.business-pai-chart .good {
    color: #717171;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 124px;
}
.business-plan-box-new {
    margin-left: 20px;
    background: #f6fcff;
    padding: 34px 19px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 29%;
}
.business-d-flex-new {
    display: flex;
    justify-content: space-between;
}
.business-d-flex-new .business-plan-box {
    width: 100%;
    margin-right: 22px;
    min-height: 188px;
}
.business-d-flex-new .business-plan-box:last-child {
    margin-right: 0;
}
.business-d-flex-new .income-block {
    margin-bottom: 16px;
}

.business-d-flex-new .income-block .title {
    font-size: 22px;
}
.household-budget .create-wrap.create-wrap-details .income-block p {
    font-size: 14px;
}
.business-d-flex-new .income-block-2 p{font-size: 14px;}


.business-d-flex-new .income-block .price {
    color: #006D99;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'DM Sans';
}

.business-wrap-d .income-block {
    width: 48.9%;
    min-height: 188px;
}
.create-wrap.business-wrap-d .title {
    color: #006D99;
    font-weight: 500;
    font-size: 22px;
    font-family: 'DM Sans';
}
.create-wrap.business-wrap-d p {
    font-size: 14px;
}
.assigned-text-box {
    height: 110px;
}

.timeline-case-detail-section .card-row-border[aria-expanded="true"] .card-body:after {
    display: none;
}