@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-MediumItalic.ttf) format('truetype')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype')
}

:root {
    --primary-color: #0066FF;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.096) 0%, rgba(0, 102, 255, 0) 165.07%);
    color: #000;
    line-height: 24px;
    overflow-y: scroll;
    outline: none;
}

body::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

.navbar {
    background: var(--primary-color);
    padding: 0;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 35px 0 0;
    color: #fff;
    font-size: 14px;
    position: relative;
    opacity: .7;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 500;
    opacity: 1;
}

.header {
    padding: .25rem 0;
    background: var(--primary-color);
    position: fixed;
    width: 100%;
    z-index: 4;
    height: 88px;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

.fs-14 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.pb-60 {
    padding-bottom: 48px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-32 {
    padding-bottom: 32px;
}

.banner-contents {
    color: #fff;
}

.banner-contents h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 64px;
}

.banner .banner-contents .banner-title h1 {
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 52px;
    background: #16161B;
    padding: 0 1rem;
    text-align: center;
}

.banner-contents p {
    font-size: 22px;
}

.banner .banner-contents p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.banner-solutions .banner-contents h1 {
    font-size: 47px;
    font-weight: 500;
    line-height: 48px;
}

.banner-solutions .banner-contents p {
    font-size: 15px;
    line-height: 24px;
    padding-top: 40px;
}

.btn {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 12px;
    border: none;
    text-align: center;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    background: var(--primary-color);
    transition: box-shadow 0.1s ease-out;
    margin-right: .5rem;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: #000000;
    color: #fff;
    border: none;
}

.btn-primary:disabled,
.btn-secondary:disabled {
    background: transparent;
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid #7A7674;
}

.btn-secondary,
.btn-secondary:hover {
    background: #FFFFFF;
    color: #000;
}

.btn-primary:hover,
.btn-secondary:hover {
    opacity: .8;
}

section {
    padding: 3rem 0;
}

section:last-child {
    padding: 0;
}

.why-ibox,
.ibox-support,
.deteriorating-patients,
.executive-application,
.our-services,
.delivery-model {
    background-image: url(../images/bg-why-ibox.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.why-ibox .epr-details span,
.why-ibox .ibox-details span {
    color: var(--primary-color);
    font-weight: 500;
}

.why-ibox .ibox-details h6 {
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    padding-top: 2rem;
}

.card-primary {
    background: #FFFFFF;
    padding: 2rem;
    box-shadow: 0px 20px 60px #00000029;
    border-radius: 22px;
}

.why-ibox .card-primary .user-details h6 {
    font-size: 20px;
    margin-bottom: 0;
}

.our-story {
    padding: 2rem 0;
}

.our-story .user-details h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.our-story .story-details h6 {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    margin: 1rem 0;
}

.ibox-does-wrapper .bullet-wrapper {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #414042;
    position: relative;
}

.ibox-does-wrapper .bullet-wrapper .main-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFAA00;
}

.ibox-does-wrapper .bullet-wrapper .main-bullet.bg-cyan {
    background: #00C9BC;
}

.ibox-does-wrapper .bullet-wrapper .main-bullet.bg-grey {
    background: #5C696E;
}

.ibox-does-wrapper .bullet-wrapper .bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFAA00;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ibox-does-wrapper .bullet-wrapper .bullet-2 {
    bottom: -30px;
}

.ibox-does-wrapper .bullet-wrapper .bullet-3 {
    bottom: -45px;
}

.ibox-does-wrapper .bullet-wrapper .bullet-4 {
    bottom: -60px;
    background: #000000;
}

.ibox-does-wrapper .bullet-wrapper .bullet-5 {
    bottom: -75px;
    background: #00000080;
}

.ibox-does-wrapper .bullet-wrapper .bullet-6 {
    bottom: -90px;
    background: #00000040;
}

.ibox-does-wrapper .bullet-wrapper .bullet-7 {
    bottom: -105px;
    background: #00000040;
}

.ibox-does-wrapper .bullet-wrapper.cyan-wrapper .bullet-1,
.ibox-does-wrapper .bullet-wrapper.cyan-wrapper .bullet-2 {
    background: #00C9BC;
}

.ibox-does-wrapper .bullet-wrapper.grey-wrapper .bullet-1,
.ibox-does-wrapper .bullet-wrapper.grey-wrapper .bullet-2 {
    background: #5C696E;
}

.ibox-does-wrapper .bullet-wrapper.cyan-wrapper .bullet-3 {
    background: #000000;
}

.ibox-does-wrapper .bullet-wrapper.grey-wrapper .bullet-3,
.ibox-does-wrapper .bullet-wrapper.grey-wrapper .bullet-4,
.ibox-does-wrapper .bullet-wrapper.grey-wrapper .bullet-5 {
    background: #A4AAB3;
}

.ibox-does-wrapper .workflow-details h6 {
    font-size: 20px;
    font-weight: 600;
}

.ibox-does .staff-details-wrapper .card-primary .user-details h6 {
    font-size: 20px;
    margin-bottom: 0;
}

.decision-making {
    background-image: url(../images/bg-why-ibox.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 0;
    position: relative;
}

.decision-making .section-header {
    width: 60%;
    margin: 0 auto;
}

.contents-wrapper .decisions.flow-1 h6 {
    color: #49484A;
}

.contents-wrapper .decisions.flow-2 h6 {
    color: #FFAA00;
}

.contents-wrapper .decisions.flow-3 h6 {
    color: #00C9BC;
}

.contents-wrapper .decisions.flow-4 h6 {
    color: #5C696E;
}

.contents-wrapper .decisions.flow-5 h6 {
    color: #A4AAB3;
}

.talk-to-us {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.talk-to-us .btn {
    background: var(--primary-color);
    border-radius: 12px;
    text-align: center;
    padding: .5rem 3rem;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.feature-card {
    background: #fff;
    box-shadow: 0px 20px 20px #00000029;
    border-radius: 39px;
    padding: 5rem 1rem 1rem 1rem;
    position: relative;
    overflow: visible;
    min-height: 400px;
}

.feature-card .icon-tab {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 60px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-card .icon-tab img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.feature-card h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.feature-card p {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.feature-card .badge-number {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 55px;
    height: 45px;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}

.feature-card .pointer-line {
    position: absolute;
    left: -10px;
    top: 0;
    width: 55%;
    height: 135px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    border-top-left-radius: 30px;
}

.feature-card::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 33%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
}

.feature-card .dash-line {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 55%;
    height: 135px;
    border-bottom: 2px dashed currentColor;
    border-right: 2px dashed currentColor;
    border-bottom-right-radius: 30px;
}

.card-green {
    color: #76C287;
}

.card-green .icon-tab,
.card-green .badge-number {
    background: #76C287;
}

.card-cyan {
    color: #53C0B7;
}

.card-cyan .icon-tab,
.card-cyan .badge-number {
    background: #53C0B7;
}

.card-light-sea {
    color: #2EA7B4;
}

.card-light-sea .icon-tab,
.card-light-sea .badge-number {
    background: #2EA7B4;
}

.card-eastern-blue {
    color: #20929E;
}

.card-eastern-blue .icon-tab,
.card-eastern-blue .badge-number {
    background: #20929E;
}

.card-bluish {
    color: #20929E;
}

.card-bluish .icon-tab,
.card-bluish .badge-number {
    background: #20929E;
}

.benefits h5,
.performance h5 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

.oversight-framework .card-primary {
    margin-top: 5rem;
}

.oversight-framework .card-primary .user-details h6 {
    font-size: 20px;
    margin-bottom: 0;
}

.awards,
.clients {
    background: #F5F5F570;
}

.section-header {
    padding: 1.5rem 5rem;
}

.banner-ahof,
.banner-services {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-image: url(../images/bg-ahof.png);
}

.banner-ahof::before,
.banner-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-ahof .banner-contents,
.banner-services .banner-contents {
    z-index: 3;
}

.banner-ahof .banner-contents h1,
.banner-services .banner-contents h1 {
    font-size: 32px;
    line-height: 45px;
}

.banner-ahof .banner-contents p,
.banner-services .banner-contents p {
    font-size: 20px;
    line-height: 30px;
}

.ibox-support .section-title,
.ed-oversight .section-title,
.sdec .section-title,
.bed-state .section-title,
.deteriorating-patients .section-title,
.elective-protection .section-title,
.discharge-tracker .section-title,
.executive-application .section-title,
.oversight .section-title,
.our-services .section-title,
.delivery-model .section-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ibox-support .section-title h2,
.ed-oversight .section-title h2,
.sdec .section-title h2,
.bed-state .section-title h2,
.deteriorating-patients .section-title h2,
.elective-protection .section-title h2,
.executive-application .section-title h2,
.oversight .section-title h2 {
    color: #0066FF;
    font-size: 2rem;
}

.ibox-support .section-title h6,
.ed-oversight .section-title h6,
.sdec .section-title h6,
.bed-state .section-title h6,
.deteriorating-patients .section-title h6,
.elective-protection .section-title h6,
.executive-application .section-title h6,
.oversight .section-title h6 {
    font-size: 20px;
    margin-bottom: 1.25rem;
}

.ibox-support .section-title p,
.ed-oversight .section-title p,
.sdec .section-title p,
.bed-state .section-title p,
.deteriorating-patients .section-title p,
.elective-protection .section-title p,
.executive-application .section-title p,
.oversight .section-title p {
    margin-bottom: 1.5rem;
}

.ibox-support .card-primary {
    display: flex;
    align-items: center;
    min-height: 190px;
}

.ibox-support .card-primary p {
    margin-bottom: 0;
}

.ibox-support .card-primary ul,
.ed-oversight .card-primary ul,
.sdec .card-primary ul,
.bed-state .card-primary ul,
.deteriorating-patients .card-primary ul,
.elective-protection .card-primary ul,
.discharge-tracker .card-primary ul,
.executive-application .card-primary ul {
    margin-left: 1rem;
    margin-bottom: 0;
}

.ibox-support .card-primary ul li::marker,
.ed-oversight .card-primary ul li::marker,
.sdec .card-primary ul li::marker,
.bed-state .card-primary ul li::marker,
.deteriorating-patients .card-primary ul li::marker,
.elective-protection .card-primary ul li::marker,
.discharge-tracker .card-primary ul li::marker,
.executive-application .card-primary ul li::marker {
    color: #0066FF;
}

.ibox-support .subtext {
    width: 70%;
    margin: 2rem auto 0 auto;
    text-align: center;
    font-style: italic;
}

section.ed-oversight {
    background: #0066FF;
}

.ed-oversight .section-title h2,
.ed-oversight .section-title h6,
.discharge-tracker .section-title h2,
.discharge-tracker .section-title p {
    color: #fff
}

.ed-oversight .card-primary {
    min-height: 250px;
}

.sdec .card-primary,
.deteriorating-patients .card-primary {
    min-height: 200px;
}

.bed-state .state-details-wrapper .icon-col {
    z-index: 2;
}

.pin-wrapper {
    position: relative;
    min-width: 120px;
    max-width: 120px;
}

.bed-state .state-details-wrapper img {
    min-width: 120px;
    max-width: 120px;
    object-fit: cover;
}

.bed-state .state-details-wrapper img.ibox-logo {
    min-width: auto;
    max-width: none;
    position: absolute;
    top: 34%;
    left: 32%;
}

.elective-protection {
    background: #DBDEE040;
    padding-bottom: 10rem;
}

.elective-protection .card-primary {
    min-height: 225px;
}

section.oversight-modal {
    margin-top: -8rem;
}

.oversight-modal .card-primary {
    text-align: center;
}

.oversight-modal .card-primary .cards-wrapper {
    margin: 2rem 0;
}

.oversight-modal .cards-wrapper .card-blue,
.oversight-modal .cards-wrapper .card-black {
    background: #3284FF;
    color: #fff;
    padding: 2rem;
    box-shadow: 0px 20px 60px #6D6D6D29;
    border-radius: 20px;
    text-align: start;
}

.oversight-modal .cards-wrapper .card-black {
    background: #000000;
}

.oversight-modal .card-primary .top-wrapper .title h1,
.oversight-modal .card-primary .bottom-wrapper .title h1 {
    font-size: 2rem;
}

.oversight-modal .card-primary .top-wrapper .subtitle h6,
.oversight-modal .card-primary .bottom-wrapper .subtitle h6 {
    font-size: 1.5rem;
}

.oversight-modal .card-primary .top-wrapper .title .line {
    border-bottom: 2px solid #707070;
    width: 40%;
    margin: 0 auto;
}

.oversight-modal .card-primary .top-wrapper .subtitle,
.oversight-modal .card-primary .bottom-wrapper .subtitle {
    padding-top: 2rem;
}

.oversight-modal .card-primary .bottom-wrapper .title {
    box-shadow: 0px 20px 60px #6D6D6D29;
    border: 1px solid #A5A5A5;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 1.5rem;
}

.discharge-tracker {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../images/bg-dischargeTracker.png);
}

.discharge-tracker .card-primary {
    margin: 0 7rem;
}

.oversight .data-wrapper .bottom-line {
    border-bottom: 1px solid #707070;
}

.oversight .data-wrapper .right-line {
    border-right: 1px solid #707070;
}

.oversight .data-wrapper .oversight-details {
    padding: 1rem;
}

.oversight .data-wrapper .oversight-details h6 {
    font-size: 18px;
    font-weight: 600;
}

.oversight .data-wrapper .right-line .oversight-details {
    padding: 1rem 1rem 1rem 0;
}

.oversight .data-wrapper .oversight-details p {
    margin-bottom: 0;
}

.our-features h3,
.collaborate h3 {
    margin-bottom: 0;
}

.our-features img,
.collaborate img {
    max-width: 80%;
}

.our-features .features-description h6 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.our-features .features-description ul {
    padding: 0;
    margin: 0;
    padding-left: 1rem;
}

.delivery-model .card-primary .proven-details {
    margin-bottom: 1rem;
}

.delivery-model .card-primary .proven-details:last-child {
    margin-bottom: 0;
}

.delivery-model .card-primary .proven-details ul {
    margin-bottom: 0;
    padding: 0 1rem;
}

.delivery-model .card-primary .proven-details ul li {
    font-weight: 600;
}

.delivery-model .card-primary .proven-details p {
    padding-left: 1rem;
    margin-bottom: 0;
}

.contact-wrapper {
    background: linear-gradient(172deg, rgba(0, 102, 255, 1) 0%, rgba(0, 51, 128, 1) 100%);
    color: #fff;
    padding: 1rem;
    box-shadow: 0px 20px 60px #6D6D6D29;
    border-radius: 18px;
}

.our-values .section-header,
.team .section-header {
    padding: 40px 5rem 40px 5rem;
}

.advisors .section-header {
    padding: 16px 5rem 40px 5rem;
}

.partners .section-header {
    padding: 112px 5rem 40px 5rem;
}

.benefits .section-header {
    padding: 88px 5rem 30px 5rem;
}

.section-header h6 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    line-height: 32px;
}

.team .section-header h6,
.advisors .section-header h6,
.our-values .section-header h6 {
    margin-bottom: 0;
}

.partners .section-header h6 {
    margin-bottom: 24px;
}

.section-header p {
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.pb-40 {
    padding-bottom: 40px;
}

.award-details {
    padding-top: .25rem;
}

.award-details h6 {
    font-size: 12px;
    font-weight: 700;
}

.award-details p {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 12px;
}

.inner-container {
    padding: 0 4rem;
}

.nav-fill .nav-item {
    width: 15%;
    margin-right: 2%;
}

.nav-fill .nav-item:last-child {
    margin-right: 0;
}

.sticky {
    position: sticky;
    top: 80px;
    background: linear-gradient(180deg, #FFFFFF 63.26%, rgba(255, 255, 255, 0) 88.07%);
    padding: 1rem 0 3.5rem 0;
    z-index: 3;
}

#solutions-tab .nav-pills .nav-item {
    width: 15%;
    margin-right: 2%;
}

#solutions-tab .nav-pills .nav-item:last-child {
    margin-right: 0;
}

#solutions-tab .nav-pills .nav-link {
    background: #DFE9F8;
    border-radius: 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    height: 80px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 15.33px 16.779px 24.67px 10.221px;
    border: 2px solid #DFE9F8;
    width: 100%;
    line-height: 20px;
}

#solutions-tab .nav-link:focus,
#solutions-tab .nav-link:hover {
    background: #DFE9F8;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    color: #000;
}

#solutions-tab .nav-pills .nav-link.active,
#solutions-tab .nav-pills .show>.nav-link {
    background: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    border: 2px solid var(--primary-color);
}

#solutions-tab .nav-pills .nav-link:focus-visible {
    outline: none;
}

.services .tab-content h6 {
    font-weight: 600;
    font-size: 18px;
}

.services .tab-content p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.36px;
}

.bg-primary {
    background: var(--primary-color);
    border-radius: 20px;
    color: #fff;
}

.bg-primary h6 {
    font-weight: 700;
    font-size: 17px;
}

.bg-primary p {
    font-size: 17px;
    font-weight: 400;
}

.testimony-box {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
}

#video-text img {
    cursor: pointer;
}

.banner-parent {
    position: relative;
    padding-top: 0;
    height: 100vh;
}

.banner-child,
.banner-child-1,
.banner-child-2 {
    position: absolute;
    bottom: 56px;
}

.banner-child {
    left: 40px;
    bottom: 60px;
}

.on-scroll-show {
    opacity: 1;
}

.pb-40 {
    padding-bottom: 40px;
}

.testimony-box .bg-primary {
    border-radius: 8px 8px 0 0;
    padding: 1rem;
}

.text-primary {
    color: #0072BC;
}

#video-text .thumbnail img {
    min-height: 400px;
}

.thumbnail iframe {
    border-radius: 0 20px 20px 0;
    padding: .25rem;
    width: 100%;
    height: 100%;
}

.client-name {
    font-weight: 700;
}

.client-name,
.designation,
.firm {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.26px;
}

.firm-name {
    font-size: 10.069px;
    font-weight: 300;
    line-height: 10.984px;
}

.text-blue {
    color: var(--primary-color);
    text-align: center;
    font-size: 37px;
    line-height: 48px;
    font-weight: 500;
}

.top-line {
    background: var(--primary-color);
    height: 2px;
    margin-bottom: 1rem;
}

.bg-black {
    background-color: #000;
}

footer {
    color: #fff;
    padding: 4rem 0;
    position: relative;
}

footer h6 {
    font-size: 18px;
    font-weight: 700;
}

.footer-links h6 {
    margin-bottom: 5px;
}

footer a h6 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

footer ul a {
    color: #fff;
    text-decoration: none;
}

footer a h6:hover,
footer ul a:hover {
    color: var(--primary-color);
}

footer ul li {
    list-style: none;
    font-size: 18px;
}

.copywright {
    text-align: end;
    position: absolute;
    bottom: 20%;
    right: 8%;
}

footer .footer-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--primary-color);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner {
    background: url(../images/banner-home.png);
}

.banner-about {
    background: url(../images/banner-about.png);
}

.banner-solutions {
    background: url(../images/banner-solutions.png);
}

.banner,
.banner-about,
.banner-solutions {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.banner-about .banner-contents p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}

.values-header h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.values-header p {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
}

.leader-name {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}

.advisors .leader-name {
    min-height: 50px;
}

.leader-details p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    display: flex;
    align-items: start;
    justify-content: center;
}

.owl-carousel.owl-drag .owl-item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-item img {
    width: auto;
    padding-bottom: 2rem;
    max-width: 95%;
}

.partners .owl-carousel .owl-item img {
    padding-bottom: 4rem;
}

.partners .owl-carousel .owl-item img:last-child {
    margin-top: 2rem;
    padding-bottom: 2rem;
    vertical-align: top;
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #A3A3A3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px;
}

.benefits p,
.performance p {
    font-weight: 500;
    font-size: 19px;
}

#services-cols .col-lg-5,
#services-cols .col-lg-7 {
    width: 50%;
}

/* Speak Us Modal Styles */

.modal {
    top: 88px;
}

.modal-dialog {
    min-width: 840px;
    max-width: 840px;
    margin: 4.75rem auto;
    top: -76px;
}

.modal-content {
    padding: 3rem 0;
}

.modal .form-control {
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    min-height: 45px;
    border: none;
}

/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.modal-backdrop {
    top: 88px;
    background: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-content {
    background: #DFE9F8;
    border-radius: 10px;
}

.modal .nav .nav-pills {
    border: 1px solid var(--primary-color);
}

.modal .nav-pills .nav-link {
    color: var(--primary-color);
    border-radius: 0 14px 14px 0;
    padding: 4px 16px;
    box-shadow: none;
    font-weight: 600;
    width: 100%;
    font-size: 12px;
}

.modal .nav-pills .nav-link.active,
.modal .nav-pills .show>.nav-link {
    background: #FFFFFF;
    color: var(--primary-color);
    border-radius: 14px;
}

.border-blue {
    background: linear-gradient(0deg, rgba(0, 102, 255, 0.3), rgba(0, 102, 255, 0.3)), #FFFFFF;
    border: 1px solid var(--primary-color);
    border-radius: 14px;
    width: 35%;
}

#modal-nav-item .nav-item {
    text-align: center;
    line-height: 16px;
}

#modal-nav-item .nav-item:first-child {
    width: 60%;
}

#modal-nav-item .nav-item:last-child {
    width: 40%;
}

.close-btn {
    position: absolute;
    right: 0%;
    top: -40%;
}

.close-btn img {
    width: 48px;
    height: 48px;
}

.demo-call-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding: 2.25rem 0 1.5rem 0;
}

.area-solution p,
.contact-details p {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}

#demo-call .contact-details {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    width: 70%;
    padding: 30px 0 32px 0;
}

.solution-btn-grp .btn-group {
    display: block;
    padding-left: 1px;
}

.solution-btn-grp {
    padding-bottom: 2rem;
    width: 78%;
}

.form-control:focus {
    box-shadow: none
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#contact-tabContent .btn-outline-primary {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 4px 16px;
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 5px;
    box-shadow: none;
    border: 1px solid #fff;
}

#contact-tabContent .btn-outline-primary:hover {
    background: #FFFFFF;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

#contact-tabContent .btn-check:active+.btn-outline-primary,
#contact-tabContent .btn-check:checked+.btn-outline-primary,
#contact-tabContent .btn-outline-primary.active,
#contact-tabContent .btn-outline-primary.dropdown-toggle.show,
#contact-tabContent .btn-outline-primary:active {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #FFFFFF;
}

#the-count,
#the-count2 {
    padding: 0.1rem 0 0 .5rem;
    font-size: 12px;
}

.btn-message {
    color: #7A7674;
    font-size: 12px;
    text-decoration: none;
}

#message-step-2,
#stage-2,
#stage-3,
#call-step-2,
#call-step-3,
#call-step-4,
#call-step-5,
#step-2,
#step-3 {
    display: none;
}

#stage-1,
#stage-2,
#call-step-1,
#call-step-2,
#call-step-3,
#call-step-4 {
    position: relative;
    height: 80vh;
}

#stage-1 .btn-primary,
#stage-2 .btn-primary,
#call-step-1 .btn-primary,
#call-step-2 .btn-primary,
#call-step-3 .btn-primary,
#call-step-4 .btn-primary {
    position: absolute;
    top: calc(100vh - 38%);
}

.calender-wrapper {
    display: flex;
}

textarea {
    resize: none;
}

.timeslot-wrapper {
    padding: .5rem;
    margin-bottom: 10px;
}

#contact-tabContent .calender-wrapper .btn-outline-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 16px;
    color: #000;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
}

#contact-tabContent .calender-wrapper .btn-outline-primary:hover {
    background: #FFFFFF;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

#contact-tabContent .calender-wrapper .btn-check:active+.btn-outline-primary,
#contact-tabContent .calender-wrapper .btn-check:checked+.btn-outline-primary,
#contact-tabContent .calender-wrapper .btn-outline-primary.active,
#contact-tabContent .calender-wrapper .btn-outline-primary.dropdown-toggle.show,
#contact-tabContent .calender-wrapper .btn-outline-primary:active {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #FFFFFF;
}

.text-thanks {
    font-size: 19px;
    font-weight: 500;
}

.fade {
    transition: opacity .4s ease 0s;
}

/* Media Query */

@media (min-width:1400px) {
    .pb-40 {
        padding-bottom: 20px;
    }

    #video-text .thumbnail img {
        min-height: 435px;
    }

    .bed-state .state-details-wrapper .content-col {
        padding-left: 0;
    }
}

@media (max-width:1399px) {
    .bg-primary p {
        font-size: 18px;
    }

    .bg-primary h6 {
        font-size: 17px;
    }

    #video-text p {
        font-size: 15px;
    }

    .bg-primary .pb-40 {
        padding-bottom: 20px;
    }

    #solutions-tab .nav-pills .nav-link {
        font-size: 13px;
    }

    .banner-about .banner-contents p {
        font-size: 16px;
        line-height: 24px;
    }

    .advisors .pb-24 {
        padding-bottom: 40px;
    }

    .contents-wrapper .decisions h6 {
        margin-bottom: 0;
    }

    .feature-card p {
        font-size: 1rem;
    }
}

@media (max-width:1199px) and (min-width:992px) {

    .services .tab-content p,
    .services .tab-content ul li,
    .solutions .tab-content p,
    .solutions .tab-content ul li {
        font-weight: 400;
        font-size: 14px;
    }

    .bg-primary p {
        font-size: 14px;
    }

    .bg-primary h6 {
        font-size: 15px;
    }

    #video-text .thumbnail img {
        min-height: 330px;
    }

    #video-text p {
        font-size: 14px;
    }

    #solutions-tab .nav-pills .nav-link {
        font-size: 10px;
    }

    .ibox-support .card-primary {
        min-height: 210px;
    }

    .sdec .card-primary,
    .deteriorating-patients .card-primary {
        min-height: 225px;
    }

    .elective-protection .card-primary {
        min-height: 275px;
    }

    .bed-state .state-details-wrapper .content-col {
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .contents-wrapper {
        position: relative;
    }

    .contents-wrapper .decisions.flow-1,
    .contents-wrapper .decisions.flow-2,
    .contents-wrapper .decisions.flow-3,
    .contents-wrapper .decisions.flow-4,
    .contents-wrapper .decisions.flow-5 {
        position: absolute;
        top: 13%;
    }

    .contents-wrapper .decisions.flow-2 {
        top: 29%;
    }

    .contents-wrapper .decisions.flow-3 {
        top: 45%;
    }

    .contents-wrapper .decisions.flow-4 {
        top: 61%;
    }

    .contents-wrapper .decisions.flow-5 {
        top: 77%;
    }

    .decision-making-sm-wrapper {
        display: none;
    }
}

@media (min-width:768px) {

    .sm-banner,
    .ahof-sm-banner,
    .services-sm-banner {
        display: none;
    }
}

@media (max-width:991px) {
    .header {
        height: 80px;
        display: flex;
        align-items: center;
    }

    .sticky {
        border-radius: 0;
        padding: 1rem 0 0.2rem 0;
    }

    .navbar {
        width: 100%;
        padding: .75rem 0;
    }

    .navbar-brand {
        margin: 0;
        width: 30%;
    }

    .navbar-toggler {
        border: none;
        color: #fff;
        padding-right: 0;
    }

    .navbar-toggler i {
        font-size: 1.25rem;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        padding: 0;
        position: absolute;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        transition: background-color 0.3s ease;
    }

    .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        padding: 0 .75rem;
        background: var(--primary-color);
    }

    .mobile-menu .navbar {
        padding: 0;
    }

    .mobile-menu .navbar-brand {
        margin: 0;
        text-align: start;
        width: 30%;
    }

    .navbar-nav {
        padding: 4rem 1rem;
    }

    .navbar-nav .nav-item {
        padding: 0 0 .5rem 0;
    }

    .navbar-nav .nav-link {
        text-align: start;
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
        border-radius: 0;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link {
        background-color: #fff;
        color: #000;
        border-radius: 0;
    }

    .navbar-nav .social-media-icons ul {
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar-nav .social-media-icons ul li:last-child {
        padding-right: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
        opacity: 1;
        font-weight: 500;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: var(--primary-color);
    }

    .solutions .tab-content {
        margin-top: 0;
    }

    .banner-contents {
        text-align: center;
    }

    .why-ibox,
    .ibox-support,
    .deteriorating-patients,
    .executive-application,
    .our-services,
    .delivery-model,
    section {
        padding: 1rem 0;
    }

    .banner-child,
    .banner-child-1,
    .banner-child-2 {
        bottom: 20px;
    }

    .why-ibox .ibox-details h6 {
        padding: 0 0 1rem 0;
    }

    .decision-making .section-header {
        width: 100%;
    }

    footer {
        min-height: 550px;
    }

    .copywright {
        bottom: 10%;
        right: 8%;
    }

    .pb-24 {
        padding-bottom: 24px;
    }

    .advisors .pb-24 {
        padding-bottom: 40px;
    }

    .team .leader-details {
        padding-bottom: 72px;
    }

    section.team {
        padding: 0;
    }

    #solutions-tab .nav-pills .nav-item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 5px;
    }

    #solutions-tab .nav-pills .nav-item:nth-child(3),
    #solutions-tab .nav-pills .nav-item:last-child {
        margin-right: 0;
    }

    #solutions-tab .nav-pills .nav-item .nav-link:focus,
    #solutions-tab .nav-pills .nav-item .nav-link:hover {
        border: none;
        background: var(--primary-color);
        border-radius: 8px;
        color: #fff;
    }

    .award-details p {
        font-size: 10px;
    }

    .section-header p,
    .banner-contents h5 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .our-values .section-header h6 {
        padding-bottom: 2rem;
    }

    .advisors .leader-name {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.28px;
        min-height: auto;
    }

    .advisors .leader-details p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.24px;
    }

    .clients .section-header p {
        margin-bottom: 32px;
    }

    .mobile-services-section .section-header {
        padding: 1rem 0 0 0;
    }

    .mobile-services-section .section-header p {
        margin-bottom: 28px;
    }

    .owl-carousel .owl-item img {
        padding-bottom: 4rem;
    }

    .owl-carousel .owl-stage,
    .owl-carousel.owl-drag .owl-item {
        align-items: start;
    }

    .mb-32 {
        margin-bottom: 32px;
    }

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        font-size: 14px;
        height: 55px;
    }

    .banner-about .banner-contents,
    .banner-solutions .banner-contents {
        text-align: left;
    }

    .mockup img {
        width: 100%;
        height: 100%;
    }

    .testimony-box,
    .testimony-box .bg-primary {
        height: auto;
    }

    .bg-primary .pb-40 {
        padding-bottom: 10px;
    }

    .pb-60 {
        padding-bottom: 16px;
    }

    .benefits .section-header {
        padding: 52px 0 2rem 0;
    }

    .pt-32 {
        padding-top: 32px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .partners {
        background: #F4F6FA;
    }

    .bg-accordion {
        background: #DFE9F8;
        border-radius: 4px;
        margin: 2.5rem 0 1rem 0;
    }

    .accordion-body,
    .accordion-button:not(.collapsed),
    .accordion-button,
    .accordion-button:focus {
        background-color: #DFE9F8;
        color: #000;
        border-color: transparent;
        box-shadow: none;
    }

    .accordion-body {
        padding: .75rem 0;
    }

    .accordion-body p,
    .accordion-body ul li {
        line-height: 16px;
    }

    .accordion-flush .accordion-item .accordion-button {
        font-weight: 500;
        padding: 1.5rem .25rem;
        color: #000;
        font-size: 17.885px;
        line-height: 20.44px;
    }

    .accordion-item {
        border: 2px solid #fff;
    }

    .accordion-flush .accordion-item img {
        width: 100%;
    }

    .accordion-button::after {
        background-image: url(../images/down-arrow.svg);
        width: 18px;
        height: 21px;
        background-size: auto;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url(../images/up-arrow.svg);
        transform: rotate(0deg);
    }

    .tab-container {
        width: 100%;
        overflow: inherit;
    }

    .tab-header {
        overflow-x: auto;
        white-space: nowrap;
        background: linear-gradient(180deg, #FFFFFF 63.26%, rgba(255, 255, 255, 0) 88.07%);
        height: 70px;
    }

    .tab-container::-webkit-scrollbar,
    .tab-header::-webkit-scrollbar {
        display: none;
        width: 1px;
        height: 1px;
    }

    .tab-list {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .tab-item {
        width: 130px;
        flex-shrink: 0;
        background: #DFE9F8;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        height: 48px;
        display: flex;
        align-items: center;
        text-align: left;
        padding: 8px 0px 8px 8px;
        border: 2px solid #DFE9F8;
        cursor: pointer;
    }

    .tab-item.active {
        background: var(--primary-color);
        border-radius: 6px;
        color: #fff;
        border: none;
    }

    .tab-item:not(:last-child) {
        margin-right: 10px;
    }

    .tab-content {
        width: 100%;
        overflow: hidden;
    }

    .tab-panel {
        display: none;
    }

    .tab-panel.active {
        display: block;
    }

    .sticky-content {
        position: sticky;
        top: 75px;
        padding: 1rem 0;
        background: linear-gradient(180deg, #FFFFFF 63.26%, rgba(255, 255, 255, 0) 88.07%);
    }

    .tab-container .tab-content .tab-panel h6 {
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .tab-container .tab-content .tab-panel p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .tab-container .tab-content .tab-panel img {
        padding-top: 20px;
    }

    .modal {
        top: 75px;
    }

    .modal-dialog {
        min-width: auto;
        max-width: 700px;
        margin: auto;
        top: 0;
    }

    .modal-content {
        padding: 3rem 4rem;
        border-radius: 0;
        min-height: 100vh;
    }

    .modal .nav-pills .nav-item {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .modal .nav-pills .nav-link.active,
    .modal .nav-pills .show>.nav-link {
        width: 100%;
        min-width: auto;
        font-size: 12px;
    }

    .modal .tab-content {
        height: 100%;
    }

    .close-btn {
        position: absolute;
        right: 0%;
        top: -50%;
    }

    .border-blue {
        width: 50%;
    }

    .demo-call-text,
    .area-solution p,
    .contact-details p {
        font-weight: 500;
        font-size: 19px;
        line-height: 24px;
        padding: 1.5rem 0 1.5rem 0;
    }

    .area-solution p,
    .contact-details p {
        padding-bottom: 1rem;
    }

    .area-solution p {
        padding: 1rem 0;
    }

    .decision-making-sm-wrapper .bullet-wrapper {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #414042;
        position: relative;
    }

    .decision-making-sm-wrapper .bullet-wrapper .main-bullet {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #FFAA00;
    }

    .decision-making-sm-wrapper .bullet-wrapper .main-bullet.bg-black {
        background: #49484A;
    }

    .decision-making-sm-wrapper .bullet-wrapper .main-bullet.bg-cyan {
        background: #00C9BC;
    }

    .decision-making-sm-wrapper .bullet-wrapper .main-bullet.bg-grey {
        background: #5C696E;
    }

    .decision-making-sm-wrapper .bullet-wrapper .main-bullet.bg-silver {
        background: #A4AAB3;
    }

    .decision-making-sm-wrapper .bullet-wrapper .bullet {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #FFAA00;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .decision-making-sm-wrapper .bullet-wrapper .bullet-2 {
        bottom: -30px;
    }

    .decision-making-sm-wrapper .bullet-wrapper .bullet-3 {
        bottom: -45px;
    }

    .decision-making-sm-wrapper .bullet-wrapper .bullet-4 {
        bottom: -60px;
        background: #000000;
    }

    .decision-making-sm-wrapper .bullet-wrapper .bullet-5 {
        bottom: -75px;
        background: #00000080;
    }

    .decision-making-sm-wrapper .bullet-wrapper.black-wrapper .bullet-1,
    .decision-making-sm-wrapper .bullet-wrapper.black-wrapper .bullet-2,
    .decision-making-sm-wrapper .bullet-wrapper.black-wrapper .bullet-3 {
        background: #49484A;
    }

    .decision-making-sm-wrapper .bullet-wrapper.black-wrapper .bullet-4,
    .decision-making-sm-wrapper .bullet-wrapper.black-wrapper .bullet-5 {
        background: #EEAE2F;
    }

    .decision-making-sm-wrapper .bullet-wrapper.orange-wrapper .bullet-4,
    .decision-making-sm-wrapper .bullet-wrapper.orange-wrapper .bullet-5,
    .decision-making-sm-wrapper .bullet-wrapper.cyan-wrapper .bullet-1,
    .decision-making-sm-wrapper .bullet-wrapper.cyan-wrapper .bullet-2,
    .decision-making-sm-wrapper .bullet-wrapper.cyan-wrapper .bullet-3 {
        background: #00C9BC;
    }

    .decision-making-sm-wrapper .bullet-wrapper.cyan-wrapper .bullet-4 {
        background: #747E81;
    }

    .decision-making-sm-wrapper .bullet-wrapper.cyan-wrapper .bullet-5 {
        background: #A4AAB3;
    }

    .decision-making-sm-wrapper .bullet-wrapper.grey-wrapper .bullet-1,
    .decision-making-sm-wrapper .bullet-wrapper.grey-wrapper .bullet-2,
    .decision-making-sm-wrapper .bullet-wrapper.grey-wrapper .bullet-3 {
        background: #5C696E;
    }

    .decision-making-sm-wrapper .bullet-wrapper.grey-wrapper .bullet-4,
    .decision-making-sm-wrapper .bullet-wrapper.grey-wrapper .bullet-5,
    .decision-making-sm-wrapper .bullet-wrapper.silver-wrapper .bullet-1,
    .decision-making-sm-wrapper .bullet-wrapper.silver-wrapper .bullet-2,
    .decision-making-sm-wrapper .bullet-wrapper.silver-wrapper .bullet-3 {
        background: #A4AAB3;
    }

    .decision-making-sm-wrapper .bullet-wrapper.silver-wrapper .bullet-4,
    .decision-making-sm-wrapper .bullet-wrapper.silver-wrapper .bullet-5 {
        background: #c1c6ce;
    }

    .decision-making-sm-wrapper .decision-making-details {
        min-height: 110px;
    }

    .decision-making-sm-wrapper .decision-making-details h6 {
        font-size: 16px;
    }

    .decision-making-sm-wrapper .decision-making-details.flow-1 h6 {
        color: #49484A;
    }

    .decision-making-sm-wrapper .decision-making-details.flow-2 h6 {
        color: #FFAA00;
    }

    .decision-making-sm-wrapper .decision-making-details.flow-3 h6 {
        color: #00C9BC;
    }

    .decision-making-sm-wrapper .decision-making-details.flow-4 h6 {
        color: #5C696E;
    }

    .decision-making-sm-wrapper .decision-making-details.flow-5 h6 {
        color: #A4AAB3;
    }

    .oversight-modal .cards-wrapper .card-blue,
    .oversight-modal .cards-wrapper .card-black {
        padding: 1rem 2rem;
        border-radius: 10px;
    }

    .discharge-tracker .card-primary {
        margin: 0 3rem;
    }

    .bed-state .state-details-wrapper .capacity-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bed-state .state-details-wrapper .capacity-row .icon-col {
        width: 90px;
    }

    .bed-state .state-details-wrapper .capacity-row .content-col {
        width: calc(100% - 120px);
        padding-left: 0;
    }

    .bed-state .state-details-wrapper img.ibox-logo {
        top: 30%;
        left: 22%;
    }

    .bed-state .state-details-wrapper img {
        min-width: 95px;
        max-width: 95px;
    }

    .bed-state .state-details-wrapper .content-col .card-primary {
        padding: 1rem 1rem 1rem 2rem;
    }

    .mb-38 {
        margin-bottom: 38px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 16px;
    }

    .header {
        padding: 0;
    }

    section.sm-banner {
        padding-top: 60px;
    }

    .sticky {
        top: 60px;
        padding: .25rem 0 0 0;
    }

    .navbar-brand,
    .mobile-menu .navbar-brand {
        margin: 0;
        width: 70%;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding: .5rem 0;
    }

    .card-primary {
        padding: 1rem;
        border-radius: 15px;
    }

    .card-primary .user-details p {
        margin-bottom: 0;
    }

    .ibox-does .staff-details-wrapper .card-primary .user-details h6,
    .card-primary .user-details h6,
    .card-primary .user-details p {
        font-size: 1rem;
    }

    .section-header h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .decision-making .section-header h6 {
        font-size: 1rem;
        line-height: 20px;
    }

    .decision-making .section-header {
        width: 100%;
    }

    .why-ibox .ibox-details h6,
    .our-story .story-details h6 {
        padding-top: 0;
        font-size: 18px;
        font-weight: 500;
    }

    .why-ibox .card-primary .user-details h6 {
        font-size: 1rem;
    }

    .talk-to-us .btn {
        font-size: 16px;
    }

    .feature-card .dash-line {
        left: 48%;
        bottom: -10px;
    }

    .oversight-framework .card-primary {
        margin-top: 3rem;
    }

    .footer-links {
        padding-top: 2rem;
    }

    .oversight-modal .card-primary .bottom-wrapper .title {
        width: 100%;
        border-radius: 10px;
    }

    .awards .section-header h6,
    .clients .section-header h6,
    .mobile-services-section .section-header h6 {
        margin-bottom: 24px;
    }

    .performance .section-header h6 {
        margin-bottom: 1rem;
    }

    .tab-container .tab-content .tab-panel .benefits .section-header h6 {
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
    }

    .tab-container .tab-content .tab-panel .benefits .section-header p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.3px;
        padding-top: 1rem;
    }

    .awards .section-header h6,
    .partners .section-header h6 {
        padding-top: 1.25rem;
    }

    #solutions-tab .nav-pills .nav-item {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 5px;
    }

    #solutions-tab .nav-pills .nav-item:nth-child(2),
    #solutions-tab .nav-pills .nav-item:nth-child(4),
    #solutions-tab .nav-pills .nav-item:nth-child(6) {
        margin-right: 0%;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        box-shadow: none;
        padding: 16px 20px;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }

    .btn-secondary {
        box-shadow: 0px 10px 20px #00000029;
        border: 2px solid #FFFFFF;
    }

    .section-header,
    .inner-container {
        padding: 1rem 0;
    }

    .our-mission .section-header {
        padding: 80px 0 32px 0;
    }

    .our-values .section-header {
        padding: 32px 0 0 0;
    }

    .team .section-header {
        padding: 0 0 32px 0;
    }

    .advisors .section-header {
        padding: 8px 0 32px 0;
    }

    .partners .section-header {
        padding: 32px 0 30px 0;
    }

    .partners .section-header h6 {
        margin-bottom: 16px;
    }

    .testimony .section-header {
        padding: 0 24px 24px 24px;
    }

    #video-text p {
        font-size: 17px;
        padding: 1rem 0;
    }

    .bg-primary p {
        font-size: 19px;
        font-weight: 400;
    }

    .thumbnail iframe {
        border-radius: 0 0 4px 4px;
    }

    .performance .section-header {
        padding: 0 24px 16px 24px;
    }

    .performance .section-header p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 44px;
    }

    #video-text .thumbnail img {
        min-height: auto;
    }

    .banner {
        margin-top: 0px;
    }

    .sm-banner img {
        margin-top: 18px;
    }

    .ahof-sm-banner img,
    .services-sm-banner img {
        margin-top: 40px;
    }

    .sm-banner .banner-contents,
    .ahof-sm-banner .banner-contents,
    .services-sm-banner .banner-contents {
        padding: 1rem 0 0 0;
    }

    .sm-banner .banner-contents h1,
    .ahof-sm-banner .banner-contents h1,
    .services-sm-banner .banner-contents h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 1rem;
        color: #000;
    }

    .ahof-sm-banner .banner-contents h1,
    .services-sm-banner .banner-contents h1 {
        text-align: start;
    }

    .sm-banner .banner-contents p,
    .ahof-sm-banner .banner-contents p,
    .services-sm-banner .banner-contents p {
        font-size: 20px;
        line-height: 24px;
        text-align: start;
        color: #000;
        margin-bottom: 2rem;
    }

    .why-ibox {
        padding: 0;
    }

    .why-ibox .section-title h2,
    .our-story .section-title h2 {
        text-align: center;
        font-size: 22px;
    }

    .why-ibox .epr-details p:last-child,
    .our-story .visions p {
        margin-bottom: 0;
    }

    .why-ibox .ibox-details {
        margin-bottom: 1rem;
    }

    .our-story {
        padding: 2rem 0 0 0;
    }

    .our-story .story-details h6 {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .ibox-support .section-title,
    .ed-oversight .section-title,
    .sdec .section-title,
    .bed-state .section-title,
    .deteriorating-patients .section-title,
    .elective-protection .section-title,
    .discharge-tracker .section-title,
    .executive-application .section-title,
    .oversight .section-title,
    .our-services .section-title,
    .delivery-model .section-title {
        width: 100%;
    }

    .ibox-does .section-header h6,
    .ibox-support .section-title h2,
    .ed-oversight .section-title h2,
    .sdec .section-title h2,
    .bed-state .section-title h2,
    .deteriorating-patients .section-title h2,
    .elective-protection .section-title h2,
    .executive-application .section-title h2 {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .ibox-does .section-header p {
        text-align: start;
    }

    .ibox-does-wrapper .workflow-details p {
        margin-bottom: 0;
    }

    .ibox-does-wrapper .workflow-details h6 {
        font-size: 16px;
    }

    .decision-making {
        background-image: none;
    }

    .ibox-support .section-title,
    .ed-oversight .section-title,
    .sdec .section-title,
    .bed-state .section-title,
    .deteriorating-patients .section-title,
    .elective-protection .section-title,
    .discharge-tracker .section-title,
    .executive-application .section-title {
        width: 100%;
    }

    section.discharge-tracker {
        padding-top: 0;
    }

    .discharge-tracker .section-title {
        margin-top: -60px;
    }

    .discharge-tracker .card-primary {
        margin: 0;
    }

    .oversight .data-wrapper .right-line,
    .oversight .data-wrapper .bottom-line {
        border: none;
    }

    .oversight .data-wrapper .oversight-details {
        border-bottom: 1px solid #707070;
    }

    .oversight .data-wrapper .right-line .oversight-details,
    .oversight .data-wrapper .oversight-details {
        padding: 1rem 0;
    }

    .ibox-support .card-primary,
    .ed-oversight .card-primary,
    .sdec .card-primary,
    .deteriorating-patients .card-primary,
    .elective-protection .card-primary {
        min-height: auto;
    }

    .ibox-support .subtext {
        width: 100%;
        text-align: start;
    }

    .ibox-support .subtext p {
        margin-bottom: 0;
    }

    .ibox-support .section-title h6,
    .ed-oversight .section-title h6,
    .sdec .section-title h6,
    .bed-state .section-title h6,
    .deteriorating-patients .section-title h6,
    .elective-protection .section-title h6,
    .executive-application .section-title h6,
    .oversight .section-title h6 {
        font-size: 16px;
    }

    .oversight-modal .card-primary .top-wrapper .title h1,
    .oversight-modal .card-primary .bottom-wrapper .title h1 {
        font-size: 25px;
    }

    .our-features .features-description ul li::marker,
    .delivery-model .card-primary .proven-details ul li::marker {
        color: var(--primary-color);
    }

    .contact-wrapper {
        margin: 0 .5rem;
        width: calc(100% - 1rem);
        padding: 1.5rem;
    }

    .banner-solutions .banner-contents h1,
    .banner-contents h1 {
        font-size: 30px;
        line-height: 32px;
        font-weight: 600;
    }

    .banner-solutions .banner-contents p {
        padding-top: 24px;
    }

    .banner-solutions .banner-contents p {
        font-size: 15px;
        line-height: 24px;
    }

    .banner-about .banner-contents p {
        font-size: 16px;
        line-height: 24px;
    }

    .accordion-body p,
    .accordion-body ul li {
        color: #000;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: -0.26px;
    }

    .accordion-body .btn-primary {
        margin-top: 44px;
        margin-bottom: 48px;
    }

    .banner {
        background: url(../images/home-bg-mobile.png);
    }

    .banner-about {
        background: url(../images/about-bg-mobile.png);
    }

    .banner-solutions {
        background: url(../images/solutions-bg-mobile.png);
    }

    .banner,
    .banner-about,
    .banner-solutions {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100vh;
    }

    .banner-child {
        bottom: 155px;
    }

    .banner-child-2 {
        bottom: 165px;
    }

    .banner-child-1 {
        bottom: 50px;
    }

    .on-scroll-show {
        opacity: 0;
    }

    .banner-solutions .banner-contents {
        color: #000;
    }

    .banner-about .banner-contents h1 {
        margin-bottom: 32px;
    }

    .banner-about .banner-contents p,
    .about-us p {
        font-size: 15px;
        line-height: 24px;
    }

    .benefits h5,
    .performance h5 {
        font-size: 18px;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .performance .top-line {
        margin-bottom: 8px;
    }

    .benefits p,
    .performance p {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .values-header h5 {
        font-size: 20px;
    }

    .values-header p {
        font-size: 14px;
        line-height: 24px;
    }

    .services .tab-content h6 {
        font-size: 17px;
    }

    .services .tab-content p {
        font-size: 13px;
        line-height: 16px;
    }

    .team img,
    .advisors img {
        max-width: 100%;
    }

    .services .tab-content img,
    .solutions .tab-content img {
        width: 100%;
    }

    .sticky-content {
        top: 60px;
        padding: .5rem 0 2rem 0;
        height: 90px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .partners .owl-carousel .owl-stage,
    .partners .owl-carousel.owl-drag .owl-item {
        padding: 0 .25rem 0 1.75rem .5rem;
    }

    .text-blue {
        font-size: 23px;
        line-height: 32px;
    }

    .copywright {
        position: absolute;
        bottom: 8%;
        right: 8%;
        margin-top: 50px;
    }

    footer {
        min-height: 650px;
    }

    footer h6,
    .footer-links h6,
    footer ul li {
        font-size: 16px;
    }

    .bg-primary {
        border-radius: 4px;
    }

    .border-blue {
        width: 76%;
        margin-top: 20px;
    }

    .close-btn {
        position: absolute;
        right: 0%;
        top: -50%;
    }

    #modal-nav-item .nav-item:first-child {
        width: 55%;
    }

    #modal-nav-item .nav-item:last-child {
        width: 45%;
    }

    .modal {
        top: 0;
    }

    .modal-backdrop {
        background: transparent;
    }

    .modal-backdrop.show {
        opacity: 1;
    }

    .modal-content {
        padding: 0;
    }

    .modal-body {
        padding: 1rem 0;
    }

    .modal .btn-primary {
        background: #FFFFFF;
        border: 1px solid var(--primary-color);
        border-radius: 4px;
        text-align: center;
        color: var(--primary-color);
        font-size: 17px;
    }

    .timeslot-wrapper {
        padding: 0;
    }

    .calender-wrapper {
        display: block;
        padding: .5rem;
    }

    #demo-call .contact-details {
        width: 100%;
        padding: 30px 0 20px 0;
    }

    .feature-card {
        min-height: 320px;
        margin: 0 2rem;
    }

    .feature-card .pointer-line {
        height: 105px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {

    .banner,
    .banner-about,
    .banner-solutions {
        height: 125vh;
    }

    .modal {
        display: none !important;
    }
}