﻿/* nav css start */
.header-nav {
    border: 0px !important;
    position: relative;
    z-index: 10;
}

nav.desktop-nav {
    padding: 0.5rem 0;
    display: none;
}

.desktop-nav .Menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.desktop-nav .Menu>li>a,
.desktop-nav .Menu>li>div {
    color: #000 !important;
}

.desktop-nav .Menu li {
    /* position: relative; */
    display: block;
    border: 0;
}

.desktop-nav .Menu>li {
    margin-right: 10px;
}

.desktop-nav .Menu li>a,
.desktop-nav .Menu li>div {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    line-height: 1.5;
    white-space: nowrap;
    color: #000;
}

.desktop-nav .Menu li.-hasSubmenu>a:after,
.desktop-nav .Menu li.-hasSubmenu>div:after {
    content: none;
}

.desktop-nav .Menu li .back {
    display: none !important;
}

.desktop-nav .Menu>li.-hasSubmenu>ul {
    position: absolute;
    top: 100%;
    bottom: auto;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    min-width: 190px;
    background-color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
    width: 100%;
}

.desktop-nav .Menu>li.-hasSubmenu:after {
    content: '';
}

.desktop-nav .Menu>li.-hasSubmenu>div:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 10px;
    color: #000;
    border: none;
    transform: none;
}

.desktop-nav>div>.Menu>li:hover>div::after {
    color: #443013 !important;
}

.desktop-nav .Menu>li.-hasSubmenu:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.desktop-nav .Menu ul.sublist.next-level {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
}

.desktop-nav li.sub-cat-name-container a {
    color: #27bb5b !important;
    font-weight: 500;
}

.desktop-nav .Menu li:hover>a,
.desktop-nav .Menu li.-active>a {
    background-color: transparent;
    color: #5c8be9 !important;
}

.desktop-nav>div>.Menu>li:hover>a,
.desktop-nav>div>.Menu>li:hover::after,
.desktop-nav>div>.Menu>li:hover>div {
    color: #ffbb58 !important;
    background-color: transparent;
}


.desktop-nav .Menu>li:nth-child(2)>ul,
.desktop-nav .Menu>li:nth-child(3)>ul,
.desktop-nav .Menu>li:nth-child(4)>ul,
.desktop-nav .Menu>li:nth-child(5)>ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.desktop-nav .Menu>li:nth-child(2)>ul>li,
.desktop-nav .Menu>li:nth-child(3)>ul>li,
.desktop-nav .Menu>li:nth-child(4)>ul>li,
.desktop-nav .Menu>li:nth-child(5)>ul>li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: block;
}

@media (min-width: 992px) {
    nav.desktop-nav {
        /* display: block;
        background: rgba(76, 209, 19, 0.30) !important;
        padding: 0;
        margin-top: 10px;
        height: 50px; */
        display: block;
        background: rgba(255, 255, 255, 0.6) !important;
        padding: 0;
        margin-top: 10px;
        height: 40px;
        border-block: 2px solid #34d6a3;
    }

    .desktop-nav>.container {
        /* border-radius: 10px 10px 0px 0px;
        background: #34D6A3;
        padding-block: 0.8rem 0.5rem;
        transform: translateY(-10px); */
    }

    .desktop-nav .Menu>li:nth-child(1)>ul,
    .desktop-nav .Menu>li:nth-child(3)>ul,
    .desktop-nav .Menu>li:nth-child(2)>ul {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .desktop-nav .Menu>li:nth-child(3)>ul,
    .desktop-nav .Menu>li:nth-child(2)>ul {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }


    .desktop-nav .Menu>li:nth-child(4)>ul,
    .desktop-nav .Menu>li:nth-child(5)>ul {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}

#header-container .top-header-items li a.nav-link {
    width: 45px;
    height: 45px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    position: relative;
}

#header-container .top-header-items li a.nav-link.heartBeat {
    background-color: #ffbb58;
    border: 1px solid #ffbb58;
}

#header-container .top-header-items li a.nav-link:before {
    content: '';
    width: 44px;
    height: 43px;
    border-radius: 50%;
    background-color: #dfdfdf;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#header-container .top-header-items li a.nav-link:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* nav css end */

/* banner css start */
#GrandCarousel .carousel-item.with-bg .carousel-caption {
    width: 100%;
    text-align: center;
    padding: 30px;
    position: relative !important;
    background-color: #27bb5b;
    display: block !important;
}

/* nav css end */
.mdi {
    font-size: 20px;
    line-height: 1;
}

.mdi::before,
.mdi-set {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdi-facebook:before {
    content: "\f39e";
}

.mdi-instagram:before {
    content: "\f16d";
}

.mdi-linkedin:before {
    content: "\f0e1";
}

.mdi-face::before {
    content: "\f5b8";
}

.mdi-dash::before {
    content: "\f2bb";
}

.mdi-fav::before {
    content: "\f004";
}

.mdi-information::before {
    content: "\f478";
}

.mdi-address::before {
    content: "\f2b9";
}

.mdi-reward::before {
    content: "\f559";
}

.mdi-close-circle:before {
    content: "\f00d";
}

.mdi-download:before {
    content: "\f358";
}

.mdi-clipboard-text-outline:before {
    content: "\f46d";
}

.mdi-account-star::before {
    content: "\f235";
}

.mdi-message-draw::before {
    content: "\f27a";
}

.mdi-lock-open:before {
    content: "\F33F";
}

.mdi-heart-outline::before {
    content: "\f004";
}

.mdi-chevron-down::before {
    content: "\f078";
}

.mdi-lock-open::before {
    content: "\f13e";
}

.mdi-magnify::before {
    content: "\f002";
}

.mdi-orders::before {
    content: "\f07a";
}

.mdi-returns::before {
    content: "\f2ea";
}

.mdi-downloadProduct::before {
    content: "\f218";
}

.mdi-backStock::before {
    content: "\f049";
}

.mdi-password::before {
    content: "\f084";
}

.mdi-info::before {
    content: "\f05a";
}

.mdi-star::before {
    content: "\f005";
}

.mdi-person::before {
    content: "\f2bd";
}

.mdi-aution::before {
    content: "\f516";
}

.mdi-course::before {
    content: "\f273";
}

.mdi-note::before {
    content: "\f249";
}

.mdi-document::before {
    content: "\f15b";
}

.mdi-deleteAccount::before {
    content: "\f503";
}

.mdi-avatar::before {
    content: "\f4fa";
}

.mdi-forum::before {
    content: "\e05c";
}

.mdi-subAccount::before {
    content: "\f500";
}

.mdi-tags:before {
    content: "\f02b";
}

.mdi-spec:before {
    content: "\f3fd";
}

/*======= New Login Starts ======== */
.loginMain__content {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.loginMain .details-box {
    background-color: #34d6a3;
    padding: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
}

.loginMain .details-box img {
    margin-top: 30px;
    margin-bottom: 50px;
}

.loginMain .details-box h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.loginMain .details-box p {
    font-size: 0.8rem;
}

.loginMain .login {
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 25px;
}

@media (min-width: 992px) {
    .loginMain .login {
        padding: 50px;
    }
}

.loginMain .login.register {
    padding: 20px;
}

@media (min-width: 992px) {
    .loginMain .login.register {
        padding: 40px 50px;
    }
}

.loginMain .login p {
    font-size: 17px;
}

.loginMain .login__external a {
    text-align: center;
}

.loginMain .login .forgetPasss {
    font-size: 14px;
}

@media (min-width: 1024px) {
    .loginMain .title {
        width: 120px;
    }
}

/*======= New Login Ends ======== */

.customer-main--bg {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    top: 1rem;
}

.customer-main--btn {
    padding: 12px 15px;
    border-radius: 3px 3px 0 0;
}

.customer-main--btn h5 {
    font-size: 19px;
}

.customer__section {
    padding: 30px;
}

.customer__section:last-child {
    padding: 20px;
}

.customer__prescription--thumb {
    background-color: #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.customer__prescription--thumb a.PrescriptionInfo {
    display: block;
    position: relative;
}

.customer__prescription--thumb a.PrescriptionInfo::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.customer__prescription--thumb img {
    border-radius: 4px;
}

.customer__prescription--thumb a.downloads {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #27bb5b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.customer__prescription--desc {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    color: white;
}

.breadcrumb {
    border-bottom: 2px solid #27bb5b;
    border-radius: 0;
    padding: 12px 0 6px !important;
    font-size: 13px;
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active strong.current-item {
    color: #ffbb58 !important;
    font-weight: 500;
}

.collection__Filtertitle {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
}

.inner-list {
    padding: 10px 0px;
}

.list-group.slick-slide:focus {
    outline: none;
}

.inner-list:last-child {
    padding: 15px 10px 0 10px;
}

.inner-list .product-content {
    width: calc(100% - 85px);
}

.inner-list a img {
    max-height: 85px;
    max-width: 85px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.inner-list .product-content h3 {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #1d1f20;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.inner-list .product-content p {
    color: #34d6a3;
    font-weight: 500;
    letter-spacing: 1px;
}

.inner-list .w-85 {
    width: 100px;
}

.form-control:focus {
    outline: none;
}

.about {
    overflow: hidden;
}

.about h2 {
    letter-spacing: 1px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 2.3rem;
}

@media (max-width: 992px) {
    .about h2 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .about h2::after {
        bottom: -10px !important;
    }
}

.about h2::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #ffbb58;
}

.about .text-center h2::after {
    left: 25%;
}

.about p {
    line-height: 1.7;
    font-size: 14px;
}

.about img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.about .bg-gray {
    position: relative;
}

.about .bg-gray::before {
    content: "";
    background-color: #ececec;
    width: 100000000px;
    height: 100%;
    position: absolute;
    left: -100%;
    z-index: -1;
}

#ModalAddToCart .card-header {
    min-height: 54px;
    padding-top: 18px;
    text-align: center;
}

#ModalAddToCart .modal-close {
    margin-top: 10px;
    font-size: 20px;
    margin-right: 10px;
}

#ModalAddToCart .card-body {
    padding: 20px;
}

#ModalAddToCart .form-group label {
    font-size: 16px;
}

.jumb {
    background-color: #ececec !important;
}

.jumb h6 {
    font-weight: 400;
    font-size: 14px;
}

/* Sidebar */
.b-sidebar>.b-sidebar-header {
    font-size: 16px;
    padding: 5px 14px;
    background: #34d6a3;
    color: #fff;
    height: 80px;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: reverse; */
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.b-sidebar>.b-sidebar-header strong {
    font-weight: 400 !important;
}

.b-sidebar>.b-sidebar-header strong a {
    color: #fff;
}

.b-sidebar.b-sidebar-right>.b-sidebar-header .close {
    /* position: absolute; */
    right: 10px;
    margin-right: 0;
}

#checkout-confirm-order-load .card-group .card-body {
    padding: 20px;
}

#shopping-cart-form .shopping-cart-container {
    width: 100%;
    overflow-y: auto;
}

.checkout-data .jumbotron h1 {
    color: #27bb5b;
}

@media (max-width: 992px) {
    .checkout-data .jumbotron h1 {
        font-size: 30px;
    }
}

#TwoColumns .sidebar-btn {
    position: absolute;
    z-index: 500;
    right: 5px;
    top: 59px;
}

.page {
    /* min-height: 445px; */
}

.page>div {
    background-color: transparent !important;
    padding: 0 !important;
}

.whyus__wrapper .img-fluid {
    width: 80px;
    max-height: 80px;
    background: #85cc7e;
    border-radius: 60px;
    padding: 3px;
    margin-right: 5px;
}

/*Menu*/

.desktop-nav>.container>ul>li:last-child {
    // background: #27bb5b;
    // border: 2px dotted #d3e13d;
}

.desktop-nav>.container>ul>li:last-child>a>span {
    background: #27BB5B;
    background: linear-gradient(to right, #0AA55F 50%, #34D4A3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-shadow: 0px 5px 10px rgb(39 187 91 / 47%);
}

.desktop-nav>div>.Menu>li:nth-child(8)>a:hover {
    color: #fff !important;
}

.desktop-nav>.container>ul>li:nth-child(7) a:before {
    position: absolute;
    top: -10px;
    right: 5px;
    left: auto;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    content: "Vaccine & Blood Test";
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #c5c209 !important;
    /*animation: pound 0.1s infinite;*/
}

/* .b-sidebar-body ul li:nth-child(7) a:before {
    position: absolute;
    right: auto;
    left: 26px;
    top: 1px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    content: "Vaccine & Blood Test";
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #dc3545 !important;
    animation: pound 0.3s infinite;
} */

.desktop-nav>.container>ul>li:nth-child(8) a:before {
    position: absolute;
    top: -10px;
    right: 5px;
    left: auto;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    content: "UPTO 50% OFF";
    /*head.cshtml*/
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #dc3545 !important;
    animation: pound 0.3s infinite;
}

/* .b-sidebar-body ul li:nth-child(8) a:before {
    position: absolute;
    right: auto;
    left: 26px;
    top: 1px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    content: "UPTO 50% OFF";
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #c5c209 !important;
}
 */



/*Menu End*/

.stock .value {
    background: rgb(203, 32, 39);
    padding: 5px;
    color: #fff;
}

/** Blood Test*/

.page-title-area {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./SMP-medical-banner.jpg);
    display: flex;
    align-items: center;
    height: 41vh;
}

.servicesCard img {
    width: 50px;
}

.servicesCard h6 {
    color: #34d6a3;
}

.servicesCard p {
    font-size: 14px;
}



/* sujan css */
html {
    scroll-behavior: smooth;
}

.text-epharma-green {
    color: #27bb5b !important;
}

.diagonostic-banner-form .form-group input {
    height: auto;
}

.custom-select2 .select2-container {
    width: 100% !important;
}

@media (min-width: 1024px) {
    .diagonostic-banner-form {
        background: url("/Themes/VueTheme/Content/images/diagnostics.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
    }

    .diagonostic-banner-form .card {
        width: 400px;
    }
}

.diagonostic-banner-form .card {
    border: 1px dashed rgb(39, 203, 143) !important;
    border-radius: inherit;
    background-color: #ffffff82;
}

.diagonostic-cta-section {
    display: flex;
    flex-wrap: wrap;
    background-color: antiquewhite;
    border-radius: 4px;
    align-items: center;
}

.diagonostic-cta-section .left,
.diagonostic-cta-section .right {
    width: 100%;
}

@media (min-width: 1024px) {
    .diagonostic-cta-section .left {
        width: calc(100% - 335px);
    }

    .diagonostic-cta-section .right {
        width: 310px;
        margin-left: auto;
    }
}

#sd ul li {
    list-style-type: disclosure-closed;
    margin: 0 0 0 15px;
}

.diagnostics-inner-slide .card-body p,
.diagnostics-inner-slide .card-body ul,
.diagnostics-inner-slide .card-body h5 {
    display: none;
}

.diagnostics-inner-slide .card-body h5.card-title {
    display: block !important;
}

.cta-whatsapp {
    padding: 20px;
}

.whatsapp-arrow {
    position: relative;
    background: #34d6a3;
    border: 2px solid #34d6a3;
    color: #fff;
    border-radius: 4px;
}

.whatsapp-arrow:after,
.whatsapp-arrow:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


.whatsapp-arrow img {
    width: 60px;
}

.whatsapp-arrow span,
.whatsapp-arrow a {
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.whatsapp-arrow .book-wsp {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

@media (min-width: 1024px) {
    .whatsapp-arrow:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #34d6a3;
        border-width: 20px;
        margin-top: -20px;
    }
}

@media (max-width: 1023px) {
    .whatsapp-arrow:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #34d6a3;
        border-width: 15px;
        margin-top: -85px;
        left: 50%;
        transform: translateX(-50%);
    }

    .diagonostic-cta-section .left {
        padding: 1em 1em 1.8em 1em;
    }
}

.diagnostics-package-slide .card {
    box-shadow: 0px 0px 13px rgb(0 0 0 / 6%);
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.diagnostics-test-section {
    background: url(https://www.epharmacy.com.np/Themes/VueTheme/Content/images/banner-bg.png) no-repeat;
    position: relative;
}

.diagnostics-test-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(54 149 139 / 82%);
    z-index: 0;
}

.diagnostics-test-section .container {
    z-index: 1;
    position: relative;
}

.title-wrap span {
    font-weight: 600;
    font-size: 16px;
}

.test-row>div {
    border-bottom: solid 1px rgba(255, 255, 255, .05);
    border-right: solid 1px rgba(255, 255, 255, .05);
}

.test-card {
    border: none;
    /* box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.13); */
    transition: all 400ms ease;
    padding: 30px 25px;
    color: #fff;
    text-align: center;
}

#productsList .card-img-top {
    width: 90px;
    margin: 0 0 20px 0;
}

.test-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.13);
    background-color: #34d6a3;
    width: 100%;
    height: 0;
    transition: all 600ms ease;
    border-radius: 8px;
}

.test-card>* {
    position: relative;
    z-index: 1;
}

.test-card svg {
    height: 80px;
    margin-bottom: 25px;
}

.test-card svg path,
.test-card svg circle {
    fill: #ffffff;
    transition: all 600ms ease;
}

.test-card h5 {
    color: #fff;
}

.test-card p {
    color: #ebebeb;
}

.test-card:hover:before {
    height: calc(100% + 30px);
    transition: all 500ms ease;
    background-color: #34d6a3;
}

.test-card:hover svg path,
.test-card:hover svg circle {
    fill: #fff;
    transition: all 1s ease;
}

.test-card a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.test-card .btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 0px;
    transition: all 500ms ease-in;
    padding: 0;
}

.test-card:hover .btn {
    font-size: 14px;
    transition: all 1s ease;
}

.diagnostics-package-nav li:not(:last-child) {
    margin-right: 10px;
}

.diagnostics-package-nav a {
    border-radius: 18px !important;
    background-color: #f5f6f7;
    cursor: pointer;
    border: 1px solid #b4b4be;
    color: #000;
    font-size: 14px;
}

.diagnostics-package-nav .nav-link.active {
    background-color: #34d6a3;
    border-color: #34d6a3;
}

.quote-carousel {
    position: relative;
    word-wrap: break-word;
}

.quote-carousel amp-fit-text {
    white-space: normal;
    width: 298px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.quote-carousel .card {
    height: auto;
    border-radius: 10px;
    border: 1px solid rgb(238, 238, 238);
    margin-top: 30px;
    background: #f8f9fa;
}

.quote-carousel .card .quote-top {
    padding: 10px;
    display: block;
    width: 70px;
    margin: auto;
    position: relative;
    margin-top: -60px;
    background-color: #f8f9fa;
    font-size: 6.5rem;
    font-family: Verdana;
    letter-spacing: -8px;
    color: #34d6a3;
    height: 70px;
    line-height: 80px;
}

.quote-carousel .card-body {
    padding: 2.5em;
    word-break: break-word;
}

.quote-carousel .card-body .review-img.img-pos {
    margin: -2.5em;
    min-height: 294px;
}

.quote-carousel .card-body h5 {
    line-height: 1.7;
}

.quote-carousel .card-footer {
    font-weight: 700;
    font-size: 16px;
    background: #f8f9fa;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
}

.quote-carousel .review-user {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    margin-right: 1.25em;
}

.diag-book-section {
    background-color: #0F5464;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1140px;
    margin: 0 auto;
    color: #fff;
    padding: 2em;
}

@media (min-width: 1024px) {
    .diag-book-section {
        background-image: url(https://demo8.clientica.org/wp-content/uploads/2021/03/Ellipse-6.png);
    }
}

/* sujan css */

.nurseContent-info h2 {
    font-weight: 500;
}

.nurseContent-info p {
    font-weight: 400;
}

.nurseContent-wrapper .bookNow-form {
    background-color: #fff;
    box-shadow: 0px 0px 15px 5px rgba(165, 157, 157, 0.2);
    padding: 30px 20px;
    border-radius: 4px;
    width: 100%;
    margin-top: -100px;
}

.whyus__wrapper .img-fluid {
    width: 80px;
    max-height: 80px;
    background: #85cc7e;
    border-radius: 60px;
    padding: 3px;
    margin-right: 5px;
}

.bookNow-form h5 {
    color: #34d6a3;
    font-size: 22px;
}

.bookNow-form button {
    background-color: #ffbb58;
}

.bookNow-form label.form-check-label {
    font-size: 14px;
}

.bookNow-form input::-webkit-input-placeholder,
.bookNow-form textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 200;
    color: grey;
}

.diagnostic-wrap h1 {
    color: #f03957;
}

.diagnostic-wrap h1 span {
    color: #2bbc5e;
}

.diagnostic-wrap--package {
    padding: 20px 20px;
}

.diagnostic-wrap--img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #fff;
    padding: 2px;
    display: flex;
    margin: auto;
    border: 3px solid #ffbb58;
    justify-content: center;
}

.diagnostic-wrap--img img {
    height: 100%;
    width: auto;
}

.diagnostic-wrap--details span {
    font-size: 13px;
    color: #2bbc5e;
}

.diagnostic-wrap--details {
    margin-top: 10px;
}

.more-prices p {
    font-size: 13px;
    color: #575757;
}

.lab-details-wrapper {
    display: block;
    margin: 30px 0;
    justify-content: center;
}

.lab-details-section {
    position: relative;
    border-right: 1px solid transparent;
    font-size: 15px;
    color: #151b39;
    height: 35px;
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-bottom: 15px;
}

.lab-details-section img {
    height: 100%;
    width: auto;
}

.lab-details-section:last-child {
    border-right: none;
}

.lab-details-section:before {
    content: "";
    background: url("full-body.png");
    width: 34px;
    height: auto;
    position: absolute;
}

@media (min-width: 992px) {
    .diagnostic-wrap--package {
        padding: 20px 50px 20px 0;
    }
}

.diagnostics-main-title h3 {
    font-size: 24px;
}

.package {
    padding: 30px 15px;
}

.package-wrap {
    margin-top: 30px;
}

.package-info-span {
    font-size: 12px;
    color: #151b39e0;
}

.package-info h3 {
    font-size: 20px;
}

del {
    font-size: 12.5px;
    font-weight: 200;
}

.new-prices {
    font-size: 20px;
}

.package-1 {
    background: #fff4eb url("https://www.netmeds.com/images/cms/wysiwyg/health-packages/pathology/family.png");
}

.package-2 {
    background: #eafaff url("https://www.netmeds.com/images/cms/wysiwyg/health-packages/pathology/Aarogyam-1.3.png");
}

.package-info {
    padding: 20px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 6px;
    background-size: 65%;
}

.u-icon-1 {
    height: 250px;
    width: 250px;
    margin: 60px auto 0;
    color: #f2f2f2 !important;
    border-radius: 50%;
    display: block;
    line-height: 0;
    border-width: 0px;
}

.u-layout-wrap-1 {
    margin: -228px auto 10px 0;
}

.u-expanded-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-container-layout-1 {
    padding: 30px;
}

.u-text-1 {
    font-weight: 400;
    font-size: 1.4rem !important;
    margin: 0;
}

.u-text-1 span {
    font-size: 16px;
}

.u-text-2 {
    text-align: center;
    margin: 20px 0 0;
    color: #999999;
    font-weight: 300;
}

.bottom-wsp {
    color: #151b39;
    padding: 0 10px;
    margin: 0 0 10px 0;
    display: flex;
}

@media (min-width: 512px) {
    .lab-details-wrapper {
        display: flex;
    }

    .lab-details-section {
        margin-bottom: 0;
        border-right: 1px solid #bfbcbc;
    }

    .bottom-wsp {
        margin: 0;
        display: flex;
    }
}


/* Orders */

.orders-wrap h3 {
    letter-spacing: 1.5px;
    color: #585858;
    margin-bottom: 80px;
}

.orders-wrap .btn {
    border-radius: 30px;
}

.orders-sidebar h5 {
    color: #d0d0d0;
    font-size: 18px;
    margin-bottom: 20px;
}

.orders-sidebar ul li {
    margin: 13px 0;
}

.orders-sidebar ul li a {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
}

.orders-sidebar ul li a.active,
.orders-sidebar ul li a:hover {
    color: #34d6a3;
}

.progress-barss {
    margin-bottom: 150px;
}

.progress {
    background: #e7f3ef;
    border-radius: 30px;
    height: 32px;
}

.progress-bar {
    height: 32px;
    width: 5%;
    border-radius: 30px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    background-color: #34d6a3;
}

.progress-barss label {
    position: absolute;
    top: 50px;
    color: #a7a7a7;
    cursor: pointer;
    font-size: 14px;
}

.progress-barss label span {
    color: #a7a7a7;
    font-weight: 200;
    display: block;
    font-size: 13px;
}

@media (max-width: 400px) {
    .progress-barss label {
        font-size: 13px;
    }

    .progress-barss label span {
        font-size: 10px;
    }
}

.progress-barss .label-1 {
    left: 2%;
}

.progress-barss .label-2 {
    left: 25%;
}

.progress-barss .label-3 {
    left: 50%;
}

.progress-barss .label-4 {
    right: 2%;
}

.progress-barss label.activeStep,
.progress-barss label.activeStep span {
    color: #000;
}

.order-tables h4 {
    color: #66646f;
    font-weight: 400;
}

.table td,
.table th {
    border-top: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    font-weight: 400;
    font-size: 15px;
}

.table thead th:last-child,
.table tbody td:last-child {
    text-align: right;
}

.table thead th,
.table tbody td {
    text-align: center;
}

.table thead th:first-child,
.table tbody td:first-child {
    text-align: left;
}

.table tbody td {
    font-size: 13px;
    color: #999999;
}

.table tbody td b {
    color: #444;
    font-weight: 500;
}

.table tbody tr.last td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}


/* PAGES */

.stepPage {
    display: none;
}

.custom-select2 .select2-container--default .select2-selection--single {
    height: 38px;
    border-color: rgba(0, 0, 0, 0.15);
}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}


/***/
/***/

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ffffff !important
}

.modal-header-full-width {
    border-bottom: 3px solid #34d6a3 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #34d6a3 !important;
}

.modal-header-full-width .close {
    font-size: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
}

#modalTitle {
    color: #34d6a3;
}

.seperator {
    width: 100%;
    background: #34d6a391;
    height: 8px;
    margin-bottom: 20px;
}

.verification-section {
    /* text-align: center; */
}

.verification-code {
    /* padding-left: 6px; */
    /* letter-spacing: 30px; */
    /* border: 0; */
    /* background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%); */
    /* background-position: bottom; */
    /* background-position-x: center; */
    /* background-size: 50px 1px; */
    /* background-repeat: repeat-x; */
    /* background-position-x: 35px; */
    /* width: 220px; */
    /* min-width: 220px; */
    /* font-size: 32px; */
}

#divInner {
    left: 0;
    position: sticky;
}

#divOuter {
    width: 220px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #34d6a3;
    border-radius: 10px;
    padding: 15px;
}


#diagnosticTabContent .small {
    text-overflow: ellipsis;
    height: 42px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.ePoints {
    right: 0;
    position: absolute;
    background: #34d6a3;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    bottom: 0;
    color: white;
    font-weight: 400;
}


.snowflake {
    --size: 1vw;
    width: var(--size);
    height: var(--size);
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -5vh;
}

@keyframes snowfall {
    0% {
        transform: translate3d(var(--left-ini), 0, 0);
    }

    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
    }
}

.snowflake:nth-child(1) {
    --size: 1vw;
    --left-ini: 0vw;
    --left-end: -9vw;
    left: 79vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(2) {
    --size: 0.8vw;
    --left-ini: 9vw;
    --left-end: -8vw;
    left: 69vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(3) {
    --size: 0.8vw;
    --left-ini: -1vw;
    --left-end: 1vw;
    left: 14vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(4) {
    --size: 0.2vw;
    --left-ini: 4vw;
    --left-end: -4vw;
    left: 6vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(5) {
    --size: 1vw;
    --left-ini: 1vw;
    --left-end: -1vw;
    left: 11vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(6) {
    --size: 0.6vw;
    --left-ini: 8vw;
    --left-end: -4vw;
    left: 37vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(7) {
    --size: 0.2vw;
    --left-ini: 7vw;
    --left-end: 3vw;
    left: 31vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(8) {
    --size: 0.2vw;
    --left-ini: -5vw;
    --left-end: 7vw;
    left: 54vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(9) {
    --size: 0.8vw;
    --left-ini: -7vw;
    --left-end: -7vw;
    left: 90vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(10) {
    --size: 1vw;
    --left-ini: 7vw;
    --left-end: 7vw;
    left: 10vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(11) {
    --size: 0.6vw;
    --left-ini: -2vw;
    --left-end: -6vw;
    left: 12vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(12) {
    --size: 0.6vw;
    --left-ini: 10vw;
    --left-end: 8vw;
    left: 33vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(13) {
    --size: 1vw;
    --left-ini: 7vw;
    --left-end: 0vw;
    left: 47vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(14) {
    --size: 0.6vw;
    --left-ini: -5vw;
    --left-end: 3vw;
    left: 82vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(15) {
    --size: 0.8vw;
    --left-ini: 10vw;
    --left-end: 1vw;
    left: 97vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(16) {
    --size: 0.8vw;
    --left-ini: -8vw;
    --left-end: -1vw;
    left: 5vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(17) {
    --size: 0.4vw;
    --left-ini: -4vw;
    --left-end: -5vw;
    left: 13vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(18) {
    --size: 0.2vw;
    --left-ini: -2vw;
    --left-end: -2vw;
    left: 8vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(19) {
    --size: 0.4vw;
    --left-ini: 6vw;
    --left-end: 8vw;
    left: 40vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(20) {
    --size: 0.8vw;
    --left-ini: -2vw;
    --left-end: 1vw;
    left: 30vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(21) {
    --size: 1vw;
    --left-ini: 6vw;
    --left-end: -8vw;
    left: 66vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(22) {
    --size: 0.8vw;
    --left-ini: -5vw;
    --left-end: 10vw;
    left: 97vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(23) {
    --size: 0.4vw;
    --left-ini: 8vw;
    --left-end: 6vw;
    left: 54vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(24) {
    --size: 0.8vw;
    --left-ini: 7vw;
    --left-end: 10vw;
    left: 30vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(25) {
    --size: 1vw;
    --left-ini: 6vw;
    --left-end: 0vw;
    left: 21vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(26) {
    --size: 0.8vw;
    --left-ini: 2vw;
    --left-end: -2vw;
    left: 61vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(27) {
    --size: 0.6vw;
    --left-ini: 4vw;
    --left-end: -3vw;
    left: 50vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(28) {
    --size: 0.6vw;
    --left-ini: -6vw;
    --left-end: -3vw;
    left: 41vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(29) {
    --size: 0.4vw;
    --left-ini: 9vw;
    --left-end: -8vw;
    left: 13vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(30) {
    --size: 1vw;
    --left-ini: 3vw;
    --left-end: -1vw;
    left: 90vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(31) {
    --size: 0.8vw;
    --left-ini: 7vw;
    --left-end: 2vw;
    left: 18vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(32) {
    --size: 0.2vw;
    --left-ini: 9vw;
    --left-end: 4vw;
    left: 77vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(33) {
    --size: 0.8vw;
    --left-ini: 2vw;
    --left-end: 3vw;
    left: 21vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(34) {
    --size: 0.4vw;
    --left-ini: -5vw;
    --left-end: 6vw;
    left: 47vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(35) {
    --size: 0.8vw;
    --left-ini: -6vw;
    --left-end: 6vw;
    left: 79vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(36) {
    --size: 0.2vw;
    --left-ini: -5vw;
    --left-end: 3vw;
    left: 86vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(37) {
    --size: 0.8vw;
    --left-ini: 4vw;
    --left-end: -7vw;
    left: 22vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(38) {
    --size: 0.8vw;
    --left-ini: 10vw;
    --left-end: 1vw;
    left: 30vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(39) {
    --size: 1vw;
    --left-ini: -5vw;
    --left-end: 1vw;
    left: 64vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(40) {
    --size: 0.4vw;
    --left-ini: 6vw;
    --left-end: 5vw;
    left: 51vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(41) {
    --size: 1vw;
    --left-ini: -6vw;
    --left-end: -9vw;
    left: 69vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(42) {
    --size: 0.2vw;
    --left-ini: 8vw;
    --left-end: 0vw;
    left: 25vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(43) {
    --size: 0.2vw;
    --left-ini: -9vw;
    --left-end: -7vw;
    left: 38vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(44) {
    --size: 0.6vw;
    --left-ini: 9vw;
    --left-end: 6vw;
    left: 76vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(45) {
    --size: 1vw;
    --left-ini: 8vw;
    --left-end: 2vw;
    left: 85vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(46) {
    --size: 0.4vw;
    --left-ini: -7vw;
    --left-end: 4vw;
    left: 28vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(47) {
    --size: 0.8vw;
    --left-ini: -6vw;
    --left-end: -1vw;
    left: 88vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(48) {
    --size: 1vw;
    --left-ini: 2vw;
    --left-end: -8vw;
    left: 31vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(49) {
    --size: 0.6vw;
    --left-ini: 1vw;
    --left-end: -2vw;
    left: 48vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(50) {
    --size: 0.8vw;
    --left-ini: 5vw;
    --left-end: -9vw;
    left: 66vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -6s;
}

/* added small blur every 6 snowflakes*/
.snowflake:nth-child(6n) {
    filter: blur(1px);
}

.vendor-page .card-body .info,
.vendor-description {
    display: none !important;
}

.ff-powered-img img {
    display: none !important;
    width: 1px !important;
    height: 1px !important;
}

.rest-btn {
    display: none !important;
}

.ff-submit {
    display: block !important;
}

/* [autocomplete="one-time-code"] {
    --magic-number: 65px;
    background-image: linear-gradient(#fff, #fff), url("/Themes/VueThemeNcell/Content/images/squarbox.svg");
    background-size: var(--magic-number);
    background-position-x: right, left;
    background-repeat: no-repeat, repeat-x;
    border: 0 !important;
    height: var(--magic-number) !important;
    width: calc(5 * var(--magic-number)) !important;
    font-size: calc(0.5 * var(--magic-number)) !important;
    font-family: monospace;
    letter-spacing: calc(0.7 * var(--magic-number));
    padding-inline-start: calc(0.33 * var(--magic-number));
    box-sizing: border-box;
    overflow: hidden;
    transform: translatex(calc(0.1 * var(--magic-number)));
    outline:none;
} */

/* [autocomplete=one-time-code] {
    --otp-digits: 4;
    --otp-ls: 2ch;
    --otp-gap: 1.25;

    --_otp-bgsz: calc(var(--otp-ls) + 1ch);
    --_otp-digit: 0;
    all: unset;
    background:
        linear-gradient(90deg,
            var(--otp-bg, #BBB) calc(var(--otp-gap) * var(--otp-ls)),
            transparent 0),
        linear-gradient(90deg,
            var(--otp-bg, #EEE) calc(var(--otp-gap) * var(--otp-ls)),
            transparent 0);
    background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: var(--_otp-bgsz) 100%;
    caret-color: var(--otp-cc, #222);
    caret-shape: block;
    clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
    font-family: ui-monospace, monospace;
    font-size: var(--otp-fz, 2.5em);
    inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
    letter-spacing: var(--otp-ls);
    padding-block: 0.5ch;
    padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));
} */

[autocomplete=one-time-code] {
    --otp-digits: 4;
    --otp-ls: 2ch;
    --otp-gap: 2;

    /* private consts */
    --_otp-bgsz: calc(var(--otp-ls) + 1ch);
    --_otp-digit: 0;
    all: unset;
    background-position: calc(4 * var(--_otp-bgsz)) 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: var(--_otp-bgsz) 100%;
    caret-color: var(--otp-cc, #222);
    caret-shape: block;
    clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
    font-family: ui-monospace, monospace;
    font-size: var(--otp-fz, 2.5em);
    inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
    letter-spacing: var(--otp-ls);
    padding-block: 0.5ch;
    padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));

    background-image: linear-gradient(#fff, #fff), url("/Themes/VueThemeNcell/Content/images/squarbox.svg");


}