@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital@0;1&display=swap');

strong {
    font-weight: 700 !important;
}

.brk-header_style-2.brk-header_color-white .brk-nav__menu>li>a {
    color: #000;
}

.brk-header_scroll.brk-header_style-2 .brk-nav__menu>li>a {
    color: #000 !important;
}

.brk-header_style-2.brk-header_color-white .brk-nav__menu>li.brk-nav__children:hover>a {
    color: #000;
}

.brk-header__logo-1 {
    width: 250px;
}

.brk-header_scroll .brk-header__logo-2 {
    width: 250px;
}

.btn-inside-out>.after,
.btn-inside-out>.before {
    background: #e31e24;
}

.color-violet {
    color: #393185;
}

.brk-tabs-simple-top .brk-tab {
    color: #222;
}

.brk-tabs-nav .active {
    font-weight: bold;
}

.crm-bg {
    background: #e2fce3;
}

.lims-bg {
    background: #daebfe;
}

.pacs-bg {
    background: #f6eefd;
}

.product-card {
    margin-top: 10px;
    border: none;
    height: 100%;
    border-radius: 15px;
    padding: 20px;
    transition-duration: 1s;
}

.product-card:hover {
    transform: translateY(-10px);
    transition-duration: 1s;
}

.inventory-bg {
    background: #fff0cf;
}

.pharmacy-bg {
    background: #f9dedb;
}

.text-pharmacy {
    color: #cb6458;
}

.text-medico {
    color: #062e9b;
}

.medico-bg {
    background: #dae2f9;
}

.product-card .card-header {
    border-radius: 10px 10px 0 0;
    border: none;
    background: 0 0 !important;
    padding: 0;
}

.product-card img {
    width: 80px;
}

.product-card .card-footer {
    border: none;
    background-color: transparent;
    border-radius: 0 0 10px 10px;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: -25px;
}

.product-card .card-text {
    color: #222;
    font-size: 16px;
    padding-top: 15px;
    line-height: 1.4;
}

.brk-pricing-strict {
    min-height: 1108px;
}

.text-crm {
    color: #076c0d;
}

.text-lims {
    color: #0f398b;
}

.text-pacs {
    color: #6d01ff;
}

.text-inventory {
    color: #e7a506;
}

.card-body {
    padding: 0;
}

.brk-testimonials-dash-five__item {
    padding-top: 24px;
    min-height: 352px;
    color: #000;
}

.brk-testimonials-dash-five__desc {
    max-height: 250px;
}

.btn-cm-2 {
    padding: 18px 26px;
}

.btn-cm-2>.before {
    padding-top: 18px !important;
    background: #fff !important;
    color: #000 !important;
}

.btn-cm-2>.after {
    background: #fff !important;
    color: #000 !important;
}

.btn-cm-2:hover {
    background: #e31e24;
    color: #fff;
    box-shadow: 0 5px 10px -2px #343536;
}

.brk-testimonials-dash-five__icon {
    background-image: linear-gradient(40deg, #e31e24 0%, #e31e24 100%);
}

.brk-testimonials-dash-five__name span {
    color: #393185;
}

.custom_column .col-xl-2 {
    flex: 0 0 19.66667%;
    max-width: 19.66667%;
}

.stroke {
    text-decoration: line-through;
}

.brk-pricing-strict__price .st-price {
    font-size: 3rem;
}

.dots-dash-five-skin {
    background-color: #393185 !important;
}

#toTop {
    background: #393185;
}

.brk-dark-font-color {
    color: #fdfdfd;
}

.brk-dark-font-color li a:hover {
    color: #e31e24;
}

.horiz-line {
    background: #00a0e3;
}

.brk-header_style-2 .brk-nav__sub-menu a,
.brk-header_style-3 .brk-nav__sub-menu a {
    font-size: .95rem;
}

.brk-header_style-2 .brk-nav__menu>li {
    margin: 0 12px;
}

.crm-bg-nav {
    background-color: #effdf7;
    border: 1px solid #d8f5e9;
}

.lims-bg-nav {
    background-color: #f5f9ff;
    border: 1px solid #dae7fa;
}

.pacs-bg-nav {
    background-color: #fbf7ff;
    border: 1px solid #ede0fc;
}

.inventory-bg-nav {
    background-color: #fcf8eb;
    border: 1px solid #f8ebc4;
}

.pharmacy-bg-nav {
    background-color: #fbf6f6;
    border: 1px solid #e7b8b2;
}

.medico-bg-nav {
    background-color: #edf2ff;
    border: 1px solid #a4b8ef;
}

.product_body {
    border-radius: 5px;
    padding: 10px;
    margin: 9px;
    transition: all 350ms ease-in-out 0s;
}

.product_body:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    transition: all 350ms ease-in-out 0s;
}

.product_title {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 2.75rem;
}

.popup {
    background-color: #de3025;
    width: 700px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    display: none;
    text-align: center;
    z-index: 999;
}

.popup button {
    display: block;
    background-color: transparent;
    font-size: 30px;
    color: #de3025;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: -20px;
}

.popup p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}

.certificate_column {
    align-items: center;
    justify-content: center;
    display: flex;
}

.brk-form-strict .jq-selectbox__select {
    border: 1px solid #9d9d9f;
}

.brk-form-strict [type=text] {
    border: 1px solid #9d9d9f;
}

.brk-form-strict textarea {
    border: 1px solid #9d9d9f;
    min-height: 100px;
}

.brk-form-strict .jq-selectbox__select-text {
    color: #000;
}

.brk-brand-slider img {
    aspect-ratio: 3/2;
    object-fit: contain;
}

/*  */
.padd-60 {
    padding: 60px 0;
}

.stunning-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 15px;
}

.stunning-text h4 {
    margin: 0.75rem 0;
}

.stunning-dashbord-models {
    padding: 20px 20px;
    border: none;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 100px;
    margin-top: 60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.stunning-dashbord-models:last-child {
    margin-bottom: 0;
}

.stunning-images {
    position: relative;
    top: -60px;
    z-index: 1;
}

.admin-pages-models {
    margin: 0.75rem 0;
}

h2.admin-text {
    font-size: 17px;
    margin: 0.75rem 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

h2.admin-text i {
    font-size: 16px;
    padding-left: 6px;
    transition-duration: .5s;
}

.admin-images {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 11px;
    transition-duration: .5s;
}

.admin-images img {
    border-radius: 11px;
}

.admin-pages-models:hover .admin-images {
    transform: translateY(-10px);
    transition-duration: .5s;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.page-images img {
    position: absolute;
    z-index: 11;
}

.page-images img:first-child {
    top: 10%;
    right: 40px;
    animation: updown 1s alternate infinite;
    animation-delay: 1s;
}

.page-images img:nth-child(2) {
    bottom: 10%;
    right: 40px;
    transform: rotate(174deg);
    animation: rotate 6s alternate infinite;
    animation-delay: 1s;
}

.page-images img:nth-child(3) {
    bottom: 10%;
    left: 50px;
    animation: rotate 6s linear infinite;
    animation-delay: 1s;
}

.page-images img:nth-child(5) {
    top: 50%;
    right: 0;
    animation: updown 1s alternate infinite;
    animation-delay: 1s;
}

.page-images img:nth-child(4) {
    top: 10%;
    left: 40px;
    animation: updown 1s alternate infinite;
    animation-delay: 1s;
}

.Rokkitt_serif {
    font-family: 'Rokkitt', serif !important;
}

.animated {
    animation: updown 1s alternate infinite;
    animation-delay: 1s;
}


/* CSS */
.bg_shadow {
    position: relative;
}

.bg_shadow::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, #ffffff, transparent);
}

.btn-inside-out>span.text {
    color: #000;
}

/* Product Page */

.kbox span {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.04rem;
    padding-bottom: 10px;
    display: block;
    font-family: 'Montserrat';
}

.kbox {
    padding: 20px;
    background: #e2fce3;
    text-align: center;
    margin: 0.75rem 0;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kbox_bg2 {
    background: #daebfe;
}

.product_warper p {
    margin: 0.75rem 0;
    font-family: 'Montserrat';
    font-size: 15px;
}

.product_warper h2 {
    /* font-size: 24px; */
    font-weight: bold;
    letter-spacing: 0.02rem;
    margin-bottom: 20px;
}

.text-dark2 {
    color: #000 !important;
}

.custom-shape-divider-bottom-1744983371 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1744983371 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 44px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1744983371 .shape-fill {
    fill: #FFFFFF;
}


@media screen and (max-width: 1400px) {
    .kbox {
        min-height: 220px;
    }
}

/* Animated Images */

@keyframes updown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*  */

@media (320px <=width <=768px) {
    .brk-header-mobile_scroll .brk-header-mobile__logo-2 {
        width: 180px;
    }

    .brk-header-mobile__logo-1 {
        width: 190px;
    }

    .brk-header-mobile__open_white {
        --bc: #000;
    }

}


@media screen and (max-width: 490px) {
    .responsive-left {
        left: 0 !important;
    }

    .responsive-right {
        top: 16px;
        right: 0 !important;
    }

    .stunning-text h4 {
        font-size: 21px;
    }

    .stunning-images {
        z-index: 999;
    }

    .stunning-dashbord-models {
        margin-bottom: 70px;
    }
}