@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
:root {
    --theme-color: #4dd0e1;
    --optional-color: #235196;
    --body-color: #212529;
    --black: #000000;
    --border-color: #dddddd;
    --font-stack: "Rubik", serif;
    --relative: relative;
    --absolute: absolute;
    --fixed: fixed;
}

::selection {
    background-color: var(--theme-color);
    color: var(--white);
}

body {
    font-family: "Lexend Deca", sans-serif !important;
    line-height: normal;
    vertical-align: baseline;
    font-style: normal;
    font-weight: 400;
}

h1 {
    font-size: 65px;
    font-weight: 400;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    font-weight: 700;
}

h3 {
    font-size: 40px;
    font-weight: 400;
    font-weight: 700;
}

h4 {
    font-size: 44px;
    font-weight: 400;
    font-weight: 700;
}

h5 {
    font-size: 30px;
    font-weight: 400;
    font-weight: 700;
}

h6 {
    font-size: 20.5px;
    font-weight: 400;
    font-weight: 700;
}

.smooth,
.submit-item a,
.cart-added,
.blog-sidebar .blog-tags ul li a,
.blog-sidebar .blog-categories ul li a,
.sidebar-list .accordion .card .card-header .btn::before,
.novolilly-nav .navbar .navbar-nav .nav-item .nav-link,
header {
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    font-family: var(--second-font);
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.mh-auto {
    min-height: inherit !important;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
}
header.sticky {
    z-index: 999;
    background-color: #ebf7ff;
}
header .novolilly-logo {
    padding: 15px 0;
    font-size: 30px;
    text-transform: uppercase;
}
header .novolilly-logo img {
    max-width: 110px;
}
header .novolilly-logo a {
    color: var(--theme-color);
    font-weight: 700;
}
header .novolilly-logo a:hover,
header .novolilly-logo a:focus {
    text-decoration: none;
}

.novolilly-nav .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 12px;
    color: var(--dark);
    white-space: nowrap;
    font-size: 15px;
}
.novolilly-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 15px;
}
.novolilly-nav .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--theme-color);
}
.novolilly-nav .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--theme-color);
}

.novililly-hero {
    padding: 143px 0 60px;
    position: relative;
}
.novililly-hero .hero-text {
    padding-right: 70px;
    position: relative;
    z-index: 1;
}
.novililly-hero .hero-text h1 {
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    color: var(--optional-color);
    letter-spacing: 1px;
    font-size: 50px;
}
.novililly-hero .hero-text h1 span {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    color: var(--theme-color);
    font-weight: 300;
    font-size: 45px;
}
.novililly-hero .hero-text p {
    font-size: 17px;
    opacity: 0.85;
    margin: 10px 0 0;
}
.novililly-hero .novolilly-vector {
    position: relative;
    z-index: 1;
}
.novililly-hero::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url("../images/gray-shadow.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.btn.btn-default {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 90px;
    background-color: var(--optional-color);
    border: 0;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #012863;
    box-shadow: none;
}
.btn.btn-default.btn-sm {
    padding: 8px 20px;
    font-weight: 400;
}
.btn.btn-default.theme-btn {
    background-color: var(--theme-color);
}
.btn.btn-default.theme-btn:hover {
    background-color: #25a6b8;
}

.btn.outlined-btn {
    border: 2px var(--optional-color) solid;
    color: var(--optional-color);
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: transparent;
}
.btn.outlined-btn:hover,
.btn.outlined-btn:focus {
    background-color: var(--optional-color);
    color: var(--white);
    box-shadow: none;
}

.product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid var(--border-color);
    transition: all 0.4s ease-in;
}
.product-image img {
    height: 250px;
    width: auto !important;
}

.product-info {
    text-align: center;
    margin: 20px 0 0;
}
.product-info h6 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 19px;
}
.product-info h6 a {
    color: var(--black);
}
.product-info span {
    font-size: 15px;
    opacity: 0.7;
}

.product-listing .owl-nav .owl-prev,
.product-listing .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: var(--absolute);
    top: calc(50% - 40px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product-listing .owl-nav .owl-prev {
    left: 0;
}
.product-listing .owl-nav .owl-next {
    right: 0;
}

.novolilly-features {
    padding: 30px 0 0px;
}
.novolilly-features .features {
    background-color: rgba(41, 81, 150, 0.08);
    padding: 20px 15px;
    overflow: hidden;
}
.novolilly-features .wide-product {
    background-color: #3dc1d2;
}
.novolilly-features .novo-assurance {
    background-color: #ff5d24;
}
.novolilly-features .novo-experience {
    background-color: #f59f00;
}
.novolilly-features .f-icon {
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}
.novolilly-features .f-icon img {
    height: 55px;
}
.novolilly-features .f-text {
    position: relative;
    z-index: 1;
}
.novolilly-features .f-text h6 {
    color: var(--white);
    margin: 0 0 5px;
}
.novolilly-features .f-text p {
    margin: 0;
    opacity: 0.85;
    color: var(--white);
}
.novolilly-features .shape-box img {
    position: absolute;
}
.novolilly-features .shape-box img:first-child {
    left: -60px;
    top: -60px;
}
.novolilly-features .shape-box img:last-child {
    right: 0;
    bottom: 0;
}

.section-padding {
    padding: 80px 0;
}

.about-img img {
    border-radius: 5px;
}

.about-text {
    padding: 0 0 0 35px;
}
.about-text .banner-action {
    margin-top: 25px;
}

.novolilly-heading h2 {
    font-size: 36px;
    color: var(--optional-color);
}
.novolilly-heading span {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 5px;
    display: inline-block;
}

.fun-facts {
    background-color: var(--optional-color);
    padding: 50px 0;
    position: relative;
    background-image: url("../images/map-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.fun-facts .counter-fact h2 {
    color: var(--white);
    font-weight: 600;
    margin: 0;
}
.fun-facts .counter-fact span {
    color: var(--white);
}

.what-we-do {
    background-color: rgba(35, 81, 150, 0.07);
}

.services-list .service h6 {
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 600;
    color: var(--optional-color);
}
.services-list .service p {
    height: 100%;
    max-height: 300px;
}
.services-list .service:hover .icon-service {
    background-color: var(--optional-color);
}
.services-list .service:hover .icon-service img {
    filter: invert(1) brightness(8);
}
.services-list .icon-service {
    width: 70px;
    height: 70px;
    border: 2px var(--optional-color) solid;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
    transition: all 0.4s ease-in;
}
.services-list .icon-service img {
    height: 34px;
}

.service-action {
    margin: 10px 0 0;
    display: inline-block;
}

.modal-header .modal-title {
    font-weight: 600;
}

footer {
    padding: 50px 0 0;
    background-color: var(--optional-color);
}

.footer-text h5 {
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 15px;
    font-weight: 600;
}
.footer-text h6 {
    color: rgba(255, 255, 255, 0.85);
}
.footer-text p {
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer-text .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.footer-text .links a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    font-size: 19px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.65);
}
.footer-text .links a:hover,
.footer-text .links a:focus {
    background-color: var(--theme-color);
}
.footer-text .footer-address svg {
    width: 35px;
    display: flex;
    margin-top: 7px;
}
.footer-text .footer-address span {
    width: calc(100% - 35px);
    padding-left: 5px;
}
.footer-text .footer-address a {
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-links .nav li {
    position: relative;
}
.footer-links .nav li a {
    padding-left: 0;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
}

.copyright {
    margin: 45px 0 0;
    padding: 17.5px 0;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.default-input {
    border-radius: 0;
    font-weight: 300;
    height: auto;
    font-size: 14px;
    padding: 7px 15px;
}
.default-input:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.bottom-query-form {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 350px;
}
.bottom-query-form .button {
    background-color: #ff5d24;
    padding: 15px 20px;
    border-radius: 5px 0 0 0;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.bottom-query-form .button::before {
    content: "+ ";
    position: absolute;
    right: 20px;
    font-size: 26px;
    top: 10px;
}
.bottom-query-form .button.expanded::before {
    content: "- ";
}

.query-related {
    padding: 15px 20px;
    background-color: var(--white);
}
.query-related h5 {
    text-transform: capitalize;
    color: var(--optional-color);
    font-weight: 600;
}
.query-related form {
    margin: 25px 0 0;
}
.query-related .form-wrapper {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    overflow-x: hidden;
}

.header-space {
    padding-top: 143px;
}

.page-title {
    background-image: url(../images/inner-hero-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.page-breadcrumb .breadcrumb li {
    /* color: #646e83; */
    color: var(--white);
    position: relative;
}
.page-breadcrumb .breadcrumb li:not(:first-child) {
    padding-left: 25px;
}
.page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    width: 4px;
    height: 4px;
    /* background-color: var(--optional-color); */
    background-color: var(--white);
    font-size: 0;
    padding: 0;
    border-radius: 20px;
    top: calc(50% - 2px);
    position: absolute;
    left: 10px;
    opacity: 0.75;
}
.page-breadcrumb .breadcrumb a {
    /* color: var(--optional-color); */
    color: var(--white);
}

.inner-about {
    background-color: rgba(0, 0, 0, 0.035);
}
.inner-about .about-text {
    padding: 60px 75px;
    background-color: var(--white);
}

.left-about-image {
    padding-left: 15px;
}

.right-about-text {
    padding-right: 15px;
    height: 100%;
    align-items: center;
    display: flex;
}

.factsheet-title {
    background-color: var(--optional-color);
    padding: 20px 15px;
    border-radius: 5px 5px 0 0;
}
.factsheet-title h6 {
    margin: 0;
    line-height: 1;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
}

.novo-lilly-factsheet table {
    border: 1px rgba(0, 0, 0, 0.075) solid;
}
.novo-lilly-factsheet table tr th {
    border: 0;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.02);
}
.novo-lilly-factsheet table tr th:not(:last-child) {
    border-right: 1px rgba(0, 0, 0, 0.075) solid;
}
.novo-lilly-factsheet table tr td {
    border-top-color: rgba(0, 0, 0, 0.075);
}
.novo-lilly-factsheet table tr td:not(:last-child) {
    border-right: 1px rgba(0, 0, 0, 0.075) solid;
}
.novo-lilly-factsheet table tr td,
.novo-lilly-factsheet table tr th {
    padding: 15px 20px;
}
.novo-lilly-factsheet table tr td strong,
.novo-lilly-factsheet table tr th strong {
    font-weight: 600;
}
.novo-lilly-factsheet table .default-input {
    padding: 6px 10px;
}

.table-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.table-list li::before {
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 111;
    left: 0;
    content: "";
    top: 6px;
    border: 1px #333 solid;
    border-radius: 10px;
}

.sidebar-list .accordion .card {
    border: 0;
}
.sidebar-list .accordion .card .card-header {
    margin: 0;
    background-color: transparent;
    padding: 0;
    border: 0;
}
.sidebar-list .accordion .card .card-header .btn {
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--gray-dark);
    border-bottom-color: var(--border-color);
    position: relative;
}
.sidebar-list .accordion .card .card-header .btn:hover,
.sidebar-list .accordion .card .card-header .btn:focus {
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    text-decoration: none;
}
.sidebar-list .accordion .card .card-header .btn::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 15px;
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 10px;
    transform: rotate(1X80deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.sidebar-list .accordion .card .card-header .btn.collapsed::before {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.sidebar-list .accordion .card .card-body {
    padding: 20px 0;
}

.category-title {
    border-bottom: 1px var(--border-color) solid;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.category-title span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--optional-color);
}
.category-title .filter-icon {
    margin-right: 15px;
}
.category-title .filter-icon img {
    height: 16px;
}

.filter-list {
    padding: 10px 0 0 15px;
}
.filter-list li {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.filter-list li::before {
    top: 13px;
}
.filter-list li:not(:last-child) {
    border-bottom: 1px var(--border-color) solid;
}

.product-wrap-list {
    padding-left: 40px;
}
.product-wrap-list .product-heading h5 {
    margin-bottom: 0;
    color: var(--optional-color);
    text-transform: uppercase;
}
.product-wrap-list .product-heading small {
    opacity: 0.75;
    font-size: 14px;
}
.product-wrap-list .product-des p {
    text-transform: uppercase;
}
.product-wrap-list .product-des .price-cats h6 {
    font-size: 18px;
    font-weight: 500;
}
.product-wrap-list .product-listing {
    margin: 35px 0 0;
}

.product-container {
    display: inline-block;
    margin: 0 0 30px;
}
.product-container .product-info h6 {
    color: var(--body-color);
}
.product-container .product-info span {
    color: var(--body-color);
}
.product-container .product-image {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: 1px solid var(--border-color);
    transition: all 0.4s ease-in;
}
.product-container .product-image::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: -270px;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}
.product-container:hover {
    text-decoration: none;
}
.product-container:hover .product-image {
    transition: all 0.5s ease-in;
}
.product-container:hover .product-image::before {
    bottom: 0;
}

.default-input {
    border-radius: 0;
    border-color: var(--border-color);
    height: auto;
    padding: 11px 15px;
}
.default-input.default-select {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 12px;
}

#map iframe {
    width: 100%;
    min-height: 500px;
    float: left;
}

.service-novo-lilly .service {
    margin-bottom: 40px;
}

.default-pagination {
    margin: 30px 0 0;
    padding: 0;
    justify-content: flex-end;
}

.default-pagination li a,
.default-pagination li:first-child a,
.default-pagination li:last-child a {
    border: 0;
    margin: 0 3px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #313e6a;
    font-weight: 400;
    font-size: 15px;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}

.default-pagination .page-item:first-child .page-link,
.default-pagination .page-item:last-child .page-link {
    border-radius: 50px;
}

.default-pagination .page-item:first-child .page-link img,
.default-pagination .page-item:last-child .page-link img {
    width: 7.5px;
}

.default-pagination .page-item.active .page-link {
    background-color: #1b4e9b;
}

.price-cats span {
    display: inline-block;
    opacity: 0.85;
    font-weight: 300;
    font-size: 15px;
}
.price-cats .cates {
    margin-left: 3px;
    color: var(--optional-color);
    opacity: 1;
    font-weight: 500;
}

.tooltip_hover {
    position: relative;
    border-bottom: 1px dotted #000;
    padding-bottom: 4px;
}
.tooltip_hover .tooltip_text {
    visibility: hidden;
    width: 500px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip_hover .tooltip_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip_hover:hover .tooltip_text {
    visibility: visible;
    opacity: 1;
}

.blog-sidebar .sidebar-card {
    margin-bottom: 30px;
}
.blog-sidebar .search-blog button[type="submit"] {
    border-radius: 0;
    padding: 0 16px;
    background-color: var(--optional-color);
    border-color: transparent;
}
.blog-sidebar .search-blog button[type="submit"] img {
    width: 15px;
}
.blog-sidebar .search-blog input[type="text"] {
    height: auto;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 15px;
}
.blog-sidebar .search-blog input[type="text"]:focus {
    box-shadow: none;
    border-color: var(--optional-color);
}
.blog-sidebar .card-border {
    border: 1px solid #ececec;
    background-color: var(--white);
    padding: 25px;
}
.blog-sidebar .card-border ul {
    padding: 0;
    margin: 0;
}
.blog-sidebar .card-border ul li {
    list-style-type: none;
}
.blog-sidebar .blog-categories ul li a {
    display: inline-block;
    width: 100%;
    padding: 11px 0;
    font-size: 15px;
    color: var(--body-color);
}
.blog-sidebar .blog-categories ul li a:hover,
.blog-sidebar .blog-categories ul li a:focus {
    color: var(--optional-color);
}
.blog-sidebar .blog-categories ul li:not(:last-child) a {
    border-bottom: 1px #e6e4e4 solid;
}
.blog-sidebar .recent-blog ul {
    padding: 6px 0 0;
}
.blog-sidebar .recent-blog ul li a {
    display: flex;
    flex-wrap: wrap;
    color: var(--body-color);
}
.blog-sidebar .recent-blog ul li a .post-thumb {
    width: 85px;
}
.blog-sidebar .recent-blog ul li a .post-info {
    width: calc(100% - 85px);
    padding-left: 15px;
}
.blog-sidebar .recent-blog ul li a .post-info h6 {
    font-size: 15.5px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: none;
}
.blog-sidebar .recent-blog ul li a .post-info p {
    font-size: 13px;
    opacity: 0.7;
}
.blog-sidebar .recent-blog ul li a:hover {
    text-decoration: none;
}
.blog-sidebar .blog-tags ul {
    display: flex;
    flex-wrap: wrap;
}
.blog-sidebar .blog-tags ul li {
    margin: 0 1px;
}
.blog-sidebar .blog-tags ul li a {
    padding: 8px 15px;
    font-size: 14px;
    border: 2px solid #edf2f7;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 2px;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--body-color);
}
.blog-sidebar .blog-tags ul li a:hover,
.blog-sidebar .blog-tags ul li a:focus {
    border-color: var(--optional-color);
    background-color: var(--optional-color);
    color: var(--white);
}
.blog-sidebar .side-header h6 {
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
}

.blogs .blog-image img {
    width: 100%;
}
.blogs article:not(:last-child) {
    border-bottom: 1px var(--border-color) solid;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.blog-description {
    margin: 25px 0 0;
}
.blog-description h1 {
    font-size: 30px;
    text-transform: capitalize;
}
.blog-description .event-info {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
}
.blog-description .event-info li {
    font-size: 14px;
    opacity: 0.7;
    color: #000000;
    display: flex;
    align-items: center;
    list-style-type: none;
}
.blog-description .event-info li:not(:last-child) {
    margin-right: 15px;
}
.blog-description .event-info li img {
    width: 13px;
    margin-right: 8px;
}

.cart-items {
    width: 50px;
    text-align: right;
}
.cart-items .btn {
    position: relative;
}
.cart-items .badge {
    background-color: #ff3a3a;
    font-weight: 500;
    color: var(--white);
    position: absolute;
    right: -14px;
    top: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.cart-items .open-cart-item img {
    height: 22px;
}
.cart-items.active .cart-added {
    right: 0;
}

.cart-added {
    position: fixed;
    top: 0;
    right: -320px;
    height: 100%;
    width: 300px;
    background-color: var(--white);
    padding: 50px 20px 70px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.cart-added ul {
    height: calc(100vh - 155px);
    overflow-x: hidden;
    overflow-y: auto;
}
.cart-added ul li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.cart-added ul li:not(:first-child) {
    border-top: 1px var(--border-color) solid;
    margin-top: 15px;
    padding-top: 15px;
}
.cart-added .cart-img {
    width: 55px;
}
.cart-added .cart-item-info {
    width: calc(100% - 55px);
    text-align: left;
    padding-left: 20px;
}
.cart-added .cart-item-info h6 {
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
}
.cart-added .cart-item-info span {
    opacity: 0.6;
    font-size: 15px;
}
.cart-added .delete-item-btn {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 17px;
    background-color: var(--white);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-added .cancel-bar {
    position: absolute;
    right: 20px;
    top: 20px;
}

.cart-title {
    margin-bottom: 30px;
    text-align: left;
}
.cart-title span {
    font-size: 20px;
    font-weight: 500;
}

.submit-item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
}
.submit-item a {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.08);
    color: var(--gray-dark);
}
.submit-item a:hover,
.submit-item a:focus {
    background-color: var(--optional-color);
    color: var(--white);
    text-decoration: none;
}

.top-bar {
    padding: 10px 0;
    background-color: var(--optional-color);
}
.top-bar .top-contact-number a {
    font-size: 14px;
    color: var(--white);
}
.top-bar .top-address p {
    font-size: 14px;
}

.news-updates-wrapper .news-update-card img {
    border-radius: 12px;
}
.news-updates-wrapper .news-update-card .card-title {
    font-size: 20.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--optional-color);
}
.news-updates-wrapper .news-update-card .card-title:hover {
    color: var(--theme-color);
}

.team-slide-item {
    padding: 30px 35px;
    border-radius: 12px;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
}
.team-slide-item .team-info {
    width: 100%;
}
.team-slide-item .team-info .team-title {
    font-weight: 500;
    color: var(--optional-color);
}
.team-slide-item .team-info span {
    font-size: 14px;
}

.faqs-inner-info .accordion .card {
    border-radius: 0;
    border: 0;
}
.faqs-inner-info .accordion .card .card-header {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.faqs-inner-info .accordion .card .card-header h2 button {
    padding: 12px 25px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 8px;
}
.faqs-inner-info .accordion .card .card-header h2 button:focus {
    outline: 0;
    box-shadow: none;
}
.faqs-inner-info
    .accordion
    .card
    .card-header
    h2
    button[aria-expanded="false"] {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
}
.faqs-inner-info .accordion .card .card-header h2 button[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--optional-color);
    color: white !important;
}
.faqs-inner-info .accordion .card .card-body {
    border: 1px solid #eaeaea;
}

.home-contact-wrapper {
    position: relative;
    background-color: var(--optional-color);
}
.home-contact-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/map-1.png);
}

.contact-text-action .btn-default {
    color: var(--optional-color);
    background-color: #fff;
}

.conatct-form-wrapper {
    padding: 40px;
    border-radius: 8px;
    background-color: #fff;
}

.conatct-form-heading {
    color: var(--optional-color);
}

.dropdown {
    position: relative;
}
.dropdown:hover .dropdown-menu {
    display: flex;
}
.dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    min-width: fit-content !important;
    left: 0;
    margin-left: -380px;
}
.dropdown .dropdown-menu li {
    padding: 0 30px;
    border-right: 1px solid #f9f9f9;
}
.dropdown .dropdown-menu li:first-child {
    padding-left: 0;
}
.dropdown .dropdown-menu li:last-child {
    border-right: 0;
}
.dropdown .dropdown-menu li .dropdown-item {
    padding: 0;
    margin-bottom: 15px;
}
.dropdown .dropdown-menu li .dropdown-item:hover {
    transition: all 0.03 ease-in;
    color: var(--theme-color);
    background-color: transparent;
}

.pharma-content-wrapper h5 {
    font-weight: 500;
    color: var(--optional-color);
}
.pharma-content-wrapper .pharma-state-list {
    flex-wrap: wrap;
}
.pharma-content-wrapper .pharma-state-list li {
    width: 25%;
    margin-bottom: 20px;
}

.pcd-pharma-list {
    padding-left: 30px;
}
.pcd-pharma-list li {
    opacity: 0.7;
    list-style-type: disc;
    margin-bottom: 15px;
}

.pcd-pharma-form {
    background-color: var(--optional-color);
}
.pcd-pharma-form .pcd-form-heading {
    color: var(--white);
    font-weight: 500;
}
.pcd-pharma-form .form-group label {
    color: var(--white);
}
.pcd-pharma-form .btn-default {
    color: var(--optional-color);
    background-color: var(--white);
}

.pcd-pharma-franchise .highlighted-servies {
    display: flex;
    flex-wrap: wrap;
}
.pcd-pharma-franchise .highlighted-servies li {
    margin-bottom: 15px;
    margin-right: 15px;
}
.pcd-pharma-franchise .highlighted-servies li a {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    color: var(--optional-color);
    transition: all 0.3s ease-in;
    border: 1px solid var(--optional-color);
}
.pcd-pharma-franchise .highlighted-servies li a:hover {
    text-decoration: none;
    color: var(--white);
    background-color: var(--optional-color);
}

.third-party-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.third-party-list li {
    display: flex;
    padding: 20px;
    width: 32%;
    align-items: start;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}
.third-party-list li img {
    margin-right: 10px;
}
.third-party-list li span {
    font-weight: 400;
    text-transform: capitalize;
    color: var(--body-color);
}

.splide__slide {
    display: flex;
    width: 453px !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.2s;
    margin: 10px 4px;
    padding: 10px;
    border: 2px solid var(--optional-color);
}
.splide__slide img {
    width: 100%;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: var(--optional-color) !important;
}

.product-mrp {
    display: block;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
}

.cancel-btn {
    font-size: 13px;
    margin-right: 10px;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 90px;
    text-transform: uppercase;
    border: 1px solid var(--body-color);
}
.cancel-btn:hover {
    color: var(--white);
    background-color: var(--body-color);
}

.modal-form-btn {
    display: flex;
    justify-content: end;
}

/* Slider CSS End  */
.product-category-tabs {
    margin-top: 40px;
}
.product-category-tabs .nav-tabs {
    justify-content: center;
    border-bottom: 0;
}
.product-category-tabs .nav-tabs li a {
    border-width: 1px;
    margin-right: 10px;
    border-color: #dee2e6 !important;
    color: var(--body-color);
    padding: 20px 45px;
    border-radius: 50px;
}
.product-category-tabs .nav-tabs li a.active {
    color: var(--white);
    background-color: var(--optional-color);
}
.product-category-tabs .tab-content {
    margin-top: 20px;
}
.product-category-tabs .tab-content .tab-pane .tab-content-heading {
    margin: 0 auto;
}
.product-category-tabs .tab-content .tab-pane .tab-content-heading h4 {
    color: var(--optional-color);
}
.product-category-tabs .tab-content .tab-pane .tab-content-heading p {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-slide-item {
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    background-color: var(--theme-color);
}
.testimonial-slide-item .testimonial-user-info p {
    height: 100%;
    min-height: 130px;
    color: var(--white);
}
.testimonial-slide-item .user-personal-info h6 {
    color: var(--white);
}
.testimonial-slide-item .user-personal-info span {
    font-size: 14px;
    opacity: 0.8;
    color: var(--white);
}

/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Black with opacity */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.modal-content {
    max-width: 90%;
    max-height: 80%;
    margin: auto;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.pcd-pharma-btn .btn-default:hover {
    color: var(--white);
    background-color: var(--theme-color) !important;
}

.contact-text-action .btn-default:hover {
    color: var(--white);
    background-color: var(--theme-color) !important;
}

.modal-backdrop {
    z-index: 0;
}

.product-type-wrapper {
    display: flex;
    justify-content: end;
}
.product-type-wrapper .select-product-type {
    max-width: 230px;
}

.blog-tags-anchor {
    margin-top: 20px;
}
.blog-tags-anchor .blog-tags-btn {
    padding: 13px 25px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease-in;
}
.blog-tags-anchor .blog-tags-btn:hover {
    color: var(--white);
    border: 1px solid var(--optional-color);
    background-color: var(--optional-color);
}

.blog-social-icons {
    display: flex;
    align-items: center;
}
.blog-social-icons a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    font-size: 19px;
    transition: 0.4s;
    background-color: rgb(0, 0, 0);
}
.blog-social-icons a:hover,
.blog-social-icons a:focus {
    background-color: var(--theme-color);
}

.monopoly-pharma-discription {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    font-family: var(--second-font);
}
.monopoly-pharma-discription h2 {
    font-size: 40px;
    font-weight: 700;
}
.monopoly-pharma-discription strong {
    font-weight: 700;
}
.monopoly-pharma-discription strong img {
    margin: 20px 0;
}

.categories-link a {
    margin-bottom: 10px;
}

/*# sourceMappingURL=default.css.map */
