/*================================================css-start=================================================================================*/
/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
	font-family: "Sansation", sans-serif;
	margin: 0;
	overflow-x: hidden;
}
*::-moz-selection {
    color: #fff;
    background: #00979f;
}
*::selection {
    color: #fff;
    background: #00979f;
}
*::-moz-selection {
    color: #fff;
    background: #00979f;
}
*::-webkit-selection {
    color: #fff;
    background: #00979f;
}
*::-ms-selection {
    color: #fff;
    background: #00979f;
}
*::-webkit-input-placeholder {
    color: #535353;
    opacity: 1;
}
*:-moz-placeholder {
    color: #535353;
    opacity: 1;
}
*::-moz-placeholder {
    color: #535353;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #535353;
    opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    font-family: "Sansation", sans-serif;
    outline: none;
    color: #333;
}
body a:hover {
	color: #12a89e;
}
* {
    outline: none !important;
    list-style: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Sansation", sans-serif;

}
div input,
div select,
div textarea,
div button {
  font-family: "Sansation", sans-serif;

}
input,
select,
textarea {
    font-family: "Sansation", sans-serif;
    height: 50px;
    width: 100%;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Sansation", sans-serif; 
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0;
}
body h1 {
    font-size: 35px;
}
body h2 {
    font-size: 30px;
}
body h3 {
    font-size: 25px;
}
body h4 {
    font-size: 20px;
}
body h5 {
    font-size: 15px;
}
body h6 {
    font-size: 14px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 15px;
    color: #333;
    padding: 2px 5px;
	font-family: "Sansation", sans-serif;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	font-size: 0;
}
body p {
	color: #3e4d84;
	font-family: "Sansation", sans-serif;
	font-size: 16px;
	line-height: 140%;
	margin: 0 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
p strong {
    font-weight: bold;
}
iframe {
    display: block;
    width: 100%;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
html .container {
	width: 100%;
	max-width: 1380px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	float: none;
}
body .container .container {
    padding-left: 0;
    padding-right: 0;
}
/*scroll Hide*/
html.no-scroll {
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height: 100%;
}
* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;

}
/*Default-CSS close*/
.row::after,
.row::before {
    clear: both;
    content: "";
    display: table;
}
body a{
    transition: 0.5s all;
}
a#myBtn {
	background: #f29e23;
	font-weight: 300;
	margin: 0;
	color: #fff;
	cursor: pointer;
	position: fixed;
	right: 0;
	width: 40px;
	line-height: 40px;
	z-index: 999;
	text-align: center;
	font-size: 0px;
	padding-left: 0px;
	border-radius: 0;
	border: 1px solid #333;
	top: auto;
	height: 40px;
	bottom: 29px;
}
#myBtn::before {
	font-size: 19px;
	font-family: bootstrap-icons;
	position: absolute;
	top: -2px;
	left: 9px;
	right: auto;
	bottom: auto;
	font-weight: 600;
	content: "\f281";
}
a#myBtn:hover {
	background: #fff;
	color: #6e439d;
	box-shadow: 0px 0px 15px 2px #6e439d;
	border-color: #6e439d;
}
.rght-btn-sh button:hover {
	background: #fff;
	color: #12a89e;
	box-shadow: 0px 0px 15px 2px #12a89e;
	border-color: #12a89e;
}
.rght-btn-sh button:hover::before {
	color: #12a89e;
}
/*********************************************************  CUSTOM CSS START ****************************************************************/

/*************************** Header CSS Start ****************************/
.head-logo-wrap {
	width: 20%;
	padding: 0;
}
.head-logo-wrap a {
	max-width: 170px;
}
.head-logo-wrap a img {
	height: 100%;
	width: auto;
	object-fit: contain;
}
.top-head {
	padding: 7px 0;
	background: #fff;
}
.top-head .head-ser-wrap {
	width: 60%;
	padding-right: 0;
	display: flex;
    padding: 0;
}
.top-head .head-ser-wrap {
	width: 60%;
	padding: 0;
	display: flex;
}
.searchInput {
	position: relative;
}
header .searchInput input {
	height: 42px;
	padding: 0px 13px;
	color: #333;
	font-size: 15px;
	line-height: 100%;
	background: #fff;
	font-weight: 400;
	border: 2px solid #6e439d;
	border-radius: 30px;
	width: 580px;
}
.searchInput .resultBox {
	padding: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 280px;
	overflow-y: auto;
}
.searchInput .icon:hover {
	background: #6e439d;
	border-color: #6e439d;
	color: #fff;
}
.searchInput .icon {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	z-index: 9;
	cursor: pointer;
	width: auto;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 0 30px 30px 0;
	border: 2px solid #6e439d;
	transition: 0.5s all;
	color: #6e439d;
	font-weight: 600;
	letter-spacing: 0.1px;
	padding: 0 11px 2px 11px;
	font-size: 15px;
}
.top-head .head-ser-wrap .searchInput {
	max-width: 580px;
	margin: 0 auto;
}
.top-head .ask-btn-wrp {
	width: 20%;
	text-align: right;
	padding: 0;
}
.searchInput.active .resultBox {
	padding: 10px 8px;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	background: #ffff;
	width: 100%;
	z-index: 9;
	border: 1px solid #6e439d;
	border-top: 0;
	margin: 0;
	border-radius: 0 0 8px 8px;
	margin-top: 7px;
}
.resultBox li {
	list-style: none;
	padding: 8px 12px;
	display: none;
	width: 100%;
	cursor: default;
	border-radius: 3px;
}
 .searchInput.active .resultBox li {
	display: block;
	padding: 0;
 }
 .searchInput.active .resultBox li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 100%;
	padding: 7px 0 7px;
	text-align: left;
	border-bottom: 1px solid #12a89e;
	border-radius: 0;
	transition: 0.5s all;
	cursor: pointer;
}
.search-content .products-list {
	margin: 0;
}
.searchInput .resultBox li a:hover {
	background: #12a89e;
	padding-left: 10px;
	color: #fff;
}
.top-head .row {
	align-items: center;
}
.ask-btn-w {
	position: relative;
	padding: 0 13px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	transition: all 0.8s ease;
	z-index: 1;
	line-height: 33px;
	border-radius: 3px;
	background: #f29e22;
	border: 2px solid #6e439d;
	box-shadow: none;
	overflow: visible;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	letter-spacing: 0.3px;
}
.ask-btn-w:hover {
	transform: scale(1.04);
	color: #fff;
	background: #6e439d;
}
.main-header-wrapper {
	padding: 0px 0 7px;
	background: #fff;
	border-bottom: 0;
}
.main-header-wrapper .container .mn-un-hd {
	align-items: center;
	padding: 0 40px 0 20px;
	border-radius: 30px;
	background: #00979f;
	margin: 0;
}
.mb-log-wr {
	display: none;
}
.header-menu {
	width: 60%;
	text-align: left;
    padding: 0;
}
.menu-ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.menu-ul li {
	line-height: 100%;
}
.menu-ul li a {
	font-weight: 600;
	font-size: 16px;
	padding: 12px 20px;
	line-height: 100%;
	position: relative;
	color: #ffff;
	z-index: 1;
	letter-spacing: 0.3px;
}
.menu-ul li a:hover {
	color: #f29e22;
}
.menu-ul li a::before {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	bottom: auto;
	content: "";
	left: 0;
	right: 0;
	background: #fff;
	opacity: 1;
	visibility: visible;
	transition: ease-out 0.5s;
	z-index: -1;
}
.menu-ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	height: 100%;
	top: auto;
	bottom: 0;
}
.main-header-wrapper .header-menu .nav-span {
	display: none;
}
.Emil-er {
	width: 40%;
	padding: 0;
	line-height: 100%;
	text-align: right;
}
.Emil-er a {
	font-size: 16px;
	line-height: 100%;
	font-weight: 600;
	color: #fff;
	padding-left: 35px;
	position: relative;
	margin: 0;
	letter-spacing: 0.3px;
}
.Emil-er a:hover{
	color: #fff;
}
.Emil-er a::before {
	position: absolute;
	left: 0px;
	right: auto;
	bottom: auto;
	top: 0px;
	content: "";
	width: 28px;
	height: 17px;
	background: url(../images/mailicon.png) no-repeat;
	background-size: 100% 100%;
	filter: brightness(0) invert(1);
}
.inner-header.fixed {
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	transition: 0.5s all;
	box-shadow: 0 0 19px rgb(0,0,0,0.5);
	background: #fff;
	margin-top: -56px;
}
.inner-header.fixed .main-header-wrapper {
	padding: 7px 0 7px;
}  
.inner-header {
	border-bottom: 1px solid #eee9fe;
}
/*************************** Header CSS End****************************/
/*************************** Footer CSS Start****************************/
.ft-lo {
	width: 27%;
	padding: 0;
	padding-right: 40px;
}
.ft-qu {
	width: 16%;
	padding: 0;
	padding-right: 15px;
}
.ftsele {
	width: 20%;
	padding: 0;
	padding-right: 15px;
}
.ftcat {
	width: 17%;
	padding: 0;
	padding-right: 15px;
}
.ft-cnt {
	padding: 0;
	width: 20%;
}
.ft-lo > a {
	height: auto;
	max-width: 240px;
	margin-bottom: 15px;
}
.foot-ab-cnt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
}
.copywrite {
	margin-top: 30px;
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #d9d9d9;
}
  .copywrite p {
	color: #333;
	font-weight: 500;
	display: inline-block;
	font-size: 16px;
	padding-left: 0;
	position: relative;
	transition: 0.5s all;
	line-height: 130%;
}
.ft-wrap ul li:not(:last-child) {
	margin-bottom: 10px;
}
.ft-wrap ul li a, .ft-wrap ul li {
	font-size: 15px;
	padding-left: 0;
	position: relative;
	transition: 0.5s all;
	color: #333;
	line-height: 130%;
	font-weight: 500;
}
.ft-wrap .ft-con li {
	padding-left: 31px;
}
.ft-wrap .ft-con li::before {
	position: absolute;
	left: 0;
	top: 0px;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 13px;
	color: #6e439d;
	content: "\f3e7";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #12a89e;
}
.ft-con li.foph::before {
	content: "\f618";
}
.ft-con li.fomail::before {
	content: "\f32f";
}
.ftt-s {
	font-size: 19px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	letter-spacing: 0.4px;
	color: #333;
	line-height: 120%;
	margin-bottom: 14px;
}
body .ft-wrap .ft-con li {
	margin-bottom: 15px;
}
.ft-wrap ul li a:hover {
	color: #14a79d;
}
.ft-wrap .ft-con li.supt {
	padding-left: 55px;
	padding-top: 6px;
}
.ft-wrap .ft-con li.supt::before {
	position: absolute;
	left: -9px;
	right: auto;
	bottom: auto;
	top: 9px;
	content: "";
	width: 50px;
	height: 52px;
	background: url(../images/call-center.png) no-repeat;
	background-size: 100% 100%;
	border: 0;
}
.ft-con li.supt p span {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	padding-top: 4px;
}
.ft-con li.supt p {
	font-weight: 600;
	letter-spacing: 0.3px;
}
.copywrite a {
	color: #6e439d;
	font-weight: 600;
}
.main-ft {
	padding-top: 40px;
}
.newskett .nessn {
	width: 50%;
	padding: 0 0 0 65px;
	position: relative;
}
.newsbx {
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
}
.nessn p {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3px;
	padding-bottom: 0;
}
.nessn span {
	color: #fff;
	font-size: 16px;
}
.lg-form-wr {
	padding: 0 0 14px;
	position: relative;
	margin: 0;
}
.lg-form-wr label {
	position: absolute;
	font-size: 14px;
	top: 12px;
	left: 10px;
	color: #5b5d5e;
	background: #fff;
	line-height: 100%;
	padding: 0 5px;
	transition: 0.5s all;
	pointer-events: none;
	display: inline-block;
}

.lg-form-wr .form-control {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	color: #333;
	margin: 0;
	box-shadow: none;
	resize: none;
}
.lg-form-wr.focused label {
	top: -6px;
	font-size: 11px;
	color: #6e439d;
	padding: 1px 5px;
	border-radius: 8px;
	left: 10px;
	background: #fff;
	border: 1px solid #6e439d;
}
.newskett {
	background: #00979f;
	padding: 15px 0;
}
.newsbx .emailk {
	padding: 0;
	padding-right: 15px;
}
footer .emailk .email {
	background: #ffff;
	border-color: #fff;
	height: 42px;
	width: 400px;
	font-size: 16px;
	border-radius: 0;
}
.emailk.lg-form-wr label {
	font-size: 15px;
	top: 13px;
}
.emailk.lg-form-wr.focused label {
	font-size: 11px;
	top: -8px;
	color: #6e439d;
	background: #fff;
	border: 1px solid #6e439d;
}
button.subsbtn {
	background: #fff;
	color: #00979f;
	padding: 0 40px 0 15px;
	line-height: 40px;
	border: 1px solid #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}
.subsbtn::before {
	font-size: 18px;
	font-family: bootstrap-icons;
	position: absolute;
	top: 0px;
	left: auto;
	right: 15px;
	bottom: auto;
	font-weight: 700;
	transition: 0.5s all;
	content: "\f138";
}
.nessn::before {
	font-size: 49px;
	content: "\f84c";
	font-family: bootstrap-icons;
	position: absolute;
	top: -15px;
	left: 0;
	right: auto;
	bottom: auto;
	font-weight: 600;
	color: #ffff;
}
.copywrite .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*************************** Footer CSS End****************************/
/*************************** Home Page CSS Start****************************/
.banner-img img {
	width: 100%;
}
/* Home About CSS Start */
.about-SafetyZon p.tt-em {
	font-size: 23px;
	padding-bottom: 7px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #333;
}
.about-SafetyZon {
	padding-top: 40px;
	padding-bottom: 65px;
	position: relative;
}
.about-SafetyZon::before {
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0;
	top: 40px;
	content: "";
	width: 350px;
	height: 345px;
	background: url(../images/fevicon.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0.06;
	margin: 0 auto;
}
.list-wrt {
	padding-top: 10px;
	margin: 0;
}
.about-SafetyZon p {
	padding-bottom: 8px;
	line-height: 130%;
}
.about-SafetyZon p strong {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.about-SafetyZon p a {
	color: #6e439d;
	letter-spacing: 0.3px;
	font-weight: 500;
}
.about-SafetyZon p a:hover {
	color: #13a89e;
}
.list-prdty li::before {
	content: "";
	position: absolute;
	left: 0px;
	right: auto;
	top: 8px;
	bottom: auto;
	width: 7px;
	height: 7px;
	border: 1px solid #333;
	background: #12a89e;
}
.list-prdty li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 140%;
	color: #3e4d84;
}
.list-prdty {
	padding: 5px 0 6px;
}
.go-to-button {
	position: relative;
	padding: 0 40px 0 13px;
	font-size: 16px;
	font-weight: 600;
	color: #f29f25;
	transition: all 0.8s ease;
	z-index: 1;
	line-height: 33px;
	border-radius: 3px;
	background: #ffff;
	border: 2px solid #333;
	box-shadow: none;
	overflow: visible;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	letter-spacing: 0.3px;
	margin-bottom: 14px;
	margin-top: 5px;
}
.go-to-button::before {
	font-size: 20px;
	content: "\f138";
	font-family: bootstrap-icons;
	position: absolute;
	top: 1px;
	left: auto;
	right: 10px;
	bottom: auto;
	font-weight: 600;
}
.go-to-button:hover {
	background-color: #12a89e;
	color: #fff;
}
.list-wrt .listtw {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	padding-bottom: 5px;
	padding-left: 0;
	display: inline-block;
}
.list-wrt-bx {
	border: 1px solid #9f9f9f;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
}
.list-wrt-bx p {
	padding-bottom: 0;
	text-align: center;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6, .main-title p.nn-head-tag {
	font-size: 27px;
	font-weight: 800;
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	color: #00979f;
	text-transform: capitalize;
	transition: 0.5s all;
}
.main-title {
	text-align: center;
}
.main-title p {
	text-align: center;
	padding-top: 6px;
}
.pdseru {
	width: 16.66%;
	padding: 0 5px 10px;
	display: flex;
	flex-direction: column;
	height: inherit;
}
.med-prodct-wr {
	padding: 0 5px 5px 5px;
	display: flex;
	flex-direction: column;
	height: inherit;
	flex: 1;
	justify-content: space-between;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	background: linear-gradient(10deg, #a2bfd830 0%, rgb(255, 255, 255) 100%);
}
.products-equi {
	padding-top: 15px;
	margin: 0 -5px;
}
.trdse {
	color: #333;
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 5px 0;
	font-weight: 600;
	line-height: 120%;
}
.med-prodct-wr img {
	height: 170px;
	width: auto;
	object-fit: contain;
	padding-top: 5px;
}
.med-prodct-wr:hover {
	box-shadow: 4px 4px 8px rgba(0,0,0,.102);
}
.tt-viebtn {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
	position: relative;
	align-items: center;
}
.ttsrtt::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #f29e23;
	position: absolute;
	top: auto;
	bottom: -8px;
	left: 0;
	right: 0;
	border-radius: 4px;
	z-index: 1;
	transition: 0.5s all;
}
.tt-viebtn::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #e8e7e4d4;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	border-radius: 4px;
}
 .ttsrtt h1:hover,
  .ttsrtt h2:hover,
   .ttsrtt h3:hover,
    .ttsrtt h4:hover,
	 .ttsrtt h5:hover,
	  .ttsrtt h6:hover,
	   .ttsrtt p.nn-head-tag:hover{
		color: #6e439d;
 }
 .ttsrtt:hover::before {
	background: #12a89e;
}
.ttsrtt {
	position: relative;
}
.main-title.vw-btn-wr p {
	text-align: justify;
}
.common-btn .btn, .ttsbtn {
	padding: 5px 8px;
	font-size: 13px;
	border: 1px solid #333;
	line-height: 100%;
	color: #f29e22;
	font-weight: 600;
	letter-spacing: 0.3px;
	border-radius: 3px;
	z-index: 1;
	position: relative;
	height: 100%;
}
.common-btn .btn:hover, .ttsbtn:hover{
	color: #fff;
}
.common-btn .btn::before, .ttsbtn::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: #6e439d;
	transition: .5s all;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.common-btn .btn:hover::before, .ttsbtn:hover::before {
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	visibility: visible;
}
.medical-Equi .common-btn {
	text-align: center;
}
.medical-Equi, .about-SafetyZon {
	padding-bottom: 70px;
}
.about-SafetyZon {
	padding-top: 40px;
	position: relative;
}
.category, .cartt, .fr-stso  {
	padding-bottom:70px;
}
/* Home About CSS End */
/* Home Category-1 CSS Start */
.categ-1 .category-con {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 8px;
	padding-top: 10px;
}
.categ-1 .cate-box-wrap {
	padding: 10px 10px 10px;
	border: 1px solid #cccccc82;
	position: relative;
	transition: 0.5s all;
} 
.cate-img-box-wrap-img {
	height: 180px;
	display: block;
}
.cate-img-box-wrap-img img {
	transition: 0.5s all;
}
.cate-img-box-wrap-img:hover img {
	transform: scale(1.1);
}
.cat-pro-titl h2, .cat-pro-titl h3, .cat-pro-titl h4, .cat-pro-titl h5, .cat-pro-titl h6, .cat-pro-titl p {
	font-size: 16px;
	line-height: 120%;
	font-weight: 800;
	text-align: left;
	transition: 0.5s all;
	color: #6e439d;
}
.categ-2 .cat-pro-titl h2, .categ-2 .cat-pro-titl h3, .categ-2 .cat-pro-titl h4, .categ-2 .cat-pro-titl h5, .categ-2 .cat-pro-titl h6, .categ-2 .cat-pro-titl p{
 font-size: 17px;
}
.cate-uni-wrap {
	padding-top: 10px;
}
.feature-ul li {
	color: #555555;
	font-size: 14px;
	line-height: 130%;
	text-align: left;
	font-weight: 400;
	padding-bottom: 3px;
	transition: 0.5s all;
	padding-top: 3px;
}
.feature-ul li:not(:last-child){
	border-bottom: 1px solid #ccccccb0;
}
.feature-ul li b {
	font-weight: 600;
}
.categ-1 .feature-ul {
	margin: 10px 0;
	height: 87px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ece7ee #f0f0f091;
}
.cta-qt .bstbtn, .cta-qt .sub-cate-catal {
	width: 50%;
}
.cta-qt {
	display: flex;
	align-items: center;
	border-top: 1px solid #12a89e;
}
.cta-qt .bstbtn .gtqtbrn, .cta-qt .sub-cate-catal a {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1px;
	border: 0;
	color: #555555;
	background: #fff;
	padding: 0 5px;
	line-height: 30px;
	border-radius: 0;
} 
.cta-qt .bstbtn .gtqtbrn {
	border-right: 1px solid #12a89e;
}
.cta-qt .bstbtn .gtqtbrn:hover, .cta-qt .sub-cate-catal a:hover {
	background: #12a89e;
	color: #fff;
}
.categ-1 .cate-box-wrap:hover {
	padding-bottom: 18px;
	margin-bottom: -18px;
	z-index: 1;
	border-color: #12a89e;
}
.cat-get-btn {
	position: absolute;
	opacity: 0;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.categ-1 .cate-box-wrap:hover .cat-get-btn {
	opacity: 1;
	left: 0;
	bottom: 0;
}
/* Home Category-1 CSS End */
/* Home Unique Category CSS Start */
.ctgdy {
	margin: 0;
}
.ctgdy {
	margin: 0;
	padding: 30px 0;
	background: #f2f6fa;
	border-radius: 10px;
}
.ctgdy .bxgg {
	padding: 0 30px;
	width: 33.33%;
	position: relative;
}
.crttt {
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 800;
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	color: #E0115F;
	text-transform: uppercase;
	transition: 0.5s all;
	line-height: 130%;
}
.bxgg .crtabt {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}
.sbtsimg {
	display: flex;
	align-items: center;
}
.sbtsimg img {
	height: 80px;
	width: 80px;
	margin: 0 10px 0 0;
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: linear-gradient(184deg, rgba(10, 166, 252, 0.11) 0%, rgb(255, 255, 255) 100%);
}
.ctgdy .bxgg:not(:last-child)::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	margin: auto;
	background: #ccc;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* Home Unique Category CSS End */
/* Home-new design Start */
.bsk0w {
	display: flex;
	justify-content: space-between;
}
.bxl {
	display: flex;
	align-items: center;
	width: 300px;
	padding: 10px;
	height: 120px;
	border: 1px solid #acacac;
	border-radius: 4px;
	background: #f6f6fa;
}
.img-wrxd {
	width: 100px;
	height: 100px;
}
.img-wrxd {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.usppara {
	padding-left: 13px;
	width: 180px;
}
.usppara p {
	color: #0ba89e;
	font-size: 20px;
	line-height: 130%;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-shadow: #fff 1px 1px 0px, rgba(0, 0, 0, 0.2) 2px 2px 0px;
}
/* Home-new design End */
/* Home Category-2 CSS Start */
.categ-2 .cate-box-wrap {
	padding: 10px;
	padding-bottom: 10px;
	position: relative;
	transition: 0.5s all;
	border-radius: 3px;
	box-shadow: rgba(136, 165, 191, 0.44) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	border-left: 2px solid #12a89e;
	display: flex;
	flex-direction: column;
	height: inherit;
}
.categ-2 .cate-box-wrap .ig-sp-wr,
.categ-2 .cate-box-wrap .cate-uni-wrap,
.categ-2 .cate-uni-wrap .cat-pro-titl  {
	display: flex;
	flex-direction: column;
	height: inherit;
	flex: 1;
}
.categ-2 .category-con {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
	padding-top: 10px;
}
.categ-2 .cat-pro-titl h2,
 .categ-2 .cat-pro-titl h3,
  .categ-2 .cat-pro-titl h4,
   .categ-2 .cat-pro-titl h5, 
   	.categ-2 .cat-pro-titl h6,
	 .categ-2 .cat-pro-titl p {
	text-align: left;
}
.categ-2 .feature-ul {
	margin: 0;
	height: 82px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ece7ee #f0f0f091;
}
.categ-2 .catfeat {
	width: calc(100% - 50px);
}
.ctgt {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 4px;
}
.ctgt .catgtcg {
	width: 50px;
}
.ctact {
	display: flex;
	flex-direction: column;
	border-left: 1px solid #ccc;
	padding-left: 7px;
	margin-left: 11px;
	height: 82px;
	justify-content: space-between;
}
.ctact .cttget, .ctact .cttctg {
	width: 32px;
	height: 32px;
	font-size: 0;
	position: relative;
	border: 1px solid #6e439d;
	border-radius: 2px;
	background: #fff;
	padding: 0;
}
.ctact .cttctg{
	border-color: #12a89e;
}
.ctact .cttget::before {
	font-size: 22px;
	font-family: bootstrap-icons;
	position: absolute;
	bottom: 0;
	right: auto;
	color: #12a89e;
	content: "\f73d";
	top: -1px;
	left: 4px;
}
.ctact .cttctg::before {
	font-size: 22px;
	font-family: bootstrap-icons;
	position: absolute;
	bottom: 0;
	right: auto;
	color: #f29e23;
	top: -1px;
	left: 4px;
	content: "\f756";
	transition: 0.5s all;
}
.ctact .cttget:hover, .ctact .cttctg:hover {
	background: #12a89e;
}
.ctact .cttget:hover::before,
 .ctact .cttctg:hover::before {
	color: #fff;
}
/* Home Category-2 CSS End */
/*************************** Home Page CSS End****************************/
/*************************** Lab Equipment Page CSS Start****************************/
.breadcrumb-sec .breadcrumb {
	margin: 0;
}
.breadcrumb-item.active {
	color: #333;
	font-weight: 700;
}
.breadcrumb > li {
	font-weight: 500;
	color: #333;
	line-height: 120%;
	font-size: 14px;
	position: relative;
}
.breadcrumb > li a {
	color: #333;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #333;
}
.breadcrumb-sec {
	background: #ffff;
	padding: 10px 0;
	border: 0;
	box-shadow: 0 5px 10px 1px #d9e8f6;
	border-bottom: 1px solid #1e519269;
	border-top: 1px solid #1e519269;
}
.breadcrumb > li:first-child{
	padding-left: 23px;
}
.breadcrumb > li:first-child::before {
	font-size: 18px;
	font-family: bootstrap-icons;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0px;
	right: auto;
	color: #333;
	content: "\f423";
}
.breadcrumb-item + .breadcrumb-item::before {
	font-size: 15px;
	font-family: bootstrap-icons;
	font-weight: 600;
	content: "\f138";
}
.common-page {
	padding: 40px 0 60px;
}
.medical-pro-list {
	padding: 20px 0 0 0;
	margin: 0 -5px;
}
.prdser {
	border: 1px solid #a2b7d2;
	padding: 10px;
	border-radius: 4px;
}
.product-inner {
	width: 16.66%;
	padding: 0 5px 10px;
}
.prdser .product-img {
	height: 180px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}
.prdser .product-title h2, .prdser .product-title h3, .prdser .product-title h4, .prdser .product-title h5, .prdser .product-title h6, .prdser .product-title p, .prdser .product-title span {
	font-size: 15px;
	font-weight: 700;
	position: relative;
	display: block;
	color: #f29e22;
	line-height: 120%;
	text-align: center;
	transition: 0.5s all;
}
.prdser .product-title {
	border: 1px solid #6e439d;
	padding: 5px;
	margin-top: 10px;
	display: block;
	border-radius: 3px;
	justify-content: center;
}
.product-inner, .prdser, .prdser .product-title {
	display: flex;
	flex-direction: column;
	height: inherit;
}
.prdser, .prdser .product-title{
	flex: 1;
}
.prdser .product-img img {
	transition: 0.7s all;
}
.prdser .product-img:hover img {
	transform: rotateY(180deg);
}
.prdser .product-title:hover {
	background: #f29e23;
}
.prdser .product-title:hover h2,
 .prdser .product-title:hover h3,
  .prdser .product-title:hover h4,
   .prdser .product-title:hover h5,
    .prdser .product-title:hover h6, 
	 .prdser .product-title:hover p, 
	  .prdser .product-title:hover span{
		color: #fff;
	  }

/*************************** Lab Equipment Page CSS End****************************/
/*************************** Category Page CSS Start****************************/
	.subcattabs {
		display: flex;
		flex-wrap: wrap;
		padding-top: 30px;
	}
.subcattabs a h2 {
	cursor: pointer;
	width: auto;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #1e5192;
	transition: 0.5s all;
	color: #f29e22;
	font-weight: 600;
	letter-spacing: 0;
	padding: 6px 6px 6px 6px;
	font-size: 13px;
	line-height: 100%;
	position: relative;
	margin: 0 8px 8px 0;
}
	.subcattabs a h2:hover {
		background: #f29e22;
		color: #fff;
	}
	.catgrsr .cat-get-btn {
		position: static;
		opacity: 1;
		padding-top: 0px;
	}
	.catgrsr .cta-qt {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #e5e5e5;
		margin: 0 -10px;
		border-top-color: #e5e5e5;
	}
	.catgrsr.categ-1 .cate-box-wrap {
		padding: 10px 10px 0;
		border-bottom: 2px solid #f29e23;
		display: flex;
		flex-direction: column;
		height: inherit;
	}
	.catgrsr.categ-1 .ig-sp-wr,
	 .catgrsr.categ-1 .cate-uni-wrap .cat-pro-titl,
	  .catgrsr.categ-1 .ig-sp-wr .cate-uni-wrap {
		display: flex;
		flex-direction: column;
		height: inherit;
		flex: 1;
	}
	.catgrsr.categ-1 .cate-box-wrap:hover {
		padding-bottom: 0;
		margin-bottom: 0;
		border-color: #e5e5e5;
	}
	.category-con.catgrsr {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-gap: 10px;
		padding-top: 10px;
	}  
/*************************** Category Page CSS End****************************/
/*************************** Sub-category Page CSS Start****************************/
/* filter css Start */
.fil-chck span {
	font-size: 14px;
	line-height: 120%;
	padding-left: 3px;
	word-break: break-all;
	width: calc(100% - 28px);
	letter-spacing: 0.1px;
}
.fil-chck {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	padding-bottom: 5px;
}
.slect {
	position: relative;
	width: 30px;
	height: 14px;
	appearance: none;
	background-color: #fff;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s ease;
	border: 1px solid #6e439d;
	border-radius: 7px;
}
.slect::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 2px;
	width: 10px;
	height: 10px;
	background-color: #6e439d;
	border-radius: 0;
	transition: transform 0.3s ease;
	border: 1px solid #6e439d;
	border-radius: 50%;
}
.slect:checked {
	background-color: #6e439d;
	border-color: #6e439d;
}
.slect:checked::before {
	transform: translateX(13px);
	border-color: #fff;
	background: #fff;
}
.medical-list {
	border: 1px solid #cccc;
	width: 280px;
	padding: 4px 10px 10px;
	border-radius: 3px;
	height: 543px;
	overflow-y: auto;
	scrollbar-width: thin;
	background: #f5f5fa;
	scrollbar-color: #6e439d #cccc;
}
.medical-cate-filter {
	padding-top: 12px;
}
.flt-ttl {
	color: #0ba89e;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-shadow: #fff 1px 1px 0px, rgba(0, 0, 0, 0.2) 2px 2px 0px;
	Margin-bottom: 9px;
	padding-left: 6px;
	border-left: 2px solid #e0115f;
}
.ftntmn {
	padding-bottom: 3px;
	font-size: 19px;
	font-weight: 800;
	position: relative;
	display: block;
	letter-spacing: 0;
	color: #E0115F;
	text-transform: uppercase;
	transition: 0.5s all;
	line-height: 130%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.ftlitwr {
	display: flex;
	position: absolute;
	z-index: 2;
	top: 80px;
	left: -300px;
	transition: 0.5s all;
}
.ftlitwr.flt-open {
	left: 0;
}
.filtbtn {
	width: auto;
	height: 34px;
	position: relative;
	background: #00979f;
	border: 1px solid #00979f;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding-left: 37px;
	padding-right: 20px;
	letter-spacing: 0.6px;
}
.filtbtn::before {
	font-size: 22px;
	font-family: bootstrap-icons;
	position: absolute;
	top: -1px;
	left: 4px;
	right: auto;
	bottom: auto;
	font-weight: 400;
	color: #fff;
	content: "\f478";
	transition: 0.5s all;
	transform: rotate(180deg);
}
.flt-open .filtbtn::before {
	content: "\f659";
	top: -5px;
	left: 2px;
	font-size: 27px;
}
html .Subcategory-sec .container {
	position: static;
}
.ftlitwr {
	display: flex;
	position: absolute;
	z-index: 2;
	top: 178px;
	left: -280px;
	transition: 0.5s all;
}
.flt-open .filtbtn {
	background: #000;
	width: 34px;
	height: 34px;
	font-size: 0;
	padding: 0;
}
/* filter css End*/
.compare .cpp {
	padding: 0;
	background: transparent;
	border: 1px solid #2f3990;
	border-radius: 2px;
	overflow: hidden;
}
.compare label.action {
	position: relative;
	pointer-events: all;
	cursor: pointer;
	height: 23px;
	width: 25px;
	display: block;
	background: #fff;
}
.cate-box-wrap .compare {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
	bottom: auto;
	border-radius: 0px;
	transition: 0.5s all;
}
.compare label.action input.check-hidden {
	height: 25px;
	width: 25px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	pointer-events: all;
}
.compare label i::before {
	content: "\2b";
	font-family: bootstrap-icons;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #e4407f;
	line-height: 100%;
	position: absolute;
	right: 6px;
	left: auto;
	bottom: auto;
	top: -4px;
}
.compare label input.check-hidden:checked + i::before {
	content: "\f272";
	font-size: 20px;
	top: 3px;
	right: 3px;
}
.cmpthbtn .compare-section .compare_btn {
	line-height: 30px;
	padding: 0 5px;
	color: #fff;
	z-index: 9;
	border: 1px solid #1e5192;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 3px;
	font-size: 14px;
	position: static;
	background: #e0115f;
	box-shadow: none;
	letter-spacing: 0.3px;
}
.cmpthbtn {
	position: fixed;
	top: 152px;
	left: auto;
	right: 15px;
	bottom: auto;
	z-index: 999;
}
/*************************** Sub-category Page CSS End****************************/
/*******************************Compare page CSS Start*******************************/
.compare-page {
	padding-top: 20px;
}
.compare-page .table th {
	color: #333;
	font-size: 15px;
	line-height: 130%;
	margin: 0 0;
	padding: 5px 10px;
	font-weight: 400;
	font-weight: 600;
}
.compare-page .table > tbody > tr > td, .compare-page .table > tbody > tr > td a {
	color: #333333;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
	font-weight: 400;
	padding: 7px 10px !important;
}
.compare-page .table > tbody > tr > td a{
	padding:0 !important ;
}
.compare-page .table > tbody > tr > td.cmp-ttprd h2, .compare-page .table > tbody > tr > td.cmp-ttprd h3, .compare-page .table > tbody > tr > td.cmp-ttprd h4, .compare-page .table > tbody > tr > td.cmp-ttprd h5, .compare-page .table > tbody > tr > td.cmp-ttprd h6 {
	color: #099f95;
	font-size: 15px;
	font-weight: 600;
	transition: 0.5s all;
}
.compare-page .table > tbody > tr > td.cmp-ttprd a:hover h2,
 .compare-page .table > tbody > tr > td.cmp-ttprd a:hover h3,
  .compare-page .table > tbody > tr > td.cmp-ttprd a:hover h4,
   .compare-page .table > tbody > tr > td.cmp-ttprd a:hover h5,
    .compare-page .table > tbody > tr > td.cmp-ttprd a:hover h6 {
	color: #1e5192;
}
.compare-page .table > tbody > tr > td a:hover{
	color: #f49149;
}
.compare-cart-btn.addToCartBtn {
	background: #f49149;
	background-color: #f49149;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	line-height: 100%;
	padding: 8px 15px 8px 15px;
	font-size: 13px;
	border: 1px solid #33333361;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.3px;
}
.compare-cart-btn.addToCartBtn:hover{
	background: transparent;
	color: #333;
	border-color: #333;
}
.cart-compare > div {
	text-align: center;
}
.compare-page .trash_icon {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
	bottom: auto;
}
.compare-page .trash_icon .remove-compare1 {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	color: red;
	width: 20px;
	height: 20px;
}
.compare-page .trash_icon .remove-compare1::before {
	font-size: 15px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\f78b";
}
.table, td, th {
	border: 1px solid #5f6788;
	margin-top: 5px;
}
.compare-page .table > tbody > tr > td a .featured-image {
	height: 150px;
	width: 150px;
	object-fit: contain;
}
.gtqtbrn {
	padding: 5px 8px;
	font-size: 13px;
	border: 1px solid #6e439d;
	line-height: 100%;
	color: #f29e23;
	font-weight: 600;
	letter-spacing: 0.3px;
	border-radius: 3px;
	z-index: 1;
	position: relative;
	height: 100%;
	background: #fff;
}
/*******************************Compare page CSS Start*******************************/
/*******************************Sitemap page CSS Start*******************************/
.indian {
	color:#2f8e94;
	font-size:30px;
	font-weight:700
  }
  .heating {
	color:#2e2d2d;
	font-size:30px;
	font-weight:700
  }
.sitemap ul > li > a.l0bg {
	background: #14a99f;
}
  .l1bg {
	background-color: #14a99f !important;
}
.sitemap ul > li > a.l2bg {
	background-color: #f29e22 !important;
	color: #fff;
}
  .sitemap ul {
	list-style:none;
	padding-left:20px;
	margin:0
  }
  .sitemap ul > li {
	border-left: solid #efefef 2px;
	padding-left: 25px;
	font-size: 14px;
}
.sitemap ul > li > a {
	display: inline-block;
	max-width: 500px;
	padding: 5px 10px;
	background: #047285;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-overflow: ellipsis;
	margin: 5px 0;
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	position: relative;
	font-weight: 500;
	font-size: 14px;
}
  .sitemap ul>li>a:hover {
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);
	box-shadow:0 0 5px 0 rgba(0,0,0,.5)
  }
  .sitemap ul>li:before {
	content:""!important
  }
  .sitemap ul > li > a::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 25px;
	background: #efefef;
}
/*******************************Sitemap page CSS End*******************************/
/*******************************Terms page CSS Start*******************************/
body .Terms-page p.terms-head {
	font-size: 20px;
	font-weight: 800;
	position: relative;
	display: inline-block;
	letter-spacing: 0.3px;
	color: #6e439d;
	padding-top: 20px;
	padding-bottom: 5px;
}
.Terms-page .content-con p {
	font-size: 16px;
	padding-bottom: 5px;
}
.Terms-page .content-con p.hil {
	padding-left: 15px;
	position: relative;
}
.Terms-page .content-con p.hil::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #1e5192;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 7px;
}
.Terms-page .content-con p.hil span {
	font-weight: 600;
}
/*******************************Terms page CSS End*******************************/
/**************************** About PAGE CSS Start **************************/
.abpgcnt p {
	font-size: 16px;
	padding-bottom: 5px;
}
.abpgcnt {
	padding-top: 20px;
}	
.abpgcnt .why-cho {
	font-size: 20px;
	font-weight: 800;
	position: relative;
	display: inline-block;
	letter-spacing: 0.3px;
	color: #12a89e;
	padding-top: 20px;
	padding-bottom: 5px;
}
.searchpage .main-title h1 span {
	font-size: 35px;
	color: #6e439d;
} 
/**************************** About PAGE CSS END **************************/
/******************************Catalog PAGE Start*******************************/
.cata-box {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
	padding-top: 15px;
}
.cata-box-wrap {
	padding: 0 0 10px 0;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	box-shadow: none;
}
.cata-title {
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 2px solid #12a89e;
	background: #ffff;
	border-radius: 5px 5px 0 0;
}
.cata-title h2, .cata-title h3, .cata-title h4, .cata-title h5, .cata-title h6 {
	font-size: 17px;
	font-weight: 700;
	color: #6e439d;
	padding: 5px 6px 5px 6px;
	margin: 0;
	text-align: center;
	letter-spacing: 0.3px;
	transition: 0.5s all;
}
.cata-des-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cata-img-wrap {
	height: 145px;
	width: 145PX;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cata-img-wrap img {
	object-fit: cover;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}
.cata-des-wrap .cata-sub-list {
	width: calc(100% - 145px);
	margin-top: 0;
	padding-left: 10px;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn {
	text-align: left;
	font-size: 14px;
	line-height: 130%;
	text-transform: capitalize;
	letter-spacing: 0;
	background: transparent;
	margin: 0;
	color: #4f5255;
	font-weight: 500;
	position: relative;
	padding: 3px 0 3px 19px;
	border: 0;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn:hover {
	color: #6e439d;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn::before {
	position: absolute;
	left: 0;
	right: auto;
	top: 2px;
	bottom: auto;
	z-index: 1;
	font-style: normal;
	font-family: bootstrap-icons;
	color: #12a89e;
	font-size: 14px;
	content: "\f280";
}
.cata-des-wrap .cata-sub-list ul li:not(:last-child) {
	border-bottom: 1px solid #1e5192;
}
.cata-des-wrap .cata-sub-list ul li {
	line-height: 100%;
}
.cata-des-wrap .cata-sub-list ul li:last-child .sub-cata-btn{
	padding-bottom: 0;
}
.cata-des-wrap .cata-sub-list ul {
	max-height: 100px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #1e5192 #f0f0f0;
}
.cata-title a:hover h2, .cata-title a:hover h3, .cata-title a:hover h4, .cata-title a:hover h5, .cata-title a:hover h6 {
	color: #12a89e;
}
.cata-popup-wrap .modal-dialog {
	max-width: 680px;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.popu-wrap .modal-header {
	padding: 10px;
	justify-content: center;
	background: #fff;
	border-bottom: 3px solid #6e439d;
}
.cata-popup-wrap .modal-body {
	padding: 30px 20px;
}
.cata-pop-wrap {
	height: 150px;
	overflow-y: auto;
	scrollbar-width: none;
}
.cata-pop-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.cata-pop-wrap ul li {
	width: 50%;
}
.pop-cata-btn {
	color: #f29e22;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	margin: 0px;
	background: transparent;
	display: block;
	text-align: left;
	border: 1px solid #6e439d;
	border-radius: 3px;
	transition: 0.5s all;
	padding: 6px 10px 6px 29px;
	margin: 15px 7px 0;
	background-color: transparent;
	position: relative;
	letter-spacing: 0.3px;
}
.pop-cata-btn::before {
	font-family: bootstrap-icons;
	font-size: 16px;
	transition: 0.5s all;
	position: absolute;
	top: 6px;
	left: 7px;
	right: auto;
	bottom: auto;
	content: "\f63e";
}
.popu-wrap .modal-title {
	font-weight: 700;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 23px;
	text-align: center;
	letter-spacing: 0.3px;
	color: #33b4ab;
}
.popu-wrap .btn-close {
	background: #ed223d;
	opacity: 1;
	border: 1px solid #ed223d;
	border-radius: 2px;
	position: absolute;
	left: auto;
	right: 5px;
	bottom: auto;
	top: 8px;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.pop-cata-btn:hover {
	background: #6e439d;
	color: #fff;
	border-color: #6e439d;
}
.popu-wrap .btn-close:hover {
	background: #fff;
	color: Red;
}
/******************************Catalog  PAGE End*******************************/

/******************************Single-Catalog PAGE Start*******************************/
.body1_part1, .body2, .body3 {
	box-shadow: 0 0 30px #1e519252;
	margin-bottom: 10px;
	border: 1px solid #1e5192;
}
.cat_mtop {
  margin-top:50px
}
.catalog_body {
  max-width:700px;
  height:auto;
  margin:auto auto 50px;
  background-color:#fff
}
.download_box {
  padding-left:50px;
  width:350px;
  height:0;
  border-radius:.2rem;
  margin:10px 0 30px
}
.download_btn {
	background-color: #13a99f;
	border: none;
	color: #fff;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 17px;
	margin-top: 20px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #6e439d;
	border-radius: 0;
	transition: 0.5s all;
}
 .download_btn:hover {
	background: #6e439d;
	border-color: #13a99f;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	color: #fff;
 }
.catalog_head,
.check_icon,
.download_1,
.fa-chevron-circle-right {
  color:#1e5192;
}
.download_1 {
  font-size:17px;
  padding-top:25px
}
.text-name h1 {
  margin-bottom:0
}
.body1_part1 {
  height:840px;
  position:relative
}
.catalog_cover {
	background-image: url(../images/catalog-bg.png);
	background-size: cover;
	max-width: 100%;
	height: 840px;
	margin: auto;
}
.catalog_logo {
  width:25%;
  float:right;
  margin:30px 30px 0 0
}
.catalog_img {
  width:45%;
  margin-top:50px;
  vertical-align:middle
}
.catalog_head {
  font-size:32px;
  text-shadow:1px 0 #5f6788;
  font-weight:700;
  margin:60px 30px 0 20px;
  line-height:49px
}
.catalog_contact {
  color:#272727;
  text-shadow:1px 0 #5f6788;
  margin-top:15px;
  margin-left:15px;
  font-weight:600;
  text-align:left
}
.body2,
.body3 {
  height:auto
}
.body_center {
	margin: 0 15px;
}
.catalog_subhead {
	color: #1e5192;
	font-size: 21px;
	font-weight: 700;
	padding: 40px 0 4px 10px;
}
.catalog_text {
  margin:0 10px;
  line-height:1.6rem
}
.table,
td,
th {
  border:1px solid #5f6788;
  margin-top:5px
}
.mobile_bottom {
  padding-bottom:15px
}
li,
ul {
  list-style:none;
  margin:0;
  padding:0
}
.catalog_footerlog {
  width:25%;
  margin-top:230px
}
.table > tbody > tr > td {
	font-size: 15px;
	line-height: 22px;
	padding: 5px !important;
	color: #3e4d84;
}


/* Custom CSS  */
.single-catalog .text-center h1 {
	font-family: "Sansation", sans-serif;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	display: block;
	letter-spacing: 0;
	color: #6e439d;
}
.single-catalog .download_btn, .download_btn:hover {
	padding: 7px 22px;
	font-size: 15px;
	margin-top: 10px;
	margin: 10px 0 30px !important;
}
.single-catalog .catalog_footerlog {
	width: 25%;
	margin-top: 50px;
	margin-bottom: 10px;
}
.single-catalog .mobile_bottom {
	padding-bottom: 30px !important;
}
html .container.single-catalog a i {
	display: none;
}
.single-catalog .catalog_head {
	font-size: 24px;
	line-height: 130%;
}
.single-catalog > .row {
	display: flex;
}
.catalog_head, .check_icon, .download_1, .fa-chevron-circle-right {
	color: #1e5192;
	font-weight: 700;
	text-shadow: none;
}
html .container.single-catalog a {
	display: unset;
	text-shadow: none;
} 
li.catalog_text {
	position: relative;
	padding-left: 0;
	color: #475589;
	word-break: break-all;
}
li.catalog_text::before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 14px;
	color: #2679a6;
	content: "";
	display: none;
}
/******************************Single-Catalog PAGE End*******************************/

/******************************Contact  PAGE  Start*******************************/
.contact-sec {
	padding-top: 0;
}
.with-con {
	display: flex;
	justify-content: space-between;
	padding: 32px 20px 20px;
	background: #00979f;
	border-radius: 80px;
}
.contact-sec {
	margin: 60px auto 0;
}
.contact-with {
	max-width: 900px;
	margin: 0 auto -60px;
	z-index: 1;
	position: relative;
}
.with-con li {
	border-radius: 5px;
	margin-bottom: 0;
	position: relative;
	width: 33.33%;
	background: transparent;
	padding: 8px;
	box-shadow: none;
	border: 0;
	display: flex;
	text-align: center;
	font-size: 15px;
	color: #ffff;
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	letter-spacing: 0.4px;
	line-height: 130%;
}
.with-con li a {
	color: #fff;
}
.with-con li span {
	color: #ffff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 7px;
	display: block;
}
.with-con li {
	border-radius: 5px;
	margin-bottom: 0;
	position: relative;
	width: 33.33%;
	background: transparent;
	padding: 8px;
	box-shadow: none;
	border: 0;
	display: flex;
	text-align: center;
	font-size: 15px;
	color: #ffff;
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	letter-spacing: 0.4px;
	line-height: 130%;
}
.with-con li::before {
	width: 55px;
	height: 55px;
	position: absolute;
	top: -60px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #f29e22;
	border-radius: 50%;
	font-family: bootstrap-icons;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\f3e7";
	border: 1px solid #ffff;
}
.with-con li.conph::before {
	content: "\f3ef";
	font-size: 34px;
	color: #fff;
	font-family: bootstrap-icons;
}
.with-con li.conmail::before {
	content: "\f84c";
}
.contact-us-form {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	padding: 100px 50px 30px;
	border-radius: 10px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #6e439d;
}
.contact-us-form br {
	display: none;
}
.contact-us-form .common-btn {
	padding-top: 20px;
	text-align: center;
}
.contact-us-form .main-div {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 13px;
}
 .lg-form-wr {
	padding: 0 0 14px;
	position: relative;
	margin: 0;
}
.lg-form-wr .form-control {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	color: #3e4d84;
	margin: 0;
	box-shadow: none;
	resize: none;
}
.rvw-wr.lg-form-wr label, 
.rvw-wr.lg-form-wr.focused label {
	left: 20px;
}
.lg-form-wr label {
	position: absolute;
	font-size: 14px;
	top: 12px;
	left: 10px;
	color: #5b5d5e;
	line-height: 100%;
	padding: 0 5px;
	transition: 0.5s all;
	pointer-events: none;
	display: inline-block;
}
.lg-form-wr.focused label,
.product.lg-form-wr label {
	top: -6px;
	font-size: 11px;
	color: #fff;
	padding: 1px 5px;
	border-radius: 8px;
	left: 10px;
	background: #6e439d;
	border: 1px solid #6e439d;
}
.prodel-title > p:empty {
	display: none;
}
.product.lg-form-wr.if-product label {
	top: -6px;
	font-size: 11px;
	color: #fff;
	padding: 1px 5px;
	border-radius: 8px;
	left: 10px;
	background: #6e439d;
	border: 1px solid #6e439d;
}
.lg-form-wr .textarea.form-control {
	height: 70px;
	resize: none;
	padding: 10px;
} 
body p.cntfrm-tt {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.3px;
	color: #333;
	line-height: 130%;
	padding-bottom: 20px;
	text-transform: capitalize;
	display: block;
	text-align: center;
}
.rvw-wr.lg-form-wr.select-inpt label {
	top: -6px;
	font-size: 11px;
	color: #0155b5;
	padding: 1px 5px;
	border-radius: 8px;
	left: 20px;
	background: #fff;
	border: 1px solid #cccccc;
}
.contact-us-form .common-btn .btn {
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 0;
}
/******************************Contact  PAGE  End*******************************/
/******************************Ask Expert CSS Start*******************************/
.ask-expert .modal-dialog {
	max-width: 620px;
}
.ask-expert .modal-header {
	padding: 10px;
	justify-content: center;
	background: #fff;
	border-bottom: 3px solid #6e439d;
}
.ask-expert .modal-title {
	font-weight: 700;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 23px;
	text-align: center;
	letter-spacing: 0.3px;
	color: #33b4ab;
}
.ask-expert .btn-close {
	background: #ed223d;
	opacity: 1;
	border: 1px solid #ed223d;
	border-radius: 2px;
	position: absolute;
	left: auto;
	right: 5px;
	bottom: auto;
	top: 8px;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 25px;
}
.ask-expert .btn-close:hover {
	background: #fff;
	color: Red;
}
.ask-expert .modal-body > p {
	text-align: center;
	font-size: 17px;
	color: #333;
	font-weight: 500;
	padding-bottom: 15px;
}
.ask-expert-form .main-div {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 10px;
}
.ask-expert-form .lg-form-wr {
	padding: 0 0 13px;
}
.ask-expert .modal-footer {
	justify-content: center;
	padding: 20px 0 0 0;
	border: 0;
}
.ask-expert .modal-footer .common-btn {
	margin: 0 auto;
}
.ask-expert .modal-footer .common-btn .btn {
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 0;
}
/******************************Ask Expert CSS End*******************************/
/******************************Product Details PAGE Start*******************************/
.product-details-sec .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product-details-sec .product-imgs {
	width: 33%;
	position: sticky;
	top: 110px;
	transition: 0.5s all;
}
.product-details-sec .img-showcase {
	display: flex;
	width: 100%;
	transition: all 0.5s ease;
	height: 400px;
}
.product-details-sec .img-showcase img {
	padding: 15px;
}
.product-details-sec .img-select {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.product-details-sec .img-select a {
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 0;
	border: 1px solid #d9d9d9;
	padding: 6px;
}
.product-details-sec .img-display {
	overflow: hidden;
	background: #fff;
	border: 1px solid #bebcc0;
	border-radius: 0;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 50px;
	width: 67%;
	align-content: center;
	padding-top: 0;
}
.product-imgs .owl-carousel .owl-nav {
	display: flex;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: auto;
	transform: translateY(-55%);
	justify-content: space-between;
	margin: 0 -10px;
	pointer-events: none;
}
.product-imgs .owl-carousel .owl-nav button.owl-next, .product-imgs .owl-carousel .owl-nav button.owl-prev {
	height: 20px;
	width: 20px;
	margin: 0px;
	position: relative;
	border-radius: 20px;
	background: #6e439d;
	font-size: 0;
	cursor: pointer;
	pointer-events: all;
}
.img-select .owl-dots {
	display: none;
}
.product-imgs .owl-carousel .owl-nav button::before {
	font-family: bootstrap-icons;
	font-size: 12px;
	color: #fff;
	transition: 0.5s all;
	position: absolute;
	top: auto;
	left: 0;
	right: -1px;
	bottom: 2px;
	font-weight: 700;
	content: "\f285";
}
.product-imgs .owl-carousel .owl-nav button.owl-prev::before {
	transform: rotate(180deg);
	left: 0;
	right: 4px;
	bottom: 2px;
}
.product-imgs .owl-carousel .owl-nav button.disabled {
	background: #d7dadb;
	border-color: #d7dadb;
}
.img-select.product-owl-carousel {
	line-height: 100%;
}
.prodel-title h1, .prodel-title h2, .prodel-title h3, .prodel-title h4, .prodel-title h5, .prodel-title h6 {
	font-size: 25px;
	font-weight: 700;
	color: #12a89e;
	line-height: 130%;
	position: relative;
	letter-spacing: 0;
	padding-bottom: 0;
}
.prodel-title p {
	font-size: 16px;
	line-height: 140%;
	padding: 8px 0 8px 0;
	text-align: left;
	font-weight: 400;
}
.pr-q-ad-wr {
	display: flex;
	align-items: center;
	padding-top: 10px;
	margin-bottom: 30px;
}
.prdcatdre .main-title h1, .prdcatdre .main-title h2, .prdcatdre .main-title h3, .prdcatdre .main-title h4, .prdcatdre .main-title h5, .prdcatdre .main-title h6, .prdcatdre .main-title p.nn-head-tag {
	font-size: 23px;
}
/* FAQ Section CSS Start */
.faq-sec {
	padding-bottom: 60px;
}
.Faq-header {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	letter-spacing: 0;
	color: #000;
	line-height: 120%;
	padding: 0;
	display: block;
	margin-bottom: 8px;
	background: transparent;
}
.accordion {
	border: 0;
	padding: 10px 0;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px 30px;
	border-radius: 5px;
	margin-top: 9px;
}
.Faq-item {
	padding: 8px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-left: 3px solid #6e439d;
}
.Faq-content p {
	font-size: 16px;
	line-height: 140%;
	color: #555555;
}
.prdtctgs a {
	border: 1px solid #6e439d;
	padding: 3px 13px;
	color: #f29f25;
	font-weight: 600;
	border-radius: 3px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-size: 16px;
}
.prdtctgs a:hover {
	background: #6e439d;
	color: #fff;
	border: 2px solid #6e439d;
}
button.prdqtdt {
	border: 2px solid #6e439d;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-radius: 3px;
	padding: 3px 13px;
	background: #12a89e;
	color: #ffff;
	font-weight: 600;
	font-size: 16px;
}
.buyNow {
	border: 2px solid #6e439d;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: rgb(110, 67, 157);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: rgb(110, 67, 157);
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-radius: 3px;
	padding: 3px 13px;
	background: #f29e22;
	color: #ffff;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 0 5px;
}
button.prdqtdt:hover {
	color: #fff;
	background: #6e439d;
}
.prd-getqt {
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #ccc;
}
.speci-experts {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.prdysbn .nav-item button {
	border: 1px solid #ccc;
	padding: 4px 8px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #333;
	border-radius: 3px;
	margin-right: 7px;
}
.prdysbn .nav-item .nav-link.active {
	background: #00979f;
	border-color: #6e439d;
	font-size: 16px;
	font-weight: 600;
}
.prdysbn {
	padding-bottom: 10px;
}
.speci-table tr th,
 .speci-table tr td {
	padding: 0 10px;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}
.speci-table tbody tr:nth-child(2n+1) {
	background: #f6f8fb;
}
.speci-table tbody tr th.py-2 {
	font-weight: 600;
}
.features-des li {
	color: #3e4d84;
	font-family: "Sansation", sans-serif;
	font-size: 16px;
	line-height: 130%;
	margin: 0 0;
	padding: 0 0 3px 15px;
	text-align: left;
	font-weight: 400;
	position: relative;
}
.features-des li::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	background: #6e439d;
	left: 0;
	right: auto;
	top: 6px;
	border-radius: 50%;
}
.catlo a {
	padding-left: 27px;
	position: relative;
	font-size: 16px;
	line-height: 130%;
	color: #3e4d84;
}
.catlo a:hover {
	color: #12a89e;
}
.catlo a::before {
	font-size: 18px;
	font-family: bootstrap-icons;
	position: absolute;
	top: -1px;
	left: 0;
	right: auto;
	bottom: auto;
	color: #6e439d;
	content: "\f30a";
}
/* FAQ Section CSS End */
/******************************Product Details PAGE End*******************************/
/**************************************************************** RESPONSIVE START ****************************************************************/
@media only screen and (max-width: 1300px) {
.categ-1 .category-con {
	grid-template-columns: repeat(4,1fr);
}
/* Home-new design Start */
	.usppara {
		padding-left: 10px;
		width: 100px;
	}
	.bxl {
		width: 200px;
		padding: 10px;
		height: 90px;
	}
	.usppara p {
		font-size: 17px;
	}
	.img-wrxd {
		width: 70px;
		height: 70px;
	}
	.bsk0w {
		max-width: 850px;
		margin: 0 auto;
	}
/* Home-new design End */
/*************************** Lab Equipment Page CSS Start****************************/
	  .product-inner {
		width: 20%;
	}
/*************************** Lab Equipment Page CSS End****************************/
}
@media only screen and (max-width: 1200px) {
    /*************************** Header CSS Start****************************/
    .top-head .head-ser-wrap .searchInput {
		max-width: 480px;
		margin: 0 auto;
	}
	header .searchInput input {
		width: 480px;
	}
	header .searchInput input {
		height: 38px;
		padding: 0px 12px;
	}
	.searchInput .icon {
		height: 38px;
	}
	.menu-ul li a {
		font-size: 15px;
		padding: 12px 12px;
	}
    .main-header-wrapper .container .mn-un-hd {
        padding: 0 30px 0 15px;
    }
    /*************************** Header CSS End****************************/
	/*************************** Footer CSS Start****************************/
	.ftcat {
		display: none;
	}
	.ft-lo {
		width: 32%;
	}
	.ft-qu {
		width: 18%;
	}
	.ftsele {
		width: 26%;
	}
	.ft-cnt {
		width: 24%;
	}
	.newskett .nessn {
		padding: 0 0 0 35px;
	}
	.nessn p {
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0;
	}
	.nessn span {
		font-size: 14px;
	}
	.nessn::before {
		font-size: 30px;
		top: -2px;
		left: -2px;
	}
	footer .emailk .email {
		height: 35px;
		width: 340px;
		font-size: 14px;
	}
	.emailk.lg-form-wr label {
		font-size: 14px;
		top: 10px;
	}
	button.subsbtn {
		padding: 0 30px 0 10px;
		line-height: 33px;
		font-weight: 600;
		font-size: 14px;
	}
	.subsbtn::before {
		font-size: 16px;
		top: 0px;
		right: 9px;
	}
	.newskett {
		padding: 9px 0;
	}
	/*************************** Footer CSS End****************************/
	/*************************** Home page CSS Start****************************/
	.pdseru {
		width: 20%;
	}
	/* Home Category-1 CSS Start */
	.cat-get-btn {
		position: static;
		opacity: 1;
		padding-top: 7px;
	}
	.cta-qt {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #e5e5e5;
		margin: 0 -10px;
		border-top-color: #e5e5e5;
	}
	.categ-1 .cate-box-wrap:hover {
		padding-bottom: 0;
		margin-bottom: 0;
		border-color: #e5e5e5;
	}
	.categ-1 .cate-box-wrap {
	padding: 10px 10px 0;
	}
	.categ-1 .category-con {
		grid-template-columns: repeat(3,1fr);
	}
	/* Home Category-1 CSS End */
	/*************************** Home page CSS End****************************/
/*************************** Lab Equipment Page CSS Start****************************/
	.prdser .product-title h2,
	 .prdser .product-title h3, 
	 .prdser .product-title h4, 
	 .prdser .product-title h5,
	  .prdser .product-title h6,
	   .prdser .product-title p,
	    .prdser .product-title span {
		font-size: 14px;
		line-height: 110%;
}
.prdser {
	padding: 5px;
}
.prdser .product-title {
	margin-top: 5px;
}
.prdser .product-img {
	height: 160px;
}
/*************************** Lab Equipment Page CSS End****************************/
/*************************** Category Page CSS Start****************************/
	.category-con.catgrsr {
		grid-template-columns: repeat(3,1fr);
	}  
/*************************** Category Page CSS End****************************/
/******************************Catalog  PAGE Start*******************************/
.cata-box {
	grid-template-columns: repeat(3,1fr);
}
.cata-des-wrap {
	flex-direction: column;
}
.cata-img-wrap {
	width: 100%;
}
.cata-des-wrap .cata-sub-list {
	width: 100%;
	margin-top: 15px;
	padding-left: 0;
}
.cata-des-wrap .cata-sub-list ul {
	max-height: 74px;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn {
	margin: 0 10px;
}

/******************************Catalog  PAGE End*******************************/
/******************************Product Details PAGE Start*******************************/
.product-details-sec .pro-del-content-wrap {
	padding-left: 20px;
}
.prodel-title h1, .prodel-title h2, .prodel-title h3, .prodel-title h4, .prodel-title h5, .prodel-title h6 {
	font-size: 22px;
}
.prodel-title p {
	font-size: 15px;
	padding: 6px 0 6px 0;
}
.pr-q-ad-wr {
	padding-top: 10px;
	margin-bottom: 20px;
}
.prdysbn .nav-item button {
	margin-bottom: 6px;
}
.product-details-sec .product-imgs {
	width: 35%;
	top: 160px;
}
.product-details-sec .pro-del-content-wrap {
	width: 65%;
}
.product-details-sec .img-select a {
	height: 80px;
}
/******************************Product Details PAGE End*******************************/
}
@media only screen and (min-width:991px) and (max-width:1200px) {            
}
@media only screen and (max-width: 1024px) {
	.nav-span {
		position: absolute;
		height: 29px;
		width: 29px;
		cursor: pointer;
		top: 0px;
		right: 15px;
		bottom: 0;
		margin: auto;
		background: #12a89e;
		border-radius: 0;
		border: 1px solid #c8c8c8;
		border-top: 2px solid #6e439d;
		border-bottom: 2px solid #6e439d;
	}
    .main-header-wrapper .below-header-content .menu-ul {
        display: flex;
        justify-content: flex-start;
        align-items: unset;
        flex-direction: column;
    }
	.menu-header {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		display: block;
		position: fixed;
		height: 100%;
		max-height: 100%;
		z-index: 9999;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 130px 0 30px;
		overflow: auto;
		transition: 0.5s all;
		float: none;
		margin: 0;
		box-shadow: none;
		left: auto;
		background: #00979f;
		width: 330px;
		border-left: 2px solid #fff;
	}
    .show-menu .menu-header {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0px, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
	.show-menu .nav-span {
		z-index: 11111;
		background: #f29f25;
		border: 1px solid #ffffff;
	}
    .show-menu .nav-span::before {
        box-shadow: none;
        transform: rotate(45deg);
        background: #ffffff;
    }
    .show-menu .nav-span::after {
        opacity: 1;
        visibility: visible;
        transform: rotate(-45deg);
        background: #ffffff;
    }
	.nav-span::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 2px;
		width: 23px;
		background: #fff;
		margin: auto;
		transform: rotate(-45deg);
		transition: 0.5s all;
		opacity: 0;
		visibility: hidden;
	}
	.nav-span::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 2px;
		width: 23px;
		background: #fff;
		margin: auto;
		box-shadow: 0 -7px 0 0 #fff,0 7px 0 0 #ffff;
		transition: 0.5s all;
	}
    /* Custom CSS Start */
    /*************************** Header CSS Start****************************/
    .main-header-wrapper {
        padding: 7px 0;
        border-top: 1px solid #d1c3e0;
    }
    .Emil-er {
        width: 50%;
        padding: 0 50px 0 0;
    }
    .mb-log-wr {
        display: block;
        padding: 0;
        margin: 0;
        width: 50%;
    }
    .mb-log-wr a {
        max-width: 140px;
    }
    .main-header-wrapper .header-menu .nav-span {
        display: block;
    }
    .main-header-wrapper .container .mn-un-hd {
        padding: 0;
        background-color: #fff;
    }
    .head-logo-wrap {
        display: none;
    }
    .top-head .head-ser-wrap {
        width: 70%;
    }
    .Emil-er a::before {
        filter: brightness(0) saturate(100%) invert(32%) sepia(14%) saturate(2412%) hue-rotate(226deg) brightness(94%) contrast(95%);
    }
    .Emil-er a {
        color: #6e439d;
    }
    .header-menu {
        width: 0;
        margin: 0;
    }
    .top-head .ask-btn-wrp {
        width: 30%;
        text-align: right;
        padding: 0;
    }
    .top-head .head-ser-wrap .searchInput {
        margin: 0;
    }
    .menu-ul {
        display: block;
    }
    .menu-ul li a {
        padding: 12px 20px;
        display: block;
        border-bottom: 1px solid #fff;
    }
    html.show-menu {
        overflow: hidden;
    }
    .inner-header.fixed {
        margin-top: -53px;
    }
    /*************************** Header CSS End****************************/
	.categ-2 .category-con {
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
	}
}
@media only screen and (max-width: 991px) {

	.main-title p {
		display: none;
	}
	.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6, .main-title p.nn-head-tag {
		font-size: 24px;
	}
	.ttsbtn.btn {
		display: none;
	}
	.products-equi {
		padding-top: 10px;
	}
	.medical-Equi {
		padding-bottom: 40px;
		padding-top: 25px;
	}
	.category , .cartt, .fr-stso {
		padding-bottom: 40px;
	}
	.tt-viebtn {
		justify-content: center;
	}
	/* Home Unique Category CSS Start*/
		.ctgdy .bxgg {
			padding: 15px;
			width: 50%;
		}
		.ctgdy .bxgg:nth-child(2)::before {
			display: none;
		}		
		.ctgdy .bxgg:last-child::before {
			content: "";
			position: absolute;
			width: 90%;
			height: 1px;
			margin: auto;
			background: #ccc;
			left: 0;
			right: 0;
			top: 0;
			bottom: auto;
			margin:0 auto;
		}
		.ctgdy {
			padding: 20px 0;
		}
	/* Home Unique Category CSS End */

/*************************** Lab Equipment Page CSS Start****************************/
	.product-inner {
		width: 25%;
	}
	.medical-pro-list {
		padding: 10px 0 0 0;
	}
/*************************** Lab Equipment Page CSS End****************************/

/*************************** Sub-category Page CSS Start****************************/
/* filter css Start */
.ftlitwr {
	top: 168px;
}
/* filter css End*/
/*************************** Sub-category Page CSS End****************************/

/******************************Product Details PAGE Start*******************************/
.product-details-sec .pro-del-content-wrap {
	padding-left: 20px;
	width: 60%;
}
.product-details-sec .product-imgs {
	width: 40%;
}
.product-details-sec .img-select a {
	height: 65px;
	border-radius: 2px;
}
.prodel-title h1, .prodel-title h2, .prodel-title h3, .prodel-title h4, .prodel-title h5, .prodel-title h6 {
	font-size: 21px;
}
.prdcatdre .main-title h1, .prdcatdre .main-title h2, .prdcatdre .main-title h3, .prdcatdre .main-title h4, .prdcatdre .main-title h5, .prdcatdre .main-title h6, .prdcatdre .main-title p.nn-head-tag {
	font-size: 21px;
}
/******************************Product Details PAGE End*******************************/


}
@media only screen and (min-width:768px) and (max-width:991px) {    
	/*************************** Footer CSS Start****************************/
	.newskett .nessn {
		width: 100%;
	}
	.nessn::before {
		font-size: 40px;
		top: -11px;
		left: 0;
	}
	.newskett .container {
		justify-content: center;
	}
	.nessn p {
		display: block;
		text-align: center;
	}
	.newskett .nessn {
		padding: 0 0 10px 0;
		text-align: center;
	}
	.nessn::before {
		display: none;
	}
	.ftsele {
		display: none;
	}
	.ft-lo {
		width: 40%;
	}
	.ft-cnt {
		width: 33%;
	}
	.ft-qu {
		width: 27%;
	}
	.newsbx {
		width: 100%;
		justify-content: center;
	}
	/*************************** Footer CSS End****************************/
	/*************************** Home page CSS Start****************************/
	.pdseru {
		width: 25%;
	}
	/*************************** Home page CSS End****************************/

/******************************Product Details PAGE Start*******************************/
.product-details-sec .img-showcase {
	height: 100%;
}
/******************************Product Details PAGE End*******************************/

}
@media only screen and (max-width: 850px) {
	.categ-1 .category-con {
		grid-template-columns: repeat(2,1fr);
	}
	/* Home-new design Start */
		.usppara {
			width: 190px;
		}
		.bxl {
			width: 50%;
			max-width: 280px;
			margin-bottom: 10px;
		}
		.bsk0w {
			max-width: 580px;
			flex-wrap: wrap;
		}
		.laprlial li a {
			font-size: 14px;
		}
		.usppara p {
			font-size: 17px;
		}
	/* Home-new design End */
/*************************** Lab Equipment Page CSS Start****************************/
	.product-inner {
		width: 33.33%;
	}
/*************************** Lab Equipment Page CSS End****************************/
/*************************** Category Page CSS Start****************************/
	.category-con.catgrsr {
		grid-template-columns: repeat(2,1fr);
	}  
/*************************** Category Page CSS End****************************/
/******************************Catalog  PAGE Start*******************************/
.cata-box {
	grid-template-columns: repeat(2,1fr);
}
/******************************Catalog  PAGE End*******************************/
/******************************Contact  PAGE  Start*******************************/
.with-con {
	padding: 15px;
	border-radius: 80px;
}
.with-con li::before {
	display: none;
}
.contact-with {
	margin: 0 15px -60px;
}
.contact-sec {
	margin: 10px auto 0;
}
.contact-us-form {
	padding: 100px 20px 30px;
	border-radius: 3px;
}
/******************************Contact  PAGE  End*******************************/

}
@media only screen and (max-width: 768px) {
    /*************************** Header CSS Start****************************/
    .top-head .ask-btn-wrp {
        display: none;
    }
    .top-head .head-ser-wrap {
        width: 100%;
        justify-content: center;
    }
	/*************************** Header CSS End****************************/
	/* Home Unique Category CSS Start */
		.ctgdy .bxgg {
			padding: 15px;
			width: 100%;
		}
		.ctgdy .bxgg:nth-child(2)::before {
			display: block;
		}		
		.ctgdy .bxgg:last-child::before{
			display: none;
		}
		.ctgdy .bxgg:not(:last-child)::before {
			content: "";
			position: absolute;
			width: 95%;
			height: 1px;
			margin: auto;
			background: #ccc;
			left: 0;
			right: 0;
			top: auto;
			bottom: 0;
			margin:0 auto;
		}
	/* Home Unique Category CSS End */
/*******************************Compare page CSS Start*******************************/
.compare-page {
	padding-top: 20px;
}
.compare-page .table th {
	font-size: 13px;
	padding: 3px 8px;
}
.compare-page .table > tbody > tr > td, .compare-page .table > tbody > tr > td a {
	font-size: 12px;
	padding: 3px 8px !important;
}
.compare-cart-btn.addToCartBtn {
	padding: 4px 8px 4px 8px;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.compare-page .table {
	width: 767px;
}
/*******************************Compare page CSS End*******************************/
/******************************Catalog  PAGE Start*******************************/
.cata-pop-wrap ul li {
	width: 100%;
}
.cata-popup-wrap .modal-dialog {
	max-width: 350px;
}
.pop-cata-btn {
	margin: 10px 0 0;
}
.cata-pop-wrap {
	height: 130px;	
}
/******************************Catalog  PAGE End*******************************/
/******************************Contact  PAGE Start*******************************/
.with-con li.conph {
	display: none;
}
.with-con li {
	width: 50%;
}
/******************************Contact  PAGE  End*******************************/
/******************************Product Details PAGE Start*******************************/
.product-details-sec .product-imgs {
	width: 100%;
	padding: 0;
	max-width: 340px;
	margin: 0 auto;
	position: static;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 0;
	padding-top: 20px;
	width: 100%;
}
.product-details-sec .img-showcase {
	height: 350px;
}
.prdtctgs a, button.prdqtdt, .buyNow {
	padding: 3px 10px;
	font-weight: 500;
	font-size: 15px;
}
.accordion {
	grid-gap: 15px;
}
.Faq-header {
	font-size: 16px;
}
.Faq-content p {
	font-size: 15px;
}
/******************************Product Details PAGE End*******************************/
}
@media only screen and (min-width:576px) and (max-width:768px) {  
	/*************************** Footer CSS Start****************************/ 
	.newskett .nessn {
		width: 100%;
	}
	.nessn::before {
		font-size: 40px;
		top: -11px;
		left: 0;
	}
	.newskett .container {
		justify-content: center;
	}
	.nessn p {
		display: block;
		text-align: center;
	}
	.newskett .nessn {
		padding: 0 0 10px 0;
		text-align: center;
	}
	.nessn::before {
		display: none;
	}
	.ftsele {
		display: none;
	}
	.newsbx {
		width: 100%;
		justify-content: center;
	}   
	.ft-lo, .ft-cnt, .ft-qu {
		width: 50%;
		padding-bottom: 20px;
	}
	.copywrite {
		margin-top: 10px;
	}
	.main-ft {
		padding-top: 30px;
	}
	/*************************** Footer CSS End****************************/
	/*************************** Home page CSS Start****************************/
	.pdseru {
		width: 33.33%;
	}
	/*************************** Home page CSS End****************************/

}
@media only screen and (max-width: 650px) {
		.categ-2 .category-con {
		grid-template-columns: repeat(1,1fr);
		grid-gap: 15px;
	}
}
@media only screen and (max-width: 576px) {
    /*************************** Header CSS Start****************************/
        .Emil-er {
            display: none;
        }
		.mb-log-wr a {
			max-width: 140px;
		}
    /*************************** Header CSS End****************************/
		/*************************** Footer CSS Start****************************/
		.newskett .nessn {
			width: 100%;
		}
		.nessn::before {
			font-size: 40px;
			top: -11px;
			left: 0;
		}
		.newskett .container {
			justify-content: center;
		}
		.nessn p {
			display: block;
			text-align: center;
		}
		.newskett .nessn {
			padding: 0 0 10px 0;
			text-align: center;
		}
		.nessn::before {
			display: none;
		}
		.ftsele {
			display: none;
		}
		.newsbx {
			width: 100%;
			justify-content: center;
		}   
		.ft-lo, .ft-cnt, .ft-qu {
			width: 100%;
			padding-bottom: 20px;
			padding-right: 0;
		}
		.copywrite {
			margin-top: 10px;
		}
		.main-ft {
			padding-top: 30px;
		}   
		.ft-con li.supt p span {
			display: block;
		}    
		footer .emailk .email {
			width: 240px;
		}
		.foot-ab-cnt {
			text-align: justify;
		}
		/*************************** Footer CSS End****************************/
		/*************************** Home page CSS Start****************************/
		.pdseru {
			width: 50%;
		}
		.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6, .main-title p.nn-head-tag {
			font-size: 22px;
		}
		.categ-1 .category-con {
			grid-template-columns: repeat(1,1fr);
		}
		/* Home-new design Start */
			.bxl {
				width: 100%;
				max-width: 280px;
				margin: 0 auto 7px;
			}
		/* Home-new design End */
		/*************************** Home page CSS End****************************/
		/*************************** Lab Equipment Page CSS Start****************************/
			.product-inner {
				width: 50%;
			}
			.prdser .product-img {
				height: 150px;
			}
			.common-page {
				padding: 40px 0 40px;
			}
			.breadcrumb-sec {
				display: none;
			}
		/*************************** Lab Equipment Page CSS End****************************/
		/*************************** Category Page CSS Start****************************/
			.category-con.catgrsr {
				grid-template-columns: repeat(1,1fr);
			}  
		/*************************** Category Page CSS End****************************/
		/*************************** Sub-category Page CSS Start****************************/
			/* filter css Start */
				.ftlitwr {
					top: 129px;
				}
				.Subcategory-sec .main-title {
					padding: 0 22px;
				}
			/* filter css End*/
		/*************************** Sub-category Page CSS End****************************/
		/*******************************Terms page CSS Start*******************************/
			.Terms-page .content-con p.hil {
				text-align: justify;
			}
			.Terms-page .content-con p {
				font-size: 15px;
				padding-bottom: 7px;
				line-height: 130%;
			}
			.Terms-page .content-con p.hil::before {
				top: 5px;
			}
		/*******************************Terms page CSS End*******************************/
	/******************************Catalog  PAGE Start*******************************/
		.cata-box {
			grid-template-columns: repeat(1,1fr);
		}
		.cata-title h2, .cata-title h3, .cata-title h4, .cata-title h5, .cata-title h6 {
			font-size: 16px;
			padding: 4px 6px 4px 6px;
		}
		.cata-des-wrap .cata-sub-list ul {
			max-height: 100%;
		} 
		.popu-wrap .modal-title {
			font-size: 20px;
		}
		.popu-wrap .btn-close {
			top: 8px;
			width: 23px;
			height: 23px;
			font-size: 16px;
		}
	/******************************Catalog  PAGE End*******************************/
/******************************Contact  PAGE Start*******************************/
.with-con li {
	width: 100%;
}
.with-con {
	padding: 15px;
	border-radius: 0;
	display: block;
}
.with-con li span {
	font-size: 17px;
	padding-bottom: 4px;
}
.contact-us-form {
	padding: 80px 10px 30px;
	border-radius: 3px;
}
body p.cntfrm-tt {
	font-size: 19px;
}
.lg-form-wr {
	padding: 0 0 10px;
}
.contact-us-form .main-div {
	grid-template-columns: repeat(1,1fr);
	grid-gap: 0 10px;
}
/******************************Contact  PAGE  End*******************************/
/******************************Ask Expert CSS Start*******************************/
.ask-expert-form .main-div {
	grid-template-columns: repeat(1,1fr);
}
.ask-expert-form .lg-form-wr {
	padding: 0 0 10px;
}
.ask-expert .modal-footer {
	padding: 10px 0 20px 0;
}
/******************************Ask Expert CSS End*******************************/
/******************************Product Details Page CSS Start*******************************/
.accordion {
	grid-template-columns: repeat(1,1fr);
	grid-gap: 15px;
}
.Faq-header {
	font-size: 16px;
}
.Faq-content p {
	font-size: 15px;
}
.pr-q-ad-wr .prdtctgs {
	display: none;
}
.prd-getqt {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.pr-q-ad-wr {
	flex-wrap: wrap;
}
/******************************Product Details Page CSS End*******************************/

}
@media only screen and (min-width:480px) and (max-width:576px) {
}
@media only screen and (min-width:280px) and (max-width:480px) {  
    .top-head .head-ser-wrap .searchInput {
        max-width: 100%;
        margin: 0 auto;
    }    
    header .searchInput input {
        width: 345px;
    }  

}
@media only screen and (min-width:280px) and (max-width:991px) {
    .nomobile {
        display: none;   
    }   
}



/****************************** Single-Catalog page CSS Start*******************************/
@media only screen and (min-width:320px) and (max-width:580px) {
	.body1_part1,
	.body2,
	.body3 {
	  box-shadow:0 0 30px rgb(0 0 0 / .253)
	}
	.download_btn {
		/* border: none; */
		color: #fff;
		padding: 9px 20px;
		cursor: pointer;
		font-size: 17px;
		margin-top: 17px;
		text-decoration: none;
	}
	.body1_part1 {
	  max-height:840px;
	  position:relative;
	  margin-top:0
	}
	.catalog_cover {
	  background-image:url(assets/images/catalog.png);
	  background-size:cover;
	  max-width:100%;
	  max-height:840px;
	  margin:auto
	}
	.catalog_logo {
	  width:35%;
	  margin:20px 20px 0 0
	}
	.catalog_img {
	  width:60%;
	  margin-top:115px
	}
	.catalog_head {
	  font-size:21px;
	  margin-top:150px;
	  line-height:25px;
	  margin-left:8px
	}
	.catalog_contact {
	  margin-top:30px;
	  margin-bottom:auto;
	  margin-left:8px;
	  font-size:14px
	}
	.body2,
	.body3 {
	  height:auto;
	  padding:10px 0
	}
	.body_center {
	  margin:0 25px
	}
	.catalog_subhead {
		color: #1a63be;
		font-size: 20px;
		padding: 15px 0 0;
	}
	.catalog_text {
	  margin:5px 10px 0 0
	}
	.table,
	td,
	th {
	  border:1px solid #5f6788;
	  margin-top:2px
	} 
	.table {
	  padding-bottom:10px
	}
	.catalog_footerlog {
	  width:40%;
	  margin-top:120px;
	  margin-bottom:10px
	}
	/* Custom CSS */
	.container.single-catalog {
		padding: 10px;
	}
	.single-catalog .catalog_head {
		font-size: 22px;
		line-height: 140%;
		margin-top: 150px;
	}
	.single-catalog .catalog_contact {
		margin-top: 10px;
	}
	.single-catalog .text-center h1 {
		font-size: 19px;
	}
	.table > tbody > tr > td {
		font-size: 13px;
	}

}
  @media only screen and (min-width:576px) and (max-width:768px) {
	.body1_part1,
	.body2,
	.body3 {
	  box-shadow:0 0 30px rgb(0 0 0 / .253)
	}
	.check_icon {
	  margin-left:-30px
	}
	.body1_part1 {
	  max-height:840px;
	  position:relative;
	  margin-top:0
	}
	.catalog_cover {
	  background-image:url(assets/images/catalog.png);
	  background-size:cover;
	  max-width:100%;
	  max-height:840px;
	  margin:auto
	}
	.catalog_logo {
	  width:120px;
	  margin:20px 20px 0 0
	}
	.catalog_img {
	  width:220px;
	  margin-top:115px
	}
	.catalog_head {
	  font-size:22px;
	  margin-top:180px;
	  line-height:25px;
	  margin-left:8px
	}
	.catalog_contact {
	  margin-top:30px;
	  margin-bottom:auto;
	  margin-left:8px;
	  font-size:14px
	}
	.body2,
	.body3 {
	  height:auto;
	  padding:10px 0
	}
	.body_center {
	  margin:0 25px
	}
	.catalog_subhead {
		color: #1a63be;
		font-size: 20px;
		padding: 15px 0 0;
	}
	.catalog_text {
	  margin:5px 10px 0 0
	}
	.table,
	td,
	th {
	  border:1px solid #5f6788;
	  margin-top:2px
	}
	.table {
	  padding-bottom:10px
	}
	.catalog_footerlog {
	  width:30%;
	  margin-top:120px;
	  margin-bottom:10px
	}
/* Custom CSS */
	.single-catalog .catalog_head {
		font-size: 24px;
	}
  }
/****************************** Single-Catalog page CSS End*******************************/


/****************************** Expert Button CSS Start*******************************/
.rght-btn-sh {
	position: fixed;
	right: 0;
	left: auto;
	bottom: 70px;
	top: auto;
	z-index: 9;
}
.rght-btn-sh button {
	border: 1px solid #333;
	color: #fff;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 0;
	font-size: 0;
	background: #12a89e;
}
 .rght-btn-sh button::before {
	font-size: 25px;
	font-family: bootstrap-icons;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 12px;
	right: auto;
	content: "\f618";
	color: #fff;
}
.rght-btn-sh button::before {
	content: "\f73d";
	top: 0px;
	left: 7px;
}
/****************************** Expert Button CSS End*******************************/
/* font-family: "Sansation", sans-serif; */




/* =============================== */
/* Loader */
.lab_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #4d4f78;
    border-color: #4d4f78 transparent #4d4f78 transparent;
    animation: dual-ring 1.2s linear infinite;
}

@keyframes dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Loader Ends */
/* ======================================== */

/* CAPTCHA */
.input-groups {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: flex-start;
}

.input-wrapper {
    display: flex;
    /* width: 100%; */
    position: relative;
}
.input-wrapper .captacha_refresh {
	border: none;
	outline: 0 none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	color: #565656;
	background: #ffffff;
	padding: 0;
	height: auto;
	line-height: 100%;
}
.captcha.lg-form-wr .captacha_refresh {
	font-size: 12px;
	color: #6e439d;
	top: 13px;
	right: 6px;
}
.input-wrapper i {
    background: #fff;
    padding: 6px 3px;
}
.ask-expert .ask-expert-form br {
    display: none;
}
.input-wrappersss {
    display: flex;
    width: 100%;
    position: relative;
}

.input-wrappersss i {
    background: #fff;
    padding: 6px 3px;
    position: relative;
    left: -29px;
    top: 20px;
}

.input-wrapper .captcha_refresh {
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 13px;
}
.input-wrapper .captcha_refresh .refresh-btn {
    background: #fff;
    padding: 6px 3px;
}	
.input-wrapperss {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.input-wrapperss i {
    background: #fff;
    padding: 6px 3px;
    position: relative;
    left: -30px;
    top: 2px;
    color: #7c7979;
}

#contact_captcha {
    height: 46px;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
}
.captcha-box {
	padding: 0;
	border-radius: 5px;
	background-color: #12a89e;
	font-family: Arial, sans-serif;
	color: #333;
	text-align: center;
	background-image: repeating-linear-gradient( 19deg, transparent, transparent 7px, rgba(255, 255, 255, 0.1) -25px, rgba(255, 255, 255, 0.1) 13px );
	margin-right: 10px;
	margin-top: 0;
	height: 38px;
	width: 74px;
	margin-left: 0;
}
.input-groups .input-wrapper .captcha {
    height: 38px;
    width: 140px;
}
.input-wrapper .captacha_refresh .refresh-btn {
    padding: 0;
}
.prod-captcha-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #0690bf;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-size: 8px 8px;
    color: #333;
    text-align: center;
    position: relative;
}

input#contact_captcha {
    height: 38px;
    margin-top: 0;
    width: 200px;
}

/* Captcha End */
/* ============================= */

/* ==================== */
/* Search */

/* Ensuring that the search results are displayed in a horizontal layout */
#scrollsearch {
    display: none; /* Hidden by default until results appear */
    width: 100%;
    max-height: 300px; /* Set a max height for the dropdown */
    overflow-y: auto; /* Scrollable if content exceeds height */
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
}

/* Search content */

.search-content {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
  position: relative;
}
.search-content::before{
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  top: -14px;
  left: 49%;
  background: #e7e7e7;
}

/* Style for the products list */

.products-list {
    flex: 1; /* Take equal width of the space */
    margin-right: 10px; /* Add some spacing between categories */
    margin-left: 15px;
}
.products-list h5 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 4px;
	letter-spacing: 0.3px;
}

.products-list ul {
    padding: 0;
    list-style-type: none;
}

.products-list li {
    font-size: 13px;
}

.products-list li a{
   color:#000;
   text-decoration: none;
}

.search-content .categories-list {
    flex: 1;
}
.categories-list h5 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 4px;
	margin-left: 0;
	letter-spacing: 0.3px;
}

.categories-list ul {
    padding: 0;
    list-style-type: none;
    /* overflow: hidden; */
    /* padding-right: 10px; */
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    /* height: 110px; */
    margin-right: 8px;
    padding-bottom: 8px;
}

.categories-list li {
    font-size: 13px;
    margin-bottom: 0;
}

.categories-list li a{
   color:#000;
   text-decoration: none;
}

/* Search End */
/* =========================== */
.table_text h2,
.table_text h3,
.table_text h4,
.table_text h5,
.table_text h6 {
    font-size: 15px;
    font-weight: 500;
}


.proc_catalog {
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
  }
  
  #catalogPdfBtns{
    text-decoration: none;
  }

   #catalogPdfBtns h2{
    font-size:25px;
    font-weight: 800;
    color:rgb(5 99 111);
  } 

  .proc_catalog{
    margin-top: 40px;
  }

.cart_empimg {
    width: 500px;
}



@media only screen and (max-width:767px) {
	.search-content {
		display: block;
		width: 100%;
	}
	.search-content::before {
		display: none;
}
.search-content .categories-list {
	padding-top: 20px;
}
}






/******************************************************** Ecommerce Page CSS Start ******************************************************** /

/****************************** My Account Page CSS Start *******************************/
.prfi-img {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	background: #e4e6e7;
	overflow: hidden;
	margin: 0 auto;
}
.accntu-page img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}
.accntu-page .ac-username {
	color: #00979f;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	line-height: 150%;
	padding: 10px 0 3px 0;
	font-weight: 600;
	margin: 0;
	display: block;
	text-align: center;
	letter-spacing: 0.4px;
}
.accntu-page .ac-Mail {
	color: #858788;
	font-family: "Sansation", sans-serif;
	font-size: 14px;
	line-height: 120%;
	padding: 0;
	font-weight: 400;
	margin: 0;
	display: block;
	text-align: center;
}
.accntu-page .butn-tab {
	border: 1px solid #6e439d;
	border-radius: 10px;
	padding: 30px 10px;
}
.accntu-page{
    padding: 50px 0;
}
.img-profile-ud {
	padding-bottom: 30px;
}
.accntu-page .myaccount-man-btn {
	border: 1px solid #6e439d;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-family: "Sansation", sans-serif;
	padding: 7px 8px 7px 23px;
	position: relative;
	text-align: left;
	text-decoration: none;
	border-radius: 5px;
}
.accntu-page .myaccount-man-btn::before{
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: transparent;
}
.accntu-page .myaccount-man-btn.active::before {
	background-color: #f29e22;
}
.accntu-page .myaccount-man-btn.active {
	background: #edf3f8;
	color: #00979f;
	border-color: #f29e22;
}
.accntu-page .tab-content {
	border: 1px solid #a68cc3;
	border-radius: 5px;
	overflow: hidden;
}
.accntu-page .myacnt-heading {
	padding: 10px;
	border-bottom: 1px solid #00979f;
	background: #edf3f8;
}
.myacnt-heading h2, .myacnt-heading h3, .myacnt-heading h4, .myacnt-heading h5, .myacnt-heading h6, .myacnt-heading h1 {
	color: #00979f;
	font-family: "Sansation", sans-serif;
	font-size: 26px;
	line-height: 120%;
	font-weight: 600;
	margin: 0;
	display: block;
	text-align: center;
	letter-spacing: 0;
	padding: 0;
}
.accntu-page .cad-body {
	padding: 40px 15px 30px;
}
.accntu-page .cad-body p {
	color: #333;
	font-family: "Sansation", sans-serif;
	font-size: 16px;
	line-height: 120%;
	padding: 0;
	font-weight: 400;
	margin: 0;
}
.accntu-page .cad-body form {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.accntu-page .cad-body .form-group {
	width: 50%;
	padding: 0 10px 14px;
	position: relative;
}
.accntu-page .cad-body p a {
	color: #f29e22;
	text-decoration: none;
}
.accntu-page .cad-body .form-group label {
	position: absolute;
	font-family: "Sansation", sans-serif;
	font-size: 14px;
	top: 13px;
	left: 25px;
	color: #858788;
	background: #fff;
	line-height: 100%;
	padding: 0 5px;
	transition: 0.5s all;
	pointer-events: none;
	display: inline-block;
}
.accntu-page .cad-body .form-group.focused label{
	top: -6px;
	font-size: 11px;
	color: #0e52a8;
	padding: 2px 7px;
	border-radius: 8px;
	left: 25px;
}
.accntu-page .cad-body .form-group input.form-control {
	padding: 0 10px;
	height: 35px;
	font-size: 14px;
}
.accntu-page .cad-body .form-group input.form-control, .accntu-page .cad-body .form-group select.form-control {
	padding: 0 10px;
	height: 40px;
	font-size: 16px;
	box-shadow: none;
	line-height: 120%;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.accntu-page .cad-body .Submit {
	width: 100%;
}
.accntu-page .cad-body .Submit .btn {
	background: #f29e22;
	color: #fff;
	border-radius: 3px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 15px;
	font-weight: 500;
	margin: 0 10px;
	border: 1px solid #6e439d;
	font-family: "Sansation", sans-serif;
	transition: 0.5s all;
	border-top: 2px solid #6e439d;
	border-bottom: 2px solid #6e439d;
}
.accntu-page .cad-body .Submit .btn:hover {
	background: transparent;
	color: #00979f;
}
.accntu-page .ordr-wrap {
	padding: 30px 15px 20px;
}
.accntu-page .ordr-wrap .order-title {
	display: flex;
	justify-content: space-between;
}
.accntu-page .order-title p {
	margin: 0;
	font-family: "Sansation", sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
}
.accntu-page .ordr-wrap .order-title, .accntu-page .ordr-table {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.accntu-page .ordr-table{
    padding-top: 10px;
}
.accntu-page .ordr-card .ordr-table p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #757575;
	font-family: "Sansation", sans-serif;
}
.accntu-page .ordr-table {
	padding: 18px 0;
}
.accntu-page .ordr-card .trck-btn a {
	padding: 3px 12px;
	border: 1px solid #6e439d;
	background: transparent;
	color: #f29e22;
	text-decoration: none;
	border-radius: 3px;
	font-size: 15px;
	font-family: "Sansation", sans-serif;
	font-weight: 500;
	transition: 0.5s all;
}
.accntu-page .ordr-card .trck-btn a:hover, .accntu-page .cad-body .Edit-btn:hover {
	background-color: transparent;
	color: #477bb0;
} 
.accntu-page .cad-body address {
	margin: 0;
	padding-bottom: 9px;
	font-size: 16px;
	font-family: "Sansation", sans-serif;
}
.accntu-page .cad-body .Edit-btn {
	padding: 0 15px;
	border: 1px solid #f29e22;
	background: #f29e22;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 16px;
	font-family: "Sansation", sans-serif;
	font-weight: 500;
	transition: 0.5s all;
	line-height: 27px;
	margin-top: 11px;
}
.myacnt-subheading h2, .myacnt-subheading h3, .myacnt-subheading h4, .myacnt-subheading h5, .myacnt-subheading h6 {
	color: #333;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 120%;
	padding: 10px 15px 30px;
	font-weight: 600;
	margin: 0;
	display: block;
	text-align: left;
	letter-spacing: 0.4px;
}
.accntu-page .addres-bx-wrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
.accntu-page .addres-bx-wrap .addres-wrap {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 4px;
}
.accntu-page .Addres-frm {
	padding: 25px 15px 25px;
}
.accntu-page  .Addres-frm form {
	display: flex;
	flex-wrap: wrap;
}
.accntu-page  .Addres-frm form p {
	padding: 5px 10px;
	width: 50%;
}
.accntu-page  .Addres-frm form p label {
	display: block;
}
.accntu-page .Addres-frm form p {
	margin: 0 auto;
	width: 50%;
	padding: 0 10px 13px;
	position: relative;
}
.accntu-page .Addres-frm form p input, .accntu-page .Addres-frm form p select {
	background: #fff;
	color: #212529;
	font-weight: 400;
	width: 100%;
	display: block;
	padding: 0 10px;
	height: 40px;
	font-size: 16px;
	box-shadow: none;
	line-height: 120%;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.accntu-page .Addres-frm form p label, .Edit-address .Addresss-form label {
	text-transform: capitalize;
	position: absolute;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	top: 12px;
	left: 25px;
	color: #858788;
	background: #fff;
	line-height: 100%;
	padding: 0 5px;
	transition: 0.5s all;
	pointer-events: none;
	display: inline-block;
}
.accntu-page .Addres-frm form p.focused label, .Edit-address .Addresss-form p.focused label {
	top: -6px;
	font-size: 11px;
	color: #fff;
	padding: 1px 5px;
	border-radius: 8px;
	left: 10px;
	background: #6e439d;
	border: 1px solid #6e439d;
}
 .Edit-address .Addresss-form p.focused label {
	left: 13px;
}
.accntu-page .Addres-frm form p.phone input,
.accntu-page .Addres-frm form p.Pincode input,
.Edit-address .Addresss-form p.phone input,
.Edit-address .Addresss-form p.Pincode input {
	-moz-appearance: textfield;
}
.accntu-page .Addres-frm form .submit {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.accntu-page .Addres-frm form p .addres-btn, .Edit-address .Addresss-form p.submit input {
	padding: 0 13px;
	border: 1px solid #6e439d;
	background: #f29e22;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 15px;
	font-family: "Sansation", sans-serif;
	font-weight: 500;
	transition: 0.5s all;
	line-height: 32px;
	margin-top: 11px;
	border-top: 2px solid #6e439d;
	border-bottom: 2px solid #6e439d;
}
.accntu-page .Addres-frm form p .addres-btn {
	margin: 0;
}
.accntu-page .Addres-frm form p .addres-btn:hover, .Edit-address .Addresss-form p.submit input:hover {
	background-color: transparent;
	color: #03a9f4;
}
.Edit-address .Addresss-form p {
	display: block;
	width: 100%;
	margin-bottom: 0;
	position: relative;
}
body .Edit-address .Addresss-form label {
	left: 11px;
}
.Edit-address .Addresss-form input {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #3e4d84;
	margin: 0;
}
.Edit-address .modal-dialog {
	max-width: 650px;
}
.Edit-address .Addresss-form p.submit {
	margin: 0;
}
.Edit-address .modal-title {
	font-family: "Sansation", sans-serif;
	font-weight: 500;
	color: #00979f;
	letter-spacing: 0.3px;
}
/****************************** My Account Page CSS End*******************************/


/****************************** Tracking Page CSS Start*******************************/
.Track-order-page{
    padding: 50px 0;
}
.title-wrap h1, .title-wrap h2, .title-wrap h3, .title-wrap h4, .title-wrap h5, .title-wrap h6 {
	font-size: 30px;
	font-weight: 600;
	color: #00979f;
	margin: 0;
	font-family: "Sansation", sans-serif;
}
body .title-wrap {
	text-align: center;
	display: block;
	padding-bottom: 20px;
}
.Track-order-page .track-order-box {
	border: 1px solid #ccc;
	padding: 0 0 30px;
	border-radius: 5px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 15px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #00979f;
	background: #edf3f8;
}
.Track-order-page .track-order-box .tracking-id span {
	color: #f29e22;
}
.Track-order-page .tracking-det {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.Track-order-page .tracking-det div {
	font-size: 15px;
	color: #333333c4;
	font-family: "Sansation", sans-serif;
}
.Track-order-page .tracking-det div span {
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.Track-order-page .track-order-box {
	max-width: 1100px;
	margin: 0 auto 40px;
}
/* Tracking Section CSS Start*/
.Track-order-page .card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}
.Track-order-page .card-header:first-child{
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}
.Track-order-page .card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.Track-order-page .track {
	position: relative;
	background-color: #ddd;
	height: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	margin-top: 35px;
}
.Track-order-page .track .step{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}
.Track-order-page .track .step.active::before {
	background: #00979f;
}
.Track-order-page .track .step::before {
        height: 5px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px;
		animation: none99;
    }
.Track-order-page .track .step.active .icon {
	background: #00979f;
	color: #fff;
}
.Track-order-page .track .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: relative;
        border-radius: 100%;
        background: #ddd;
    }
	.Track-order-page .track .step.active .text {
		font-weight: 500;
		color: #5d5d5d;
		font-family: "Sansation", sans-serif;
		font-size: 16px;
	}
	.Track-order-page .track .text {
		display: block;
		margin-top: 7px;
		font-family: "Sansation", sans-serif;
		font-size: 16px;
	}
	
.Track-order-page .itemside{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
.Track-order-page .itemside .aside{
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
.Track-order-page .img-sm{
        width: 80px;
        height: 80px;
        padding: 7px
    }
.Track-order-page  ul.row, ul.row-sm{
        list-style: none;
        padding: 0
    }
.Track-order-page .itemside .info{
        padding-left: 15px;
        padding-right: 7px
    }
.Track-order-page .itemside .title{
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
.Track-order-page p{
        margin-top: 0;
    }
.Track-order-page  .order-card .track-div {
        display: none;
    }
.Track-order-page .order-card .track-div.tracking-show {
        display: block;
        padding: 0 30px;
    }
.Track-order-page .Tracking-section .track-order .track:first-child {
	margin-top: 50px;
}
.Track-order-page .order-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Track-order-page .order-card, .order-title {
	border-bottom: 1px solid #dee2e6;
}
.Track-order-page .order-card.tracking-show {
	background: #e8e8e85e;
}
.Track-order-page .order-card.tracking-show > .order-table {
	background: #fff;
}
/* tracking Bootstrap icon set CSS Start */
.track .icon > i {
	display: none;
}
.Track-order-page .track .step .icon::before {
	font-family: bootstrap-icons;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #5f6788;
	line-height: 100%;
	position: absolute;
	right: 8px;
	left: auto;
	bottom: auto;
	top: 8px;
	content: "\f272";
}
 .track .step.active .icon::before{
	color: #fff;
}
.Track-order-page .track .step .icon.pickup::before {
	content: "\f4e1";
}
.Track-order-page .track .step .icon.way::before {
	content: "\f5ea";
}
.Track-order-page .track .step .icon.ready::before {
	content: "\f70d";
}
/*tracking Bootstrap icon set CSS End*/
/* Tracking Section CSS End*/

/****************************** Tracking Page CSS End*******************************/
/****************************** Order Page CSS Start*******************************/
.details-order-page {
	padding: 50px 0;
}
.detor-bx {
	margin: 30px 0 0 0;
	border: 1px solid #ccc;
}
.detbsor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffff;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.detbsor .detracking-id {
	margin: 0px;
	color: #333;
	font-size: 16px;
	font-family: "Sansation", sans-serif;
	position: relative;
	text-align: left;
	line-height: 120%;
	font-weight: 600;
	text-transform: uppercase;
}
.detbsor .detracking-id span {
	text-transform: inherit;
	padding-left: 4px;
	font-weight: 500;
	color: #f29e22;
}
.detor-bx .pr-ct-im img {
	padding: 10px;
	height: 140px;
}
.trackgopag {
	color: #f29e22;
	text-decoration: none;
	border: 1px solid #333;
	padding: 4px 8px 7px;
	font-size: 15px;
	line-height: 100%;
	background: #fff;
	font-weight: 600;
	border-radius: 3px;
}
.trackgopag:hover {
	color: #fff;
	background: #f29e22;
}
.ofrd-det {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.ofrd-det > div {
	color: #8a8787;
	font-size: 16px;
	font-family: "Sansation", sans-serif;
	text-align: left;
	line-height: 120%;
	font-weight: 500;
}
.ofrd-det > div span {
	color: #333;
	font-weight: 500;
}
.detor-bx .Pr-cart-wr.row {
	border: 0;
	padding: 10px 0 20px;
}
.accories-txt {
	color: #333;
	font-size: 14px;
	line-height: 100%;
	text-align: left;
	font-weight: 600;
	font-family: "Sansation", sans-serif;
	padding: 0 0 9px 0;
	margin: 0;
}
.ct-pr-des li span.pdt-take {
	color: #6c6c6c;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 400;
}
.detor-bx .ct-pr-des li {
	font-size: 14px;
	line-height: 110%;
	padding: 0 0 5px 0;
}
.trackgopagmob {
	display: none;
}
/****************************** Order Page CSS End*******************************/
/****************************** Sign in Page CSS Start*******************************/
.lgf-section {
	max-width: 450px;
	margin: 50px auto;
	border: 1px solid #0e52a8;
	border-radius: 5px;
	overflow: hidden;
}
.lg-com-title h2, .lg-com-title h3, .lg-com-title h4, .lg-com-title h5, .lg-com-title h6, .lg-com-title h1 {
font-family: "Sansation", sans-serif;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	line-height: 120%;
	margin: 0;
	color: #333;
}
.lg-content-wr .lg-com-title h2, .lg-content-wr .lg-com-title h3, .lg-content-wr .lg-com-title h4, .lg-content-wr .lg-com-title h5, .lg-content-wr .lg-com-title h6, .lg-content-wr .lg-com-title h1 {
	color: #00979f;
}
.lg-content-wr {
	padding: 60px 30px;
}
.lg-form-wr.lg-password {
	padding-bottom: 5px;
}
.com-tit-para {
	font-weight: 400;
	display: none;
	margin: 0;
	text-align: center;
	padding: 10px 0 0;
	color: #858788;
font-family: "Sansation", sans-serif;
	font-size: 14px;
	line-height: 130%;
}
.lg-sect .lg-com-title {
	text-align: center;
}
.lg-com-title {
	padding-bottom: 30px;
}
.lg-form-wr input {
	padding: 0 10px;
	height: 40px;
	font-size: 16px;
	line-height: 120%;
	box-shadow: none !important;
	border: 1px solid #b1b1b1;
	border-radius: 4px;
	color: #0e52a8;
}
.lg-form-wr {
	position: relative;
	padding-bottom: 12px;
}
.lg-form-wr label {
	position: absolute;
	font-family: "Sansation", sans-serif;
	font-size: 14px;
	top: 13px;
	left: 12px;
	color: #858788;
	background: #fff;
	line-height: 100%;
	padding: 0 5px;
	transition: 0.5s all;
	pointer-events: none;
}
.lg-form-wr.focused label, .lg-form-wr.select-fcs label {
	top: -6px;
	font-size: 11px;
	color: #6e439d;
	padding: 1px 5px;
	border-radius: 8px;
	left: 10px;
	background: #fff;
	border: 1px solid #6e439d;
}
.lg-check-for {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login-checkbx {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.login-checkbx input {
	border: 1px solid #ccc;
	margin-right: 10px;
	height: 15px;
	width: 15px;
}
.lg-check-label span {
	font-weight: 400;
	display: inline-block;
	margin: 0;
	text-align: left;
	padding: 0;
	color: #373737;
	font-family: "Sansation", sans-serif;
	font-size: 14px;
	line-height: 100%;
}
.note {
	padding-top: 15px;
}
.note p {
	font-size: 14px;
}
.note p span {
	font-weight: 600;
	font-size: 16px;
	color: #000;
}
p.dnt-acc {
	font-weight: 400;
	display: block;
	margin: 0;
	text-align: center;
	padding: 15px 0 0;
	color: #373737;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	line-height: 130%;
}
p.dnt-acc a {
	color: #00979f;
	text-decoration: none;
	padding-left: 4px;
	transition: 0.5s all;
}
p.dnt-acc a:hover{
	color: #333;
}
.lg-sub-btn {
	display: block;
	background: #f29e22;
	color: #fff;
	border-radius: 4px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #6e439d;
	font-family: "Sansation", sans-serif;
	width: 100%;
	margin: 20px auto 0;
	transition: 0.5s all;
	max-width: 180px;
	border-bottom: 2px solid #6e439d;
	border-top: 2px solid #6e439d;
}
a{
	transition: 0.5s all;
}
.lg-sub-btn:hover{
	background: transparent;
	color: #0e52a8;
}
.lg-check-label {
	line-height: 100%;
}
.lg-check-for a {
	text-decoration: none;
	padding-left: 4px;
	transition: 0.5s all;
	font-size: 14px;
	font-family: "Sansation", sans-serif;
	color: #373737;
}
.lg-check-for a:hover{
	color: #0e52a8;
}
.lg-design-wr {
	background: url('../images/lg-background.jpg')no-repeat;
	background-size: cover;
}
.lg-design-wr {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.togglePassword {
	position: absolute;
	top: 12px;
	right: 10px;
	line-height: 100%;
	pointer-events: all;
	cursor: pointer;
}
.accntu-page .cad-body .togglePassword {
	right: 20px;
}
.Regi-btn {
	display: inline-block;
	background: #0e52a8;
	color: #fff;
	border-radius: 30px;
	line-height: 35px;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #0e52a8;
font-family: "Sansation", sans-serif;
	margin: 20px 0 0 0;
	transition: 0.5s all;
	text-decoration: none;
}
.Regi-btn:hover{
	background:#fff;
	color: #0e52a8;
}
.lg-design-wr .com-tit-para {
	color: #333;
}
.lg-design-wr .lg-com-title {
	padding: 30px 0;
}
.register-page-form .lg-form-wr select {
	box-shadow: none;
}
/****************************** Sign in Page CSS End*******************************/
/****************************** Register Page CSS Start*******************************/
.lgf-section.rgf-section {
	max-width: 700px;
}
.register-page-form {
	display: flex;
	flex-wrap: wrap;
}
.register-page-form .lg-form-wr {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
.register-page-form .lg-form-wr {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.lg-content-wr.rg-content-wr {
	padding: 50px 30px;
}
/****************************** Register Page CSS End*******************************/

/****************************** Forget Password Page CSS Start**********************/
.lg-sect.forget-sect .lg-form-wr {
	padding: 0;
}
/****************************** Forget Password Page CSS End************************/

/************************** Cart Page CSS Start**************************/
.cartpage {
	padding: 50px 0;
}
.main-tit h1, .main-tit h2, .main-tit h3, .main-tit h4, .main-tit h5, .main-tit h6 {
	color: #00979f;
	font-family: "Sansation", sans-serif;
	font-size: 30px;
	line-height: 120%;
	font-weight: 700;
	margin: 0;
	display: block;
	text-align: center;
	letter-spacing: 0;
	padding: 0;
}
.cart-page-ro {
	padding-top: 30px;
}
.cart-title-wrap {
	align-items: center;
	background: transparent;
	padding: 13px 10px;
	border: 1px solid #ccc;
}
.cart-para-tit {
	margin: 0;
	color: #f29e22;
	font-size: 18px;
	font-family: "Sansation", sans-serif;
	position: relative;
	text-align: left;
	line-height: 120%;
	font-weight: 600;
}
.pr-ct-im img {
	height: 130px;
	width: auto;
	object-fit: contain;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.Pr-cart-wr {
	padding: 20px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	align-items: center;
}
.single-pr-tit {
	margin-bottom: 10px;
	text-decoration: none;
	display: inline-block;
}
.ct-pr-des {
	margin: 0;
	padding: 0;
	max-height: 80px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #77777761 #dfdfdfb2;
	margin-right: 10px;
}
.single-pr-tit h1, .single-pr-tit h2, .single-pr-tit h3, .single-pr-tit h4, .single-pr-tit h5, .single-pr-tit h6, .single-pr-tit p.ordprd {
	color: #6e439d;
	font-family: "Sansation", sans-serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	text-align: left;
	letter-spacing: 0;
	padding: 0;
}
.ct-pr-des li {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 120%;
	text-align: left;
	font-weight: 400;
	padding: 0 0 5px 0;
	font-family: "Sansation", sans-serif;
}
.ct-pr-des li span {
	color: #000;
	font-weight: 500;
	font-family: "Sansation", sans-serif;
}
.Pr-cart-wr::before {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 1px;
	background: #ccc9;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.car-ct-cnt-wra {
	border-bottom: 1px solid #ccc;
}
.pr-ct-pri span {
	display: block;
	text-align: center;
	font-size: 17px;
	font-family: "Sansation", sans-serif;
	font-weight: 600;
	color: #353535;
	line-height: 120%;
	padding-bottom: 5px;
}
.pr-ct-pri span.rp {
	color: #777;
	font-size: 14px;
	line-height: 100%;
	text-decoration: line-through;
	font-weight: 400;
}
.cart-para-cen {
	text-align: center;
}
.rem {
	position: absolute;
	left: auto;
	right: 10px;
	width: auto;
	padding: 0;
	z-index: 9;
}
.cart-remove {
	color: #e76c67;
	border: 0;
	background: transparent;
}
.ct-quantity {
	display: inline-flex;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .1);
}
.ct-quantity button {
	background-color: transparent;
	color: #2d2d2d;
	font-size: 20px;
	width: 30px;
	height: auto;
	transition: background-color .2s;
	box-shadow: none;
	border: 0;
	pointer-events: all;
	cursor: pointer;
	font-family: "Sansation", sans-serif;
}
.ct-quantity .input-box {
	width: 40px;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	height: auto;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
	-moz-appearance: textfield;
	font-family: "Sansation", sans-serif;
}
.ct-quantity .input-box::-webkit-outer-spin-button,
.ct-quantity .input-box::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ct-quantity .input-box {
    -moz-appearance: textfield;
}

.Pr-cart-wr:last-child::before {
	display: none;
}
.ct-price-box {
	margin-left: 100px;
	border: 1px solid #cccc;
	border-radius: 5px;
}
.ct-price-box h2, .ct-price-box h3, .ct-price-box h4, .ct-price-box h5, .ct-price-box h6, .ct-price-box h1 {
	color: #00979f;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: 600;
	margin: 0;
	display: block;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 10px;
	text-transform: capitalize;
	margin-bottom: 40px;
	border-bottom: 1px solid #00979f;
	background: #edf3f8;
}
.ct-price-item {
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
} 
.ct-price-item p, .ct-price-item span {
	text-align: left;
	font-size: 16px;
	line-height: 120%;
	text-transform: capitalize;
	margin: 0;
	color: #333;
	font-weight: 400;
font-family: "Sansation", sans-serif;
}
.ct-price-item.ct-sub-total p, .ct-price-item.ct-sub-total span {
	font-weight: 700;
	margin-top: 20px;
}
.ct-Buy {
	background: #f29e22;
	color: #fff;
	border-radius: 3px;
	line-height: 33px;
	padding: 0px 40px;
	font-size: 16px;
	font-weight: 500;
	margin: 0 10px;
	border: 1px solid #6e439d;
	font-family: "Sansation", sans-serif;
	transition: 0.5s all;
	display: block;
	text-decoration: none;
	border-top: 2px solid #6e439d;
	border-bottom: 2px solid #6e439d;
}
.ct-Buy:hover{
	background-color: #fff;
	color: #0e52a8;
}
.ct-btn-wrap {
	margin: 20px 0 30px;
	text-align: center;
}

/************************** Cart Page CSS End**************************/
/************************** Checkout Page CSS Start**************************/
.checkout-section {
	padding: 50px 0;
}
.checkoutpage {
	padding: 50px 0;
}
/* Billing form CSS Start */
.billing-details {
	border: 1px solid #ccc;
	padding: 0px 10px 15px;
	border-radius: 5px;
}
.chckt-frmtt {
	display: block;
	text-align: center;
	padding: 7px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #f29e22;
}
.chckt-frmtt h3 {
	font-size: 25px;
	font-weight: 800;
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	color: #00979f;
	text-transform: capitalize;
	transition: 0.5s all;
}
.check-frm input, .check-frm textarea, .check-frm select {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 3px;
	color: #3e4d84;
	margin: 0 0 10px 0;
	resize: none;
}
.check-frm textarea.form-control {
	height: 70px;
}
.check-frm .form-row {
	display: flex;
	justify-content: space-between;
}
.check-frm .form-row .form-col {
	width: 50%;
	padding: 0 5px;
}
.checkclck label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.checkclck label input {
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
}
.shipping-details {
	padding-top: 20px;
}
/* Billing form CSS End */
.chct-page-ro {
	max-width: 1100px;
	margin: 30px auto 0;
}
.chct-cnt-wra {
	border-right: 1px solid #ccc;
	padding-top: 20px;
	padding-right: 30px;
}
.chct-det-pr-wr {
	padding-top: 20px;
}
.chct-addres-wrap address, .chct-country, .chct-numb {
	color: #333333db;
	font-family: "Sansation", sans-serif;
	line-height: 120%;
	font-weight: 400;
	display: block;
	text-align: left;
	letter-spacing: 0;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 15px;
}
.chct-country, .chct-numb {
	font-size: 15px;
}
.adre-name {
	color: #00979f;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	margin: 0;
	display: block;
	text-align: left;
	letter-spacing: 0;
	padding: 0 0 15px 0;
}
.chct-addres-wrap {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.chct-Edit-btn {
	padding: 0 15px;
	border: 1px solid #333;
	background-color: #f29e22;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 15px;
	font-family: "Sansation", sans-serif;
	font-weight: 500;
	transition: 0.5s all;
	line-height: 27px;
	margin-top: 11px;
}
.chct-Edit-btn:hover {
	background-color: transparent;
	color: #477bb0;
}
.chct-subheading h3, .chct-subheading h2, .chct-subheading h4, .chct-subheading h5, .chct-subheading h6, .chct-subheading h1 {
	color: #333;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 120%;
	padding: 0 15px 30px;
	font-weight: 500;
	margin: 0;
	display: block;
	text-align: left;
	letter-spacing: 0.4px;
}
.chct-Addres-frm form {
	display: flex;
	flex-wrap: wrap;
}
.chct-Addres-frm p {
	margin: 0 auto;
	width: 50%;
	padding: 0 10px 13px;
	position: relative;
}
.chct-Addres-frm p label {
	text-transform: capitalize;
	position: absolute;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	top: 12px;
	left: 25px;
	color: #858788;
	background: #fff;
	line-height: 100%;
	padding: 0 5px;
	transition: 0.5s all;
	pointer-events: none;
	display: inline-block;
}
.chct-Addres-frm p input {
	background: #fff;
	color: #212529;
	font-weight: 400;
	width: 100%;
	display: block;
	padding: 0 10px;
	height: 40px;
	font-size: 14px;
	box-shadow: none;
	line-height: 120%;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.pin, .phone {
	-moz-appearance: textfield;
}
.chct-addres-btn {
	background: #f29e23;
	background-color: #f29e23;
	color: #fff;
	border-radius: 5px;
	line-height: 35px;
	padding: 0px 40px;
	font-size: 16px;
	font-weight: 500;
	margin: 0 10px;
	border: 1px solid #6e439d;
	font-family: "Sansation", sans-serif;
	transition: 0.5s all;
	display: inline-block;
	text-decoration: none;
	border-top: 2px solid #6e439d;
	border-bottom: 2px solid #6e439d;
}
.chct-addres-btn:hover{
	background-color: transparent;
	color: rgb(14, 154, 200);
}
.chct-Addres-frm p.submit {
	width: 100%;
	text-align: center;
}
.chct-price-box h2, .chct-price-box h3, .chct-price-box h4, .chct-price-box h5, .chct-price-box h6, .chct-price-box h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #353543;
	text-align: left;
font-family: "Sansation", sans-serif;
}
.chct-price-item {
	display: flex;
	justify-content: space-between;
}
.chct-price-item.chect-dis-pr p, .chct-price-item.chect-dis-pr span {
	color: #038d63;
	margin-top: 15px;
}
.chct-total-order {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.chct-price-box {
	margin-left: 20px;
}
.chct-price-item p, .chct-price-item span, .chct-total-order p, .chct-total-order span {
	text-align: left;
	font-size: 15px;
	line-height: 120%;
	text-transform: capitalize;
	margin: 0;
	color: #333;
	font-weight: 500;
	font-family: "Sansation", sans-serif;
}
.chct-total-order p, .chct-total-order span {
	font-weight: 600;
	font-size: 16px;
}
/************************** Checkout Page CSS End**************************/
/************************** Header CSS Start **************************/
.account-show-wrap{
    width: auto;
}
.account-ul {
	border: 1px solid #ff9500;
	position: relative;
}
.account-ul {
	min-width: 130px;
	z-index: 1;
	position: absolute;
	left: auto;
	right: 0;
	bottom: -64px;
	top: auto;
	opacity: 0;
	visibility: hidden;
	height: 0px;
	transition: ease-in-out;
	border-radius: 5px;
	background: #fff;
	display: none;
	min-height: 64px;
}
.account-show-wrap:hover .account-ul  {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	z-index: 1;
	display: block;
}
.account-ul::before {
	position: absolute;
	top: -11px;
	bottom: auto;
	left: auto;
	right: 40px;
	color: #ff9500;
	line-height: 100%;
	font-family: bootstrap-icons;
	content: "\f235";
}
.account-ul a {
	font-size: 14px;
	line-height: 150%;
	display: block;
	color: #5f6788;
	padding: 5px 10px;
	font-weight: 500;
	text-transform: capitalize;
}
.account-ul li a:hover {
	background: #ff9500;
	color: #fff;
}
.account-show {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 20px;
	line-height: 100%;
	position: relative;
	color: #ffff;
	z-index: 1;
	letter-spacing: 0.3px;
	pointer-events: all;
	cursor: pointer;
}
.account-show:hover {
	color: #fff;
}
.account-ul::after{
    width: 76%;
    height: 10px;
    position: absolute;
    background: transparent;
    content: "";
    top: -10px;
    left: auto;
    right: 0;
    cursor: pointer;
    pointer-events: all;
}
.menu-ul li {
	line-height: 100%;
	position: relative;
}
.afterlogin {
	display: none;
}
.menu-ul li.Mobilehe-menu {
	display: none;
}
.account-ul li a {
	color: #f29e22;
	font-size: 15px;
	padding: 8px 10px;
}
.account-ul li a::before{
	display: none;
}
.ecomhd{
	display: none;
}
.price span {
	font-size: 16px;
	font-weight: 600;
	color: #6e439d;
	margin-bottom: 5px;
}
.categ-2 .price span {
	margin: 5px 0 0 0;
}
.ftsele ul {
	height: 186px;
	overflow-y: auto;
	scrollbar-width: none;
}
.categ-1 .feature-ul {
	margin: 10px 0 5px;
}
.ctact .cttget.adctir::before {
	content: "\f245";
	top: -3px;
}
.quantity-wrap {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.quantity-wrap p {
	padding: 0 4px 0px 0;
}
.rght-btn-sh a {
	background: linear-gradient(122deg, rgb(37, 211, 102) 0%, rgb(96, 148, 71) 100%);
	border: 1px solid #333;
	color: #fff;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 0;
	font-size: 0;
}
.rght-btn-sh a::before {
	font-size: 27px;
	font-family: bootstrap-icons;
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 10px;
	right: auto;
	content: "\f618";
	color: #fff;
}
.side-add-ct-btn.rght-btn-sh {
	bottom: 111px;
}
.side-add-ct-btn.rght-btn-sh a .product_numbers {
	font-size: 9px;
	width: 12px;
	height: 12px;
	background: #e7194f;
	transition: 0.5s all;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 100%;
	position: absolute;
	top: 3px;
	left: auto;
	right: 1px;
	bottom: auto;
}
.rght-btn-sh a.headcart::before {
	content: "";
	background: url(../images/cartic.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100%;
	top: 5px;
	left: 5px;
	filter: brightness(0) invert(1);
}

/* Confirm Order Popup CSS Start */
.Confirm-rdo .modal-header {
	padding: 10px;
	justify-content: center;
	background: #fff;
	border-bottom: 3px solid #6e439d;
}
.Confirm-rdo .modal-title {
	font-weight: 700;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #00979f;
	font-size: 20px;
	text-align: center;
}
.Confirm-rdo .btn-close {
	background: #ed223d;
	opacity: 1;
	border: 1px solid #ed223d;
	border-radius: 50%;
	position: absolute;
	left: auto;
	right: 5px;
	bottom: auto;
	top: 6px;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.Confirm-rdo .modal-body {
	padding: 30px 15px;
	text-align: center;
}
.Confirm-rdo .modal-body {
	padding: 30px 15px;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	margin: 0 20px;
	line-height: 130%;
}
.Confirm-rdo .modal-footer {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.Confirm-rdo .modal-footer button {
	color: #fff;
	box-shadow: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	padding: 7px 13px 6px;
	line-height: 100%;
	border-radius: 20px;
	background: #f49e10;
	border: 1px solid #2e3997;
}
.Confirm-rdo .modal-footer button#cancelOrderBtn {
	background: #fff;
	color: #f49e10;
}
#confirmationModal.Confirm-rdo {
	padding: 0 !important;
}
/* Confirm Order Popup CSS End*/
/********************************************* Responsive Start *********************************************/
@media only screen and (min-width:992px) and (max-width:1200px) {
/************************** Checkout Page CSS Start**************************/
.chct-addres-wrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.chct-Addres-frm p label {
	font-size: 14px;
	left: 11px;
	top: 13px;
}
.chct-Addres-frm p {
	padding: 0 5px 17px;
}
.chct-subheading h3, .chct-subheading h2, .chct-subheading h4, .chct-subheading h5, .chct-subheading h6, .chct-subheading h1 {
	padding: 0 15px 25px;
}

/************************** Checkout Page CSS End**************************/
/************************** Cart Page CSS Start**************************/
.ct-price-box {
	margin-left: 20px;
}
/************************** Cart Page CSS End**************************/

/****************************** My Account Page CSS Start*******************************/
    .accntu-page .addres-bx-wrap {
        grid-gap: 15px;
    }
    .accntu-page .cad-body {
        padding: 20px 10px 15px;
    }
    .myacnt-subheading h2, .myacnt-subheading h3, .myacnt-subheading h4, .myacnt-subheading h5, .myacnt-subheading h6 {
        font-size: 18px;
        padding: 10px 10px 14px;
        letter-spacing: 0;
    }
	.accntu-page .Addres-frm form p {
		padding: 0 0 15px;
		width: 100%;
		margin: 0 auto;
	}
    .accntu-page .Addres-frm form .submit {
        margin-top: 10px;
    }
	.accntu-page .Addres-frm form p label, .Edit-address .Addresss-form label {
		left: 10px;
	}
	.accntu-page .Addres-frm {
		padding: 20px 15px 25px;
	}
	.accntu-page .cad-body .form-group label {
		left: 20px;
	}
	.accntu-page .cad-body .form-group.focused label {
		left: 20px;
	}
	.accntu-page .Addres-frm form p.focused label, .Edit-address .Addresss-form p.focused label {
		left: 15px;
	}
	.Edit-address .Addresss-form p.focused label {
		left: 13px;
	}
/****************************** My Account Page CSS End*******************************/
/****************************** Tracking Page CSS Start*******************************/
.Track-order-page .tracking-det div span {
	font-size: 14px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 15px;
}
.Track-order-page .tracking-det {
	margin-bottom: 50px;
}
/****************************** Tracking Page CSS End*******************************/


}
@media only screen and (max-width: 1024px) {
	.menu-ul li.Mobilehe-menu {
		display: block;
	}
	.account-show-wrap {
		display: block;
	}
	.account-show-wrap .account-show {
		display: none;
	}
	.account-show-wrap .account-ul {
		display: block;
		width: 100%;
		min-width: 100%;
		position: static;
		min-height: 100%;
		visibility: visible;
		opacity: 1;
		background: transparent;
		border: 0;
	}
	.account-ul::after,
	 .account-ul::before {
		display: none;
	}
	.account-ul li a {
		color: #fff;
		font-size: 15px;
		padding: 12px 20px;
		display: block;
		border-bottom: 1px solid #fff;
	}
	/* checkout page css start */
	.check-frm .form-row .form-col {
		width: 100%;
		padding: 0;
	}
	.check-frm .form-row {
		flex-wrap: wrap;
	}
	.chckt-frmtt h3 {
	font-size: 21px;
}
	/* checkout page css End */
}
@media only screen and (min-width:768px) and (max-width:991px) {
/************************** Checkout Page CSS Start**************************/
	.chct-cnt-wra {
		border-right: 0;
		padding-top: 20px;
		padding-right: 12px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.chct-addres-btn {
		padding: 0px 20px;
		font-size: 15px;
	}
	.chct-addres-wrap {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.chct-Addres-frm p label {
		font-size: 14px;
		left: 11px;
	}
	.chct-Addres-frm p {
		padding: 0 5px 17px;
	}
	.chct-price-box {
		margin-left: 0;
	}
/************************** Checkout Page CSS End**************************/
/************************** Cart Page CSS Start**************************/
.ct-price-box {
	margin: 30px 0 0 0;
}
.ct-price-box h2, .ct-price-box h3, .ct-price-box h4, .ct-price-box h5, .ct-price-box h6, .ct-price-box h1 {
	margin-bottom: 30px;
}
/************************** Cart Page CSS End**************************/
/****************************** Sign in Page CSS Start*******************************/
	.lg-content-wr {
		padding: 50px 30px 30px;
	}
	.lg-sub-btn, .Regi-btn {
		line-height: 30px;
		padding: 0 15px;
		font-size: 14px;
		width: auto;
		display: inline-block;
	}
	.lg-com-title h2, .lg-com-title h3, .lg-com-title h4, .lg-com-title h5, .lg-com-title h6, .lg-com-title h1 {
		font-size: 20px;
	}
/****************************** Sign in Page CSS End*******************************/
/****************************** Register Page CSS Start*******************************/
.lg-content-wr.rg-content-wr {
	padding: 50px 30px 30px;
}
/****************************** Register Page CSS End*******************************/
/****************************** My Account Page CSS Start*******************************/
    .accntu-page .butn-tab {
        margin: 0 auto 20px !important;
    }
    .img-profile-ud {
        padding-bottom: 20px;
    }
    .accntu-page .cad-body {
        padding: 20px 15px 20px;
    }
    .myacnt-heading h2, .myacnt-heading h3, .myacnt-heading h4, .myacnt-heading h5, .myacnt-heading h6, .myacnt-heading h1 {
        font-size: 21px;
    }
    .accntu-page .Addres-frm form p label, .Edit-address .Addresss-form label {
        font-size: 14px;
    }
	.accntu-page .Addres-frm form p {
		padding: 0 5px 15px;
	}
	.accntu-page .Addres-frm form p label, .Edit-address .Addresss-form label {
		font-size: 14px;
		left: 10px;
	}
	.accntu-page .Addres-frm {
		padding: 20px 10px 25px;
	}
    .myacnt-subheading h2, .myacnt-subheading h3, .myacnt-subheading h4, .myacnt-subheading h5, .myacnt-subheading h6 {
        padding: 10px 15px 10px;
    }
	.accntu-page .cad-body .form-group label {
		left: 20px;
	}
	.accntu-page .cad-body .form-group.focused label {
		left: 20px;
	}
	.accntu-page .Addres-frm form p.focused label, .Edit-address .Addresss-form p.focused label {
		left: 15px;
	}
/****************************** My Account Page CSS End*******************************/

/****************************** Tracking Page CSS Start*******************************/
.title-wrap h1, .title-wrap h2, .title-wrap h3, .title-wrap h4, .title-wrap h5, .title-wrap h6 {
	font-size: 25px;
}
.Track-order-page .tracking-det div span {
	font-size: 14px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 15px;
}
.Track-order-page .tracking-det {
	margin-bottom: 50px;
}
.Track-order-page .tracking-det div {
	font-size: 14px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 7px 15px;
	font-size: 15px;
}
.Track-order-page .track .step {
	margin-top: -12px;
}
.Track-order-page .track .step::before {
	top: 12px;
}
.Track-order-page .track .icon {
	width: 28px;
	height: 28px;
	line-height: 27px;
	font-size: 12px;
}
.Track-order-page .track-order-box {
	padding: 0 0 20px;
}
/****************************** Tracking Page CSS End*******************************/
/****************************** Order Page CSS Start*******************************/
.ofrd-det > div {
	font-size: 14px;
}
.ct-pr-des {
	max-height: 100%;
}

/****************************** Order Page CSS End*******************************/
}
@media only screen and (min-width:586px) and (max-width:767px) {
/************************** Cart Page CSS Start**************************/
.ct-price-box {
	margin: 25px 0 0 0;
}
.ct-price-box h2, .ct-price-box h3, .ct-price-box h4, .ct-price-box h5, .ct-price-box h6, .ct-price-box h1 {
	margin-bottom: 20px;
}
.cart-title-wrap {
	display: none;
}
.cart-para-cen {
	text-align: left;
}
.pr-ct-pri span.rp {
	display: none;
}
.pr-ct-pri span {
	font-size: 16px;
	padding: 0;
	text-align: right;
}
.pr-ct-qua, .pr-ct-pri {
	margin-top: 20px;
}
.single-pr-tit {
	margin-top: 10px;
}
.Pr-cart-wr {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.Pr-cart-wr::before {
	display: none;
}
.rem {
	right: 10px;
	top: 10px;
}
/************************** Cart Page CSS End**************************/
/****************************** Sign in Page CSS Start*******************************/
	.lg-content-wr {
		padding: 50px 30px 30px;
	}
	.lg-sub-btn, .Regi-btn {
		line-height: 30px;
		padding: 0 15px;
		font-size: 14px;
		width: auto;
		display: inline-block;
	}
	.lg-com-title h2, .lg-com-title h3, .lg-com-title h4, .lg-com-title h5, .lg-com-title h6, .lg-com-title h1 {
		font-size: 20px;
	}
/****************************** Sign in Page CSS End*******************************/
/****************************** Register Page CSS Start*******************************/
.lg-content-wr.rg-content-wr {
	padding: 50px 30px 30px;
}
/****************************** Register Page CSS End*******************************/
/****************************** My Account Page CSS Start*******************************/
    .accntu-page .butn-tab {
        margin: 0 auto 20px !important;
        padding: 20px 10px;
    }
    .img-profile-ud {
        display: none;
    }
    .accntu-page .cad-body {
        padding: 15px 15px 20px;
    }
    .myacnt-heading h2, .myacnt-heading h3, .myacnt-heading h4, .myacnt-heading h5, .myacnt-heading h6, .myacnt-heading h1 {
        font-size: 19px;
    }
	.accntu-page .cad-body p {
		font-size: 15px;
	}
	.accntu-page .Addres-frm form p label, .Edit-address .Addresss-form label {
		font-size: 14px;
		left: 15px;
	}
	.accntu-page .Addres-frm form p.focused label, .Edit-address .Addresss-form p.focused label {
		left: 15px;
	}
	.accntu-page .Addres-frm form p {
		padding: 0 5px 15px;
		width: 100%;
	}
	.accntu-page .Addres-frm {
		padding: 20px 10px 25px;
	}
    .myacnt-subheading h2, .myacnt-subheading h3, .myacnt-subheading h4, .myacnt-subheading h5, .myacnt-subheading h6 {
        padding: 10px 15px 10px;
    }
	.accntu-page .cad-body .form-group {
		width: 50%;
		padding: 0 5px 15px;
	}
	.accntu-page .cad-body form {
		margin-top: 30px;
	}
    .accntu-page .cad-body .Submit {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .accntu-page .cad-body address {
        font-size: 14px;
    }
    .accntu-page .addres-bx-wrap .addres-wrap {
        padding: 10px;
    }
    .accntu-page .addres-bx-wrap {
        grid-gap: 10px;
    }
    .accntu-page .Addres-frm form .submit {
        margin-top: 10px;
    }
    .accntu-page .ordr-wrap {
        padding: 20px 10px 15px;
    }
    .accntu-page .ordr-wrap .order-title, .accntu-page .ordr-table {
        padding-bottom: 8px;
        padding-top: 10px;
    }
    .accntu-page .ordr-table {
        padding: 14px 0;
    }
    .accntu-page .order-title p {
        font-size: 15px;
    }
    .accntu-page .ordr-card .ordr-table p {
        font-size: 13px;
    }
    .accntu-page .ordr-card .trck-btn a {
        padding: 3px 10px;
        font-size: 14px;
    }
    .accntu-page .myaccount-man-btn {
        margin-bottom: 10px;
        font-size: 15px;
        padding: 6px 8px 6px 17px;
    }
	.accntu-page .cad-body .form-group label {
		font-size: 14px;
		left: 15px;
	}
	.accntu-page .cad-body .form-group input.form-control {
		font-size: 14px;
	}
	.accntu-page .cad-body .form-group.focused label {
		left: 15px;
	}
/****************************** My Account Page CSS End*******************************/
/****************************** Tracking Page CSS Start*******************************/
.title-wrap h1, .title-wrap h2, .title-wrap h3, .title-wrap h4, .title-wrap h5, .title-wrap h6 {
	font-size: 25px;
}
.Track-order-page .tracking-det div span {
	font-size: 13px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 15px;
}
.Track-order-page .tracking-det {
	margin-bottom: 30px;
}
.Track-order-page .tracking-det div {
	font-size: 13px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 7px 15px;
	font-size: 15px;
	width: 710px;
}
.Track-order-page .track .step {
	margin-top: -12px;
}
.Track-order-page .track .step::before {
	top: 12px;
}
.Track-order-page .track .icon {
	width: 28px;
	height: 28px;
	line-height: 27px;
	font-size: 12px;
}
.Track-order-page .track-order-box {
	padding: 0 0 20px;
}
.Track-order-page .track-order-box {
	overflow-x: auto;
}
.Track-order-page .tracking-det {
	width: 710px;
}
.Track-order-page .track {
	width: 710px;
}
.Track-order-page .track .step.active .text {
	font-size: 13px;
}
/****************************** Tracking Page CSS End*******************************/
/****************************** Order Page CSS Start*******************************/
.ofrd-det > div {
	font-size: 14px;
}
.ct-pr-des {
	max-height: 100%;
}
.detor-bx .pr-ct-im {
	display: none;
}
.ofrd-det {
	flex-wrap: wrap;
}
.ofrd-det div {
	width: 50%;
	padding-bottom: 10px;
	text-align: center;
}
.detor-bx .single-pr-tit {
	margin-top: 0;
	display: block;
	padding: 0 15px;
}
.detor-bx .ct-pr-des {
	max-height: 100%;
	margin: 0;
	padding: 0 15px;
}
.detor-bx .ct-pr-des li::marker {
	font-size: 0;
}
.accories-txt {
	font-size: 15px;
}
.detor-bx .ct-pr-des li {
	padding: 0 0 3px 0;
}
.detor-bx .Pr-cart-wr.row {
	border: 0;
	padding: 10px 0 0;
}

/****************************** Order Page CSS End*******************************/

/************************** Checkout Page CSS Start**************************/
.chct-cnt-wra {
	border-right: 0;
	padding-top: 20px;
	padding-right: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.chct-addres-btn {
	padding: 0px 20px;
	font-size: 15px;
}
.chct-addres-wrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.chct-Addres-frm p label {
	font-size: 14px;
	left: 11px;
}
.chct-Addres-frm p {
	padding: 0 5px 17px;
}
.chct-price-box {
	margin-left: 0;
}
.adre-name {
	font-size: 16px;
	padding: 0 0 10px 0;
}
.chct-addres-wrap address, .chct-country, .chct-numb {
	font-size: 14px;
}
.chct-country, .chct-numb {
	font-size: 15px;
}
.chct-subheading h3, .chct-subheading h2, .chct-subheading h4, .chct-subheading h5, .chct-subheading h6, .chct-subheading h1 {
	padding: 0 15px 24px;
}
.chct-price-box h2, .chct-price-box h3, .chct-price-box h4, .chct-price-box h5, .chct-price-box h6, .chct-price-box h3 {
	font-size: 14px;
	padding-bottom: 15px;
}
.chct-price-item.chect-dis-pr p, .chct-price-item.chect-dis-pr span {
	margin-top: 11px;
}
.chct-price-item p, .chct-price-item span, .chct-total-order p, .chct-total-order span {
	font-size: 14px;
}
.chct-total-order {
	padding-top: 14px;
	margin-top: 14px;
}
.billing-details {
	margin-bottom: 40px;
}
/************************** Checkout Page CSS End**************************/
}
@media only screen and (max-width: 585px) {
/************************** Checkout Page CSS Start**************************/
.chct-cnt-wra {
	border-right: 0;
	padding-top: 20px;
	padding-right: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.chct-addres-btn {
	padding: 0px 20px;
	font-size: 15px;
}
.chct-addres-wrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.chct-Addres-frm p label {
	font-size: 14px;
	left: 11px;
}
.chct-Addres-frm p {
	padding: 0 5px 17px;
}
.chct-price-box {
	margin-left: 0;
}
.adre-name {
	font-size: 16px;
	padding: 0 0 10px 0;
}
.chct-addres-wrap address, .chct-country, .chct-numb {
	font-size: 14px;
}
.chct-country, .chct-numb {
	font-size: 15px;
}
.chct-subheading h3, .chct-subheading h2, .chct-subheading h4, .chct-subheading h5, .chct-subheading h6, .chct-subheading h1 {
	padding: 0 15px 24px;
}
.chct-price-box h2, .chct-price-box h3, .chct-price-box h4, .chct-price-box h5, .chct-price-box h6, .chct-price-box h3 {
	font-size: 14px;
	padding-bottom: 15px;
}
.chct-price-item.chect-dis-pr p, .chct-price-item.chect-dis-pr span {
	margin-top: 11px;
}
.chct-price-item p, .chct-price-item span, .chct-total-order p, .chct-total-order span {
	font-size: 14px;
}
.chct-total-order {
	padding-top: 14px;
	margin-top: 14px;
}
.chct-Addres-frm p {
	padding: 0 0 17px;
	width: 100%;
}
.billing-details {
	margin-bottom: 40px;
}
/************************** Checkout Page CSS End**************************/
/************************** Cart Page CSS Start**************************/
.ct-price-box {
	margin: 25px 0 0 0;
}
.ct-price-box h2, .ct-price-box h3, .ct-price-box h4, .ct-price-box h5, .ct-price-box h6, .ct-price-box h1 {
	margin-bottom: 20px;
}
.cart-title-wrap {
	display: none;
}
.cart-para-cen {
	text-align: left;
}
.pr-ct-pri span.rp {
	display: none;
}
.pr-ct-pri span {
	font-size: 16px;
	padding: 0;
	text-align: right;
}
.pr-ct-qua, .pr-ct-pri {
	margin-top: 20px;
}
.single-pr-tit {
	margin-top: 10px;
}
.Pr-cart-wr {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.Pr-cart-wr::before {
	display: none;
}
.rem {
	right: 10px;
	top: 10px;
}
.Pr-cart-wr {
	border: 1px solid #ccc;
	margin: 15px 10px;
}
.single-pr-tit h1, .single-pr-tit h2, .single-pr-tit h3, .single-pr-tit h4, .single-pr-tit h5, .single-pr-tit h6, .single-pr-tit p.ordprd {
	font-size: 15px;
}
.pr-ct-qua, .pr-ct-pri {
	margin-top: 15px;
}
/************************** Cart Page CSS End**************************/
/****************************** Sign in Page CSS Start*******************************/
	.lg-sub-btn, .Regi-btn {
		line-height: 30px;
		padding: 0 15px;
		font-size: 14px;
		width: 100%;
		display: block;
		max-width: 200px;
	}
	.lg-com-title h2, .lg-com-title h3, .lg-com-title h4, .lg-com-title h5, .lg-com-title h6, .lg-com-title h1 {
		font-size: 20px;
	}
	.lg-content-wr {
		padding: 40px 15px 30px;
	}
/****************************** Sign in Page CSS End*******************************/
/****************************** Register Page CSS Start*******************************/
.lg-content-wr.rg-content-wr {
	padding: 40px 15px 30px;
}
/****************************** Register Page CSS End*******************************/
/****************************** Register Page CSS Start*******************************/
.register-page-form .lg-form-wr {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
/****************************** Register Page CSS End*******************************/
/****************************** My Account Page CSS Start*******************************/
    .accntu-page .butn-tab {
        margin: 0 auto 20px !important;
        padding: 20px 10px;
    }
    .img-profile-ud {
        display: none;
    }
    .accntu-page .cad-body {
        padding: 15px 15px 20px;
    }
    .myacnt-heading h2, .myacnt-heading h3, .myacnt-heading h4, .myacnt-heading h5, .myacnt-heading h6, .myacnt-heading h1 {
        font-size: 19px;
    }
    .accntu-page .cad-body p {
        font-size: 15px;
    }
	.accntu-page .Addres-frm form p label, .Edit-address .Addresss-form label {
		font-size: 14px;
		left: 10px;
	}
	.accntu-page .Addres-frm form p.focused label, .Edit-address .Addresss-form p.focused label {
		left: 10px;
	}
	.accntu-page .Addres-frm form p {
		padding: 0 0 15px;
		width: 100%;
	}
	.accntu-page .Addres-frm {
		padding: 20px 10px 25px;
	}
    .myacnt-subheading h2, .myacnt-subheading h3, .myacnt-subheading h4, .myacnt-subheading h5, .myacnt-subheading h6 {
        padding: 10px 15px 10px;
    }
    .accntu-page .cad-body .form-group {
        width: 50%;
        padding: 0 5px 5px;
    }
	.accntu-page .cad-body form {
		margin-top: 30px;
	}
    .accntu-page .cad-body .Submit {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
	.accntu-page .cad-body address {
		font-size: 15px;
	}
    .accntu-page .addres-bx-wrap .addres-wrap {
        padding: 10px;
    }
    .accntu-page .addres-bx-wrap {
        grid-gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .accntu-page .Addres-frm form .submit {
        margin-top: 10px;
    }
    .accntu-page .ordr-wrap {
        padding: 20px 10px 15px;
        overflow-x: auto;
    }
    .accntu-page .ordr-wrap .order-title, .accntu-page .ordr-table {
        padding-bottom: 8px;
        padding-top: 10px;
    }
    .accntu-page .ordr-table {
        padding: 14px 0;
    }
    .accntu-page .order-title p {
        font-size: 15px;
    }
    .accntu-page .ordr-card .ordr-table p {
        font-size: 13px;
    }
	.accntu-page .cad-body .form-group label {
		font-size: 14px;
		left: 15px;
	}
	.accntu-page .cad-body .form-group input.form-control {
		font-size: 14px;
	}
	.accntu-page .cad-body .form-group.focused label {
		left: 15px;
	}
    .accntu-page .ordr-card .trck-btn a {
        padding: 3px 10px;
        font-size: 14px;
    }
	.accntu-page .myaccount-man-btn {
		margin-bottom: 10px;
		font-size: 16px;
		padding: 6px 8px 6px 17px;
	}
	.accntu-page .cad-body .form-group {
		width: 100%;
		padding: 0 5px 15px;
	}
    .accntu-page .ordr-wrap .order-title, .accntu-page .ordr-wrap .ordr-card {
        width: 585px;
    }
/****************************** My Account Page CSS End*******************************/

/****************************** Tracking Page CSS Start*******************************/
.title-wrap h1, .title-wrap h2, .title-wrap h3, .title-wrap h4, .title-wrap h5, .title-wrap h6 {
	font-size: 25px;
}
.Track-order-page .tracking-det div span {
	font-size: 13px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 15px;
}
.Track-order-page .tracking-det {
	margin-bottom: 30px;
}
.Track-order-page .tracking-det div {
	font-size: 13px;
}
.Track-order-page .track-order-box .tracking-id {
	padding: 7px 15px;
	font-size: 15px;
	width: 710px;
}
.Track-order-page .track .step {
	margin-top: -12px;
}
.Track-order-page .track .step::before {
	top: 12px;
}
.Track-order-page .track .icon {
	width: 28px;
	height: 28px;
	line-height: 27px;
	font-size: 12px;
}
.Track-order-page .track-order-box {
	padding: 0 0 20px;
}
.Track-order-page .track-order-box {
	overflow-x: auto;
}
.Track-order-page .tracking-det {
	width: 710px;
}
.Track-order-page .track {
	width: 710px;
}
.Track-order-page .track .step.active .text {
	font-size: 13px;
}
.Track-order-page .track-order-box {
	margin: 0 auto 20px;
}
/****************************** Tracking Page CSS End*******************************/
/****************************** Order Page CSS Start*******************************/
.ofrd-det > div {
	font-size: 14px;
}
.ct-pr-des {
	max-height: 100%;
}
.detor-bx .pr-ct-im {
	display: none;
}
.ofrd-det {
	flex-wrap: wrap;
}
.ofrd-det div {
	width: 100%;
	padding-bottom: 10px;
	text-align: left;
}

.detor-bx .single-pr-tit {
	margin-top: 0;
	display: block;
	padding: 0;
}
.detor-bx .ct-pr-des {
	max-height: 100%;
	margin: 0;
	padding: 0 ;
}
.detor-bx .ct-pr-des li::marker {
	font-size: 0;
}
.accories-txt {
	font-size: 15px;
}
.detor-bx .ct-pr-des li {
	padding: 0 0 3px 0;
}
.detor-bx .Pr-cart-wr.row {
	border: 0;
	padding: 10px 0 0;
	margin: 0 0 10px 0;
}
.trackgopag {
	display:none;
}
.trackgopagmob, .trackgopagmob:hover {
	display: inline-block;
	border: 1px solid #0e9ac8;
	margin: 10px 0;
	font-size: 14px;
	color: #0e9ac8;
}
/****************************** Order Page CSS End*******************************/
.prd-getqt {
	margin-left: 0;
	border-left: 0;
}
}

.cart_img{
	width: 250px;
    margin-top: 30px;
}

.lg-form-wr.captcha {
    display: flex;
}

/* ================================== */
/* Loading */

/*skeleton loading*/
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.skeleton {
  display: block;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 100px;
  animation: shimmer 1.5s linear infinite;
  background-color: #ccc;
  border-radius: 4px;
}

.equipment-loader-horizontal {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.equipment-card-horizontal {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 8px;
}

.skeleton-img-horizontal {
  width: 160px;
  height: 120px;
  flex-shrink: 0;
}

.equipment-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skeleton-title {
  height: 20px;
  width: 60%;
}

.skeleton-count {
  height: 14px;
  width: 30%;
}

@media (max-width: 768px) {
  .equipment-card-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .skeleton-img-horizontal {
    width: 100%;
    height: 180px;
  }

  .skeleton-title,
  .skeleton-count {
    width: 80%;
  }
}
/* ================================ */

/* ================== */

/* ACCESSORIES POPUP */

/* Overlay */
.accessories-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
}

/* Popup container */
.accessories-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  z-index: 1000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Popup header */
.accessories-popup .popup-header {
	background: #008f97;
	color: #008f97;
	padding: 6px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accessories-popup .popup-header h3 {
  margin: 0;
  font-size: 20px;
  color:white;
}
.accessories-popup .popup-header .close-btn {
	border: none;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 0;
	background: transparent;
	line-height: 30px;
}
/* Popup body */
.accessories-popup .popup-body {
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}

/* Table structure */
.popup-table {
  width: 100%;
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.table-header {
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 10px 0;
}
.accessories-popup .table-header {
	padding: 0;
	background: transparent;
}
.accessories-popup .header-item {
	text-align: center;
}
/* Image styling */
.accessory-image {
  width: 60px;
  height: auto;
  border-radius: 4px;
}

/* Quantity control */
.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn {
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #008f97;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.qty-input {
  width: 40px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 28px;
}

/* Popup footer */
.accessories-popup .popup-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}
.accessories-popup .popup-footer .btn {
	padding: 6px 7px;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.accessories-popup .popup-footer .btn-success {
  background-color: #ee961e;
  color: white;
}

.accessories-popup .popup-footer .btn-secondary {
  background-color: #6c757d;
  color: white;
}
.accessory-wrapper {
	margin-top: 20px;
}
.accessory-item span {
	font-size: 14px;
	line-height: 100%;
	padding-bottom: 3px;
}	
.accessory-wrapper .btn {
	background: #f29e22;
	background-color: rgb(242, 158, 34);
	color: #fff;
	border-radius: 3px;
	line-height: 28px;
	padding: 0px 8px;
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 0 0 !important;
	border: 1px solid #6e439d;
	font-family: "Sansation", sans-serif;
	transition: 0.5s all;
	display: block;
	text-decoration: none;
	border-top: 2px solid #6e439d;
	border-bottom: 2px solid #6e439d;
}
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -55%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Responsive */
@media screen and (max-width: 768px) {

  .table-header,
  .table-row {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
  }

  .table-item:nth-child(n+3) {
    display: none;
    /* hide quantity, total, image for mobile */
  }
/* .cart-option-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9990;
  display: none;
  transition: opacity 0.3s ease;
}

.cart-option-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 25px 20px;
  border-radius: 12px;
  z-index: 9991;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.cart-option-popup.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.cart-option-popup-overlay.show {
  display: block;
}

.cart-option-popup .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.cart-option-popup .popup-header h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.cart-option-popup .close-btn {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: color 0.2s ease;
}

.cart-option-popup .close-btn:hover {
  color: #000;
}

.cart-option-popup .popup-body {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.cart-option-popup .popup-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.cart-option-popup .popup-footer .btn {
  width: 48%;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}

.cart-option-popup .popup-footer .btn-primary {
  background-color: #007bff;
  border: none;
  color: #fff;
}

.cart-option-popup .popup-footer .btn-secondary {
  background-color: #f1f1f1;
  border: none;
  color: #333;
}
  .accessory-image {
    width: 40px;
  }
  .accessories-popup .header-item {
	font-size: 14px;
	line-height: 100%;
	display: block;
}
.accessories-popup .popup-footer {
	flex-wrap: wrap;
	justify-content: center;
}
.accessories-popup .popup-footer .btn {
	margin: 5px;
}
.accessories-popup .table-header {
	padding: 0;
	background: transparent;
	display: none;
}
} */

/* Accessories End */
/* ========================================= */

  .accessory-image {
    width: 40px;
  }
  .accessories-popup .header-item {
	font-size: 14px;
	line-height: 100%;
	display: block;
}
.accessories-popup .popup-footer {
	flex-wrap: wrap;
	justify-content: center;
}
.accessories-popup .popup-footer .btn {
	margin: 5px;
}
.accessories-popup .table-header {
	padding: 0;
	background: transparent;
	display: none;
}
}

/* Accessories End */
/* ========================================= */

.banner {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

.banner-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

