<>
/* Make text look crisper and more legible in all browsers */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
/* Focus state for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child.w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small.container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*
Make the following elements inherit typography s from the parent and not have hardcoded values.
Important: You will not be able to for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text--3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text--2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide.hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.button-v2.is--btn-icon {
position: relative;
background: linear-gradient(to leftrgba(238242245,1) 50%rgba(251,116,41,1) 50%) right;
background-size: 200%;
transition: background 0.3s cubic-bezier(.39.575.5651);
}
.button-v2.is--btn-icon:hover {
background-position: left;
}
.button-v2.is--btn-icon::before {
content: '';
top: 0;
left: 0;
position: absolute;
width: 34px;
height: 100%;
background-color: #FB7429;
background-image: url('https://cdn.prod.website-files.com/6411d4e93903db4ee3ba6a6f/64246c4c848c4a3fd3fb869c_button-white-cross.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 14.6px auto;
}
.button-v2.is--btn-icon.is--btn-transparent {
background: linear-gradient(to leftrgba(2382422450.2) 50%rgba(251,116,41,1) 50%) right;
background-size: 200%;
}
.button-v2.is--btn-icon.is--btn-transparent-blue {
background: linear-gradient(to leftrgba(2382422450.2) 50%rgba(2746701) 50%) right;
background-size: 200%;
}
.button-v2.is--btn-icon.is--btn-green {
background: linear-gradient(to leftrgba(238242245,1) 50%rgba(3877791) 50%) right;
background-size: 200%;
}
.button-v2.is--btn-icon.is--btn-green::before {
background-color: #264D4F;
}
.button-v2.is--btn-icon.is--btn-blue {
background: linear-gradient(to leftrgba(238242245,1) 50%rgba(2746701) 50%) right;
background-size: 200%;
}
.button-v2.is--btn-icon.is--btn-blue::before,
.button-v2.is--btn-icon.is--btn-transparent-blue::before {
background-color: #1B2E46;
}
.button-v2.is--btn-icon.is--btn-transparent:hover,
.button-v2.is--btn-icon.is--btn-green:hover,
.button-v2.is--btn-icon.is--btn-blue:hover {
background-position: left;
}
.button-v2.is--btn-icon.is--icon-download::before {
background-image: url('https://cdn.prod.website-files.com/6411d4e93903db4ee3ba6a6f/642475d95e28ae17218453cf_button-download-icon.svg');
background-size: 16.7px auto;
}
/*
H1 PAINT UNDERLINE
*/
.h1-underline {
display: inline;
padding-bottom: 0.25em;
background-image: url("https://cdn.prod.website-files.com/6411d4e93903db4ee3ba6a6f/69a197140f9348b1dbe5caad_underline-custom.svg");
background-repeat: no-repeat;
background-position: 0 calc(100% - 8px);
background-size: 100% 0.2em; /* adjust thickness */
}
>
<>
.slider {
overflow: hidden;
}
.slide-track {
display: flex;
width: calc(400px * 32); /* 16 original slides + 16 duplicate slides */
animation: scroll 120s linear infinite;
}
.slider::before,
.slider::after {
background: linear-gradient(to rightrgba(2552552551) 0%rgba(2552552550) 100%);
content: "";
height: 48px;
position: absolute;
width: 150px;
z-index: 2;
}
.slider::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.slide {
width: 150px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
.slide img {
max-width: 175px;
max-height: 48px;
width: auto;
height: auto;
}
.home-hero_item.swiper-slide {
/* width: 100% !important; */
}
.swiper-home-hero-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
opacity: 1;
margin: 0 7px;
background: #072324;
}
.swiper-home-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #1C8083;
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-400px * 16));
}
}
.swiper-testimonials-pagination {
justify-content: center;
align-items: center;
height: 10px;
margin-top: 32px;
display: flex;
}
.swiper-testimonials-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
opacity: 1;
margin: 0 7px;
background: #eef2f5;
}
.swiper-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #1b3738;
}
>
<>
/*
.news-card {
display: flex !important;
flex-shrink: 1 !important;
}
*/
.swiper-button-prev {
position: inherit !important;
width: auto !important;
height: auto !important;
}
.swiper-button-next.controls-button.w-embed {
position: inherit !important;
width: auto !important;
height: auto !important;
}
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-next::before {
content: none !important;
}
>
All-in-one Platform to Help Your Practice Save Time and Money

Practice Expense Card
Up to 2.2% cash back on medical supplies and healthcare purchases

Centralize Buying
A consolidated marketplace for all your supplies

Automate Clinic Finances
Automated healthcare specific bill payexpense analyticsand accounting

Automate Patient Engagement:
Powerful AI to increase patient engagement and save time
See Demo

Trusted by 700+ healthcare practices and 2,500+ professionals:


Our accountants love Nitra when it comes to just the syncing capabilities between Nitra and our Quickbooksand so it’s really made their job easierit’s made my job easierand everything is just really well thought out.”
Jojy Schless
Geneva Eye Clinic


“Nitrafor mehas been a lifeline. It’s so much more accuratefrom day to daymonth to monthI could see where we are. Having set limits on certain credit cards is also very helpfulwhere as beforeit was sort of a free-for-all.”
Andrea Ballesteros
Eye Specialists and Surgeons of North Virginia


“One of the hugest things for us is being able to have the virtual cards that we can split individual vendors to have their own cards. So if ever a card becomes compromisedor even a vendor isn’t doing what we want them towe can actually turn off their card.”
Dr. Andrew Rosenthal
Rosenthal Cosmetic and Plastic Surgery
Processing over
in payment volumes annually
Partnering with
healthcare practices
Loved by
doctors and healthcare admins

Get started in 5 minutes. It’s free.
<>
.rolling-animation-text {
border-right: 3px solid currentColor;
white-space: nowrap;
}
@keyframes blink {
0%100% { border-color: currentColor; }
50% { border-color: transparent; }
}
>