
.navbar {
    background: #fff;
    transition: 1s;
    position: sticky !important;
}

.monitor {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

button:focus {
    box-shadow: none !important;
    outline: 1px solid #fff !important;
}

a:active {
    color: #E16408;
}

.sticky-top {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #E16408;
}

.navbar {
    border-bottom: 1px solid #d3d3d3;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #E16408;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid transparent !important;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.nav-item {
    padding-left: 20px;
}

.nav-item.active {
    border-bottom: 2px solid #E16408 !important;
}

.h1-tag {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h2-tag {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3-tag {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h4-tag {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5-tag {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h6-tag {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.primary_button-top {
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px !important;
    width: 140px !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #E16408;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

p {
    font-size: 18px;
    color: #676565;
    line-height: 30px;
}

.brand-logo-image {
    max-width: 125px;
}

section {
    padding: 3rem 5rem;
}

.pms-content {
    display: inline;
    font-size: 18px;
}


/* Separate fixed wrapper (this isolates the width animation) */

.anim-wrapper {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 6px;
    position: relative;
}


/* The animation container that changes width */

.animation {
    display: inline-block;
    position: absolute;
    vertical-align: baseline;
    white-space: nowrap;
    font-weight: 700;
    color: #e16408;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
    height: 30px;
    top: -20px;
    left: -5px;
}


/* All items stacked */

.animation .anim-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    white-space: nowrap;
}


/* active item visible */

.animation .anim-item.active {
    opacity: 1;
    position: relative;
}

.hero-top-right-image,
.hero-top-left-image {
    width: 120px;
    height: auto;
}

.hero-top-right {
    position: absolute;
    right: 10%;
    top: 10%;
}

.hero-top-left {
    position: absolute;
    top: 10%;
    left: 10%;
}

@media screen and (max-width: 767px) {
    #progress {
        position: fixed;
        bottom: 70px;
        right: 20px;
        height: 60px !important;
        width: 60px !important;
        display: none;
        place-items: center;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 9999;
    }
}

#progress {
    position: fixed;
    bottom: 70px;
    right: 20px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999999;
}

#progress-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001a2e;
}

.scroll-arrow {
    width: 30px;
}

.price-container,
.price-container:before,
.price-container:after,
.price-container .price {
    height: 5em;
    width: 5em;
    background: #d32f2f;
}

.price-container:before,
.price-container:after {
    content: "";
    position: absolute;
}

.price-container {
    margin: 20px auto;
    /* Centering for demo */
    position: absolute;
    /* Context */
    top: -47px;
    right: 0px;
    background-color: #e53935;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transform-origin: center;
    transition: 0.3s all ease-out;
}

.price-container:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    -o-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    z-index: 1;
}

.price-container:after {
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #e53935;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.price-container .price {
    height: 5em;
    /* height minus padding */
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    -ms-transform: rotate(-22.5deg);
    -o-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
    z-index: 1;
    /* important so the text shows up */
}

.price-container .price span {
    display: flex;
    text-align: center;
    color: #fff;
    /* font: 1.5em / 1.4em Sans-Serif; */
    text-transform: uppercase;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.price-container .price span.number {
    font-weight: bold;
    font-size: 1.725em;
    margin-top: 5px;
    color: #ffebee;
}

.price-container:hover {
    transform: matrix3d(1.058, 0.38, -0.38, 0, -0.38, 1.058, -0.38, 0, 0.38, 0.38, 0.8464, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.058, 0.38, -0.38, 0, -0.38, 1.058, -0.38, 0, 0.38, 0.38, 0.8464, 0, 0, 0, 0, 1);
}

.card-adv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imgbox {
    width: 60px;
    height: auto;
}

.advance-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f9fc;
}

.card-advance {
    width: 90%;
    row-gap: 15px;
}

.card-adv:hover>.content h3 {
    color: #e16408;
}

.challen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}


/*  */

.section-first {
    margin-bottom: 0px;
    margin-top: 0px !important;
    padding: 5rem 5rem 3rem;
}

.section-first .row {
    height: 500px;
}

.hero-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
}

.hero-content {
    font-size: 20px;
    line-height: 32px;
    color: #676565;
    margin-bottom: 1px;
    text-align: left;
}

.request-btn {
    padding: 12px 50px;
    background: #e16408;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.requests-btn {
    padding: 12px 59px;
    background: #fff;
    color: #000;
    font-size: 18px;
    margin-left: 15px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #d3d3d3;
}

.button-wrap {
    margin: 15px 0 50px;
    text-align: center;
}

.pms-title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pms-title {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.pms-content {
    text-align: center;
    font-style: italic;
    color: #000;
    line-height: 28px;
    display: inline;
    position: relative;
}

.title-anime {
    text-align: center;
    margin: 10px 0 10px;
    margin-left: -75px;
    width: 1000px;
}

.hero-tag {
    margin-top: 10px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

span.rise-shake {
    animation: jump-shaking 5s ease-in-out infinite;
    display: inline-block;
}

@keyframes jump-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateY(-2px);
    }
    35% {
        transform: translateY(-2px) rotate(2deg);
    }
    55% {
        transform: translateY(-2px) rotate(-2deg);
    }
    65% {
        transform: translateY(-2px) rotate(2deg);
    }
    75% {
        transform: translateY(-2px) rotate(-2deg);
    }
    83% {
        transform: translateY(0) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}


/*  */

.title-gradient {
    background: linear-gradient(to right, var(#676565), #64748b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.dark .title-gradient {
    background: linear-gradient(to right, var(--text-dark), #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* TIMELINE */

.solutions-title,
.challenges-title {
    color: #e16408;
}

.timeline-item {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    animation: fadeIn 0.5s ease-out forwards;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #E5E7EB 10%, #E5E7EB 90%, transparent);
    z-index: 0;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.timeline-item:hover::before {
    background: linear-gradient(to bottom, transparent, #e16408 10%, #e16408 90%, transparent);
}

.timeline-item:last-child::before {
    display: none;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width: 16px;
    background-color: #d1d5db;
    border: 4px solid var(#F9F9FB);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.challenge-card {
    background: #E6F2FF;
    padding: 20px;
    border-radius: 10px;
    height: 290px;
}

.solution-card {
    background: #FFF2E6;
    padding: 20px;
    border-radius: 10px;
    height: 290px;
}

body.dark .timeline-dot {
    background-color: #4b5563;
    border-color: #0D0D0D;
}

.timeline-item:hover .timeline-dot {
    background-color: #e16408;
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 15px 5px#fa8d3980;
}

.mini-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 25px;
    left: 19%;
    top: 19%;
}

.timeline-wrap {
    max-width: 1000px;
}

.timeline-item .row {
    display: flex;
    justify-content: center;
    align-content: flex-start;
}

.timeline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.timeline-icon {
    font-size: 3rem;
    display: inline-block;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease-in-out;
}

.timeline-item:hover .timeline-icon {
    transform: scale(1.1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*  */

.title-box-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.all-wrap-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Integration-box {
    background: #fff;
    border-radius: 10px;
}

ul {
    padding-left: 1rem;
}

#advancedNav.active,
#growthNav.active,
#starterNav.active,
#startersNav.active,
#firstNav.active,
#thirdNav.active,
#growthsNav.active,
#commandfirstNav.active,
#commandsecondNav.active,
#commandthirdNav.active,
#commandfourNav.active,
#commandfiveNav.active,
#flexibleoneNav.active,
#flexibletwoNav.active,
#flexiblethreeNav.active,
#supportoneNav.active,
#supporttwoNav.active,
#supportttwoNav.active,
#supportthreeNav.active,
#supportfourNav.active,
#securityoneNav.active,
#securitytwoNav.active,
#securitythreeNav.active,
#securityfourNav.active,
#quicksNav.active,
#quickfirstNav.active,
#quicksecondNav.active,
#quickthirdNav.active,
#quickfourNav.active,
#quickfiveNav.active,
#patientoneNav.active,
#patienttwoNav.active,
#patientthreeNav.active,
#patientfourNav.active,
#patientfiveNav.active,
#reportoneNav.active,
#reporttwoNav.active,
#reportthreeNav.active {
    color: #e16408 !important;
    transition: all 0.1s ease;
}

a {
    text-decoration: none;
    color: #676565;
}

a:hover {
    color: #e16408;
}

.swiper-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 100%;
    background: #FCF0E6;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 30px;
}

.single-wrap,
.single-wraps {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    height: 400px;
    align-items: center;
}

.single-wrap,
.single-wraps {
    grid-template-columns: 1fr 1fr;
}

.swiper-nav li {
    text-align: center;
    line-height: normal;
    font-size: 16px;
    padding: 10px;
}

.swiper-nav li a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.role li {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0px;
    color: #676565;
}

.role {
    padding-right: 1rem;
    margin-bottom: 0px !important;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    width: 80%;
    text-align: center;
}

.list-heading {
    font-weight: 600;
    color: #000 !important;
    list-style: none !important;
    margin-left: -20px;
    font-size: 20px !important;
    display: none;
}

.role li {
    list-style: disc;
}

.title-wrap {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Integration-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0px;
}

.section-para {
    font-size: 20px;
    color: #676565;
    line-height: 28px;
    width: 86%;
    text-align: center;
}

.feature-title {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 22px;
}

.swiper__table {
    display: flex;
    margin: 0 auto;
}

.Integration-box .title-wrapper p {
    text-align: center;
}

@media (max-width: 640px) {
    .swiper__table {
        margin: 0px 15px;
    }
    .form_title_margin_top {
        padding: 0rem 1rem;
        position: relative;
        left: 0px;
    }
}

.swiper__table .pt__title {
    max-width: 25%;
    flex: 1;
}

@media (max-width: 991px) {
    .swiper__table .pt__title {
        max-width: 50%;
    }
}

.swiper__table .pt__title .pt__title__wrap {
    position: relative;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 0;
    font-size: 1.375rem;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 991px) {
    .swiper__table .pt__title .pt__title__wrap {
        font-size: 1.3rem;
    }
}

.swiper__table .pt__title .pt__title__wrap .pt__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    min-height: 70px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid rgba(73, 72, 74, .1);
    text-align: left;
    align-items: flex-start;
}

.swiper__table .pt__title .pt__title__wrap .pt__row:first-child {
    border-bottom: 0;
}

.swiper__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 640px) {
    .swiper__table .pt__title .pt__title__wrap .pt__row {
        padding-left: 0;
        padding-right: 15px;
        font-size: 14px;
    }
}

.swiper__table .pt__option {
    position: relative;
    flex: 1;
}

@media (max-width: 991px) {
    .swiper__table .pt__option {
        max-width: -webkit-fill-available;
        max-width: -moz-available;
    }
    .refer-img {
        max-width: 15%;
        margin-bottom: 10px;
        height: auto;
    }
}

.swiper__table .pt__option .pt__option__mobile__nav {
    position: absolute;
    z-index: 1;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    display: none;
    justify-content: space-between;
    width: 100%;
}

.swiper__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    top: 15px;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 104%;
    margin-left: -2%;
}

.Integration-box h3 {
    text-align: center;
    margin-bottom: 25px;
}

.title-wrapper p {
    text-align: left;
}

.swiper__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #e16408;
    transition: 0.25s;
}

.swiper__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
    background-color: #e16408;
}

.swiper__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
    background-color: #c0beb6;
    pointer-events: none;
}

.swiper__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
    width: 16px;
    color: #faf7f2;
}

.swiper__table .pt__option .pt__option__slider {
    overflow: hidden;
}

.swiper__table .pt__option .pt__option__item {
    flex: 1;
    width: auto;
    max-width: 33.3333%;
    margin-right: 0;
    height: 100%;
}

.swiper__table .pt__option .pt__option__item {
    width: 100%;
    max-width: none;
    flex: none;
}

.swiper__table .pt__option .pt__option__item .pt__item {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1em;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    flex-direction: row;
    gap: 15px;
}

.swiper-nav li a.hover {
    color: #e16408;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    gap: 0px;
}

.swiper__table .pt__option .pt__option__item .pt__item.recommend {
    border: 1px solid transparent;
}

.swiper__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    padding: 24px 0 0 0;
    font-size: 1.375rem;
    line-height: 1.4;
    position: relative;
}

.swiper__table .pt__option .pt__option__item .pt__item .pt__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid rgba(73, 72, 74, .1);
}

.swiper__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    border-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.swiper__table .pt__option .pt__option__item .pt__item .pt__row:last-child {
    display: inline-flex;
    padding: 20px 15px;
    align-items: center;
    border-bottom: 0;
}

.swiper__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
    padding: 15px 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.25s;
}

@media (max-width: 576px) {
    .swiper__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
        padding: 12px 20px;
    }
}

@media (max-width: 640px) {
    .swiper__table .pt__option .pt__option__item .pt__item .pt__row {
        font-size: 14px;
        font-weight: 400;
    }
    .swiper-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/*  */

strong {
    color: #000;
}


/*  */

.features-beneifts ul {
    margin-bottom: 0;
}

#sticky {
    position: sticky;
    position: -webkit-sticky;
    transition: 1.5s;
    top: 100px;
    color: #fff;
    width: 100%;
    z-index: 99;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.5); */
    /* padding: 0px; */
}

#wrapper {
    margin: auto;
}

#home .tab_user {
    margin-top: 0px;
}

.features-beneifts {
    padding: 3rem 0rem;
    background: #f6f9fc;
}

#wrapper {
    height: fit-content !important;
}

@media (min-width: 1200px) {
    .productone-insight h1 {
        font-size: 2rem !important;
    }
}

.tab_user {
    margin-top: 70px;
    height: fit-content;
    display: inline-block;
}


/* h4 {
text-align: center;
} */

@media (min-height: 768px) {
    #wrapper {
        height: fit-content !important;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    justify-content: center;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-border {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.deep {
    padding: 1rem 0rem;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.section-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.tab_user {
    transition: margin-top 0.3s;
    /* Optional for smooth transition */
}

.stink ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-top: 0rem;
    border-radius: 10px;
}

.stink {
    margin: 0 auto;
    text-align: center;
}

.stink ul li {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}

.stink ul li a {
    display: inline-block;
    text-decoration: none;
    color: #222222;
    padding: 18px 20px 18px 20px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.brand-section .section-head {
    margin-bottom: 30px;
    font-weight: 600;
}

.stink ul li.active {
    border: none !important;
    border-radius: 10px;
    /* transition: 0.3s ease background-color; */
    background: #FCF0E6;
    transition: background-color 0.1s ease;
}

.stink ul li.active a {
    color: #e16408 !important;
}

@media (min-height: 768px) {
    #wrapper {
        height: fit-content !important;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width:766px) and (max-width: 1100px) {
    #sticky {
        display: none;
    }
    .role li {
        font-size: 16px;
        line-height: 25px;
        padding: 5px 0px;
        color: #676565;
    }
    .single-wrap,
    .single-wraps {
        display: grid;
        grid-template-rows: auto;
        grid-column-gap: 15px;
        grid-row-gap: 20px;
        height: 430px;
        align-items: center;
        align-content: center;
    }
    .brand-section .col-lg-9 {
        flex: 0 0 auto;
        width: 100%;
    }
    .brand-section .col-lg-3 {
        display: none;
    }
    .section-heading {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 25px;
        width: 100%;
        text-align: center;
    }
    .tab_user {
        margin-top: 30px;
        height: fit-content;
        display: inline-block;
    }
}

@media (min-width:1101px) and (max-width: 1200px) {
    .brand-section .container {
        max-width: 1128px;
    }
    .brand-section .section-heading {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #sticky {
        display: none;
    }
    .role li {
        font-size: 16px;
        line-height: 25px;
        padding: 5px 0px;
        color: #676565;
    }
    .single-wrap,
    .single-wraps {
        grid-template-columns: 1fr;
    }
    .feature-title {
        text-align: center;
        color: #000;
        font-weight: 500;
        font-size: 20px;
    }
    .swiper-nav {
        display: none;
    }
    .deep {
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 0 !important;
    }
    .single-wrap,
    .single-wraps {
        grid-row-gap: 0px;
        height: -webkit-fill-available;
        height: -moz-available;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
        flex-direction: column-reverse;
        display: flex;
    }
    .list-heading {
        font-weight: 600;
        color: #e16408 !important;
        list-style: none !important;
        margin-left: 0px;
        font-size: 18px !important;
        display: block;
    }
    .title-wrapper p {
        text-align: center;
    }
    .section-heading {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }
    .Integration-box h3 {
        text-align: center;
        margin-bottom: 25px;
        font-size: 25px;
    }
    .Integration-box {
        background: #FCF0E6;
    }
    .tab_user {
        margin-top: 40px;
        height: fit-content;
        display: inline-block;
    }
    .role {
        padding-right: 5px;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 25px;
        width: 100%;
        text-align: center;
    }
    .brand-section .pb-5 {
        padding-bottom: 0 !important;
    }
    .Integration-box {
        padding: 25px 0px 0px;
        border-radius: 10px
    }
    .swiper__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
        width: 10px;
        color: #faf7f2;
    }
    .swiper__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
        width: 25px;
        height: 25px;
    }
    .mob-data {
        display: none;
    }
}

@media (max-width: 567px) {
    .content-image-wrap img {
        width: 287px;
        height: 201px;
    }
    .deep {
        padding: 0rem 0rem !important;
        width: 100%;
        display: flex;
        align-items: center;
        overflow: hidden;
        justify-content: center;
    }
    .Integration-box h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 25px;
    }
    .Integration-box {
        background: #FCF0E6;
        padding: 25px 0px 0px;
        border-radius: 10px !important;
    }
    .swiper__table .pt__option .pt__option__mobile__nav {
        z-index: 2;
        width: 104%;
        margin-left: -2%;
    }
}

@media (max-width: 400px) {
    .Integration-box .container {
        max-width: 350px !important;
    }
}

@media (min-width:400.98px) and (max-width:767.98px) {
    .Integration-box .container {
        max-width: 400px;
    }
}

@media (max-width: 575px) {
    .single-wrap,
    .single-wraps {
        grid-row-gap: 0px;
        height: 100% !important;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
        flex-direction: column-reverse;
        display: flex;
    }
    .swiper-nav {
        display: none;
    }
    .brand-section .section-heading {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }
    .h4-tag {
        font-size: calc(1.275rem + .3vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .mobile-heading {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }
    .poster-content {
        color: #fff;
        font-size: 16px !important;
        line-height: 25px !important;
}
}


/*  */

.wht-phrmcy-blng-cont {
    display: flex;
    align-items: center;
    justify-content: center
}

.wht-sec-img-wrap img {
    max-width: 100%;
    max-width: 524px
}

.wht-sec2 {
    width: 86%;
}

.ads {
    line-height: 22px;
    margin-bottom: 0;
    font-size: 16px;
}

.wht-phrmcy-icons-cnt-wrap {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 #ADE6D880;
    max-width: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
    gap: 10px;
    position: absolute;
    opacity: 0;
    transform: scale(1) translate(0, 20px)
}

.wht-phrmcy-icons-cnt-wrap.active {
    opacity: 1;
    transform: scale(1) translate(0, 0);
    transition: all 1s ease
}

.gft-phrma-con .section-heading,
.wht-sec2 .section-heading {
    text-align: left;
    width: 100%;
}

.wht-sec-img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.wht-phrmcy-icons-wrap {
    background-color: #c8f2e8;
    border-radius: 6px;
    border: 1px solid #e5ecf8;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(1) {
    top: 35%;
    left: -3%;
}

.wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(1) .wht-phrmcy-icons-wrap {
    width: 49px;
    height: 48px
}

.wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(2) {
    bottom: 16%;
    right: 40%
}

.wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(2) .wht-phrmcy-icons-wrap {
    width: 40px;
    height: 40px
}

.wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(3) {
    top: 25%;
    right: 10%
}

.wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(3) .wht-phrmcy-icons-wrap {
    width: 44px;
    height: 43px
}

.wht-phrmcy-bilng-icons {
    font-family: "bootstrap-icons";
    content: "\f516";
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    /* Unicode for bi-upc-scan */
}

.wht-phrmcy-bling-icon1 {
    background-position: -554px -554px
}

.wht-phrmcy-bling-icon2 {
    background-position: -607px -552px
}

.wht-phrmcy-bling-icon3 {
    background-position: -648px -552px
}

.why-sec-1 h2 {
    max-width: 80%
}

.need-icon img,
.benefit-icon img {
    padding: 4px 0px;
}

.why-phrma-cards {
    background-color: #fff;
    max-width: 270px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-radius: 15px;
    opacity: 0
}

.why-phrma-cards.active {
    animation: imganim 1s ease;
    opacity: 1
}

.why-crd-icon {
    background-repeat: no-repeat;
    width: 51px;
    height: 50px;
    margin: 15px auto 10px auto
}

.why-icon-1 {
    background-position: -372px -463px
}

.why-icon-2 {
    background-position: -484px -458px
}

.why-icon-3 {
    background-position: -609px -466px
}

.why-icon-4 {
    background-position: -737px -460px
}

.key-feature-sec {
    padding: 5rem 0;
    text-align: center
}

.mobile-app {
    position: absolute;
    top: 0;
    right: -105px;
    width: 725px;
    max-width: 800px;
}

.mobile-li li i {
    color: #e16408;
    margin-right: 5px;
}

.mobile-li li {
    padding: 7px 0;
    font-size: 18px;
    color: #676565;
}

.mobile-li {
    padding-left: 0;
    list-style: none;
}

.card-wrap {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.stick {
    top: 80px;
    width: 100%;
    background: #f6f9fc;
    padding: 15px 0;
    border-radius: 0;
}

#stickys {
    position: sticky;
    position: -webkit-sticky;
    transition: 1.5s;
    top: 75px;
    width: 100%;
    z-index: 99;
    display: flex;
    border-radius: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*  */


/* Hover scale */

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}


/* Float animation */

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.animate-float {
    animation: float 3s infinite ease-in-out;
}

.gst {
    top: 140px;
    right: -90px;
}

.key-title {
    margin-left: 20px;
}

.live {
    top: 150px;
}

.pos-benefit {
    padding: 25px;
}

.pos-benefit-wrap {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: flex-start;
}

.pos-image {
    padding: 4rem;
}

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


/* Pulse animation */

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.animate-pulse {
    animation: pulse 2s infinite ease-in-out;
}


/* Optional: smooth shadow on hover */

.hover-shadow:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.pos-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/*  */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.needs li {
    display: flex;
    font-size: 18px;
    flex-direction: row;
    margin-bottom: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background-color: #f0f0f6;
    color: #e16408;
    flex-shrink: 0;
}

.card-hover:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.rounded-4 {
    border-radius: 15px;
}

.single-need {
    color: #000;
    font-weight: 500;
}

.req-wrap {
    height: 155px;
}


/*  */

.support-section .row {
    padding: 80px;
    border-radius: 10px;
    background: #f6f9fc;
}

.sub-content .container {
    background: aliceblue;
    padding: 45px 0;
    border-radius: 15px;
}

.support-section .sub-content {
    width: 90%;
}

.customer-support-img-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 25px;
    width: 100%;
}

.support-img {
    width: 60px;
    margin-bottom: 10px;
    height: auto;
}

.section-title .title {
    font-size: 2.2rem;
    line-height: normal;
    color: #000;
    width: 100%;
}

.support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.support-section {
    padding: 3rem 5rem 3rem;
}

.support p {
    width: 225px;
}

.support-section .section-heading {
    width: 75%;
}

.security .container-xxl {
    padding: 80px;
    text-align: center;
}


/*  */

.carousel-indicators {
    position: absolute;
    left: -354px;
    right: 200px;
    bottom: -50px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    position: relative;
    width: 90px !important;
    height: 90px !important;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000 !important;
    text-align: center;
    /* background: 0 0; */
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 390px;
    margin-bottom: 50px;
}

.soft-rating-img {
    max-width: 100%;
    height: 100%;
}

.carousel-indicators .active {
    opacity: 1;
    background: #E16408 !important;
}

.client-logo {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50px !important;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0;
    height: 100%;
    border-radius: inherit;
}

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

.brand-app {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.grid-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.secondary-heading {
    text-align: left;
    font-size: 35px;
    font-weight: 600;
}

.testimonial .section-heading {
    margin-bottom: 30px;
}

.accordion-header {
    background-color: #fff;
    color: #000;
    padding: 15px;
    font-size: 20px;
    border: none;
    height: 75px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #e16408;
    color: #fff;
}

.accordion-container {
    width: 100%;
    max-width: 1000px;
    margin-top: 20px;
}

.table-wide {
    width: 76%;
}

.table-wide-wrap {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.accordion-header.active {
    background-color: #e16408;
    color: #fff;
}

.accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 10px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 18px;
}

.iconz {
    transition: transform 0.3s ease;
}

.active .iconz {
    transform: rotate(45deg);
}

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

.benefit-p {
    margin: 0 !important;
}


/*  */

.poster-section {
    background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.poster-demo-btn {
  background-color: black !important;
  color: white !important;
}

.poster-demo-btn:hover {
  background-color: white !important;
  color: #E16408 !important;
}

.poster-content {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
}

.content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.poster-image {
    float: inline-end;
}

.play-store {
    margin-left: 30px;
}

.poster-navigate {
    text-decoration: none;
}

.action-box {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.poster-heading {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.banner-button-wraps {
    margin: 20px 0 0;
}


/*@media screen and (max-width: 567px) {
    .play-store {
        margin-left: 10px !important;
    }
    .poster-heading {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        display: inline-block;
    }
    .brand-app {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .poster-section {
        background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .poster-content {
        font-size: 16px;
        text-align: center;
        line-height: 25px;
    }
    .footer-image {
        max-width: 100%;
    }
    .poster-image {
        margin-top: 20px;
    }
}*/

@media (min-width:768px) and (max-width:991px) {
    .poster-heading {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        display: inline-block;
    }
    .brand-app {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .poster-content {
        font-size: 18px;
        text-align: left;
        line-height: 28px;
    }
}

@media (max-width: 765px) {
    #sticky {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .poster-heading {
        font-size: 35px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        display: inline-block;
    }
    .brand-app {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .poster-content {
        font-size: 18px;
        text-align: left;
        line-height: 28px;
    }
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #e16408 #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #e16408;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.section-block {
    max-width: 95%;
}

@media (min-width: 1300px) and (max-width: 1399.98px) {
    .flex .main-box-content-wrap,
    .flex .main-box-content-warpper2 {
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .brand-section h2,
    .why h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 520px) {
    .sc-4 {
        margin: 0 auto !important;
    }
}


/*  */

.features-beneifts ul {
    margin-bottom: 0;
}

#sticky {
    position: sticky;
    position: -webkit-sticky;
    transition: 1.5s;
    top: 100px;
    color: #fff;
    width: 100%;
    z-index: 99;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.5); */
    /* padding: 0px; */
}


/* media query */

@media (max-width: 575.98px) {
    .h1-tag {
        font-size: calc(1.375rem + 1.5vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h2-tag {
        font-size: calc(1.325rem + .9vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h3-tag {
        font-size: calc(1.3rem + .6vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h4-tag {
        font-size: calc(1.275rem + .3vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
}

@media (max-width: 567px) {
    section {
        padding: 25px 10px !important;
        overflow: hidden;
    }
    .animation {
        height: 28px;
        font-style: italic;
        overflow: hidden;
        font-weight: bold;
        color: #e16408;
        padding: 0px !important;
        font-size: 16px;
        display: inline-block;
        position: relative;
        top: 0;
    }
    .challenging .row {
        padding: 0;
    }
    .pms-content {
        text-align: center;
        font-style: italic;
        color: #000;
        margin: 20px 0px 0px;
        line-height: 25px;
    }
    .hero-title {
        font-weight: 600;
        text-align: left;
    }
    .tab-view {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
        padding: 0;
    }
    .hero-content {
        font-size: 16px;
        line-height: 25px;
        color: #676565;
        margin-bottom: 1px;
        text-align: left;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .hero-tag {
        margin-top: 15px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .button-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
        width: 100%;
    }
    .request-btn {
        padding: 12px 50px;
        background: #e16408;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 100%;
    }
    .requests-btn {
        padding: 12px 59px;
        background: #fff;
        color: #000;
        font-size: 16px;
        margin-left: 0px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 100%;
        margin-bottom: 0px;
    }
    .button-wrap a {
        width: 100%;
    }
    .section-first {
        margin-bottom: 0px;
        background: #f6f9fc;
        margin-top: 0px !important;
        padding-top: 50px !important;
        height: -webkit-fill-available;
        height: -moz-available;
    }
    .section-heading {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }
    .wrap-box p {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
        width: 100%;
    }
    .mob-first {
        font-size: 18px !important;
    }
    .button-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 10px 10px;
        gap: 20px;
    }
    .title-wrap {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }
    .feedback-title {
        font-size: 16px;
        color: #4B5563;
        line-height: 25px;
    }
    .testimonial {
        overflow: hidden;
        height: 825px;
    }
    .client-logo {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50px !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 70px !important;
        height: 70px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .button-wrap {
        margin: 30px 0 15px;
        text-align: center;
    }
    .carousel-indicators {
        position: absolute;
        left: -62px;
        right: -37px;
        bottom: -38px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .testimonial p {
        font-size: 16px;
        line-height: 25px;
        color: #676565;
    }
    .quote {
        width: 50px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 375px;
        margin-bottom: 50px;
    }
    .secondary-heading {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
    }
    .mobile-heading {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }
    ul {
        padding: 0rem;
    }
    .role li {
        font-size: 16px;
        line-height: 23px;
        padding: 5px 0px;
        color: #676565;
        list-style: none !important;
        padding-left: 0 !important;
        font-weight: 400;
    }
    .mob-first {
        margin-bottom: 35px;
    }
    .testimonial .section-para {
        font-size: 18px;
    }
    img {
        width: auto;
        height: auto;
    }
    #progress img {
        width: 30px;
        height: auto;
    }
    .icon-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 0px;
    }
    .testimonial .section-heading {
        margin-bottom: 25px;
    }
    .poster-section {
        margin-bottom: 0;
    }
    .accordion-header {
        background-color: #fff;
        color: #000;
        padding: 15px;
        font-size: 16px;
        border: none;
        height: 75px;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 16px;
    }
    .box-heading {
        font-size: 18px;
    }
    .price-container {
        top: -47px;
        right: 20px;
    }
}

@media (min-width:344.98px) and (max-width:399.98px) {
    .pms-content {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:400px) and (max-width:767.98px) {
    .pms-content {
        display: inline;
    }
}

@media (min-width:568.98px) and (max-width:767.98px) {
    .section-first {
        margin-bottom: 0px;
        margin-top: 0px !important;
        padding: 25px 30px;
    }
    .section {
        padding: 25px 30px;
    }
}


/* Mobile-only adjustments */

@media (max-width: 767px) {
    .section {
        overflow: hidden;
    }
    .timeline-wrap .row {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .title-anime {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    .pms-content {
        font-size: 16px;
    }
    .hero-top-right-image,
    .hero-top-left-image {
        display: none;
    }
    .challenge-card,
    .solution-card {
        display: none;
    }
    .before-after-controls {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
        gap: 10px;
        flex-direction: row;
    }
    .swiper__table .pt__option .pt__option__mobile__nav {
        z-index: 2;
        top: -28px;
    }
    .benefit-wrap {
        margin-top: -40px;
    }
    #contact .swiper__table,
    #flexible .swiper__table {
        margin: 0;
    }
    .before-after-controls button {
        padding: 6px 12px;
        border: 1px solid #e16408;
        background: #fff;
        color: #e16408;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
    }
    .before-after-controls button.active {
        background: #e16408;
        color: #fff;
    }
    .challen {
        margin-top: 0px;
    }
    .timeline-icon {
        width: 60px;
        height: auto;
    }
    .timeline-dot {
        display: none;
    }
    .challenge-card,
    .solution-card {
        height: auto;
    }
    .ads {
        line-height: 18px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .wht-phrmcy-bilng-icons {
        font-size: 18px;
    }
    .wht-phrmcy-icons-cnt-wrap {
        max-width: 145px;
        padding: 8px 8px;
        gap: 5px;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(1) {
        top: 42%;
        left: -3%;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(2) {
        bottom: 5%;
        right: 20%;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(3) {
        top: 10%;
        right: 0%;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(3) .wht-phrmcy-icons-wrap {
        width: 30px;
        height: 30px;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(2) .wht-phrmcy-icons-wrap {
        width: 30px;
        height: 30px;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(1) .wht-phrmcy-icons-wrap {
        width: 30px;
        height: 30px;
    }
    .mob-res {
        display: flex;
        flex-direction: column-reverse;
    }
    .wht-sec2 {
        width: 100%;
    }
    .wht-sec2 p {
        text-align: center;
    }
    .gft-phrma-con {
        text-align: center;
    }
    .mob-col {
        flex-direction: column;
    }
    .wht-sec-img-wrap img {
        max-width: 100%;
    }
    .why-phrma-cards {
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        padding: 13px;
        text-align: center;
        margin: 0px;
        border-radius: 15px;
        opacity: 0;
        margin-bottom: 15px;
    }
    .features-beneifts {
        margin-top: 0;
    }
    .mobile-ads {
        margin-top: 30px;
    }
    .mobile-app {
        position: static;
        top: 0;
        right: -84px;
        width: -webkit-fill-available;
        width: -moz-available;
        max-width: 800px;
    }
    .mobile-li li {
        padding: 7px 0;
        font-size: 16px;
        color: #676565;
    }
    .needs li {
        font-size: 16px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin-top: -15px;
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }
    .support-section .row {
        padding: 0px;
        border-radius: 10px;
        background: #fff;
    }
    .banner-button-wraps {
        margin: 20px 0 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .gft-phrma-con .section-heading,
    .wht-sec2 .section-heading {
        text-align: center;
        width: 100%;
    }
    .section-heading {
        width: 100%;
    }
    .section-para {
        width: 100%;
    }
    .pos-benefit-wrap {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
    }
    .pos-image {
        padding: 0.5rem;
    }
    .pos-image2 {
        margin-top: 80px;
    }
    .live {
        top: 80px;
        left: 83px;
    }
    .gst {
        top: 80px;
    }
}

@media (min-width:568px) and (max-width: 767.98px) {
    .testimonial .section-para {
        font-size: 18px;
    }
    #progress img {
        width: 30px;
        height: auto;
    }
    section {
        padding: 25px 10px;
        overflow: hidden;
    }
    .hero-title {
        font-size: 30px;
        font-weight: 600;
        text-align: left;
    }
    .mob-first {
        margin-bottom: 35px;
    }
    ul {
        padding: 0rem;
    }
    .role li {
        font-size: 16px;
        line-height: 23px;
        padding: 5px 0px;
        color: #676565;
        list-style: none !important;
        padding-left: 0 !important;
        font-weight: 400;
    }
    .poster-section {
        background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
        text-align: center;
    }
    .hero-content {
        font-size: 18px;
        line-height: 28px;
        color: #676565;
        margin-bottom: 1px;
        text-align: left;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .hero-tag {
        margin-top: 15px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .button-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
        width: 100%;
    }
    .request-btn {
        padding: 12px 50px;
        background: #e16408;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 100%;
    }
    .requests-btn {
        padding: 12px 59px;
        background: #fff;
        color: #000;
        font-size: 16px;
        margin-left: 0px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 100%;
        margin-bottom: 20px;
    }
    .button-wrap a {
        width: 100%;
    }
    .section-first {
        margin-bottom: 0px;
        margin-top: 0px !important;
        background: #f6f9fc;
        padding-top: 50px;
    }
    .section-heading {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }
    .button-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 10px 10px;
        gap: 20px;
    }
    .title-wrap {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }
    .feedback-title {
        font-size: 16px;
        color: #4B5563;
        line-height: 25px;
    }
    .testimonial {
        overflow: hidden;
        height: 880px;
    }
    .client-logo {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50px !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 70px !important;
        height: 70px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -62px;
        right: -37px;
        bottom: -38px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .testimonial p {
        font-size: 16px;
        line-height: 25px;
        color: #676565;
    }
    .quote {
        width: 50px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 390px;
        margin-bottom: 50px;
    }
    .secondary-heading {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
    }
    .mobile-heading {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width: 991.98px) {
    section {
        padding: 2rem 1.5rem;
        overflow: hidden;
    }
    .section-first {
        margin-bottom: 0px;
        margin-top: 0px !important;
        background: #f6f9fc;
        padding: 5rem 1rem 0rem;
        height: auto;
    }
    .icon img {
        width: 40%;
        height: auto;
    }
    .icon-num {
        font-size: 12px !important;
        position: absolute;
        bottom: -2px;
        font-weight: 500;
    }
    .icon-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 0px;
    }
    .box-heading {
        font-size: 20px;
    }
    .title-wrap {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    ul {
        padding: 0rem;
    }
    .role li {
        font-size: 16px;
        line-height: 23px;
        padding: 5px 0px;
        color: #676565;
        list-style: none !important;
        padding-left: 0 !important;
        font-weight: 400;
    }
    .hero-title {
        font-size: 2rem;
        font-weight: 600;
        text-align: left;
    }
    .hero-content {
        font-size: 18px;
        line-height: 26px;
        color: #676565;
        margin-bottom: 1px;
        text-align: left;
    }
    .hero-tag {
        margin-top: 10px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .request-btn {
        padding: 12px 25px;
        background: #e16408;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid transparent;
        width: 180px;
    }
    .requests-btn {
        padding: 12px 25px;
        background: #fff;
        color: #000;
        font-size: 16px;
        margin-left: 0px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid #d3d3d3;
        width: 180px;
    }
    .button-wrap {
        margin: 15px 0;
        display: flex;
        gap: 20px;
    }
    .section-heading {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
    }
    .button-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        max-width: -webkit-fill-available;
        max-width: -moz-available;
        padding: 5px 0px;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
        width: 90%;
        text-align: center !important;
    }
    .mobile-heading {
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 0px;
        text-align: left;
    }
    .testimonial .title-wrap {
        margin-bottom: 40px;
    }
    .poster-section {
        margin-bottom: 0;
    }
    .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 16px;
    }
    .accordion-header {
        background-color: #fff;
        color: #000;
        padding: 15px;
        font-size: 18px;
        border-radius: 10px;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 71px !important;
        height: 71px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -223px;
        right: 0px;
        bottom: -82px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .client-logo {
        width: 61px !important;
        height: 61px !important;
        border-radius: 50px !important;
    }
    .secondary-heading {
        text-align: left;
        font-size: 32px;
        font-weight: 600;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .testimonial {
        background: #f6f9fc;
        margin-bottom: 30px;
    }
    .customer-support-img-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
    .benefit-wrap {
        margin-top: -40px;
    }
    .gft-phrma-con .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .gft-phrma-con .section-heading {
        text-align: center
    }
    .support-section {
        padding: 3rem 2rem 3rem;
    }
    .why-phrma-cards {
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        padding: 13px;
        text-align: center;
        margin: 10px;
        border-radius: 15px;
        opacity: 0;
    }
    .customer-support-img-wrapper {
        margin-top: -3px;
    }
    .md-w-100 {
        width: 100%;
    }
    .mobile-app {
        position: absolute;
        top: 130px;
        right: -35px;
        width: 400px;
        height: 450px;
        max-width: 800px;
    }
    .pms-content {
        text-align: center;
        font-style: italic;
        color: #000;
        line-height: 28px;
        display: inline;
        width: auto;
        font-size: 16px;
    }
    .support-section .row {
        padding: 40px;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .title-anime {
        text-align: center;
        margin: 10px 0 10px;
        margin-left: 0px;
        width: 100%;
    }
    .wht-sec-img-wrap img {
        max-width: 100%;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(1) {
        top: 41%;
        left: -3%;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(2) {
        bottom: -5%;
        right: 18%;
    }
    .advance-section .sub-para {
        max-width: 700px !important;
    }
    .advance-section .section-heading {
        width: 80%;
    }
    .advance-section {
        overflow: visible;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(3) {
        top: -2%;
        right: -3%;
    }
    .wht-sec2 {
        width: 100%;
    }
    .wht-sec2 .section-heading {
        text-align: left;
    }
    .features-beneifts {
        margin-top: 0px;
    }
    .solution-card {
        padding: 10px;
        height: 310px;
    }
    .challenge-card {
        padding: 10px;
        height: 310px;
    }
    .features-beneifts {
        padding: 1.5rem 0rem;
        background: #f6f9fc;
    }
    .swiper__table .pt__option .pt__option__mobile__nav {
        z-index: 2;
        top: 20px;
    }
    .Integration-box .title-wrapper p {
        text-align: center;
    }
    .needs li {
        font-size: 16px;
        list-style: disc;
    }
    .mobile-li li {
        padding: 7px 0;
        font-size: 16px;
        color: #676565;
    }
    .banner-button-wraps {
        display: flex;
        gap: 10px;
    }
    .hero-top-right-image,
    .hero-top-left-image {
        display: none;
    }
    #pharmacy-pos-section .container {
        max-width: 100%;
    }
    .pos-image {
        padding: 0.5rem;
    }
    .pos-image2 {
        margin-top: 40px;
    }
    .gst {
        top: 80px;
        right: -80px;
    }
    .live {
        top: 90px;
    }
}

@media (min-width:992px) and (max-width:1023.98px) {
    .hero-top-right-image,
    .hero-top-left-image {
        display: none;
    }
    .pos-image2 {
        margin-top: 40px;
    }
}

@media (min-width:992px) and (max-width: 1149.98px) {
    section {
        padding: 2rem 1.5rem;
        overflow: hidden;
    }
    .section-first {
        margin-bottom: 0px;
        margin-top: 0px !important;
        background: #f6f9fc;
        padding: 5rem 1rem 0rem;
        height: auto;
    }
    .icon img {
        width: 40%;
        height: auto;
    }
    .producttwo-box-img-first {
        width: 30px !important;
        height: auto;
    }
    .icon-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 0px;
    }
    .section-second {
        padding: 2rem 1rem 3rem;
        overflow: hidden;
    }
    .box-heading {
        font-size: 20px;
    }
    .title-wrap {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    ul {
        padding: 0rem;
    }
    .pos-image2 {
        margin-top: 40px;
    }
    .role li {
        font-size: 16px;
        line-height: 23px;
        padding: 5px 0px;
        color: #676565;
        list-style: none !important;
        padding-left: 0 !important;
        font-weight: 400;
    }
    .hero-title {
        font-size: 2rem;
        font-weight: 600;
        text-align: left;
    }
    .hero-content {
        font-size: 18px;
        line-height: 26px;
        color: #676565;
        margin-bottom: 1px;
        text-align: left;
    }
    .hero-tag {
        margin-top: 10px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .request-btn {
        padding: 12px 25px;
        background: #e16408;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid transparent;
        width: 180px;
    }
    .requests-btn {
        padding: 12px 25px;
        background: #fff;
        color: #000;
        font-size: 16px;
        margin-left: 0px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid #d3d3d3;
        width: 180px;
    }
    .button-wrap {
        margin: 15px 0;
        display: flex;
        gap: 20px;
    }
    .section-heading {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
    }
    .wrap-box p {
        font-size: 18px;
        color: #676565;
        line-height: 26px;
        width: 88%;
    }
    .gft-phrma-con .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .gft-phrma-con .section-heading {
        text-align: center
    }
    .why-phrma-cards {
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        padding: 13px;
        text-align: center;
        margin: 10px;
        border-radius: 15px;
        opacity: 0;
    }
    .customer-support-img-wrapper {
        margin-top: -3px;
    }
    .md-w-100 {
        width: 100%;
    }
    .button-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        max-width: -webkit-fill-available;
        max-width: -moz-available;
        padding: 5px 0px;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
        width: 90%;
        text-align: center !important;
    }
    .mobile-heading {
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 0px;
        text-align: left;
    }
    .testimonial .title-wrap {
        margin-bottom: 40px;
    }
    .poster-section {
        margin-bottom: 0;
    }
    .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 16px;
    }
    .accordion-header {
        background-color: #fff;
        color: #000;
        padding: 15px;
        font-size: 18px;
        border-radius: 10px;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 71px !important;
        height: 71px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -223px;
        right: 0px;
        bottom: -82px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .client-logo {
        width: 61px !important;
        height: 61px !important;
        border-radius: 50px !important;
    }
    .secondary-heading {
        text-align: left;
        font-size: 32px;
        font-weight: 600;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .testimonial {
        background: #f6f9fc;
        margin-bottom: 30px;
    }
    .mobile-app {
        position: absolute;
        top: 100px;
        right: -75px;
        width: 530px;
        max-width: 800px;
    }
    .mobile-li li {
        padding: 7px 0;
        font-size: 16px;
        color: #676565;
    }
    .needs li {
        font-size: 16px;
        list-style: disc;
    }
    .banner-button-wraps {
        gap: 20px;
        display: flex;
    }
    .customer-support-img-wrapper {
        margin-top: 0px;
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(1) {
        top: 43%;
        left: -3%;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(2) {
        bottom: 1%;
        right: 25%;
    }
    .wht-sec-img-wrap .wht-phrmcy-icons-cnt-wrap:nth-of-type(3) {
        top: 5%;
        right: 10%;
    }
    .support-section .row {
        padding: 40px;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .features-beneifts {
        margin-top: 0px;
        padding: 2rem 0rem;
        overflow: visible;
    }
    .wht-sec2 .section-heading {
        text-align: left;
    }
    .pms-content {
        text-align: center;
        font-style: italic;
        color: #000;
        line-height: 28px;
        display: inline;
        font-size: 16px;
    }
    .title-anime {
        margin-left: 0px;
        width: 100%;
    }
    .wht-sec-img-wrap img {
        max-width: 450px;
    }
    .wht-sec2 {
        width: 100%;
    }
    .Integration-box .title-wrapper p {
        text-align: center;
    }
    .advance-section {
        overflow: visible;
    }
}

@media (min-width:1024px) and (max-width: 1150px) {
    .d-lg-none {
        display: block !important;
    }
    ul {
        padding: 0rem;
    }
    .role li {
        font-size: 16px;
        line-height: 23px;
        padding: 5px 0px;
        color: #676565;
        list-style: none !important;
        padding-left: 0 !important;
        font-weight: 400;
    }
}

@media (max-width: 1150px) {
    .d-lg-block {
        display: none !important;
    }
    .d-lg-none {
        display: block !important;
    }
}

@media (min-width:1151px) and (max-width: 1299.98px) {
    #sticky {
        position: sticky !important;
        position: -webkit-sticky !important;
        transition: 1.5s !important;
        top: 100px !important;
        color: #fff;
        width: 100% !important;
        z-index: 99 !important;
        display: flex !important;
        border-radius: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pos-image2 {
        margin-top: 40px;
    }
    img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .icon img {
        width: 40%;
        height: auto;
    }
    .icon-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 0px;
    }
    .pms-content {
        display: inline;
        font-size: 18px;
    }
    .section-first {
        margin-bottom: 0px;
        margin-top: 0px !important;
    }
    .hero-top-right-image,
    .hero-top-left-image {
        width: 100px;
        height: auto;
    }
    .hero-top-right {
        position: absolute;
        right: 8%;
        top: 13%;
    }
    .hero-top-left {
        position: absolute;
        top: 13%;
        left: 8%;
    }
    .mobile-app {
        position: absolute;
        top: 65px;
        right: -125px;
        width: 600px;
        max-width: 800px;
    }
    .support-section .row {
        padding: 60px;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .swiper__table .pt__option .pt__option__item {
        width: 100%;
        flex: none;
        max-width: 760px;
    }
    .customer-support-img-wrapper {
        margin-top: -10px;
        flex-wrap: wrap;
    }
}

@media (min-width:1024px) and (max-width: 1150.98px) {
    img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    section {
        padding: 3rem 3rem;
    }
    .hero-title {
        font-size: 2rem;
        font-weight: 600;
        text-align: left;
    }
    .hero-content {
        font-size: 18px;
        line-height: 26px;
        color: #676565;
        margin-bottom: 1px;
        text-align: left;
    }
    .hero-top-right-image,
    .hero-top-left-image {
        width: 80px;
        height: auto;
    }
    .hero-top-right {
        position: absolute;
        right: 6%;
        top: 16%;
    }
    .hero-top-left {
        position: absolute;
        top: 16%;
        left: 6%;
    }
    .hero-tag {
        margin-top: 10px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .request-btn {
        padding: 12px 25px;
        background: #e16408;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid transparent;
        width: 180px;
    }
    .requests-btn {
        padding: 12px 25px;
        background: #fff;
        color: #000;
        font-size: 16px;
        /* margin-left: 30px; */
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid #d3d3d3;
        width: 180px;
    }
    .button-wrap {
        margin: 15px 0;
        display: flex;
        gap: 20px;
    }
    .section-heading {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .button-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        max-width: -webkit-fill-available;
        max-width: -moz-available;
        padding: 5px 0px;
    }
    .section-two {
        padding: 3rem 3rem 0;
    }
    .mobile-section {
        padding: 2rem 0rem;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
        width: 86%;
        text-align: center !important;
    }
    .mobile-heading {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: left;
    }
    .advance-section .sub-para {
        max-width: 70% !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 71px !important;
        height: 71px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -223px;
        right: 0px;
        bottom: -82px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .client-logo {
        width: 61px !important;
        height: 61px !important;
        border-radius: 50px !important;
    }
    .secondary-heading {
        text-align: left;
        font-size: 32px;
        font-weight: 600;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .testimonial {
        background: #f6f9fc;
        margin-bottom: 30px;
    }
    .advance-section {
        overflow: visible;
    }
}

@media (min-width:1151px) and (max-width: 1300px) {
    .brand-section .container {
        max-width: 93%;
    }
    img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    section {
        padding: 3rem 5rem;
    }
    .advance-section {
        overflow: visible;
    }
    .hero-title {
        font-size: 2.5rem;
        font-weight: 600;
        text-align: left;
    }
    .hero-content {
        font-size: 18px;
        line-height: 26px;
        color: #676565;
        margin-bottom: 1px;
        text-align: left;
    }
    .hero-tag {
        margin-top: 10px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .request-btn {
        padding: 12px 25px;
        background: #e16408;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 180px;
    }
    .requests-btn {
        padding: 12px 25px;
        background: #fff;
        color: #000;
        font-size: 16px;
        /* margin-left: 30px; */
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid #d3d3d3;
        width: 180px;
    }
    .button-wrap {
        margin: 15px 0;
        display: flex;
        gap: 20px;
    }
    .section-heading {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
        width: 70%;
    }
    .button-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        max-width: -webkit-fill-available;
        max-width: -moz-available;
        padding: 5px 0px;
    }
    .section-two {
        padding: 3rem 3rem 0;
    }
    .title-anime {
        margin-left: 0px;
        width: 100%;
    }
    .mobile-section {
        padding: 2rem 0rem;
    }
    .section-para {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
        width: 90%;
        text-align: center !important;
    }
    .advance-section .sub-para {
        max-width: 70% !important;
    }
    .advance-section {
        overflow: visible;
    }
    .mobile-heading {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: left;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 71px !important;
        height: 71px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -380px;
        right: 0px;
        bottom: -82px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .client-logo {
        width: 61px !important;
        height: 61px !important;
        border-radius: 50px !important;
    }
    .secondary-heading {
        text-align: left;
        font-size: 32px;
        font-weight: 600;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .testimonial {
        background: #f6f9fc;
        margin-bottom: 30px;
    }
}

@media (min-width:1300px) and (max-width:1399.98px) {
    .mobile-app {
        position: absolute;
        top: 50px;
        right: -125px;
        width: 660px;
        max-width: 800px;
    }
    .section-first {
        margin-bottom: 0px;
        margin-top: 0px !important;
        padding: 5rem 5rem 0rem;
    }
    .advance-section {
        overflow: visible;
    }
    .title-anime {
        margin-left: 0px;
        width: 100%;
    }
}

@media (min-width:1399.98px) {
    .pms-title {
        width: 80%;
    }
    .advance-section {
        overflow: visible;
    }
}