* {
	border: 0px;
	outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}

body,
html {
	overflow-x: hidden;
}

strong {
	font-weight: 600;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #161614;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}

a:hover,
a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #781b7d;
}
h7 {
	font-size: 16px;
	font-weight: 500;
}

a:focus {
	outline: none;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
}

.material-icons,
.material-icons-outlined {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;

	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
	vertical-align: middle;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}


.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.mb-6 {
	margin-bottom: 60px !important;
}

.mb-7 {
	margin-bottom: 70px !important;
}

.mb-6 {
	margin-bottom: 80px !important;
}

.mb-7 {
	margin-bottom: 90px !important;
}

.p-3 {
	padding: 30px 0 !important;
}

.p-4 {
	padding: 40px 0 !important;
}

.p-5 {
	padding: 50px 0 !important;
}

.p-7 {
	padding: 70px 0 !important;
}

.p-10 {
	padding: 100px 0 !important;
}

.gap10 {
	gap: 10px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #828282;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 15px;
}

h2.h1 {
	font-size: 35px;
	font-weight: 700;
}

h2 {
	font-size: 27px;
	font-weight: 600;
}

h3 {}

h4 {
	font-weight: 700;
	font-size: 17px;
}

h4 strike {
	color: #d5001b;
	font-size: 11px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 9px;
}

p {
	font-size: 15px;
}




.btn {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}

.btn.btn-sm {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 1178.64px;
    width: 100%;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 1178.64px;
    width: 100%;
    margin-bottom: 87.6px;
}
@media (max-width: 767px) {
	
	.mapouter ,.gmap_canvas {height:300px;}
}
.btn-primary {
	color: #fff;
	background-color: #3c3c3c;
	border-radius:20px;
	padding:5px 20px;
	font-size: 12px; 
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #2ca68c;
	
}

.btn-link {}

.btn-link:hover,
.btn-link:focus {
	text-decoration: underline;
}

.text-primary {
	color: #2ca68c !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #2ca68c !important;
	text-decoration: underline;
}

.text-none {
	text-transform: none;
}

.form-control {
	font-size: 15px;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 3px;
	line-height: normal;
	color: #575756;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	
	color: #6f6f6e;
}
.form-control2 {
	font-size: 15px;
	padding: 10px 15px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 3px;
	line-height: normal;
	color: #575756;
}

.form-control2:focus {
	outline: none;
	box-shadow: none;
	
	color: #6f6f6e;
}

select.form-control2 {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url(../img/drop-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	background-color: transparent;
}
select .form-control:focus {
	background: #ccc !important;
		}


header {
	position: relative;
	z-index: 999;
}

.topHeader1 {
	background-color: #3c3c3c;
	padding: 3px 0;
	position: relative;
	z-index: 3;
}

.topHeader {
	background-color: #39b298;
	padding: 12px 0;
	position: relative;
	z-index: 3;
}

.logo {
	min-width: 75px;
	max-width: 75px;
}

.emailContact  a span{ color: #39b298;}
.emailContact  a { color: #838383;}

.headerSearch {
	padding: 0 8px 0 15px;
	width:50%;
}

.headerSearch .input-group-text {
	background-color: #fff;
	border-radius: 0 4px 4px 0;
	border: none;
	padding: 0 10px;
}

.headerSearch .input-group>.form-control {
	border-right: none;
	border: none;
}

.headerSelects select {
	min-width: 120px;
	margin: 0px 7px;
	font-size: 15px;
	color: #8b8b8a;
	font-weight: 600;
	border: none;
}

.headerIcons li {
	white-space: nowrap;
	
	padding-left: 15px;
	margin-left: 15px;
}

.headerIcons li:first-child {
	border-left: none;
	padding-left: 0px;
}

.headerIcons li a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	display: block;
}

.headerIcons li a .badge {
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
	font-size: 9px;

}
.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
  }
.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  }

.catList li {
	padding: 0 15px;
	
}
.catList li:first-child{
	border-right: solid 1px #fff;
	padding-right: 30px;
}

.catList li:first-child i{
	position: absolute;
    margin-top: 2px;
    margin-left: 10px;
}
.catList li a {
	font-size: 14px;
	line-height: normal;
	text-align: center;
	display: block;
	white-space: nowrap;
	font-weight: 600;
	text-transform: uppercase;
}

.catList li a img {
	display: block;
	margin: 0 auto 5px auto;
	height: 50px;
	width: 50px;
	object-fit: cover;
}

.catList {
	position: relative;
}

.catList li:hover>.dropDownBox {
	display: block;
}

.dropDownBox {
	
	position: absolute;
	left: 0;
	top: 100%;
	padding: 30px;
	background-color: #e6e6e6;
	right: 0;
	z-index: 999;
	display: none;
	margin-top: 10px;
}

.dropDownBox::before {
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	content: '';
	top: -10px;
}

.dropDownBox ul {
	margin-right: 10px;
}

.dropDownBox ul li {
	padding: 8px 0;
}

.dropDownBox ul li a {
	font-size: 13px;
	text-align: left;
}

.dropBoxContent {
	position: relative;
}

.dropBoxMainList {
	width: 250px;

}

.dropBoxMainList li {
	position: static;
}

.dropBoxMainList li:hover>.dropBoxSub {
	display: block;
}


.dropBoxSubBlock {
	display: block !important;
}
.dropBoxSub {
	
	position: absolute;
	left: 240px;
	right: 0;

	top: 0;
	display: none;
	border-left: solid 1px #cacaca;
	padding-left: 25px;
}

.dropBoxSub ul li {
	padding-left: 0;
}

.brandBlock {
	gap: 5px;
}

.brandBlockImg {
	width: calc(33% - 5px);
}

.bottomHeader {
	padding: 12px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b7b7b6+0,e3e4e4+100 */
	background: #eaeaea;
	
	/* IE6-9 */
	position: relative;
	z-index: 1;
}

.heading {
 
	padding-top: 15px;
	padding-bottom: 15px;
}

.heading h2{ color: #2ca68c;}
.greyBG{ background-color: #f8f8f8; padding: 15px;}

.container-fluid {
	padding-left: 20px;
	padding-right:60px;

}

.container-fluid-baner {
	padding-left: 10px;
	padding-right:60px;

}
.container-fluid-baner-forcircle {
	padding-left: 10px;
	padding-right:60px;

}
.container-fluid-logoHeader{
	padding-left: 30px;
	padding-right:30px;

}

.storeGridArea {
	gap: 10px 10px;
}

.item .storeGrid {
	width: calc(100% - 14px);
	;
}




.storeGrid {
	width: calc(12.5% - 10px);
	;
}

.storeBox {
	text-align: center;
	overflow: hidden;
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px #dcbada;
	height: 100%;
	background-color: #fff;
}

.storeImg img {
	display: block;
}

.storeDes {
	padding: 10px;
	color: #737373;
}

.storeDes span {
	color: #2ca68c; font-size: 14px; font-weight: 600;
}


.storeBox h6 .material-icons-outlined {
	font-size: 15px;
	vertical-align: middle;
}

.productImg {
	position: relative;
	border: solid 0px #dcbada;
	border-radius: 0px;
	overflow: hidden;
	
}

.productImg img {
	display: block;
}

.productImgHold {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	top: 15px;
}

.productImgHold img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productGridArea {
	gap: 10px 10px;
}

.productGrid {
	width: calc(16.6% - 10px);
	;
}

.productBox {
	position: relative;

	background-color: #f4f4f4;
	padding: 1px;

	
}

.productBox p {
	font-weight: 500;
	font-size: 12px;
}

.productLink {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.productAction {
	position: absolute;
	left: 10px;
	top: 7px;
	color: #737373;
}

.viewAll {
	font-size: 16px;
	color: #b4b4b4;
	font-weight: 600;
}

.productDes  {
	padding: 20px;
}

.productDes h5 {
	font-size: 15px;
	font-weight: 700;
	color: #2ca68c;
}
.productDes h5 strike {
	font-size: 12px;
	font-weight: 700;
	color: #646464;
}

.productDes h6 {
	font-size: 13px;
	font-weight: 700;
}

.productDes h6 .material-icons-outlined {
	font-size: 17px;
}

.productDes p {
	margin-bottom: 10px;
	color: #828282;
}

.AuthenticServices div{ padding: 0 10px; color: #646464;}


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}



.scrollbar-Box {
	height: auto;
	width:100%;
	overflow-x: scroll;
	margin-top:10px;
  }


  .scrollbar-Box::-webkit-scrollbar
  {
	  height: 7px;
	  
  }
  
 .scrollbar-Box::-webkit-scrollbar-thumb
  {
	  border-radius: 2px;
	  background-color: #a6f7e6;
  }
.footerBootom {
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

.footerTop {
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #ececec;
}

.footerBox {
	
	
	padding: 30px 0px;
}

.copyRight {
	padding: 20px 0;
}

.appLinks img {
	max-height: 50px;
}

.socialLinks img {
	max-width: 34px;
}

.footerLinks li {
	margin-bottom: 2px;
	font-weight: 700;
	
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:0px;
}

.footerLinks li a {
	color: #696969;
	font-size: 13px;
}

.footerLinks li h4 {
	text-transform: uppercase;
}
.footerLinks li a:hover {
	color: #2db17c;
	font-size: 12px;
}
.footerBottom {
	padding: 20px 0;
	border-top: 1px solid #dbdbdb;

}

.footerBottom p {
	color: #6f6f6e;
}

.shippingOptions {
	border-top: solid 1px #949495;
	padding: 20px 0;
}

.shippingOptions h2 {
	text-transform: uppercase;
}

.shippingLogos {
	border-top: solid 0px #949495;
	padding-top: 20px;
}

.circleBox {
	text-align: center;
}

.circleBox h5 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.circleImg {
	width: 134px;
	height: 134px;
	
	border:4px solid #39b298;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 5px;
}

.circleImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	padding: 0px;
	border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	font-family: "flexslider-icon";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	font-size: 0;
	display: inline-block;
	background-color: #e6e6e6;
	color: #8b8b8b;
	margin: 0 2px;
}

.owl-controls {
	position: absolute;
	right: 0;
	top: -50px;
}

.owl-prev:after {
	font-size: 13px;
	content: '\f001';


}

.owl-next:after {
	font-size: 13px;
	content: '\f002';
}

.sideBarSec {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#942a90+0,7c3a8e+100 */
	background: #3c3c3c;
	
	width: 50px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	padding: 10px 5px;
}

.sideBarIcons {
	margin-left: 0px;
	margin-top: 40px;
}

.sideBarIcons ul li {
	margin-bottom: 12px;
}

.sideBarIcons ul li img {
	width: 100%;
	max-width: 40px;
}

.sideBarIcons2 ul li {
	text-align: center;
	margin-bottom: 10px;
}

.sideBarIcons2 ul li img {
	width: 100%;
	max-width: 20px;
}

.sidebarLogo {
	margin-bottom: 100px;
}

.chatBox {
	position: fixed;
	bottom: 20px;
	right: 80px;
	z-index: 9999;
	max-width: 70px;
}


.supportSec {
	padding: 30px 0;
	
}

.supportSec h4 {
	white-space: nowrap;
}

.arrowImg {
	margin: 0 50px;
}

.arrowImg img {
	min-width: 26px;
}

.healpSearch {
	width: 100%;
}

.healpSearch .form-control {
	background-color: transparent;
	border: none;
}

[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.6s ease-in-out 0.4s;
}

[data-tooltip]:before {
  content: "";
  height: 0;
  width: 0;
  top: calc(100% - 9px);
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #333 transparent;
}

[data-tooltip]:after {
  content: attr(data-tooltip);
  white-space: nowrap;
  background: #333;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 0.9rem;
  box-sizing: border-box;
  top: calc(100% + 11px);
  color: #fff;
  border-radius: 2px;
  text-shadow: 0px 1px 1px #000;
  z-index: 9;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease-in-out 0.3s;
}








@media (max-width: 1365px) {}

@media (max-width: 1199px) {
	h2.h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 22px;
	}

	h4 {
		font-size: 15px;
	}

	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 18px;
	}

	body,
	p {
		font-size: 13.5px;
	}

	.p-10 {
		padding: 70px 0 !important;
	}

	.storeGrid {
		width: calc(25% - 10px);
	}

	.productGrid {
		width: calc(33.3% - 10px);
	}

	.appLinks img {
		max-height: 30px;
	}

	.footerBottom p {
		font-size: 10px;
	}

	.headerSelects {
		display: block !important;
	}

	.logo {
		min-width: 60px;
		max-width: 60px;
	}

	.headerIcons li a {
		font-size: 12px;
	}

	.headerSearch .input-group>.form-control {
		font-size: 12px;
	}

	.sideBarIcons {
		display: none;
	}
	.scrollbar-Box {
		height: auto;
		width:100%;
		overflow-x: scroll;
		margin-top:10px;
	  }

	  .circleImg {
		width:90px;
		height: 90px;
		
		border:4px solid #39b298;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 50%;
		overflow: hidden;
		padding: 0px;
		margin-bottom: 5px;
	}
	.circleBox h5{ font-size: 12px;}

	.emailContact strong{ display: none;}
	.mobileView-scrollbar-Box { 
		justify-content: normal!important;
	}
}
@media (min-width: 767px) {
	.headerSearch.headerSearchMobile{
		display: none;
	}
}

@media (max-width: 767px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.storeGrid {
		width: calc(33.3% - 10px);
	}

	.dropBoxSub {
		display: none !important;
	}

	.supportSec h4 {
		font-size: 12px;

	}

	.arrowImg {
		margin: 15px 0px;
	}

	.supportSec .d-flex {
		margin-right: 50px;
	}

	.healpSearch .form-control {
		padding-left: 0;
		padding-right: 0;
	}

	.sideBarSec {
		display: none;
	}

	.p-7 {
		padding: 50px 0 !important;
	}

	.chatBox {
		right: 20px;
	}

	.catList>li {
		display: none;
	}

	.catList>li:first-child {
		display: block;
		padding-left: 0;
		
	}

	.headerSearch {
		display: none;
	}
	.headerSearch.headerSearchMobile{
		display: block;
		padding: 0;
		padding-left: 10px;
	}
	.headerSearch .input-group>.form-control {
		font-size: 11px;
		padding-right: 0;
	}

	.btn-primary {
		color: #fff;
		background-color: #3c3c3c;
		border-radius:20px;
		padding:5px 10px;
		font-size: 10px; 
		text-transform: uppercase;
	}

	.container-fluid-baner {
		padding-left: 5px;
		padding-right:5px;

	}

	.container-fluid-baner-forcircle {
		padding-left: 10px;
		padding-right:5px;

	}

	.mycircle {
		margin-left: 0px;
	}
}

@media (max-width: 575px) {
	.productGrid {
		width: calc(50% - 10px);
	}

	.flexslider .slides>li {
		overflow: hidden;
	}

	.bannerSec .flexslider .slides img {
		max-width: inherit;
		transform: translateY(-0%) translateX(-50%);
		position: relative;
		left: 50%;
		height: 100px;
		width: auto;
	}

	h2.h1 {
		font-size: 20px;
	}
}