body {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 25px;
    font-family: Poppins, sans-serif;
}

* {
    margin: 0px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    -webkit-appearance: none;
}

::-moz-selection {
    text-shadow: none;
    background: #0cb197;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #0cb197;
    color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    margin: 0;
    font-weight: normal;
    text-transform: capitalize;
}

a {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

/*************HOME PAGE CSS START**********************/
.headerOuter .container {
    width: 100%;
}

.headertop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    position: relative;
}

.logobar {
    position: relative;
    z-index: 1;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
    width: 150px;
}

.logo img {
    width: 150px;
}

.signIn > ul {
    display: inline-block;
    vertical-align: middle;
}

.signIn > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.signIn > ul > li > a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #333;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    color: #333;
    position: relative;
}

.count {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    background: #0cb197;
    color: #333;
    font-size: 14px;
    top: -8px;
    right: -7px;
}

.selecttop {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    border-left: 1px solid #333;
    height: 18px;
}

.selecttop .sbHolder {
    width: 100%;
    border: 0;
    font-style: normal;
    height: 18px;
    font-family: Poppins, sans-serif;
    border-radius: 0;
    font-size: 17px;
    line-height: 18px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #333;
}

.sbSelector {
    height: 18px;
    line-height: 18px;
}

.sbToggle {
    height: 18px;
}

.sbToggleOpen {
    background: url(../images/arw_dwn.png) center center no-repeat;
    transform: rotate(180deg);
}

.sbOptions {
    top: 18px !important;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #0cb197;
    margin: 3px 0;
    transition: 0.4s;
    cursor: pointer;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.mymegamenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    top: 78px;
    z-index: 3;
    background: #0cb197;
}

.searchBoxM {
    margin-bottom: 30px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchHeadIn h4 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}

.searchbox-megamenu {
    width: 335px;
    position: relative;
}

.searchbox-megamenu a, .searchbox-megamenu button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 40px;
}

.searchbox-megamenu input {
    height: 40px;
    max-width: 335px;
    width: 100%;
    border: 1px;
    padding: 5px 50px 5px 20px;
    letter-spacing: 2px;
    outline: none;
}

.megamenuouter {
    padding-bottom: 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.menuItems h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.menuItems h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.menuItems ul li { list-style: none;
    margin-bottom: 10px;
}

.menuItems ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.menuItems ul li a:hover {
    color: #333;
}

.mymegamenu .textContant.social {
    margin-top: 40px;
}

.mymegamenu .textContant.social ul li a {
    line-height: 30px;
    color: #fff;
}

.megamenuouter .menuItems {
    max-width: 24%;
    flex: 0 0 24%;
}

.megamenuouter .menuItems:last-child {
    margin-right: 0;
}

.megamenuouter .menuItems h5 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: capitalize;
}


.headerBottom {
    background: #0cb197;
    padding: 8px 0;
}

.navbar.navbar-default {
    min-height: inherit;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}

.collapse {
    padding: 0;
}

.headerBottom-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 0 15px;
}

.navbar-default .navbar-nav > li:first-child > a {
    padding-left: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #333;
    background-color: transparent;
}

.searchbox {
    width: 300px;
    background: #fff;
    height: 38px;
}

.searchbox .input-group {
    height: 100%;
}

.searchbox .form-control {
    border: 0;
    padding: 0 20px;
    background: transparent;
    color: #ccc;
    font-size: 18px;
    height: 38px;
    box-shadow: none;
}

.searchbox .btn.btn-default {
    border: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    font-size: 20px;
    color: #0cb197;
    padding: 0 20px 0 0;
}

.banner-section {
    position: relative;
    background: url(../images/banner.jpg) no-repeat;
    height: 800px; background-position: center top !important; background-size: cover !important;
}

.banner-section:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 0.32);
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-content span {
    background: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 12px 15px 10px 15px;
    display: inline-block;
}

.banner-content h4 {
    font-size: 72px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin: 20px 0 10px 0;
}

.banner-content h4 small {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 400;
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.green-btn {
    background: #0cb197;
    border: 0;
    color: #fff;
    width: 200px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    text-align: center;
}

.green-btn:hover, .green-btn:focus {
    opacity: 0.9;
    outline: none;
    color: #fff;
    text-decoration: none;
}

.image-section {
    padding-top: 70px;
}

.image-row {
    display: flex;
    justify-content: space-between;
}

.image-col {
    width: 33.33%;
    margin-right: 10px;
    height: 345px;
    overflow: hidden;
    position: relative;
}

.image-col img {
    width: auto;
    height: 100%;
    max-width: none;
}

.image-col:last-child {
    margin-right: 0;
}

.image-col::before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 0.5);
    top: 0;
    height: 100%;
    width: 100%;
}

.image-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.image-info h4 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 15px;
}

.image-info h4 small {
    display: block;
    color: #0cb197;
    font-size: 20px;
}

.head-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.nav.nav-tabs {
    border-bottom: 2px solid #0cb197;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav.nav-tabs li a {
    margin: 0;
    border-radius: 0;
    color: #333;
    font-size: 18px;
    padding: 10px 15px;
    border: 0;
}

.nav.nav-tabs li.active a,
.nav.nav-tabs li:hover a,
.nav.nav-tabs li:focus a {
    background-color: #0cb197;
    border: 0;
    color: #fff;
    text-decoration: none;
}

.tab-content {
    padding-top: 15px;
}

.product-col {
    box-shadow: 0 0 10px #eaeaea;
    margin-top: 15px;
    padding: 30px 48px;
    text-align: center;
    position: relative;
    height: 395px;
    overflow: hidden;
}

.owl-carousel .product-image img {
    width: auto;
    margin: 0 auto;
}

.product-image {
    margin-bottom: 25px;
}

.product-col h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.owl-carousel .owl-item img.star-img {
    width: auto;
    margin: 15px auto;
}

.product-col span {
    color: #0cb197;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
/*.category-tab-content .product-col h4  {
    margin-bottom: 20px;
}
.category-tab-content .product-col span {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
/*.category-tab-content .product-col h4 {
    text-overflow: ellipsis;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
}*/
.category-tab-content .product-col h4 a {
    color: #333; font-size: 14px;
}
.product-col span.gray-txt {
    color: #dcdcdc;
    text-decoration: line-through;
    margin-right: 8px;
}

.owl-stage-outer {
    padding: 2px;
}

.product-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -53px;
    right: 0;
}
/*
.owl-prev, .owl-next {
    background: #edf2f8;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 0;
    position: relative;
}

.owl-prev::before {
    content: "\f104";
    position: absolute;
    font-size: 25px;
    color: #333;
    font-family: FontAwesome;
    left: 10px;
    top: 1px;
}

.owl-next::before {
    content: "\f105";
    position: absolute;
    font-size: 25px;
    color: #333;
    font-family: FontAwesome;
    left: 10px;
    top: 1px;
}

.owl-prev:hover, .owl-next:hover,
.owl-prev:focus, .owl-next:focus {
    background: #0cb197;
}

.owl-prev:hover::before, .owl-next:hover::before,
.owl-prev:focus::before, .owl-next:focus::before {
    color: #fff;
} */

.image-splitcol {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    position: relative;
}

.image-splitcol:first-child {
    margin-right: 15px;
}

.image-splitcol:last-child {
    margin-left: 15px;
}

.image-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 20px;
}

.image-content h5 {
    color: #fff;
    font-size: 20px;
}

.image-content h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
}

.image-content h4 small {
    font-weight: 600;
    color: #0cb197;
}

.image-content p {
    color: #fff;
    font-size: 16px;
}

#toTop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 60px;
    bottom: 25px;
    background: #0cb197;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    z-index: 1;
}

.sale-box {
    position: relative;
    height: 250px;
    padding: 50px 0;
    text-align: center;
    background: url(../images/bg-image.jpg) no-repeat;
}

.sale-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.4);
}

.sale-box .container {
    position: relative;
    z-index: 1;
}

.white-title {
    color: #fff;
}

.head-title span {
    color: #0cb197;
}

.sale-box p {
    color: #fff;
    margin-bottom: 20px;
}

.clientlogo-section {
    padding: 50px 0;
    text-align: center;
}

.clientlogo-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.spacing {
    padding: 70px 0;
}

.signup-section {
    background: #edf2f8;
    padding: 40px 0;
    text-align: center;
}

.signup-btn {
    width: 600px;
    height: 60px;
    margin: 20px auto 0 auto;
}

.signup-btn .form-control {
    border: 0;
    background: #fff;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    height: 60px;
    padding: 0 18px;
}

.signup-btn .form-control:focus {
    outline: none;
    box-shadow: none;
}

.signup-btn .btn.btn-default {
    background: #0cb197;
    color: #fff;
    box-shadow: none;
    height: 60px;
    border-radius: 0;
    margin: 0;
    border: 0;
    width: 100px;
    font-size: 18px;
    font-weight: 500;
}


.footer-top {
    position: relative;
    padding: 70px 0;
    background: url(../images/footer-img.jpg) no-repeat;
}

.footer-top:before {
    content: '';
    position: absolute;
    background: rgb(12 177 151 / 0.86);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-top .container {
    position: relative;
    z-index: 1;
}

.footer-link {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.footer-link.md {
    width: 29%;
}

.footer-link h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-link > p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-right: 20px;
    font-weight: 300;
}

ul.social-link li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

ul.social-link li a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #0cb197;
    line-height: 43px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 20px;
}

ul.links li { list-style: none;
    margin-bottom: 5px;
}

ul.links li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

ul.links li a:hover, ul.links li a:focus {
    text-decoration: none;
    color: #333;
}

ul.contact-link {
    padding-top: 10px;
}

ul.contact-link li { list-style: none;
    position: relative;
    height: 40px;
    margin-bottom: 15px;
}

ul.contact-link li i {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #0cb197;
    line-height: 43px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 20px;
    top: -7px;
}

ul.contact-link li p {
    color: #fff;
    font-size: 14px;
    padding-left: 55px;
    font-weight: 300;
}

ul.contact-link li p a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    padding: 15px 0;
    background: #edf2f8;
}

.footer-bottomin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottomin p {
    font-size: 14px;
    line-height: 100%;
}

ul.card-logo li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}


/*************HOME PAGE CSS END**********************/


/*************PRODUCT LISTING PAGE CSS START**********************/
.innerbanner-section {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.innerbanner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.40);
    top: 0;
}

.innerbanner {
    height: 100%;
}

.innerbanner img {
    width: 100%;
    height: auto;
    max-width: inherit;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label {
    display: block;
    margin-left:0; position: relative; padding-left:35px; padding-right: 10px;
    line-height: 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 20px 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background: transparent;
    font-weight: normal;
    vertical-align: middle; position: absolute; left: 0; top: 0;
}

input[type="checkbox"]:not(old):checked + label > span::before {
    content: '✓';
    display: block;
    width: 25px;
    color: #333;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
}

input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 4px;
    border: 0;
    border-radius: 50%;
    background: #0cb197;
}

input[type="checkbox"] + label > span.checkbox-text {
    background: transparent;
    border: 0;
    width: auto;
    height: auto;
    margin: 0; position: static;
}

input[type="checkbox"]:not(old):checked + label > span.checkbox-text:before {
    display: none;
}

.sidebar-left {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin-right: 15px;
}

.sidebar-left > h4 {
    background: #0cb197;
    color: #fff;
    padding: 18px 20px 15px 20px;
    font-size: 28px;
    font-weight: 600;
}

.panel-group {
    margin-bottom: 0;
}

.panel.panel-default {
    border: 0;
    border-radius: 0;
    margin: 20px 0 0 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.panel-title a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    position: relative;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-group .panel.panel-default .panel-body {
    border: 0;
    padding: 15px 0;
}

.panel-title a.collapsed:before {
    content: "+";
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 25px;
}

.panel-title a:before {
    content: "-";
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 25px;
}

.checkboxlist {
    margin-bottom: 8px;
}


.product-sectionblock {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 361px);
}

.list-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    width: 31.5%;
    box-shadow: 0 0 10px #eee;
    padding: 30px 48px;
    height: 395px;
    overflow: hidden;
    position: relative;
}
.list-box:nth-child(3n) {
    margin-right: 0;
}

.list-box > a {
    display: block;
    height: 250px;
    text-align: center;
    line-height: 250px;
}

.list-box p {
    font-size: 14px;
    padding: 0 0 20px 0;
    text-align: center;
    line-height: 16px;
}
.list-box p a { color: #333; }

.pagination-custom {
    margin: 40px auto 0 auto;
    text-align: center;
}

.pagination {
    margin: 0;
    border-radius: 0;
}

.pagination > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.pagination > li > a, .pagination > li > span {
    padding: 0;
    text-align: center;
    color: #333;
    border: 1px solid #d2d2d2;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0cb197;
    border-color: #0cb197;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.product-header {
    margin-bottom: 20px;
}

.product-header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-header label {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.product-hright span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pro-selectbox {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    margin-right: 20px;
}

.pro-selectbox .sbHolder {
    border: 1px solid #d2d2d2;
    width: 100%;
    font-family: Poppins, sans-serif;
    font-style: normal;
    border-radius: 0;
    height: 40px;
    font-size: 16px;
}

.pro-selectbox .sbToggle {
    height: 40px;
    background: url(../images/arw_dwn1.png) center center no-repeat;
    width: 40px;
}

.pro-selectbox .sbSelector {
    height: 40px;
    line-height: 40px;
}

.pro-selectbox .sbOptions {
    top: 40px !important;
}

.grid-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.product-header .pro-selectbox select {
    width: 100%;
    border: 1px solid #0cb197;
    box-shadow: none;
    padding: 0px 5px;
    background: url(../images/arw_dwn1.png) 95% center no-repeat;
    background-size: 10px;
    padding-right: 20px;
}


.product-listing-section.full-list .product-sectionblock {
    width: 100%;
}

.product-listing-section.full-list .list-box a {
    position: relative;
}

.industry-name {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: normal;
    text-align: center;
}

.industry-name p {
    font-size: 20px;
    font-weight: 600;

    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    padding: 0px 15px;
}

/*************PRODUCT LISTING PAGE CSS START**********************/

/*************PRODUCT DETAIL PAGE CSS START**********************/
.breadcrumb {
    padding: 10px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

.breadcrumb > li {
    line-height: 100%;
    font-size: 14px;
}

.breadcrumb > li a {
    color: #333;
    font-size: 14px;
    line-height: 100%;
}

.breadcrumb > li + li::before {
    padding: 0 8px 0 5px;
    color: #333;
    content: ">";
    font-size: 16px;
    position: relative;
    top: 1px;
}

.breadcrumb > .active {
    color: #0cb197;
}

.breadcrumb > li a i {
    color: #0cb197;
}

.detail-slider {
    width: 420px;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

#sync1.owl-carousel {
    margin-bottom: 25px;
}

#sync1.owl-carousel .owl-item img {
    width: 400px;
    margin: 0 auto;
}

#sync1.owl-carousel .pro-image {
    box-shadow: 0 0 10px #eee;
    height: 420px;
    text-align: center;
    line-height: 350px;
    overflow: hidden;
}

#sync2.owl-carousel .owl-item img {
    width: 72px;
    margin: 0 auto;
}

#sync2.owl-carousel .pro-image {
    box-shadow: 0 0 10px #eee;
    height: 80px;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
}


.detail-rightbox {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 470px);
}

.detail-rightbox h4 {
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.detail-rightbox > p {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 22px;
    letter-spacing: 1.2px;
}

.product-detail-tab .nav.nav-tabs {
    border-bottom: 2px solid #d2d2d2;
    border-top: 2px solid #d2d2d2;
    margin-top: 25px;
}

.product-detail-tab .nav-tabs > li {
    margin-bottom: 0;
}

.product-detail-tab .nav.nav-tabs li a {
    font-size: 16px;
    padding: 12px 30px 10px 30px;
    border-bottom: 4px solid transparent;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.product-detail-tab .nav.nav-tabs li.active a,
.product-detail-tab .nav.nav-tabs li:hover a,
.product-detail-tab .nav.nav-tabs li:focus a {
    border-bottom: 4px solid #0cb197;
    background-color: transparent;
    color: #333;
}

.product-detail-tab .tab-content {
    padding: 30px 0;
}

ul.tablist li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: #6e6e6e;
    letter-spacing: 1.2px;
}

ul.tablist li:before {
    content: '-';
    position: absolute;
    color: #6e6e6e;
    top: 0;
    left: 0;
    font-size: 18px;
}

.detail-table table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #d2d2d2;
}

.detail-table table thead tr th {
    background: #ededed;
    font-size: 14px;
    padding: 12px 10px;
    font-weight: normal;
    line-height: 100%;
    border-right: 1px solid #d2d2d2;
}

.detail-table table tbody tr td {
    font-size: 14px;
    color: #6e6e6e;
    padding: 10px 10px;
    border-right: 1px solid #d2d2d2;
}

.detail-table table tbody tr td input {
    width: 70px;
    height: 35px;
    color: #6e6e6e;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.detail-table table thead tr th:last-child,
.detail-table table tbody tr td:last-child {
    border-right: 0;
}

.product-button {
    display: flex;
    justify-content: end;
    margin-top: 30px;
    align-items: center;
}

.addtocart {
    height: 50px;
    width: 215px;
    margin-left: 15px;
    border: 1px solid #333;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    line-height: 50px;
    display: inline-block;
}

.addtocart.additem {
    width: 50px;
}

.addtocart.addtocart-fill.additem {
    background: #0cb197;
    border-color: #0cb197;
    color: #fff;
}
.addtocart.addtocart-fill.additem:hover, .addtocart.addtocart-fill.additem:focus {
    background: #fff;
    border-color: #333;
    color: #333;
}

.addtocart:hover, .addtocart:focus {
    background: #0cb197;
    color: #fff;
    text-decoration: none;
    border-color: #0cb197;
}


/*************PRODUCT DETAIL PAGE CSS END**********************/


/*************CART PAGE CSS START**********************/
.main-title {
    font-size: 26px;
    margin-bottom: 25px;
}

.cart-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.cart-left {
    width: calc(100% - 350px);
}

.cart-right {
    width: 350px;
    margin-left: 15px;
}

.order-info {
    background: #ededed;
    border-collapse: collapse;
    width: 100%;
}

.order-info thead tr th {
    padding: 12px 15px;
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    font-weight: normal;
}

.order-info tbody tr td {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
}

.order-info tbody tr td:last-child {
    text-align: right;
}

.order-info tfoot tr th {
    padding: 12px 15px;
    font-size: 17px;
    font-weight: normal;
}

.order-info tfoot tr:first-child th {
    border-top: 1px solid #d2d2d2;
}

.order-info tfoot tr th:last-child {
    text-align: right;
}

.order-info tfoot tr:last-child th {
    text-align: center;
}

.product-tbimg {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 10px #eee;
}

.product-tbimg img {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 12px;
}

.detail-table table tbody tr td p {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-left: 20px;
    color: #333;
    width: calc(100% - 125px);
}

.cart-table table thead tr th:first-child {
    width: 45%;
}

.cart-table table tbody tr td {
    vertical-align: top;
    color: #0cb197;
    padding: 18px 15px;
    border-bottom: 1px solid #d2d2d2;
}


/*************CART PAGE CSS END**********************/

/*************CHECKOUT PAGE CSS START**********************/
.checkout-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.checkout-left {
    width: calc(100% - 570px);
    padding-right: 140px;
}

ul.checkout-step {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 50px;
}

ul.checkout-step li {
    position: relative;
}

ul.checkout-step li::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 315px;
    background: #d2d2d2;
    left: 10px;
    top: 20px;
}

ul.checkout-step li:last-child::before {
    display: none;
}

ul.checkout-step li a:hover {
    text-decoration: none;
}

ul.checkout-step li span {
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    border: 2px solid #0cb197;
    color: #0cb197;
    position: relative;
}

ul.checkout-step li label {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 0 0;
    color: #333;
}

ul.checkout-step li.active span {
    background: #0cb197;
    color: #fff;
}

ul.checkout-step li.finish span {
    border-color: #ededed;
    background: #ededed;
    color: #808080;
}

.checkout-form {
    margin: 0 -10px;
}

.inputbox {
    display: inline-block;
    vertical-align: top;
    width: 46.5%;
    margin: 0 10px 20px 10px;
}

.inputbox label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

.fill-here {
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 40px;
    box-shadow: 0 0 10px #eee;
    padding: 0 15px;
    color: #6e6e6e;
    font-size: 16px;
}

.fill-here.msg {
    height: 120px;
    resize: none;
}

.inputbox.full-inputbox {
    width: 96.5%;
}

.checkout-form .main-title {
    margin-left: 10px;
}

.note-text {
    font-size: 14px;
    margin: 10px 0;
}

.checkout-form .green-btn {
    width: 100%;
}

input[type="radio"]:not(old) + label > span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

input[type="radio"] + label span.cardimg {
    border: 0;
    margin: 0;
    width: auto;
    height: auto;
}

input[type="radio"]:not(old) + label {
    font-weight: normal;
}

.radiobox {
    margin-bottom: 30px;
}

.split-inputbox .inputbox {
    width: 29.5%;
    vertical-align: bottom;
}

.checkout-right {
    width: 570px;
}

.order-info tbody tr td span {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.order-info tbody tr td label {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
}

.checkout-info tbody tr td {
    border-bottom: 1px solid #d2d2d2;
}

.checkout-info tbody tr td:last-child {
    width: 200px;
}

/*************CHECKOUT PAGE CSS END**********************/


.about-section p {
    margin-bottom: 20px;
    letter-spacing: 1.2px;
    line-height: 30px;
}

/***********CONTACT PAGE CSS START************/
.flexout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contactArea .contactAreaIn .flexin {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.contactMap {
    width: 100%;
}

.contactArea .contactTextIn h4 {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.contactTextIn div {
    line-height: 20px;
    margin-bottom: 10px;
}

.contact-form {
    padding: 50px 0 0;
}

.contact-form .form-group > label {
    display: block;
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.contact-form .form-group input.form-control {
    height: 45px;
    border-radius: 0;
    border: 1px solid #cbdaed;
    padding: 0 15px;
    color: #000;
    font-size: 18px;
}

.contact-form .form-group textarea.form-control {
    height: 150px;
    resize: none;
    border-radius: 0;
    border: 1px solid #cbdaed;
    padding: 15px;
    color: #000;
    font-size: 18px;
}

.btn-submit {
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    width: 200px;
    background: #0fa48c;
    border: 1px solid #0fa48c;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.btn-submit:hover {
    color: #0fa48c;
    background: #fff;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

/***************CONTACT PAGE CSS END*******************/

/***************PROTECTION GUIDE PAGE CSS START*******************/
.news-box {
    padding: 30px 0 70px;
}

.news-title {
    margin-bottom: 50px;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: normal;
}

.news-col {
    float: left;
    width: 23.8%;
    margin-right: 1.5%;
    margin-bottom: 30px;
}

.news-col:nth-child(4n) {
    margin-right: 0;
}

.news-col-image img {
    width: 100%;
}

.news-col-title {
    text-align: center;
    min-height: 140px;
    padding: 25px 0 0;
}

.news-col-title p {
    color: #333333;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 8px;
}

.news-col-title a {
    color: #333333;
    font-size: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 24px;
}

.view-button {
    display: block;
    width: 210px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #0cb197;
    border: 1px solid #0cb197;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 auto;
    transition: all 0.5s ease-out 0s;
    cursor: pointer;
}

.view-button:hover, .view-button:focus {
    text-decoration: none;
    color: #0cb197;
    background: #fff;
}


/***************PROTECTION GUIDE PAGE CSS END*******************/

/***************MY ORDER PAGE CSS START*******************/
.dashboard-content {
    display: flex;
    width: 100%;
}

.dashboard-left {
    width: 200px;
    margin-right: 30px;
}

.dashboard-right {
    width: calc(100% - 230px);
}

ul.dashboard-sidebar li {
    border-bottom: 1px solid #86d8cb;
}

ul.dashboard-sidebar li:last-child {
    border-bottom: 0;
}

ul.dashboard-sidebar li a {
    background: #0cb197;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 8px 15px;
}

ul.dashboard-sidebar li a:hover, ul.dashboard-sidebar li a:focus,
ul.dashboard-sidebar li.active a {
    background: #188775;
    text-decoration: none;
}

ul.dashboard-sidebar li a i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
}

.dashboard-right p {
    font-size: 16px;
}

.address-row {
    display: flex;
    align-items: start;
}

.address-col {
    width: 50%;
    margin-top: 30px;
    box-shadow: 0 0 10px #eee;
}

.address-col:first-child {
    margin-right: 15px;
}

.address-col:last-child {
    margin-left: 15px;
}

.address-head {
    display: table;
    padding: 10px 20px;
    background: #ededed;
    width: 100%;
}

.address-col h4 {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.address-btn {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.address-btn .green-btn {
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0 10px;
}

.address-content {
    padding: 20px;
}

.address-addbtn {
    background: #0cb197;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}

.address-addbtn:hover, .address-addbtn:focus {
    background: #188775;
    text-decoration: none;
    color: #fff;
}

.formbox-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.formbox-top:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.formbox-top h4 {
    color: #0cb197;
    font-weight: 500;
    margin-bottom: 15px;
}

.dashboard-right .contact-form {
    padding: 0;
}

.modal-title {
    color: #000;
    font-size: 26px;
}

.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}

.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}

/***************MY ORDER PAGE CSS END*******************/

.loginlink {
    font-size: 18px;
    margin-bottom: 20px;
}

.loginlink a {
    color: #333;
    text-decoration: underline;
}

.login-modal .modal-header {
    border: 0;
    padding: 15px 15px 0 0;
}

.modal-body .product-detail-tab .nav.nav-tabs {
    margin: 0;
}

.login-modal .contact-form {
    padding: 0;
}

.forgot-link > a {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.forgot-link .checkboxlist {
    display: inline-block;
}

label.error {
    color: #F64E60;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
}


.name2.nav-tabs .owl-item {
    width: auto !important;
}
.name2.nav-tabs {
    padding-right: 100px;
}
.name2.nav-tabs .owl-stage-outer {
    padding: 0;
}
.name2.nav-tabs .owl-nav {
    position: absolute;
    right: 0;
    top: 8px;
}
.name2.nav-tabs li a { display: block; }
.product-columnbox {
    float: left;
    margin-right: 15px;
    width: 24%;
    margin-bottom: 15px;
}
.product-columnbox:nth-child(4n) {
    margin-right: 0;
}

/**********************/
.name2.owl-carousel.owl-theme {
    border-bottom: 2px solid #0cb197;
}
.name2.owl-carousel.owl-theme .owl-stage-outer {
    padding: 0; width: calc(100% - 80px);
}
.name2 .item a {
    margin: 0;
    border-radius: 0;
    color: #333;
    font-size: 18px;
    padding: 10px 15px;
    border: 0;
    display: block;
}
.name2 .owl-item.current .item a, .name2 .owl-item .item a:hover, .name2 .owl-item .item a:focus {
    background-color: #0cb197;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.name2 .owl-nav {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.name2.owl-carousel.owl-theme .owl-item {
    width: auto !important;
}

/**************Favourite Product Page Css Start****************/
.fav-product-list {
    display: flex;
    box-shadow: 0 0 10px #eee;
    padding: 20px;
    margin-bottom: 20px;
}
.fav-product-img {
    width: 400px;
}
.fav-product-info {
    padding-left: 30px;
}
.fav-product-info h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.fav-product-info h4 a { color: #333; }
a.delete-icon {
    font-size: 22px;
    margin-top: 10px;
    color: #0cb197;
    display: inherit;
}

/**************Favourite Product Page Css End****************/

/**************Order Detail Page Css Start****************/
.order-detail-top {
    display: flex;
}
.order-detail-left {
    width: calc(100% - 350px);
}
.order-detail-left ul.checkout-step li:nth-child(3)::before {
    width: 310px;
}
.order-detail-right {
    width: 350px;
    margin-left: 15px;
}
.order-info.customer-order-info tbody tr td:last-child {
    text-align: left;
}
.order-info.customer-order-info tbody tr td {
    font-size: 16px;
    padding: 12px 15px 0 15px;
}
.order-info.customer-order-info tbody tr:last-child td {
    padding-bottom: 12px;
}
.order-info.customer-order-info tfoot tr:last-child th {
    text-align: inherit;
}
.order-info.customer-order-info tfoot tr th:last-child {
    text-align: right;
}
.order-info.customer-order-info tfoot { border-top:1px solid #d2d2d2; }
.order-detail-content { display: none; }
.order-detail-content.current { display: block; }
.order-titletab {
    display: flex;
    border-bottom: 1px solid #d2d2d2;
    background: #ededed;
}
.ordertitle {
    width: 50%;
    text-align: center;
    padding: 12px 10px;
    font-size: 17px;
    color: #333;
}
.ordertitle.current, .ordertitle:hover, .ordertitle:focus {
    color: #fff;
    text-decoration: none;background-color: #0cb197;
}
/**************Order Detail Page Css End****************/

.list-box span {
    color: #0cb197;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.product-col h4 a {
    color: #333;
}
/*********************************/

.thank-you-section h6 {
    text-align: center;
    font-size: 16px;
}
.thankyou-tbl {
    margin-top: 50px;
}
.thankyou-tbl table {
    border: 1px solid #d2d2d2;
    width: 100%;
    border-collapse: collapse;
}
.thankyou-tbl table tr td {
    vertical-align: top;
    padding: 18px 15px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.thankyou-tbl table tr td strong {
    display: block;
    font-size: 16px;
}


.category-tab-content .product-columnbox {
    width: 50%;
    margin-right: 0;
}
.category-tab-content .product-col {
    width: 47.4%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

/*18 Feb 2021 Start RG*/
#sync1.owl-carousel .pro-image{cursor: pointer;}
/*18 Feb 2021 Start RG*/

/*24 Feb 2021 Start RG*/
.checkout_input{width: 100%;position: relative;padding: 0px;}
.checkout_input input{width: 100%;border: 0px;padding: 0 15px; height: 100%;}
.checkout_input span{position: absolute;right: 2px;display: inline-block;top: 2px;width: auto;}
.checkout_input span button{border-radius: 0px;background: #0cb197;color: #fff;}
.checkout_input span button:hover,.checkout_input span button:focus{opacity: 0.8;background: #0cb197;color: #fff;}
/*24 Feb 2021 Start RG*/

/* =====================banner section start============== */
.bannerContent .providIn { width: 100% }
h1 strong { display: block; font-size: 30px; line-height: 28px; text-transform: uppercase; color: #0cb197; font-weight: 300; font-family: Poppins, sans-serif; margin-bottom: 10px; }
.providIn h1 small { margin-top: 20px; font-size: 20px; font-family: Poppins, sans-serif; letter-spacing: 1px; display: block; color: #fff; font-weight: 300; }
.providIn a { font-size: 16px; line-height: 30px; background: #0cb197; color: #fff; padding: 12px 50px; display: inline-block; margin-top: 30px; letter-spacing: 2px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
.providIn a:hover { background: #fff; color: #333; }
.bannerOurter .owl-nav { position: absolute; top: 50%; right: 0; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%) }
.bannerOurter .owl-prev { float: left; font-size: 0; margin-left: 0px }
.bannerOurter .owl-next { float: right; font-size: 0; margin-right: 0px }
.bannerOurter .owl-next:after, .bannerOurter .owl-prev:after { font-family: fontAwesome; color: #fff; font-size: 38px; width: 60px; height: 60px; display: inline-block; text-align: center; line-height: 55px; border: 2px solid #fff; }
.bannerOurter .owl-next:hover:after, .bannerOurter .owl-prev:hover:after { background: rgba(12,177,151, 0.5); border: 2px solid rgba(12,177,151, 0); }
.bannerOurter .owl-prev:after { content: "\f104" }
.bannerOurter .owl-next:after { content: "\f105" }

.transformMid { position: absolute; left: 50%; right: auto; top: 50%; width: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); z-index: 1 }
.transitionCls { transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out }
.boxShadow { box-shadow: 0 0 8px rgba(0,0,0,.3); -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3); -ms-box-shadow: 0 0 8px rgba(0,0,0,.3); -moz-box-shadow: 0 0 8px rgba(0,0,0,.3) }

.bannerIn .owl-stage-outer { padding: 0; }

.detail-slider #sync2.owl-carousel .owl-stage{ transform:none !important; width: 100% !important; }
.detail-slider #sync2.owl-carousel .owl-stage .owl-item {
    width:30.5% !important;
    margin: 0 4% 15px 0 !important;
}
.detail-slider #sync2.owl-carousel .owl-stage .owl-item:nth-child(3n) { margin: 0 0 15px 0 !important;}

.image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }


  /* This block of CSS adds opacity transition to background */
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
  }

  .mfp-with-zoom.mfp-ready .mfp-container {
          opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
          opacity: 0.8;
  }

  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
  }



  /* padding-bottom and top for image */
  .mfp-no-margins img.mfp-img {
      padding: 0;
  }
  /* position of shadow behind the image */
  .mfp-no-margins .mfp-figure:after {
      top: 0;
      bottom: 0;
  }
  /* padding for main container */
  .mfp-no-margins .mfp-container {
      padding: 0;
  }



  /* aligns caption to center */
  .mfp-title {
    text-align: center;
    padding: 6px 0;
  }
  .image-source-link {
    color: #DDD;
  }

  .product-listing-section .product-listing .list-box {
    height: auto !important;
}

.product-listing-section.full-list .list-box a img {
    width: 100%;
	object-fit: cover;
	height: 100%;
}

.image-col img {
    width: 100%;
	height: auto;
	max-width: none;
}

.article-detail-sec .news-detail-title {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efeeee;
}
.article-detail-sec .news-detail-image {
    margin-bottom: 30px;
}

.article-detail-sec h1, .article-detail-sec h2, .article-detail-sec h3, .article-detail-sec h4, .article-detail-sec h5, .article-detail-sec h6 {
    font-weight: 600;
}

.article-detail-sec  ul,.article-detail-sec  ol {
    padding-left: 20px;
}

.article-detail-sec ul li:not(:last-child),.article-detail-sec  ol li:not(:last-child) {
    margin-bottom: 5px;
    margin-top: 5px;
}

.article-detail-sec .detail-social li{ display:inline-block; margin-right:10px; color:#333333; font-size:14px; text-transform:uppercase;}
.article-detail-sec .detail-social li a{ color:#333; font-size:18px;}
.article-detail-sec .detail-social li a:hover, .article-detail-sec .detail-social li a:focus{ text-decoration:none; color:#0cb197; }
.article-detail-sec ul li, .article-detail-sec ol li {list-style: initial;}

.pagination>.active>a {
    background: #0cb197;
    border-color: #0cb197;
}

.pagination .pg-dots {
    margin-top: 10px;
}

.a-category-link {
    color: #333;
    font-weight: 400;
    font-size: 1.1em;
}
