.breadcrumb span a.btn.btn-default { color: #333; background-color: #fff; border-color: #ccc;height:37px; position: relative; float: left;border: 0; border-radius: 0; } .btn-breadcrumb a.btn.btn-default { color:#fff;background-color: transparent;border-color: transparent;height:37px; position: relative; float: left;border: 0; border-radius: 0; } .widget_item_style_1 { overflow: hidden; text-align: center; } .widget_item_style_1 .row-flex { position: relative; display: grid; grid-template-columns: var(--item1-per-row); gap:10px; } .widget_item_style_1 .item { position: relative; overflow: hidden; text-align: center; background-position: center; } .widget_item_style_1 .item:before, .widget_item_style_1 .item:after { content: ""; position: absolute; background-repeat: no-repeat; opacity: 0; transition: all .5s; -webkit-transform: scale(.1); transform: scale(.1); z-index: 0; } .widget_item_style_1 .item:before { background-image: url('views/theme-store/widget/item/image/item-before.png'); height: 100%; top: -30px; left: -30px; width: 100%; } .widget_item_style_1 .item:after { background-image: url('views/theme-store/widget/item/image/item-after.png'); height: 290px; bottom: -40px; right: -30px; width: 250px; } .widget_item_style_1 .item.active:after, .widget_item_style_1 .item.active:before, .widget_item_style_1 .item:hover:after, .widget_item_style_1 .item:hover:before { opacity: 1; -webkit-transform: scale(0.5); transform: scale(0.5); } .widget_item_style_1 .item .img { height: var(--item1-height); text-align: center; } .widget_item_style_1 .item .img img { width: auto; height: 100%; display: inline-block; border-radius: 5px;padding:5px; margin-top: 5px; background-color: var(--theme-color); } .widget_item_style_1 .item .title { text-align: center; padding: 10px; } .widget_item_style_1 .item .title p.heading { color: var(--item1-title); font-size: 15px; font-weight: bold; margin: 0 0 10px 0; } .widget_item_style_1 .item .title p.description { color: var(--item1-des); font-size: 14px; line-height: 20px; } .widget_item_style_1 .item:hover .img img { -webkit-animation: toTopFromBottom .5s forwards; animation: toTopFromBottom .5s forwards; } .widget_item_style_1 .item:hover .img img { box-shadow: 0 0 10px 4px rgba(31,66,135,.1); } @media (max-width: 768px) { .widget_item_style_1 .row-flex { grid-template-columns: var(--item1-per-row-tablet); } .widget_item_style_1 .item .img { height: 50px; } } @media (max-width: 600px) { .widget_item_style_1 .row-flex { grid-template-columns: var(--item1-per-row-mobile); } .widget_item_style_1 .item .img { height: 50px; } } @media (max-width: 500px) { .widget_item_style_1 .item .img { height: auto; } .widget_item_style_1 .item .img img { width: 48px; } .widget_item_style_1 .item .title p.heading { font-size: 13px; } }:root { --prs7-tab-bg:#fff; --prs7-tab-color:#000; --prs7-tab-active-color:#fff; --prs7-tab-active-bg:var(--theme-color); } .widget_product_style_7 .product_style_7_category_list { background: transparent; margin-bottom: 20px; padding-bottom: 10px; display: inline-flex; overflow: auto; list-style-type: none; justify-content: flex-start; } .widget_product_style_7 .product_style_7_category_list li { float: left; padding: 0; margin-right: 10px; border-bottom: 0; height: 40px; display: inline-block; position: relative; flex: none; width: max-content; } .widget_product_style_7 .product_style_7_category_list li:last-child { margin-right: 0px; } .widget_product_style_7 .product_style_7_category_list li a { color:var(--prs7-tab-color); background-color: var(--prs7-tab-bg); padding: 5px 20px; display: block; font-size: 15px; border-radius: 20px; transition: all 0.5s; text-transform: capitalize; text-decoration: none; } .widget_product_style_7 .product_style_7_category_list li a.active, .widget_product_style_7 .product_style_7_category_list li a:hover { color: var(--prs7-tab-active-color); background-color: var(--prs7-tab-active-bg); } .widget_product_style_7 .product_style_7_content a.more-link { display: inline-block; font-size: 15px; margin-top: 24px; } .product-slider-horizontal .product-item { border: 1px solid #ccc; border-radius: 5px; box-shadow: 1px 7px 22px -10px rgb(0 0 0 / 63%); } @media (max-width: 600px) { .widget_product_style_7 .product_style_7_category_list { width: 100%; } }.widget_product_style_2 { background-color: var(--body-color); } .widget_product_style_2 .product_style_2_header { background-color: transparent; position: relative; margin-bottom: 20px; } .widget_product_style_2 .product_style_2_header .product_style_2_header_left { background: #fff; padding:0;text-align: left; overflow:hidden; /* border:1px solid #ccc; */ border-bottom: 1px solid #ccc; } .widget_product_style_2 .product_style_2_header .product_style_2_header_left .heading { text-align:left; float:left; margin-bottom:0; border-radius: 0; position:relative; overflow: initial; } .widget_product_style_2 .product_style_2_header .product_style_2_header_left .heading .header { text-align: left; font-size: 18px; margin-bottom: 0; margin-top: 0; margin-left: 0; color: #000; /* background-color: var(--theme-color); */ border-bottom: 2px solid var(--theme-color); height: 50px; line-height: 50px; text-transform: uppercase; display:inline-block; position:relative; padding:0; } .widget_product_style_2 .product_style_2_header .product_style_2_header_left .heading .header span { display:inline-block; /* padding:0 20px; */ z-index:1; position:relative; font-size: 20px; text-align: left; } /* .widget_product_style_2 .product_style_2_header .product_style_2_header_left .heading .header:before { content:''; position: absolute;right: -25px; top:0; width:0px; height:0px; border-bottom:25px solid transparent; border-top:25px solid transparent; border-left:25px solid var(--theme-color); } */ .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list { background: #fff; overflow: hidden; float: right; margin-bottom: 0; list-style: none; margin-left:50px; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li { float: left; padding: 7px 0px; font-size: 13px; height: 50px; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li span { padding: 5px;font-size: 14px; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li a, .widget_product_style_2 .product_style_2_header_left .product_style_2_arrow li a { color:#000; padding: 6px 10px; display: block; background-color: transparent; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li a:hover, .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li a:focus { background-color: var(--theme-color); color: #fff; border-radius: 15px; } .widget_product_style_2 .product_style_2_header_left .arrow_box { background: #fff; overflow: hidden; float: right; margin-bottom: 0; list-style: none; margin-left:0px; gap: 10px; display: flex; } .widget_product_style_2 .product_style_2_header_left .arrow_box li.arrow { float: left; font-size: 13px; height: 35px; cursor: pointer; border-left: 1px solid #ccc; padding: 5px 5px; border: 1px solid #ccc; border-radius: 5px; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li a.more-link { margin: 0!important; } .widget_product_style_2 .product_style_2_header_left .view-all { float: right; color: #ffb900; padding:10px; display: block; } .widget_product_style_2 .product_style_2_header_left .view-all a.more-link { font-size:17px; font-style: italic; color:#ffb900; } .widget_product_style_2 .product_style_2_header_left .view-all a.more-link:hover { color:#000;} .widget_product_style_2 .product_style_2_content { overflow:hidden; } .widget_product_style_2 .product_style_2_content .banner img { width:100%; } .widget_product_style_2 .product_style_2_header_left .js_show_tab { background: #fff; overflow: hidden; float: right; margin-bottom: 0; list-style: none; margin-left:0px; display: none; height: 50px; line-height: 50px; } .widget_product_style_2 .product_style_2_header_left .js_show_tab .js_btn_show_tab { width:50px; padding:10px; color:#000; background-color: #fff; border-radius: 5px; } @media (max-width: 995px) { .widget_product_style_2 .banner { display: none; } } @media (max-width: 600px) { .widget_product_style_2 .product_style_2_header .product_style_2_header_left .heading .header { font-size: 15px; } .widget_product_style_2 .product_style_2_header_left .js_show_tab { display: block; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list { margin-left: 0; display: none; position: absolute; width: 100%; top: 55px; z-index: 999; border:1px solid #ccc; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li.item { display: block; width: 100%; } .widget_product_style_2 .product_style_2_header_left .product_style_2_category_list li.arrow { display: none; } .widget_product_style_2 .product_style_2_content .product-list-box { padding-left: 0; } }.widget_item_style_3 { overflow: hidden; text-align: center; } .widget_item_style_3 .row p.item-description { color: var(--item-des); } .widget_item_style_3 .row-flex{ position: relative; display: grid; grid-template-columns: var(--item-per-row); gap:10px; align-items: center; padding: 60px 0; } .widget_item_style_3 .item { position: relative; overflow: hidden; text-align: center; background-position: center; display: flex; width: 100%; align-items: center; } .widget_item_style_3 .item .img { float:left; height:var(--item-height); width:var(--item-height); text-align: center; } .widget_item_style_3 .item .img img { max-width: 100%; width: auto; height: 100%; display: inline-block; } .widget_item_style_3 .item .title { text-align: left; padding: 10px; width: 296px; } .widget_item_style_3 .item .title .heading { font-family: var(--font-header); color: var(--item-title); font-size: 15px; font-weight: bold; margin: 0 0 10px 0; } .widget_item_style_3 .item .title p.description { color: var(--item-des); font-size: 14px; line-height: 20px; } .widget_item_style_3 .item .title .heading a { color: var(--item-title); } .widget_item_style_3 .item .title p.description a{ color: var(--item-des); } @media (max-width: 768px) { .widget_item_style_3 .row-flex{ grid-template-columns: var(--item-per-row-tablet); } .widget_item_style_3 .item .img { height: 50px; } } @media (max-width: 600px) { .widget_item_style_3 .row-flex{ grid-template-columns: var(--item-per-row-mobile); } .widget_item_style_3 .item { flex-direction: column; } .widget_item_style_3 .item .img { width: 100%; height: 50px; text-align: center; } .widget_item_style_3 .item .title { width: 100%; text-align: center; } .widget_item_style_3 .item .title .heading { font-size: 13px; } .widget_item_style_3 .item .title p.description { font-size: 12px; } }.widget_feedback_style_7 .feedback-content-box { } .widget_feedback_style_7 .item { box-shadow: 0px 0px 5px 0px rgba(250,237,237,0.75); } .widget_feedback_style_7 .item .feedback-footer { display: flex; align-items: center; } .widget_feedback_style_7 .item .feedback-content { padding: 0 0 0 20px; height: 100px; overflow: hidden; } .widget_feedback_style_7 .item .feedback-footer .avatar { margin-right: 24px; } .widget_feedback_style_7 .item .feedback-footer .avatar>img { width: 80px; height: 80px; border-radius: 50%; } .widget_feedback_style_7 .box-content { position: relative;margin: 20px auto; max-width: 100%; } .widget_feedback_style_7 .slick-slide { margin: 0 10px; } .widget_feedback_style_7 .item { border:2px solid var(--fbs7-border-color); border-radius: 5px; padding:15px; } .widget_feedback_style_7 .item .feedback-heading { display: grid; grid-template-columns: 100px auto; align-items: center; } .widget_feedback_style_7 .item .feedback-heading .avatar { text-align: center; } .widget_feedback_style_7 .item .feedback-heading .avatar img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; display: inline-block; } .widget_feedback_style_7 .item .feedback-heading .title { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; } /* .widget_feedback_style_7 .item .feedback-heading .title:before { content: '“'; position: absolute; color: var(--fbs7-feedback-slogan); font-size: 50px; top: 20%; left: 8%; } */ .widget_feedback_style_7 .item .feedback-heading .title p { margin: 0; color: var(--fbs7-feedback-slogan); font-size: 26px; font-weight: 700; text-align: center; } .widget_feedback_style_7 .item .feedback-content { margin: 20px 0; color: var(--fbs7-feedback-content); } .widget_feedback_style_7 .item .feedback-content p { color: var(--fbs7-feedback-content); } .widget_feedback_style_7 .item .feedback-footer { position: relative;padding-left: 20px; } /* .widget_feedback_style_7 .item .feedback-footer:before { position: absolute; content: ''; background-color: var(--fbs7-feedback-slogan); width: 5px; height: 100%; left: 0; top: 0; } */ .widget_feedback_style_7 .item .feedback-footer .feedback-name { text-align: left; font-size: 18px; font-weight: 700; margin-bottom: 0; color: var(--fbs7-feedback-name); } .widget_feedback_style_7 .item .feedback-footer .feedback-office { font-size: 13px; font-weight: 700; color: var(--fbs7-feedback-office); } /* .widget_feedback_style_7 .item .feedback-footer:after { position: absolute; content: '”'; color: var(--fbs7-feedback-slogan); font-size: 50px; bottom: 100%; transform: translateY(50%); right: 0; } */ @media (max-width: 500px) { .widget_feedback_style_7 .item { height: 265px; } .widget_feedback_style_7 .item .feedback-footer .avatar { width: 80px; height: 80px; } }.widget_post_style_13 .item { padding:0; overflow: hidden; margin-bottom: 10px; } .widget_post_style_13 .item .img { float: left; width: 220px !important; height: 160px !important; padding: 0;} .widget_post_style_13 .item .img img { width: 100%; height: 100%; object-fit: cover; } .widget_post_style_13 .item .title { float: left; width:calc(100% - 240px); padding: 10px; color: var(--post13-txt-color); } .widget_post_style_13 .item .title .time { color:var(--post13-txt-color); font-size: 12px; margin-bottom: 0; } .widget_post_style_13 .item .title .header { margin: 10px 0 10px 0; font-size: 16px; line-height: 25px; font-weight: bold; color:var(--post13-heading-color); } .widget_post_style_13 .item .title .header a { color:var(--post13-heading-color); } .widget_post_style_13 .item .title .description { color: var(--post13-des-color); font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } /* .widget_post_style_13 .item:nth-child(2n) .img { float: right; } */ .widget_post_style_13 .video img { /* width: 100%; */ border-radius: 5px; object-fit: cover; margin-bottom: 10px; width: 100% !important; height: 472px !important; } .widget_post_style_13 .video-section { position: relative; } .widget_post_style_13 .play-now { position: absolute; left: 50%; top: 50%; display: block; border-radius: 50%; z-index: 10; width: 60px; height: 60px; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transform-origin: center center; } .widget_post_style_13 .play-now .icon { position: absolute; left: 50%; top: 50%; height: 65px; width: 65px; text-align: center; line-height: 65px; color: #ffffffdb; z-index: 1; font-size: 20px; padding-left: 5px; display: block; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transform-origin: center; transform-origin: center center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1); -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1); -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1); -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1); box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1); background-color: var(--theme-color); } .widget_post_style_13 .play-now .ripple, .widget_post_style_13 .play-now .ripple:before, .widget_post_style_13 .play-now .ripple:after { position: absolute; top: 50%; left: 50%; height: 65px; width: 65px; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transform-origin: center; transform-origin: center center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3); -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3); -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3); -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3); box-shadow: 0 0 0 0 rgba(255, 255, 255, .3); -webkit-animation: ripple 3s infinite; -moz-animation: ripple 3s infinite; -ms-animation: ripple 3s infinite; -o-animation: ripple 3s infinite; animation: ripple 3s infinite; } .widget_post_style_13 .play-now .ripple:before { -webkit-animation-delay: .9s; -moz-animation-delay: .9s; -ms-animation-delay: .9s; -o-animation-delay: .9s; animation-delay: .9s; content: ""; position: absolute; } .widget_post_style_13 .play-now .ripple:after { -webkit-animation-delay: .6s; -moz-animation-delay: .6s; -ms-animation-delay: .6s; -o-animation-delay: .6s; animation-delay: .6s; content: ""; position: absolute; background-color: var(--theme-color); } @media(max-width: 500px) { .widget_post_style_13 .item { padding: 10px;} .widget_post_style_13 .item .img { float: left; width: 100%; } .widget_post_style_13 .item .title { float: left; width: 100%; padding:10px 0; } .widget_post_style_13 .video img {height: unset !important;} }.widget_box_gallery_1 .grid { display: grid; grid-template-columns: var(--gallery-1-template); grid-gap: var(--gallery-1-grid-gap); } .widget_box_gallery_1 .grid-item { height: 300px; overflow: hidden; } .widget_box_gallery_1 .grid-item img{ width: 100%; height: 100%; object-fit: cover; } @media(max-width: 600px) { .widget_box_gallery_1 .grid { display: grid; grid-template-columns: [col1] auto [col2] auto [end]; } .widget_box_gallery_1 .grid-item { height: 200px; } }
Warning: Trying to access array offset on value of type bool in /home/dmcbiotech.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63

Warning: Trying to access array offset on value of type bool in /home/dmcbiotech.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63

Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/dmcbiotech.com/public_html/application/helpers/common_helper.php:878 Stack trace: #0 /home/dmcbiotech.com/public_html/views/theme-store/theme-header/header-style/header-style-4.3/header.php(75): Option::get() #1 /home/dmcbiotech.com/public_html/system/libraries/Hook.php(307): ThemeHeaderStyle4_3::css() #2 /home/dmcbiotech.com/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters() #3 /home/dmcbiotech.com/public_html/system/plugin.php(453): WP_Hook->do_action() #4 /home/dmcbiotech.com/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action() #5 /home/dmcbiotech.com/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss() #6 /home/dmcbiotech.com/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify() #7 /home/dmcbiotech.com/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters() #8 /home/dmcbiotech.com/public_html/system/plugin.php(453): WP_Hook->do_action() #9 /home/dmcbiotech.com/public_html/views/theme-store/include/head.php(9): do_action() #10 /home/dmcbiotech.com/public_html/application/libraries/template.php(708): include('...') #11 /home/dmcbiotech.com/public_html/views/theme-store/template-full-width.php(7): Template::partial() #12 /home/dmcbiotech.com/public_html/system/core/Loader.php(839): include('...') #13 /home/dmcbiotech.com/public_html/system/core/Loader.php(420): CI_Loader->_ci_load() #14 /home/dmcbiotech.com/public_html/application/libraries/template.php(346): CI_Loader->view() #15 /home/dmcbiotech.com/public_html/application/controllers/frontend/products.php(13): Template->render() #16 /home/dmcbiotech.com/public_html/system/core/CodeIgniter.php(360): products->index() #17 /home/dmcbiotech.com/public_html/index.php(224): require_once('...') #18 {main} thrown in /home/dmcbiotech.com/public_html/application/helpers/common_helper.php on line 878