@font-face {
    font-family: 'Raleway';
    src: url('../fontawesome-free-5.15.4/webfonts/Raleway-VariableFont_wght.ttf');
    font-weight: 400;
    font-style: normal;
}
body {
    background-color: #eee;
    font-family: Raleway,sans-serif;
    font-weight: 400;
    color: #4A4F54;

}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .responsive-container {
    max-width: 1100px;
}
.responsive-container {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}
.lady-image-div {
    height: 445px;
}
.lady-image-div img {
    display: none;
}
section .responsive-container, section .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 1361px) {
    .lady-image-div {
        height: auto !important;
    }
    .lady-image-div img {
        display: block !important;
    }
    section .container{
        padding-top: 200px;
        padding-bottom: 200px;
    }
    section .responsive-container, section .footer_container {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
.bg-white {
    background-color: #ffffff !important;
}
.fixed-top-cust {
    position: fixed;
    top: 46px;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #dee2e6;
}
.fixed-top {
    border-bottom: 1px solid #dee2e6;
}
section {
    padding-top: 60px;
    padding-bottom: 60px;
}
section1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.text-primary {
    color: #c72e35 !important;
}
h3 {
    font-weight: bold;
    font-size: 24px;
}
h1 {
    font-weight: bold;
    margin-bottom: 30px;
}
b, strong {
    font-weight: bold !important;
}
.btn-primary {
    color: #fff;
    background-color: #0bb3a4;
    border-color: #0bb3a4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #088378;
    border-color: #07796f;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #088378;
    border-color: #07796f;
}


.btn-secondary {
    color: #fff;
    font-weight: 600;
    background-color: #4A4F54;
    border-color: #4A4F54;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #4A4F54;
    border-color: #4A4F54;
}

.btn-success {
    color: #4A4F54 !important;
    font-weight: 600;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}
.btn-success:hover {
    color: #4A4F54 !important;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #E5E5E5 !important;
    border-color: #E5E5E5 !important;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    box-shadow: 0 0 0 0 rgb(72 180 97 / 50%);
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #07a496;
    border-color: #088378;
    box-shadow: 0 0 0 0.25rem rgb(11 179 164 / 50%);
}
.btn-outline-primary {
    color: #0bb3a4;
    border-color: #0bb3a4;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0bb3a4;
    border-color: #0bb3a4;
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(11 179 164 / 50%);
}

/*.heart-bullet {
    list-style-image: url('../images/bulletFavIcon.png')
}*/

.heart-bullet li {
    background: url('../images/bulletFavIcon.png') no-repeat left center;
    padding: 5px 10px 5px 30px;
    list-style: none;
    margin: 0;
vertical-align: middle;
}

.table-icons{
  width: 5rem;
  height:5rem;
  display:block;
  border-radius: 50%;
  background-color:#fff; 
}

.table-icons1{
  width: 4rem;
  height:4rem;
  display:block;
  border-radius: 50%;
  background-color:#fff; 
}
.table-icons1 img {
    width: 35px;
}
.table-icons img{
  position: relative; 
  object-fit:fit;
  padding:5px;
}
.table-icons_border{
  border: 2px solid #ccc;
  border-radius:50%;
}
.border--teal-circle{
  border-color:rgb(10,170,158);;
}

.table-box > tbody > tr > td {
	padding: 0px !important;
    vertical-align: middle !important;
    border-top: 0px !important;
    color: white;
}	
.table-box > tbody > tr > td > h3 {
	margin-bottom: 15px;
}
.table-box > tbody > tr > td > img {
	margin-top: 15px;
}
.table-box>:not(caption)>*>* {
    border-bottom-width: 0px !important; 
}
.bg-green-gradient {
	background: linear-gradient( 0deg, #1f6a1f 0%, #3ed33e 130% );
}
.bg-heatWave-gradient {
	background: linear-gradient( 0deg, #803B00 0%, #FF7600 130% );
}
.bg-info-gradient {
	background: linear-gradient( 0deg, #28767A 0%, #50ECF3 130% );
}
.bg-pink-gradient {
	background: linear-gradient( 0deg, #73234A 0%, #FF62AF 130% );
}
.bg-purpal-gradient {
	background: linear-gradient( 0deg, #4C316C 0%, #9861D8 130% );
}
.navbar {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.navbar-nav .nav-link {
    padding: 30px 15px !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff !important;
	background-color: #c72e35 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff !important;
	background-color: #c72e35 !important;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.banner {
    background-color: #393939;
}
.banner>div {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 200;
    line-height: 2.2rem;
    margin-top: 87px;
    min-height: 80px;
    padding: 20px 15px 10px;
}
.banner .mt-85 {
    margin-top: 85px;
}
.banner>div::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #393939;
    left: 0;
    margin: 10px auto auto;
    position: absolute;
    right: 0;
    width: 20px;
}
.banner>div::after, .diabetes-banner::after {
    content: '';
}
.footer {
    background-color: #393939;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.35rem;
}
.trade-enquiries {
    background-color: #2c2c2c;
    padding: 30px;
}
.footer .btn-primary {
    color: #fff;
    background-color: #0bb3a4;
    border-color: #0bb3a4;
}
.trade-enquiries a {
    font-size: 18px;
    padding-left: 45px;
    padding-right: 45px;
}
.footer .trade-enquiries a, .footer .trade-enquiries a:hover {
    color: #fff;
}
.footer .btn-primary.active, .footer .btn-primary:active, .footer .btn-primary:hover {
    color: #fff;
    background-color: #088378;
    border-color: #07796f;
}

.footer a {
    color: #bcbec0;
    text-decoration: none;
}
.register a {
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 15px;
}
.diabetes-bottom-banner {
    background-color: #0bb3a4;
    margin-bottom: 25px;
}
.diabetes-bottom-banner .nopad {
    border: 1px solid #393939;
}
.nopad {
    padding-left: 0!important;
    padding-right: 0!important;
}
.diabetes-bottom-banner a {
    color: #fff;
}
.btn-cyan-mod {
    border-color: #0bb3a4;
    font-weight: 700;
}
.btn-cyan-mod, .btn-outline-cyan:hover {
    background-color: #0bb3a4;
    color: #fff;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.footer a:hover {
    color: #878b8f;
}
.btn-cyan-mod:hover {
    background-color: #006064;
    color: #bcbec0;
}
.diabetes-bottom-banner .btn-block {
    border-radius: 0;
}
.footer address, .footer address span a, .footer ul li {
    color: #bcbec0;
}
.footer address span {
    display: block;
    padding-top: 10px;
}
address {
    font-style: normal;
    line-height: 1.42857;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li {
    padding-top: 10px;
}
.footer .h5, h5 {
    font-size: 14px;
}
.footer ul li img {
    margin-right: 5px;
}
.copyright {
    background-color: #2c2c2c;
    color: #bcbec0;
}
.copyright .row {
    line-height: 2rem;
    padding-bottom: 25px;
    padding-top: 25px;
}
.copyright ul {
	flex-direction: row;
	margin-bottom: 0px !important;
}
.copyright li {
    display: inline;
    padding-top: 0px !important;
    padding-left: 5px;
    padding-right: 15px;
}

/* Tree view */
.tree {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tree .p {
  display: flex;
  align-content: center;
}

.tree span {
    background: #171717;
    border: 1px solid #666;
    color: #ccc;
    border-radius: 8px;
    padding: 20px 20px;
    display: flex;
    margin: 20px;
    /*align-items: center;*/
    position: relative;
    justify-content: center;
    line-height: 1.2;
}

.first, .second, .third {
  display: flex;
  flex-direction: column;
}

.tree span:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: -41px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.first > .p > span:before {
    display: none;
}

.tree span {
  min-width: 250px;
  max-width: 250px;
}

.tree span:hover {
    background: #222;
}

.tree span:hover + .second span {
    background: #222;
}

.tree span:hover + .third span {
    background: #222;
}

.tree span:hover + .second span + .third span {
    background: #222;
}

.tree-view span {
    background: #171717;
    border: 1px solid #666;
    color: #ccc;
    border-radius: 8px;
    padding: 20px 20px;
    display: flex;
    margin: 8px;
    /* align-items: center; */
    position: relative;
    justify-content: center;
    line-height: 1.2;
}
.tree-view span:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: -41px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tree-view div:first-child > span:before {
    display: none;
}
/* End Tree */



.link {
    text-decoration: none;
}

.product-features {
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}
.product-features>div {
    height: 207px;
    opacity: 1;
    padding: 15px;
}
.product-features>div:hover {
    opacity: .5;
}
.product-features>div:hover img {
    transition: transform .4s ease-in-out;
    transform: rotate(-30deg);
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-responsive {
    display: block;
    height: auto;
}
.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%;
}
.product-features h4 {
    font-size: 1.3rem;
}
.theme-purple-1 {
    background-color: #362767;
}
.theme-purple-2 {
    background-color: #592568;
}
.theme-purple-3 {
    background-color: #9d2265;
}
.theme-purple-4 {
    background-color: #e52b63;
}
.theme-purple-5 {
    background-color: #f05661;
}
.theme-purple-6 {
    background-color: #f07756;
}
.theme-purple-7 {
    background-color: #f0a256;
}
.theme-pink-1 {
    background-color: #e83c79;
}
.theme-pink-2 {
    background-color: #ea4a7f;
}
.theme-pink-3 {
    background-color: #eb5786;
}
.theme-pink-4 {
    background-color: #ec638d;
}
.theme-pink-5 {
    background-color: #ef84a2;
}

.theme-red-1 {
  background-color: #8a1e55;
}

.theme-red-2 {
  background-color: #c73254;
}

.theme-red-3 {
  background-color: #e43f57;
}

.theme-red-4 {
  background-color: #f3704f;
}

.theme-red-5 {
  background-color: #f8994c;
}

/*.slick-active {
    border: solid 1px #0bb3a4;
    transform: scale(1.08);
}
.slick-track {
    padding: 20px 0;
}*/

/*Loader*/
.preloader {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #00000042;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.lds-ripple {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 5px solid #0bb3a4;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, .1, .5, 1) infinite;
}

.lds-ripple .lds-pos:nth-child(2) {
    animation-delay: -.5s;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-primary {
  border-color: #0bb3a4;
}

.panel-primary > .panel-heading {
  background-color: #0bb3a4;
  border-color: #0bb3a4;
  color: #fff;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-body {
    padding: 15px;
}

.panel-dark {
  border-color: #393939;
}

.panel-dark .panel-heading {
    background-color: #393939;
    color: #fff;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.contact-us ul {
    list-style: none;
}

.contact-us ul li span {
    display: block;
}

.contact-us ul li {
    border-bottom: inset #c9cbcc 1px;
    padding: 20px 0 10px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400 !important;
    cursor: pointer;
}
.font-big {
    font-size: 18px;
}

.image-checkbox-checked {
    border-color: #0bb3a4 !important;
}

.image-checkbox-checked .fa {
    display: block!important;
}

.image-checkbox .fa {
    background-color: #fff;
    color: #0bb3a4;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.image-checkbox {
    border: 4px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 0;
}

.support {
  border-bottom: 1px solid #c9cbcc;
  border-left: 1px solid #c9cbcc;
  border-right: 1px solid #c9cbcc;
  margin-bottom: 20px;
}

.support>div {
    margin-bottom: 10px;
    margin-top: 20px;
}

.support>div>a {
    color: #000;
}

.support1 {
  border-bottom: 1px solid #c9cbcc;
  border-left: 1px solid #c9cbcc;
  border-right: 1px solid #c9cbcc;
  margin-bottom: 20px;
}

.support1>div {
    margin-bottom: 10px;
    margin-top: 20px;
}

.support1>div>a {
    color: #000;
}

.support-top {
  border-top: 1px solid #c9cbcc;
  margin-top: 20px;
}

.sheader, .support-top {
    border-top: 1px solid #c9cbcc;
}

.sheader>div {
    margin-top: 10px;
}

.sheader>div>span {
    color: #c72e35;
    font-size: 1.2em;
    font-weight: 700;
}

.register-form, .support {
    margin-bottom: 20px;
}

.diabetes-top-banner {
  background-color: #c9cbcc;
  margin-top: 85px;
  
}

.diabetes-top-banner .btn-block {
    border-radius: 0;
}

.diabetes-top-banner .nopad {
    border: 1px solid #fff;
}

.banner>div.products-header {
    margin-top: 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

.alert, .thumbnail {
    margin-bottom: 20px;
}

.product-diabetes .thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 495px;
}

.product-diabetes .thumbnail img {
    max-height: 250px;
    align-self: center;
}

.product-diabetes .thumbnail .caption {
    margin-bottom: 10px;
    padding: 0 9px;
}

.product-diabetes .thumbnail .caption h4 {
    font-size: 15px;
}

.product-diabetes .thumbnail .caption .product-desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-diabetes .thumbnail .caption .out-of-stock {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
}

.product-diabetes .thumbnail .caption .display-price {
    color: #c72e35;
    font-size: 18px;
    font-weight: bold;
}

.product-diabetes .thumbnail .caption .btn-primary {
    background-image: linear-gradient(to right, #006064 0%, #0bb3a4 51%, #40d0d6  100%);
    background-size: 200% auto;
    transition: .5s;
}

.product-diabetes .thumbnail .caption .btn-primary &:hover {
    background-position: right center;
    text-decoration: none;
}

.product-info h1 {
    color: #c72e35;
    font-weight: 500;
}

.product-info h3 {
    color: #c72e35;
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-weight: 500;
}

.pack-span {
    background-color: #c72e35;
    color: #fff;
    font-size: 13px;
}

.pack-span, .pack-span-nb {
    border-radius: 5px;
    padding: 3px 5px 5px;
    font-weight: 700;
}



.add-free-meter-offer .img-thumbnail {
    border: 1px solid #fff;
    box-shadow: none;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto;
}

.img-responsive {
    display: block;
    height: auto;
}

.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%;
}

.diabetes-banner {
    background-color: #fff;
    border-bottom: 1px solid #393939;
    margin-top: 0;
    padding-top: 0;
}

.diabetes-banner::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #393939;
    left: 0;
    margin: 0 auto auto;
    position: absolute;
    right: 0;
    width: 20px;
}

.pmd-floating-action {
    bottom: 2rem;
    position: fixed;
    right: 2rem;
    z-index: 1000;
}

.rounded-circle {
    border-radius: 50%!important;
    height: 56px;
    line-height: 50px;
    min-width: 56px;
    padding: 0;
    width: 56px;
}

.cart-items {
  margin-top: 0;
}

.cart-items .table {
    margin-bottom: 0;
}

.cart-items .table thead th {
    padding: 10px;
}

.cart-items .table tbody tr td {
    padding: 10px;
}

.cart-items .table tfoot tr td {
    padding: 10px;
}

.free-cart-label {
  font-size: 19px;
}

.free-cart-cell {
  text-align: center;
  vertical-align: middle !important; 
}

.radio-custom {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400 !important;
    cursor: pointer;
}

 .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.pull-right {
    float: right!important;
}

.final-pay-amount {
    font-weight: 700;
    margin-right: 10px;
}

.freight-option-price {
    font-weight: 700;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.product-features .text-small {
    font-size: 1rem;
}

.drip {
    border-radius: 50%;
    height: 5px;
    margin-bottom: 3px;
    width: 5px;
}

.drop {
    border: 1px solid #0bb3a4;
    border-radius: 50%;
    height: 20px;
    margin-bottom: 3px;
    width: 20px;
}

.drip-small {
    border-radius: 50%;
    height: 2px;
    margin-bottom: 2px;
    width: 2px;
}

.drip, .drip-small, .drop {
    background-color: #0bb3a4;
}

.drip, .drip-small {
    border: 1px solid #0bb3a4;
    background-color: #0bb3a4;
}

.tour {
    margin-top: 10px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.tour .row {
    margin-bottom: 10px;
}

.tour h4 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: 35%;
}

.tour .horizontal-divider {
    display: inline-block;
    text-align: center;
    vertical-align: 70%;
}

.tour .left-border {
    border-left: #0bb3a4 dotted 2px;
    margin-top: 20px;
    min-height: 40px;
    margin-left: 3px;
}

.tour .left-border>.line {
    margin-left: 25px;
    margin-top: 8px;
}

.tour .horizontal-divider span {
    display: inline-block;
    margin-left: -2px;
    vertical-align: bottom;
}

.tour .no-gutter-left {
    padding-left: 3px;
}

.tour .no-gutter-right {
    margin-right: -13px;
}

.app-download .instructions ol, .tour {
    margin-top: 10px;
}

@media (min-width: 1200px){
    .pull-right-lg {
        float: right;
    }    
}
.pull-left {
    float: left!important;
}

.tech-spec,
.info,
.more-info {
  background: #f8f8f8;
  padding-bottom: 50px;
  padding-top: 30px;
}

.tech-spec {
  margin-top: 5px;
}

.app-circle {
    background-color: #0bb3a4;
    border: 1px solid #0bb3a4;
    border-radius: 50%;
    height: 85px;
    margin-bottom: 0;
    width: 85px;
    color: #fff;
    transform: translate(-2px,-33px);
}

.push-down-75 {
  margin-top: 75px;
}

.more-info .big-circle {
    border: 1px dashed #0bb3a4;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.more-info .circles {
    height: 220px;
}

.more-info .circle-md {
    background-color: #0bb3a4;
    border: 1px solid #0bb3a4;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 0;
    width: 50px;
    position: relative;
}

.more-info .circle-md.circle-scale {
    left: 75px;
    top: -220px;
}

.more-info .circle-md>div {
    left: 9px;
    position: relative;
    top: 6px;
}

.more-info .circle-md.circle-activity {
    left: 165px;
    top: -187px;
}
.more-info .circle-md.circle-percent {
    left: -15px;
    top: -235px;
}

.more-info .circle-md:hover {
    background-color: #fff;
}

.more-info .man {
    left: 80px;
    position: relative;
    top: -235px;
}

.info-pad {
  padding-bottom: 50px;
  padding-top: 30px;
}

.quadrants .quadrant-1 {
    border-top-left-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
}

.quadrants .quadrant-2 {
    border-top-right-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
}

.quadrants .quadrant-3 {
    border-bottom-left-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
}

.quadrants .quadrant-4 {
    border-bottom-right-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
}

.quadrants .quadrant-1, .quadrants .quadrant-2, .quadrants .quadrant-3, .quadrants .quadrant-4 {
    margin: 1px;
    display: inline-block;
}

.quadrants .hover-info {
    color: #fff;
    display: none;
    padding: 75px 20px 10px;
    position: absolute;
    width: 258px;
    z-index: 20;
}

.quadrants .hover-info.hover-info-1, .quadrants .hover-info.hover-info-2 {
    top: 0;
}

.quadrants .hover-info.hover-info-1, .quadrants .hover-info.hover-info-3 {
    left: auto;
}

.quadrants .hover-info.hover-info-3, .quadrants .hover-info.hover-info-4 {
    top: 190px;
}

.quadrants .hover-info.hover-info-2, .quadrants .hover-info.hover-info-4 {
    left: 273px;
}

.quadrants .quadrant-1 span, .quadrants .quadrant-2 span, .quadrants .quadrant-3 span, .quadrants .quadrant-4 span {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    padding: 5px;
}

.quadrants .hover-info.hover-info-1 {
    background-color: #c0618c;
    border-top-left-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
    margin-left: 1px;
}

.quadrants .hover-info.hover-info-2 {
    background-color: #3ba5be;
    border-top-right-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
    margin-left: -7px;
}

.quadrants .hover-info.hover-info-3 {
    background-color: #40ccf7;
    border-bottom-left-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
    margin-left: 1px;
}

.quadrants .hover-info.hover-info-4 {
    background-color: #f0bc2a;
    border-bottom-right-radius: 15px;
    height: 190px;
    padding-top: 75px;
    width: 256px;
    margin-left: -7px;
}

.offer-text {
    color: #0bb3a4;
    font-size: 15px;
    font-weight: 700;
}

.lead-header {
    color: #3498db;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}

.lead-tab {
    font-size: 16px;
}


.box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 18px 6px rgb(0 0 0 / 10%);
    margin: 50px;
    padding: 15px;
}

.box {
  margin: 25px 50px;
  padding: 0;
}


.order-list .order-summary {
    background-color: #c9cbcc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 54px;
    padding: 7px;
}

.order-list .order-summary .add-top-margin-5 {
    margin-top: 5px;
}

.order-list .order-items {
    background-color: $faint-gray-color;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 5px 10px;
}

.order-list .table {
    margin-bottom: 0;
}

.subscribe-product .thumbnail {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    min-height: 330px;
}

.subscribe-product .thumbnail .logoHtmlEcho {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px !important;
    left: 12px !important;
}

.subscribe-product .thumbnail .logoHtmlLS {
    height: 20px;
    width: 50px;
    position: absolute;
    top: 5px !important;
    left: 12px !important;
}

.subscribe-product .thumbnail .caption {
    width: 250px;  
    margin-top: 10px;
    padding: 0 9px;
}

#model-ls-subscription .modal-body {
    height: 350px;
    overflow-y: auto;
}

.devices-product-checked, .consumables-product-checked {
    cursor: pointer;
    margin-bottom: 5px;
}

.devices-product-checked .product_selection, .consumables-product-checked .product_selection {
    font-size: 10px;
    color: #ffffff;
    background-color: #8f8e8c;
    position: absolute;
    right: 5px;
    display: block;
    border-radius: 3px;
    padding: 1px 6px 0px 6px;
}

/*.devices-product-checked input:checked + .product_selection, .consumables-product-checked input:checked + .product_selection {
     background-color: #198754 !important;
}*/

.subscribe-pack input:checked + .btn-outline-primary {
    color: #fff;
    background-color: #0bb3a4;
    border-color: #0bb3a4;
}

.card-border {
    border: 1px solid #198754 !important;
}

.devices-product .product_title, .consumables-product-checked .consumable_title {
    font-weight: 600;
}

.devices-product .card, .consumables-product-checked .card {
    background-color:transparent;
    text-align: center;
    border:0;
    box-shadow: none;
}

.devices-product .card-body, .consumables-product-checked .card-body {
    background-color:#FFF;
    /*padding-bottom: 23px;
    margin-bottom: 5px*/
}

.free-meter-steps-videojs-dimensions {
    height: 450px;
    width: 100%;
}

.grecaptcha-badge {
    z-index: 9999;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

ins {
    text-decoration: none;
}

.offer-text, del, i, ins {
    margin-left: 5px;
    margin-right: 5px;
}

del {
    font-size: 15px;
    text-decoration: line-through;
}

.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody:first-child>tr:first-child>td {
    border-top: 0;
}

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 7px !important;
    width: 7px !important;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 9px !important;
    width: 9px !important;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

/*.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #fff; // Choose your own color here
 }
*/
/*
.quadrants {
  background: url('/images/products/bgsection.png') no-repeat;
  width: 521px;

  .quadrant-1 {
    @include quadrant('top-left');
  }

  .quadrant-2 {
    @include quadrant('top-right');
  }

  .quadrant-3 {
    @include quadrant('bottom-left');
  }

  .quadrant-4 {
    @include quadrant('bottom-right');
  }

  .hover-info {
    color: $white-color;
    display: none;
    padding: 75px 20px 10px;
    position: absolute;
    width: 258px;
    z-index: 20;

    > p {
      height: 95px;
    }

    &.hover-info-1,
    &.hover-info-2 {
      top: 0;
    }

    &.hover-info-3,
    &.hover-info-4 {
      top: 190px;

      @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
        top: 150px;
      }

      @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
        top: 111px;
      }

      @media (max-width: $screen-xxs-max) {
        top: 103px;
      }
    }

    &.hover-info-1,
    &.hover-info-3 {
      left: auto;
    }

    &.hover-info-2,
    &.hover-info-4 {
      left: 273px;

      @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
        left: 222px;
      }

      @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
        left: 165px;
      }

      @media (min-width: $screen-xxs-max) and (max-width: $screen-xs-max) {
        left: 273px;
      }

      @media (max-width: $screen-xxs-max) {
        left: 155px;
      }
    }

    &.hover-info-1 {
      background-color: $quadrant-1-color;
      border-top-left-radius: 15px;
    }

    &.hover-info-2 {
      background-color: $quadrant-2-color;
      border-top-right-radius: 15px;
    }

    &.hover-info-3 {
      background-color: $quadrant-3-color;
      border-bottom-left-radius: 15px;
    }

    &.hover-info-4 {
      background-color: $quadrant-4-color;
      border-bottom-right-radius: 15px;
    }

    @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
      padding: 24px;
      width: 205px;
    }

    @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
      padding: 5px 10px;
      width: 150px;

      >p {
        font-size: 14px;
        height: 90px;
      }
    }


    @media (min-width: $screen-xxs-max) and (max-width: $screen-xs-max) {
      position: absolute;

      > p {
        font-size: 14px;
      }
    }

    @media (max-width: $screen-xxs-max) {
      padding: 10px;
      width: 140px;

      > p {
        font-size: 14px;
        height: 72px;
      }
    }
  }

  @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
    background: url('/images/products/bgsection-md.png') no-repeat;
    width: 480px;
  }

  @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
    background: url('/images/products/bgsection-small.png') no-repeat;
  }

  @media (min-width: $screen-xs-min) and (max-width: $screen-xs-max) {
    width: 516px;
  }

  @media (max-width: $screen-xxs-max) {
    background: url('/images/products/bgsection-xs.png') no-repeat;
    width: auto;
  }
}
  

  */

  





@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0
    }
    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}


@media (max-width: 767px) {
    .register a {
        font-size: 1em;
    }
    .navbar-nav .nav-link {
        padding: 5px 15px !important;
    }

    .product-features.col {
        flex: none !important;
    }

    .cal-order-1 {
        order: -1;
    }

    .btn-lg {
        font-size: 12px;
        padding: 18px 16px;
    }

    .tree-view span:before{
        content: "";
        width: 1px;
        height: 17px;
        background-color: #666;
        position: absolute;
        top: -18px;
        left: auto;
        bottom: auto;
        margin: auto;
    }    
}

@media (max-width: 992px) {
    .banner>div {
        margin-top: 60px;
    }
}

.py-6{
    padding-top: 10rem;       
    padding-bottom: 10rem;       
}

@media (min-width: 768px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    margin-right: 0;
    flex: 0 0 calc(100%/3);
    display: block;
  }
}

.carousel-inner{
    padding: 1em;
}

.carousel-control-prev, .carousel-control-next{
    font-size: 40px;
    background-color: #c72e35;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev {
  transform: translateX(10%);
}
.carousel-control-next {
  transform: translateX(-10%);
}