/*================================================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: "Poppins", serif;
    margin: 0;
    overflow-x: hidden;
}
*::-moz-selection {
    color: #fff;
    background: #2679a6;
}
*::selection {
    color: #fff;
    background: #2679a6;
}
*::-moz-selection {
    color: #fff;
    background: #2679a6;
}
*::-webkit-selection {
    color: #fff;
    background: #2679a6;
}
*::-ms-selection {
    color: #fff;
    background: #2679a6;
}
*::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
*:-moz-placeholder {
    color: #999;
    opacity: 1;
}
*::-moz-placeholder {
    color: #999;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #999;
    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: "Poppins", serif;
    outline: none;
    color: #333;
}
body a:hover {
	color: #ff9800;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none !important;
    list-style: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Poppins", serif;

}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
    position: absolute;
}
div input,
div select,
div textarea,
div button {
    font-family: "Poppins", serif;

}
input,
select,
textarea {
    font-family: "Poppins", serif;
    height: 50px;
    width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Poetsen One", 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: 14px;
    color: #333;
    padding: 2px 5px;
	font-family: "Poppins", serif;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
body p {
	color: #333;
	font-family: "Poppins", serif;
	font-size: 14px;
	line-height: 150%;
	margin: 0 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
p strong {
    font-weight: bold;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.a-center {
    text-align: center;
}
label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
	font-family: "Poppins", serif;
}
.hidden {
    display: none !important;
}
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: #187eab;
	font-weight: 300;
	margin: 0;
	color: #fff;
	cursor: pointer;
	height: 40px;
	position: fixed;
	right: 10px;
	width: 40px;
	line-height: 40px;
	z-index: 999;
	bottom: 45px;
	text-align: center;
	font-size: 0px;
	padding-left: 0px;
	border-radius: 3px;
	border: 1px solid #fb9707;
	box-shadow: 0 0 26px 1px #fbe5c2;
}
#myBtn::before {
	content: "\f106";
	font-size: 28px;
	font-family: 'FontAwesome';
}
#myBtn::before {
	font-size: 20px;
	content: "\f238";
	font-family: bootstrap-icons;
}
a#myBtn:hover {
	background: #7d7d7d;
	color: #fff;
	box-shadow: 0px 0px 15px 2px #7d7d7d;
}

/***************************************************** Custom CSS Start ******************************************************/


/*******************************Header CSS start*******************************/
/* Search Bar CSS Start */

.menu-ul li a:hover, .menu-ul li.active a {
	color: #057386;
}

.searchInput .resultBox{
	padding: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 280px;
	overflow-y: auto;
  }
.searchInput.active .resultBox {
	padding: 10px 8px;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	background: #ffff;
	width: 100%;
	z-index: 9;
	border: 1px solid #187eab;
	border-top: 0;
	margin: 0;
	border-radius: 0 0 8px 8px;
	margin-top: 8px;
}
  .resultBox li{
	list-style: none;
	padding: 8px 12px;
	display: none;
	width: 100%;
	cursor: default;
	border-radius: 3px;
  }
.searchInput.active .resultBox li, .searchInput.active .resultBox li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 100%;
	padding: 7px 0 7px;
	text-align: left;
	border-bottom: 1px solid #187eab;
	border-radius: 0;
	transition: 0.5s all;
	cursor: pointer;
}
.ask-btn-w {
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s ease;
	min-width: 100%;
	z-index: 1;
	line-height: 29px;
	border-radius: 0;
}
.ask-btn-w:hover {
	transform: scale(1.04);
	color: #fff;
	background: #ff9700;
}
.neon-pulse {
	background: #187eab;
	border: 2px solid #ff9700;
	box-shadow: none;
	overflow: visible;
}
.ask-btn-wrp {
	margin: 0;
	margin-left: auto;
}
.mobile-ask-ex {
	display: none;
}
.neon-pulse::before, .neon-pulse::after {
	content: "";
	position: absolute;
	inset: -4px;
	border: 1px solid #ffc26e;
	border-radius: inherit;
	animation: pulseOut 2s ease-out infinite;
	opacity: 0;
}

.neon-pulse::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.menu-ul li a:hover {
	color: #f67900;
}
.searchInput .resultBox .row {
	margin: 0;
}
.searchInput .resultBox li:hover a {
	color: #f67900;
}
.searchInput.active .resultBox li a {
	padding: 0;
	margin: 0;
	border: 0;
}
.searchInput .resultBox li:hover {
	background: #187eab;
	color: #fff;
	padding-left: 10px;
}
.searchInput .resultBox li:hover a{
	color: #fff !important;
}
header .searchInput input {
	height: 39px;
	padding: 0px 10px;
	color: #333;
	font-size: 14px;
	line-height: 100%;
	background: #fff;
	font-weight: 400;
	border: 1px solid #4db7b3;
	border-radius: 0;
}
.searchInput {
	position: relative;
}
.searchInput .icon {
	position: absolute;
	left: auto;
	right: 5px;
	top: 4px;
	bottom: auto;
	z-index: 9;
	cursor: pointer;
	width: auto;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f67900;
	border-radius: 0;
	border: 1px solid transparent;
	transition: 0.5s all;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0 8px 0 26px;
	font-size: 14px;
}
.searchInput .icon:hover {
	background-color: transparent;
	border-color: #333;
	color: #333;
}
.head-logo-wrap a {
	max-width: 230px;
	height: 37px;
}
.searchInput .icon i {
	color: #5f6788;
	font-size: 16px;
}
.searchInput .icon:hover i{
    color: #f49149;
}
/* Search Bar CSS End */

.top-head .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-head .call-email-wrap {
	width: auto;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	line-height: 100%;
}
.top-head .head-ser-wrap {
	width: 45%;
	padding-right: 0;
}
.top-head .call-email-wrap::before, .top-head .call-email-wrap::after {
	content: "";
	width: 1px;
	height: 53px;
	background: #fff;
	position: absolute;
	left: auto;
	right: 0;
	bottom: auto;
	top: -17px;
}
.top-head .call-email-wrap::after{
	left: 0;
	right: auto;
}
.top-head {
	padding: 7px 0;
}	
.call-email-wrap a {
	font-size: 15px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	padding-left: 32px;
	position: relative;
	margin: 0;
}
a.head-call {
	margin-right: 17px;
}
.call-email-wrap a::before {
	position: absolute;
	left: 0px;
	right: auto;
	bottom: auto;
	top: 0px;
	font-size: 23px;
	color: #fff;
	font-family: bootstrap-icons;
	content: "\f47c";
}
.call-email-wrap > a:hover {
	letter-spacing: 0.5px;
	color: #fff;
}
.wish-cart-account {
	display: flex;
	justify-content: flex-end;
	width: 10%;
}
.wish-cart-account a {
	font-size: 0;
	width: 30px;
	height: 30px;
	position: relative;
	color: #4f5255;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s all;
	font-family: bootstrap-icons;
}
.wish-cart-account a:hover::before {
	color: #f49149;
}
.wish-cart-account a::before {
	content: "\f004";
	font-size: 30px;
	transition: 0.5s all;
}
.wish-cart-account a.headcart {
	margin-left: 18px;
}
.wish-cart-account a .product_numbers {
	font-size: 10px;
	background: #6aadce;
	color: #fff;
	border-radius: 50%;
	padding: 0 0 1px 0px;
	line-height: 15px;
	border: 1px solid #6aadce;
	position: absolute;
	top: -3px;
	left: auto;
	right: -8px;
	bottom: auto;
	font-family: "Poppins", serif;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wish-cart-account a.headcart::before {
	content: "\f244";
	color: #fff;
}
.searchInput.active input {
	border-color: #6aadce;
}
.main-header-wrapper .container .mnhdun {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 10px 6px 10px;
	border-radius: 0;
	background: #fff;
	margin: 0;
}
.inner-header{
	background: #187eab;
}
.header-menu {
	width: 61%;
}
.head-logo-wrap {
	width: 21%;
}
.account-head {
	width: 20%;
}
.call-email-wrap {
	width: 18%;
	position: relative;
	text-align: right;
}
.mobile-call, .mobile-cart.wish-cart-account {
	display: none;
}
.main-header-wrapper .header-menu .nav-span {
	display: none;
}
.menu-ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-ul li {
	line-height: 100%;
}
.menu-ul li a {
	font-weight: 500;
	font-size: 16px;
	margin: 0 20px;
	line-height: 100%;
	position: relative;
	color: #222529;
}
header .menu-ul li:first-child a {
	margin-left: 0;
}
header .menu-ul li:last-child a {
	margin-right: 0;
}
.any-q {
	color: #32738c;
	font-size: 13px;
}
.account-head {
	width: 55%;
	display: flex;
	position: relative;
	justify-content: flex-end;
	z-index: 2;
}
.mobile-account-head{
	display: none;
}
.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: -74px;
	top: auto;
	opacity: 0;
	visibility: hidden;
	height: 0px;
	transition: ease-in-out;
	border-radius: 0;
	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 a:hover {
	background: #ff9500;
	color: #fff;
}
.account-show {
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 100%;
	position: relative;
	padding-right: 9px;
	color: #fff;
}
.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;
}
.account-show-wrap {
	line-height: 100%;
	padding-left: 20px;
}
.main-header-wrapper {
	box-shadow: 0 5px 10px 1px #4db7b31f;
}
.account-show::before {
	font-size: 24px;
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0px;
	font-family: bootstrap-icons;
	color: #fff;
	content: "\f4db";
	display: none;
}
header div {
	transition: 0.5s all;
}
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: -47px;
}
.menu-ul li.Mobilehe-menu {
	display: none;
}
/* Header Search Icon Bootstrap add Start*/
.searchInput .icon > i {
	display: none;
}
.searchInput .icon::before {
	content: "\f52a";
	font-family: bootstrap-icons;
	font-size: 14px;
	position: absolute;
	right: auto;
	left: 6px;
	bottom: auto;
	top: 6px;
	color: #fff;
	font-weight: 600;
	transition: 0.5s all;
}
.searchInput .icon:hover::before {
	color: #333;
}
.afterlogin {
	display: none;
}
.accest{
	visibility: visible;
	opacity: 1;
}
/* Header Search Icon Bootstrap add End*/
/*******************************Header CSS End*******************************/
/*******************************Footer CSS Start*******************************/
.main-ft {
	background: #ecf0f3;
}
.ft-con li a:hover {
	color: #228b22;
}
.main-ft .container {
	display: flex;
	justify-content: space-between;
}
.ft-wrap {
	padding: 0 20px 0 0;
}
.ft-lo {
	width: 27%;
	padding-right: 50px;
}
.ft-qu {
	width: 18%;
}
.ftcat {
	width: 23%;
}
.ft-myac {
	width: 15%;
}
.ft-cnt {
	width: 17%;
}
.foot-ab-cnt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	overflow: hidden;
}
.copywrite .container::after {
	display: none;
}
.copywrite {
	background: transparent;
	padding: 17px 0;
	border-top: 1px solid #aaa8a84f;
}
.inner-footer {
	background-color: #e2eff14a;
	object-fit: cover;
	position: relative;
}
.main-ft::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	height: 2px;
	background: #187eab8c;
	box-shadow: 0 -5px 0 0 #187eab36,0 5px 0 0 #187eab36;
}
.copywrite .container {
	display: flex;
	justify-content: space-between;
}
.copywrite a {
	font-size: 15px;
	line-height: 100%;
	padding-right: 20px;
	color: #4f5255;
	font-weight: 600;
}
.copywrite a:hover {
	color: #ff9800;
}
.copywrite p {
	font-size: 16px;
	line-height: 100%;
	color: #5f6788;
}
.copywrite p a {
	padding: 0 5px 0 0;
}
.ft-lo > a {
	height: auto;
	max-width: 220px;
	padding-bottom: 20px;
}
.main-ft {
	background: transparent;
	padding: 50px 0 40px;
	position: relative;
}
.ft-wrap li a:hover {
	color: #ff9701;
	letter-spacing: 0;
	padding-left: 0;
}
.ft-con li {
	font-size: 14px;
	line-height: 150%;
	padding-left: 30px;
	position: relative;
	color: #6c7377;
	padding-bottom: 13px;
}
.ft-con li::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 14px;
	color: #fff;
	content: "\f3e7";
	width: 22px;
	height: 22px;
	background: #e77b35;
	border-radius: 3px;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ft-con li.foph::before {
	content: "\f618";
}
.ft-con li.fomail::before {
	top: -2px;
	content: "\f32f";
}
.ft-con li.foadd::before {
	top: 2px;
}
.ft-wrap > h3, .ft-wrap > h2, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > h6, .ft-wrap > p.ftt-s {
	font-size: 20px;
	font-weight: 400;
	color: #187eab;
	padding-bottom: 15px;
	position: relative;
	font-family: "Poetsen One", sans-serif;
	line-height: 120%;
}
.ft-wrap li a {
	font-size: 14px;
	margin-bottom: 8px;
	padding-left: 0;
	position: relative;
	transition: 0.5s all;
	color: #4f5255;
}
.ft-wrap li a::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 15px;
	color: #79b38a;
	content: "\f134";
	display: none;
}
.ft-cnect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
	margin: 0 auto -40px;
	background: #f49149;
	border-radius: 50px;
	z-index: 1;
	position: relative;
	padding: 13px 30px;
	display: none;
}
.cnect-cn p {
	font-size: 28px;
	font-weight: 600;
	color: #5f6788;
	padding-bottom: 9px;
	font-family: "Poetsen One", sans-serif;
	text-transform: capitalize;
	line-height: 100%;
}
.cnect-cn span {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: block;
	color: #0b5cc8;
    line-height: 100%;
}
.cnect-soc {
	display: flex;
	align-items: center;
	padding-top: 0px !important;
}
.cnect-soc li a {
	font-size: 0;
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 11px;
	background: #fff;
	border-radius: 50%;
}
.cnect-soc li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: bootstrap-icons;
	content: "\f39e";
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5f6788;
	border: 1px solid #5f6788;
	border-radius: 50%;
	transition: 0.5s all;
}
.cnect-soc li.twitter a::before {
	content: "\e61b";
}
.cnect-soc li.linked-in a::before {
	content: "\f0e1";
}
.cnect-soc li.Google a::before {
	content: "\f0d5";
}
.cnect-soc li.instagram a::before {
	content: "\f16d";
}
.cnect-soc li.facebook a:hover::before{
	color: #0b5cc8;
	background-color: #fff;
	border-color: #0b5cc8;
}
.cnect-soc li.twitter a:hover::before {
	color: #5f6788;
	background-color: #fff;
}
.cnect-soc li.linked-in a:hover::before {
	color: #0177b5;
	background-color: #fff;
	border-color: #0177b5;
}
.cnect-soc li.Google a:hover::before {
	color: #db5146;
	background-color: #fff;
	border-color: #db5146;
}
.cnect-soc li.instagram a:hover::before {
	color: #d606d7;
	background-color: #fff;
	border-color:#d606d7 ;
}
.cnect-soc li a:hover::before {
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
body footer p {
	color: #4f5255;
}

/* What's app chat css start */
.rght-btn-sh {
	position: fixed;
	right: 10px;
	left: auto;
	bottom: auto;
	top: 360px;
	z-index: 9;
}
.Whatsapp-btn.rght-btn-sh {
	display: none;
}
.rght-btn-sh a {
	width: 45px;
	height: 45px;
	position: relative;
	background: linear-gradient(122deg, rgb(37, 211, 102) 0%, rgb(96, 148, 71) 100%);
	border-radius: 50%;
	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 {
	top: auto;
	bottom: 100px;
}
.side-add-ct-btn.rght-btn-sh a {
	background: linear-gradient(122deg, rgb(37, 211, 102) 0%, rgb(96, 148, 71) 100%);
}
.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: 7px;
	left: auto;
	right: 5px;
	bottom: auto;
}
.rght-btn-sh a.headcart::before {
	content: "";
	background: url(../images/cartic.png) no-repeat;
	width: 25px;
	height: 25px;
	background-size: 100%;
	top: 11px;
	left: 8px;
	filter: brightness(0) invert(1);
}
/* What's app chat css End */
/*******************************Footer CSS End*******************************/

/*******************************Home page CSS Start*******************************/
/* home-banner Start */
.banner-img {
	margin-bottom: 30px;
	/* border-top: 1px solid #caeffe; */
}
.banner-img img {
	width: 100%;
}
/* home-banner End */
/* home-about Start*/
.home-about p {
	font-size: 15px;
	line-height: 140%;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}
.home-about p:last-child{
	padding-bottom:0;
}
.home-about {
	padding: 0 20px 60px;
	position: relative;
}
/* home-about End*/
/* home-medical Start*/
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6, .main-title p.nn-head-tag {
	line-height: 120%;
	font-size: 28px;
	color: #187eab;
	position: relative;
	text-transform: capitalize;
	padding-bottom: 0;
	letter-spacing: 0;
	padding-left: 0;
	font-family: "Poetsen One", sans-serif;
	font-weight: 400;
}
.main-title h1::before, .main-title h2::before, .main-title h3::before, .main-title h4::before, .main-title h5::before, .main-title h6::before {
	margin: 0 auto;
	top: auto;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/tit-de.png);
	right: 0;
	width: 85px;
	height: 4px;
	background-size: 100% 100%;
	display: none;
}
.main-title.des-left h1::before,
 .main-title.des-left h2::before,
  .main-title.des-left h3::before,
   .main-title.des-left h4::before,
    .main-title.des-left h5::before,
	 .main-title.des-left h6::before {
		right: auto;
}
.main-title p {
	color: #333333c7;
	font-family: "Poppins", serif;
	font-size: 15px;
	line-height: 140%;
	padding: 5px 0 0 0;
	text-align: center;
	font-weight: 400;
}
.products-equi {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-gap: 15px;
	padding-top: 15px;
}
.products-equi a {
	padding: 15px 15px 20px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	height: inherit;
	flex: 1;
	display: flex;
	flex-direction: column;
	transition: 0.8s all;
	background: transparent;
	border: 1px solid #61a9c9;
}
.med-prodct-wr {
	position: relative;
	display: flex;
	flex-direction: column;
}
.med-prodct-wr::before, .med-prodct-wr::after {
	content: "";
	width: 1px;
	height: 0;
	left: 1px;
	right: auto;
	bottom: 0;
	top: auto;
	background: #ff9701;
	position: absolute;
	z-index: 1;
	transition: 0.5s all;
	opacity: 0;
}
.med-prodct-wr::after {
	left: auto;
	right: 2px;
	top: 1px;
	bottom: auto;
	transition: 0.9s all;
}
.med-prodct-wr:hover::after {
	height: calc(100% - 2px);
	opacity: 1;
	bottom: 2px;
}
.med-prodct-wr:hover::before {
	height: calc(100% - 2px);
	opacity: 1;
	top: 1px;
}
.med-prodct-wr a::before, .med-prodct-wr a::after {
	content: "";
	width: 0;
	height: 1px;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0;
	background: #f67900;
	position: absolute;
	z-index: 1;
	transition: 0.7s all;
	opacity: 0;
}
.products-equi a:hover {
	border-color: transparent;
	/* box-shadow: 4px 4px 8px rgba(0,0,0,.102); */
}
.med-prodct-wr a::after{
	left:auto;
	right: 0;
	top: auto;
	bottom: 0;
	transition: 1.1s all;
}
.med-prodct-wr:hover a::after{
	width: calc(100% - 2px);
	opacity: 1;
	left: 1px;
}
.med-prodct-wr:hover a::before{
	width: calc(100% - 2px);
	opacity: 1;
	right: 1px;
}
/* .products-equi a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(184deg, #0acec71f 0%, rgb(255, 255, 255) 100%);
	border-color: transparent;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.8s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
} */
/* .products-equi a:hover {
	background: transparent;
	border-color: #1a9d98b2;
} */
.products-equi a > div {
	z-index: 1;
}
.medical-Equi .main-title {
	text-align: center;
}
.products-equi .pro-equ-ig-wr {
	height: 180px;
	transition: 0.5s all;
	width: auto;
	border: 1px solid #abd1db;
	border-radius: 4px;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.8s all;
	background: linear-gradient(184deg, rgba(10, 166, 252, 0.11) 0%, rgb(255, 255, 255) 100%);
}
.hom-mediequi .products-equi .pro-equ-ig-wr {
	background: #fff;
	border: 0;
	height: 160px;
	width: 160px;
}
.hom-mediequi .products-equi p,
 .hom-mediequi .products-equi h1, .hom-mediequi .products-equi h2,
  .hom-mediequi .products-equi h3, .hom-mediequi .products-equi h4,
   .hom-mediequi .products-equi h5, .hom-mediequi .products-equi h6 {
	padding: 10px 0 0 0;
}
.products-equi img {
	height: auto;
	transition: 0.5s all;
	width: auto;
}
.products-equi p, .products-equi h1, .products-equi h2, .products-equi h3, .products-equi h4, .products-equi h5, .products-equi h6 {
	color: #4f5255;
	font-family: "Poppins", serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: 600;
	text-align: center;
	padding: 15px 0 0 0;
}
.products-equi .list-pr-bx span {
	color: #5f6788;
	display: block;
	text-align: center;
}
.medical-Equi {
	padding: 0 0 60px 0;
}
.common-btn .btn {
	font-weight: 500;
	text-transform: capitalize;
	line-height: 26px;
	letter-spacing: 0;
	padding: 0 7px;
	background: #fff;
	/* transition: 0.2s all; */
	font-size: 13px;
	position: relative;
	border-radius: 0;
	border: 1px solid #187eab;
	color: #187eab;
	transition: 0.5s all;
}
.common-btn {
	text-align: center;
	margin-top: 20px;
}
.category-4 .common-btn {
	margin-top: 20px;
}
.common-btn .btn:hover {
	border-radius: 5px;
	background: #333;
	color: #fff;
	border-color: #333;
	transform: translateY(-5px);
}

.common-btn .btn::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 6px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, #000 0%, rgb(99 103 203 / 0%) 80%);
	transition-duration: 0.3s;
	transition-property: transform opacity;
}
.common-btn .btn:hover::before {
	opacity: 1;
	transform: translateY(5px);
}
  
/* home-medical End*/
/* home-patient start */
.category .main-title h2, .category .main-title h3, .category .main-title h4, .category .main-title h5, .category .main-title h6 {
	font-size: 28px;
}
.category-cont {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}
.category-con {
	margin-top: 15px;
}
.cate-content {
	padding-left: 40px;
}
.cate-box-wrap {
	padding: 15px 12px 15px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.cate-box-wrap img {
	height: 150px;
	transition: 0.5s all;
}
.category-5 .cate-box-wrap img {
	height: 150px;
}
.spect-cate-sec .cate-box-wrap img {
	height: 140px;
}
.cate-box-wrap a:hover img {
	transform: scale(1.1);
}
.Uni-categ .cate-box-wrap a:hover img {
	transform: scale(1);
}
.cat-pro-titl h2, .cat-pro-titl h3, .cat-pro-titl h4, .cat-pro-titl h5, .cat-pro-titl h6, .cat-pro-titl h1 {
	color: #696b6e;
	font-family: "Poppins", serif;
	font-size: 15px;
	line-height: 130%;
	font-weight: 500;
	text-align: center;
	padding: 5px 0 0 0;
}
.review-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.price {
	display: flex;
	align-items: center;
}
body .price span.dp {
	color: rgb(154, 154, 154);
}
.price span {
	display: inline-block;
	text-align: left;
	line-height: 100%;
	font-weight: 600;
	color: #f67900;
	font-size: 16px;
	padding-top: 0;
}
body .price span.dp {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 100%;
	text-decoration: line-through;
	padding-right: 5px;
	font-weight: 400;
}
.subreview .fa-star {
	color: #f49149;
	font-size: 10px;
}
.subreview {
	line-height: 10px;
}

.wish, .add-cart {
	position: absolute;
	left: auto;
	right: 0px;
	bottom: auto;
	top: 30px;
	opacity: 1;
	transition: 0.5s all;
}
.wishlist, .add-to-cart {
	background: transparent;
	line-height: 30px;
	font-size: 0;
	color: #263c97;
	border: 1px solid #263c97;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: relative;
	font-family: bootstrap-icons;
	transition: 0.5s all;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.wishlist:hover, .add-to-cart:hover{
	background-color: #01abec;
	color: #fff;
	border-color:#01abec ;
}
.cate-box-wrap:hover .wish {
	opacity: 1;
	right: 10px;
}
.add-cart {
	left: 10px;
	right: auto;
	top: 15px;
}
.cate-box-wrap:hover .add-cart{
	opacity: 1;
	left: 0;
	bottom:0;
}
.add-to-cart::before {
	font-size: 19px;
	transition: 0.5s all;
	line-height: 100%;
	content: "\f245";
}
.cate-img-box-wrap {
	display: block;
	position: relative;
}
.cat-pro-titl h2:hover,
 .cat-pro-titl h3:hover,
  .cat-pro-titl h4:hover, 
  .cat-pro-titl h5:hover, 
  .cat-pro-titl h6:hover,
   .cat-pro-titl h1:hover {
	color: #0a59c2;
}
/* home-patient End */
/* home-new-design  Start */
.de-sa-we {
	display: flex;
	flex-wrap: wrap;
}
.debs-wr1, .debs-wr4 {
	width: 70%;
}
.debs-wr3, .debs-wr2 {
	width: 30%;
}
.debs-wr1 .ig-ct-hd, .debs-wr4 .ig-ct-hd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.nw-dg-webtn {
	line-height: 40px;
	padding: 0 32px 0 32px;
	border: 1px solid #000;
	background: linear-gradient(122deg, #027db1 0%, #6aadce 100%);
	color: #ffff;
	margin-top: 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.4px;
	position: relative;
	overflow: hidden;
	transition: 0.5s all;
}
.nw-dg-webtn .circle {
	background: #fff;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	top: 0;
	font-size: 23px;
	color: #fff;
	font-family: bootstrap-icons;
	height: 100%;
	width: 42px;
	transition: 0.5s all;
	opacity: 0;
	margin-left: -42px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
}
.nw-dg-webtn .circle::before {
	content: "\f138";
	color: #258dbb;
}
.nw-dg-webtn:hover {
	padding: 0 10px 0 54px;
	color: #fff;
}
.nw-dg-webtn:hover .circle {
	opacity: 1;
	width: 42px;
	margin-left: 0;
}
.debs-wr1 .cnt-s, .debs-wr4 .cnt-s {
	width: 64%;
}
.debs-wr1 .bfegimgh-wr, .debs-wr4 .bfegimgh-wr {
	width: 36%;
}
.debs-wr.debs-wr1 {
	padding-right: 30px;
}
.debs-wr.debs-wr4 {
	padding-left: 30px;
}
.chere {
	border: 1px solid #ccc;
	padding: 20px;
}
.debs-wr.debs-wr1, .debs-wr.debs-wr2 {
	padding-bottom: 30px;
}
.chere::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/ft-bg.jpg");
	z-index: -1;
}
.chere {
	border: 2px solid #2282ab;
	padding: 20px;
	background: -webkit-radial-gradient(circle, hsla(217, 100%, 50%, 0.07) 0%, hsla(186, 100%, 69%, 0.05) 100%);
	position: relative;
}
.debs-wr1 .chere, .debs-wr4 .chere{
	padding: 20px 40px;
}
.catdecae h2, .catdecae h3, .catdecae h4, .catdecae h5, .catdecae h6, body .catdecae p.catdecae-t {
	color: #4c6a79;
	text-shadow: #ffffff 3px 3px 0px, rgba(0, 0, 0, 0.2) 5px 5px 0px;
	font-size: 29px;
	font-family: "Poetsen One", sans-serif;
	line-height: 120%;
	color: #333;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}
.catdecae {
	margin-bottom: 10px;
}
.debs-wr1 .catdecae, .debs-wr4 .catdecae {
	margin-bottom: 10px;
}
.cnt-s p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.debs-wr1 .cnt-s p, .debs-wr4 .cnt-s p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 0.1px;
	padding-right: 15px;
}
.debs-wr2 .cnt-s p, .debs-wr3 .cnt-s p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 0.1px;
	padding-right: 0;
	margin-bottom: 10px;
	text-align: center;
}
.bfegimgh-wr {
	text-align: center;
}
.debs-wr3 .nw-dg-webtn, .debs-wr2 .nw-dg-webtn {
	margin-top: 10px;
}
.debs-wr3 .catdecae, .debs-wr2 .catdecae {
	display: block;
	text-align: center;
}
.catd-img {
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.debs-wr1 .catd-img img, .debs-wr4  .catd-img img {
	margin-right: 0;
}
.debs-wr2 .catd-img, .debs-wr3 .catd-img {
	height: 192px;
}
/* home-new-design  End*/
/* home-electric Start */
.category .feature-ul li {
	color: #333;
	font-size: 13px;
	line-height: 130%;
	text-align: left;
	font-weight: 400;
	padding-bottom: 2px;
	transition: 0.5s all;
	padding-top: 2px;
}
.category-2 .feature-ul li {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #bfbfbf;
}
.category-2 .feature-ul li:last-child{
	border: 0;
}
.category-5 .feature-ul li {
	padding: 4px 0;
	border-bottom: 1px solid #ccc9;
	display: block;
}
.category-5 .feature-ul li:last-child {
	border-bottom: 0;
}
.category-5 .review-price {
	padding-top: 10px;
}
.category .feature-ul {
	padding: 0;
	max-height: 79px;
	overflow-y: auto;
	scrollbar-width: none;
	margin: 5px 0 5px;
	height: auto;
}
.category-5 .feature-ul {
	max-height: 120px;
	scrollbar-width: none;
	scrollbar-color: #00b2d694 #eaeaea;
}
.category-2 .price span {
	font-size: 16px;
	padding-bottom: 0;
	color: #f67900;
	padding-top: 0;
	font-weight: 600;
}
.category.category-2 .feature-ul {
	padding: 0;
}
.category-2 .add-to-cart::before {
	font-size: 20px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	left: 6px;
	right: auto;
	bottom: auto;
	top: 2px;
	content: "\f245";
}
body .category-2 .price span.dp {
	font-size: 14px;
}
.category-2 .subreview .fa-star {
	font-size: 11px;
}
.category-2 .review-price {
	padding-top: 0;
}
.category-2 .cate-box-wrap {
	padding: 20px 0 0;
	/* background: #fff; */
	border-radius: 5px;
	border: 1px solid #263c9747;
	box-shadow: none;
	transition: 0.5s all;
	display: flex;
	flex-direction: column;
	height: inherit;
	border-top: 3px solid #187eab;
	background: linear-gradient(184deg, rgba(255,255,255,1) 0%, rgba(10, 166, 252, 0.07) 100%);
}
.category-2 .cate-box-wrap .cate-uni-wrap {
	border-radius: 5px;
}
.category-2 .cate-box-wrap .cate-uni-wrap .cat-pro-titl, .category-2 .cate-box-wrap .cate-uni-wrap .feature-ul {
	padding: 0 12px;
}
.category-2 .cate-box-wrap:hover {
	box-shadow: 0 0 10px 1px #77777785;
}
.category-2 .cate-box-wrap img{
	height: 160px;
}
.category-2 .cat-pro-titl h2, .category-2 .cat-pro-titl h3, .category-2 .cat-pro-titl h4, .category-2 .cat-pro-titl h5, .category-2 .cat-pro-titl h6, .category-2 .cat-pro-titl h1 {
	color: #187eab;
	font-family: "Poppins", serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: 600;
	text-align: left;
	padding: 0;
}
.category-2 .add-to-cart {
	background: transparent;
	line-height: 27px;
	font-size: 14px;
	color: #a1097b;
	border: 1px solid #a1097b;
	border-radius: 3px;
	width: 100%;
	height: auto;
	position: relative;
	transition: 0.5s all;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	padding: 0 10px 0 32px;
	font-weight: 500;
	letter-spacing: 0;
}
.prc-cat-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
}
.main-title {
	text-align: center;
}
.category-2 .cate-box-wrap .prc-cat-wrap {
	padding: 10px 12px;
	border-top: 1px solid #d1d1d1ba;
}
.category-2 .cate-box-wrap .prc-cat-wrap {
	padding: 10px 12px;
	border-top: 1px solid #d1d1d1ba;
	background: #fff;
	border-radius: 0 0 5px 5px;
}
.category-2 .cate-img-box-wrap .cate-img-box-wrap-img {
	display: block;
}
.category-2 .add-cart {
	display: inline-block;
	width: auto;
	padding: 0 0 0 0;
	position: static;
	top: auto;
	opacity: 1;
	left: 0;
	right: 0;
	bottom: 0;
}
.category-2.nre-categio .add-cart {
	position: static;
	opacity: 1;
}
.category-2.Uni-categ .cate-img-box-wrap:hover .add-cart {
	opacity: 1;
}
.cate-uni-wrap {
	background: transparent;
	position: relative;
	transition: 0.5s all;
	display: flex;
	flex-direction: column;
	height: inherit;
}
.offer-off {
	width: auto;
	display: none;
	padding: 0 5px;
	font-size: 13px;
	color: #fff;
	border-radius: 4px;
	background: #0bc80b;
	position: absolute;
	top: 10px;
	bottom: auto;
	left: 10px;
	right: auto;
	display: none;
}
.category-2 .add-to-cart:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}
.category-2 .cate-box-wrap:hover .add-cart {
	left: 0;
	bottom: 20px;
}
.category-2 .category-cont {
	grid-gap: 20px;
	grid-template-columns: repeat(4,1fr);
}
.category-2 {
	padding: 0;
	background: none;
}
.category.Uni-categ,.de-cae {
	padding: 0 0 60px 0;
}
 .de-cae {
	display: none;
}
.Uni-categ .main-title {
	text-align: center;
}
.category .feature-ul li b {
	font-weight: 600;
	color: #333;
}
.nre-categio {
	padding: 50px 0;
}
.category-4.spect-cate-sec {
	padding: 30px 0;
	margin: 0 0 60px;
	background: #fafbfc;
}
.category-2.nre-categio .cate-box-wrap {
	box-shadow: 0 0 4px 0px #e27c7c94;
	border: 0;
	border-radius: 0;
}
/* home-electric End */

/* home-lightweight Start*/
.category-4 .cate-box-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.category-4 .category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 25px;
}
.category-4 .cat-pro-titl h2, .category-4 .cat-pro-titl h3, .category-4 .cat-pro-titl h4, .category-4 .cat-pro-titl h5, .category-4 .cat-pro-titl h6 {
	font-family: "Poppins", serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: 600;
	text-align: left;
	padding: 0 0 4px 0;
	transition: 0.5s all;
	color: #187eab;
}
.category-4 .review-price {
	padding-top: 8px;
	justify-content: space-between;
}
.category-4 .cat-pro-titl h2:hover, .category-4 .cat-pro-titl h3:hover, .category-4 .cat-pro-titl h4:hover, .category-4 .cat-pro-titl h5:hover, .category-4 .cat-pro-titl h6:hover, .category-5 .cat-pro-titl h2:hover, .category-5 .cat-pro-titl h3:hover, .category-5 .cat-pro-titl h4:hover, .category-5 .cat-pro-titl h5:hover, .category-5 .cat-pro-titl h6:hover, .category-5 .cat-pro-titl h1:hover {
	color: #1a1501;
}
body .category-6.category .feature-ul {
	margin: 10px 0 0;
}
.category-4.category .feature-ul {
	margin: 0 0;
}
.category-4 .add-cart {
	position: absolute;
	opacity: 0;
	top: auto;
	left: 0;
	right: 0;
	bottom: -10px;
	background: #187eab;
}
.categ-img-wr {
	width: 30%;
}
.categ-conte-wr {
	width: 70%;
	padding-left: 20px;
	position: relative;
}
.categ-conte-wr::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 10px;
	right: auto;
	bottom: auto;
	top: 0;
	background: #a2bfd8;
}
/* .category-4 .cate-img-box-wrap {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	border: 1px solid #79b38a5e;
	background: #fff;
} */
.category-4 .price span {
	font-weight: 600;
	color: #f67900;
	font-size: 16px;
	padding-top: 0;
}
.category-4 {
	padding: 90px 0;
}
.category-4 .cate-box-wrap {
	box-shadow: none;
	border-radius: 5px;
	padding: 15px 15px 20px;
	border: 1px solid #cccc;
	background: linear-gradient(10deg, #ecf2f7 0%, rgb(255, 255, 255) 100%);
	transition: 0.5s all;
}
.category-4 .offer-off {
	display: none;
}
.category-4 .add-cart .add-to-cart {
	width: auto;
	height: auto;
	font-size: 14px;
	font-family: "Poppins", serif;
	background: transparent;
	color: #fff;
	border: 0;
	border-radius: 2px;
	line-height: 27px;
	position: relative;
	transition: 0.5s all;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	padding: 0 8px 0 29px;
	font-weight: 500;
	letter-spacing: 0;
	border: 1px solid #fff;
}
.ing-act {
	width: auto;
	height: auto;
	font-size: 14px;
	font-family: "Poppins", serif;
	background: transparent;
	color: #fff;
	border: 0;
	border-radius: 2px;
	line-height: 27px;
	position: relative;
	transition: 0.5s all;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	padding: 0 8px 0 8px;
	font-weight: 500;
	letter-spacing: 0;
	border: 1px solid #fff;
}
.ing-act:hover{
	background-color: #333;
	color: #fff;
}
.category-4 .cate-box-wrap:hover {
	padding-bottom: 45px;
	margin-bottom: -30px;
	z-index: 9;
}
.category-4 .add-cart .add-to-cart:hover {
	background: #4f5255;
	color: #fff;
}
.category-4 .add-cart .add-to-cart:hover::before{
	color: #fff;
}
.category-4 .add-cart .add-to-cart::before {
	inset: 2px auto auto 5px;
	display: block;
	font-size: 20px;
	transition: 0.5s all;
	content: "\f245";
}
.add-to-cart::before {
	font-size: 18px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	inset: 5px auto 0 8px;
	content: "\f245";
}
.ct-ct-wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 {
	padding: 0 0 60px;
}
.category-5 .main-title {
	text-align: center;
}
.category-5 .cate-box-wrap {
	box-shadow: none;
	background: #fff;
	border: 1px solid #bdc7e2;
	padding: 15px 0 0;
	overflow: hidden;
}
.category-5 .cate-box-wrap .cat-pro-titl, .category-5 .feature-ul {
	padding: 0 10px;
}
.category-5 .cate-box-wrap .cat-pro-titl {
	border-bottom: 1px solid #dedede;
	padding-bottom: 7px;
	display: block;
}
.category-5 .cat-pro-titl h2, .category-5 .cat-pro-titl h3, .category-5 .cat-pro-titl h4, .category-5 .cat-pro-titl h5, .category-5 .cat-pro-titl h6, .category-5 .cat-pro-titl h1 {
	text-align: left;
	color: #187eab;
	font-weight: 600;
	transition: 0.5s all;
	font-size: 16px;
	padding-right: 0;
}
.category-5 .feature-ul li {
	padding: 3px 0;
	display: block;
	border-bottom: 0;
}
.category-5 .review-price {
	padding: 8px;
	background: #f5f7fb;
	margin-top: 10px;
	flex-direction: row-reverse;
	border-top: 1px solid #bdc7e2;
}
.category-5 .cate-img-box-wrap {
	padding-bottom: 15px;
}
/* home-heavy End*/
/* home-blood Start*/
.category.category-6 {
	padding: 0 0 90px;
}
.category-6 .cate-box-wrap {
	box-shadow: none;
	background: #ebf8fd78;
	border-radius: 0;
	border: 1px solid #e27c7c;
	padding: 15px 15px;
}
.category-6 .review-price {
	padding-top: 10px;
}
.category-6 .cat-pro-titl h2,
 .category-6 .cat-pro-titl h3,
  .category-6 .cat-pro-titl h4,
   .category-6 .cat-pro-titl h5,
    .category-6 .cat-pro-titl h6{
		padding-bottom: 0;
}
.category-4.category-6 .cate-img-box-wrap {
	border: 0;
	background: transparent;
}
.category-5 .add-cart {
	right: 10px;
	left: auto;
	opacity: 1;
	top: 13px;
}
.category-5 .cate-box-wrap:hover .add-cart {
	opacity: 1;
	right: 10px;
	left: auto;
}
.category-5 .add-to-cart:hover {
	background-color: #a1097b;
}
.category-5 .add-to-cart:hover::before {
	color: #fff;
}
.category-5 .add-to-cart {
	border-color: #a1097b;
	background: #fff;
	border-radius: 2px;
}
.category-5 .add-to-cart::before {
	color: #a1097b;
	inset: 3px auto 0 4px;
	font-size: 21px;
}
.bi.bi-star-fill, .bi.bi-star {
	color: #f7be01;
	font-size: 9px;
}
.category-4 .subreview {
	display: block;
}
.category.category-6 .subreview{
	display: block;
}
/* home-blood End*/
/* home-Heating Oven Start */
.Uni-categ.category-8 {
	padding: 0 0 60px;
}
.category.Uni-categ .feature-ul {
	max-height: 104px;
}
/* home-Heating Oven 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: 2px solid #187eab;
	border-radius: 5px;
	background: linear-gradient(184deg, rgba(255,255,255,1) 0%, rgba(10, 166, 252, 0.07) 100%);
}
.bxl4 .img-wrxd img {
	filter: brightness(0) saturate(100%) invert(38%) sepia(70%) saturate(698%) hue-rotate(157deg) brightness(92%) contrast(89%);
}
.fr-stso {
	padding-bottom: 70px;
}
.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: #187eab;
	font-family: "Poetsen One", sans-serif;
	font-size: 19px;
	line-height: 120%;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-shadow: #fff 1px 1px 0px, rgba(0, 0, 0, 0.2) 2px 2px 0px;
}
/* home-new design  Oven End */
/*******************************Home page CSS End*******************************/

/*******************************About page CSS End*******************************/
.co-title h1 {
	display: inline-block;
	margin-bottom: 20px;
}
.co-title{
	text-align: center;
}
.Aboutpage-sec {
	padding: 60px 0;
}
.Aboutpage-sec .main-title p:not(:last-child) {
	padding-bottom: 10px;
}
.Aboutpage-sec .main-title p {
	padding: 0;
	text-align: left;
}
.main-title .why-cho {
	font-weight: 600;
	font-size: 17px;
	color: #333;
	line-height: 100%;
	padding: 15px 0 5px;
	letter-spacing: 0;
	font-family: "Poppins", serif;
}
.main-title .about-us-sec p b {
	font-weight: 500;
	color: #403400;
}
.Aboutpage-sec .main-title .why-cho {
	padding: 5px 0 5px 0;
}
.Aboutpage-sec .main-title > p:last-child {
	padding-top: 20px;
}
.Aboutpage-sec .main-title h1 {
	margin-bottom: 20px;
	display: inline-block;
}
.Aboutpage-sec .main-title {
	text-align: center;
}
/* breadcrumb Start */
.breadcrumb-sec {
	background: transparent;
	padding: 15px 0;
	border: 1px solid #cbf0f7;
	border-top: 0;
}
.breadcrumb {
	margin: 0;
}
.breadcrumb > li {
	font-weight: 500;
	color: #8f8f8f;
	line-height: 100%;
}
.breadcrumb > li a {
	color: #8f8f8f;
}
.breadcrumb > li:first-child a {
	position: relative;
	padding-left: 0;
	color: #8f8f8f;
}
.breadcrumb > li:first-child a:hover, .breadcrumb > li a:hover {
	color: #ff9500;
}
.breadcrumb > li a i {
	position: absolute;
	top: -2px;
	left: 0;
	right: auto;
	bottom: auto;
	display: none;
}
/* breadcrumb End */
/*******************************About page CSS End*******************************/
/*******************************Contact page CSS End*******************************/
.Contactpage-sec {
	padding: 60px 0;
}
.co-title h1 {
	display: inline-block;
	margin-bottom: 0px;
}
.co-title{
	text-align: center;
}
.contact-sec {
	display: flex;
	flex-wrap: wrap;
}
.contact-us-form {
	width: 65%;
}
.contact-with {
	width: 35%;
	padding-left: 40px;
	padding-top: 0;
}
.contact-sec {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 100px 0;
	padding: 40px 50px;
	border: 1px solid #a7dcda;
	background: #fafafb;
	border-radius: 10px;
	box-shadow: 0 0 26px 0px #a7dcda2e;
}
.Contactpage-sec .main-title p {
	text-align: center;
}
.Contactpage-sec .main-title h1 {
	margin: 0;
}
.contact-sec .main-div {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 15px;
}
.contact-sec p label {
	font-size: 14px;
	text-transform: capitalize;
	line-height: 100%;
	color: #187eab;
}
.contact-sec p {
	padding-top: 10px;
}
.contact-sec p input, .contact-sec p textarea {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	color: #5f6788;
	margin: 0;
}
.contact-sec p textarea{
	height: 80px;
	resize: none;
}
.contact-sec p input.phone {
	-moz-appearance: textfield;
}
.contact-title h2 {
	font-size: 25px;
	line-height: 100%;
	display: block;
	text-align: center;
	letter-spacing: 0.5px;
	color: #01abec;
	padding-bottom: 20px;
	text-transform: capitalize;
	font-weight: 500;
	display: none;
}
.contact-sec p.submit input {
	background: #f49149;
	border: 1px solid #f49149;
	color: #5f6788;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	border-radius: 20px;
}
.contact-sec p.submit input:hover {
	background: transparent;
	border-color: #5f6788;
}
.contact-with h3 {
	font-size: 19px;
	line-height: 100%;
	text-transform: capitalize;
	display: block;
	text-align: left;
	color: #2b2e32;
	font-family: "Poppins", serif;
	letter-spacing: 0.4px;
}
.with-con li {
	font-size: 15px;
	color: #686666;
	position: relative;
	font-weight: 400;
	margin: 0;
	line-height: 120%;
	text-align: left;
	margin-bottom: 15px;
	border: 1px solid #e8e8e8;
	height: 90px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	padding: 13px 20px 0;
}
.with-con li span {
	width: 100%;
	display: block;
	padding-bottom: 5px;
	font-weight: 600;
	color: #f65c2d;
}
.Captchwr {
	display: flex;
	align-items: center;
	margin-top: 7px;
}
.capwr {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.refresh_captcha {
	font-size: 0;
	padding-left: 5px;
}
.refresh_captcha i {
	font-size: 20px;
}
body .cptinpt input.form-control {
	height: 38px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 0 10px;
	width: 150px;
}
.with-con li a {
	color: #686666;
}
.with-con li a:hover {
	color: #ff9105;
}
.with-con {
	padding: 0;
}
.with-con li::before {
	font-family: bootstrap-icons;
	font-size: 24px;
	color: #f49149;
	transition: 0.5s all;
	position: absolute;
	top: 1px;
	left: 0;
	right: auto;
	bottom: auto;
	content: "\f3e8";
	display: none;
}
.with-con li.conph::before {
	content: "\f232";
	font-size: 24px;
}
.with-con li.conmail::before {
	content: "\f84c";
}
.breadcrumb-item.active {
	color: #ff9500;
	font-weight: 500;
}
/*******************************Contact page CSS End*******************************/

/*******************************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: #187eab;
}
.l1bg {
	background-color: #f67900 !important;
}
.sitemap ul > li > a.l2bg {
	background-color: #187eab !important;
	color: #fff;
}
  body {
	background:#fff;
	margin:0;
	font-family: "Poppins", serif;
	font-size:14px;
	line-height:1.3
  }
  .sitemap h1 {
	margin:0;
	font-size:30px;
	margin-bottom:20px
  }
  .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: #187eab;
	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;
}
  .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*******************************/
/*******************************MedicalEquipment page CSS Start*******************************/
.Medicalequ-sec {
	padding: 60px 0 60px;
}
.Medicalequ-sec .main-title h1 {
	margin: 0;
}
.Medicalequ-sec .main-title p{
	text-align: center;
}
.medical-cate-pro-list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
}
.medical-list{
	width: 20%;
}
.Sub-medical-cateh .medical-list {
	width: 20%;
	/* overflow-y: auto;
	scrollbar-width: none;
	max-height: 830px; */
	border: 1px solid transparent;
	padding: 0;
	background: transparent;
}
.Sub-medical-cateh .medical-list:empty {
	display: none;
}
.medical-pro-list {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 20px 12px;
	width: 100%;
	height: 100%;
}
.medical-produ-list {
	width: 100%;
	padding-left: 0;
	height: 100%;
}
.medical-produ-list .medical-pro-list{
	width: 100%;
	padding-left: 0;
}
.medical-produ-list .main-title {
	text-align: left;
	padding-bottom: 20px;
}
.medical-produ-list .main-title p{
	text-align: left;
}
.medical-list h2, .medical-list h3, .medical-list h4, .medical-list h5, .medical-list h6, .medical-list p.flt-ttl {
	font-size: 15px;
	padding: 5px 10px 5px 15px;
	background: transparent;
	color: #187eab;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	letter-spacing: 0.6px;
	border: 1px solid #187eab;
	font-family: "Poetsen One", sans-serif;
	line-height: 120%;
}
.Sub-medical-cateh .medical-list h2, .Sub-medical-cateh .medical-list h3, .Sub-medical-cateh .medical-list h4, .Sub-medical-cateh .medical-list h5, .Sub-medical-cateh .medical-list h6,.Sub-medical-cateh .medical-list p.flt-ttl {
	padding-left: 10px;
	padding-right: 23px;
}
.Sub-medical-cateh .medical-list h2::before, .Sub-medical-cateh .medical-list h3::before, .Sub-medical-cateh .medical-list h4::before, .Sub-medical-cateh .medical-list h5::before, .Sub-medical-cateh .medical-list h6::before {
	display: none;
}
.Sub-medical-cateh .medical-cate-filter:first-child {
	margin-top: 0;
}
.medical-list h2, .medical-list h3, .medical-list h4, .medical-list h5, .medical-list h6, .medical-list p.flt-ttl {
	border-left: 3px solid #f67900;
}
.medical-list h2::before, .medical-list h3::before, .medical-list h4::before, .medical-list h5::before, .medical-list h6::before {
	position: absolute;
	left: 10px;
	right: auto;
	bottom: auto;
	top: 6px;
	font-size: 20px;
	font-family: bootstrap-icons;
	content: "\f224";
	display: none;
}
.medical-list .medical-cate-speed h2::before,
 .medical-list .medical-cate-speed h3::before, 
 .medical-list  .medical-cate-speed h4::before,
  .medical-list .medical-cate-speed h5::before, 
  .medical-list .medical-cate-speed h6::before {
	content: "\f57f";
}
.medical-list .medical-cate-pricer h2::before,
 .medical-list .medical-cate-pricer h3::before, 
 .medical-list  .medical-cate-pricer h4::before,
  .medical-list .medical-cate-pricer h5::before, 
  .medical-list .medical-cate-pricer h6::before {
	content: "\f7ec";
}
.medical-list .medical-cate-weight h2::before,
 .medical-list .medical-cate-weight h3::before, 
 .medical-list  .medical-cate-weight h4::before,
  .medical-list .medical-cate-weight h5::before, 
  .medical-list .medical-cate-weight h6::before {
	content: "\f66b";
}
.medical-list .medical-cate-capacity h2::before,
 .medical-list .medical-cate-capacity h3::before, 
 .medical-list  .medical-cate-capacity h4::before,
  .medical-list .medical-cate-capacity h5::before, 
  .medical-list .medical-cate-capacity h6::before {
	content: "\f5cd";
}
.medical-list > * {
	background: #fff;
}
/* .medical-list h3::before,
 .medical-list h4::before,
  .medical-list h5::before,
   .medical-list h6::before{
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #f49149;
} */
.medi-cat-list {
	height: 540px;
	overflow-y: auto;
	scrollbar-color: #2679a6 #fff;
	scrollbar-width: thin;
	border: 0;
}
.medical-pro-list a.product-img img {
	transition: 0.9s all;
}
.medical-pro-list a.product-img:hover img {
	transform: scale(1.1);
}
.medi-cat-list li a {
	display: block;
	padding: 5px 10px 5px 17px;
	font-size: 14px;
	color: #333;
	position: relative;
	z-index: 9;
	border: 1px solid #f9f9f9;
}
/* .product-inner {
	padding: 10px 10px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	position: relative;
} */
.medical-equ-pr-cn {
	background: #187eab;
	padding: 5px 10px 5px;
	position: relative;
	text-align: center;
	transition: 0.5s all;
	margin-bottom: 10px;
}
.medical-pro-list a.product-img {
	height: 180px;
	display: block;
	width: 100%;
	border-radius: 0;
	border: 0;
	margin: 0 auto;
	padding: 10px;
}
.medical-pro-list a.product-img:hover {
	border-color: #01abec;
}
.product-title h2, .product-title h3, .product-title h4, .product-title h5, .product-title h6 {
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
	padding-bottom: 0;
	color: #fff;
	font-family: "Poetsen One", sans-serif;
}
.laprlial li a {
	color: #333;
	font-family: "Poppins", serif;
	font-size: 15px;
	line-height: 130%;
	padding: 5px 0 0 18px;
	font-weight: 400;
	position: relative;
}
.laprlial li a:hover {
	color: #1385b6;
}
.laprlial {
	padding: 5px 10px 0;
	display: none;
}
.laprlial ul {
	max-height: 52px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #1a89b8 #d9d9d9;
}
.laprlial li a::before {
	position: absolute;
	left: 0;
	right: auto;
	top: 3px;
	bottom: auto;
	z-index: 1;
	font-style: normal;
	font-family: bootstrap-icons;
	color: #0e52a8;
	font-size: 14px;
	content: "\f234";
}
.medical-equ-pr-cn .product-title {
	display: block;
}
.medical-pro-list .product-inner {
	border: 1px solid #04142b33;
	padding: 0 0 15px 0;
	border-radius: 5px;
	transition: 0.5s all;
	background: linear-gradient(184deg, rgba(10, 166, 252, 0.11) 0%, rgb(255, 255, 255) 100%);
}
.medical-pro-list .product-inner:hover {
	box-shadow: 0 0 9px 1px #7777774f;
}
.show-all {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px 0;
	position: relative;
	font-size: 14px;
	transition: 0.5s all;
	letter-spacing: 0.3px;
	display: none;
}
.show-all::before {
	position: absolute;
	left: auto;
	top: 3px;
	right: -12px;
	bottom: auto;
	font-size: 17px;
	color: #1b3868;
	transition: 0.5s all;
	content: "\f138";
	font-family: bootstrap-icons;
}
.product-inner:hover .show-all::before {
	right: -50px;
	color: #4db7b3;
}
.product-inner:hover .show-all{
	color: #4db7b3;
}
.product-inner p {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #2d2d2c8f;
	line-height: 100%;
	display: none;
}
.product-inner .shopnow {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	width: fit-content;
	margin: 0 auto;
	background-color: #fff;
}
/* .product-inner:hover .medical-equ-pr-cn {
	margin-top: -30px;
	padding-bottom: 40px;
} */
.product-inner:hover .shopnow{
	opacity: 1;
	bottom: 10px;
}
.product-inner .shopnow:hover{
	background-color: #0b5cc8;
}
/* .medi-cat-list li:nth-child(2n) {
	background: transparent;
} */
.medi-cat-list li{
	position: relative;
}
/* .medi-cat-list li::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	background: #f49149;
	z-index: -1;
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.5s;
} */
/* .medi-cat-list li:hover::after {
	right: 0;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	z-index: 1;
} */

/* Price Range slider code Start */
.price-slider .range_container {
	--_marker-border-clr: #c5d5e7;
	--_marker-size: 15px;
	--_track-heigt: 3px;
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	z-index: 9;
	position: relative;
}
  
.price-slider  .sliders_control {
	position: relative;
  }
  
  .price-slider .slider-tooltip {
	position: absolute;
	bottom: -3.5rem;
	left: 0;
	width: fit-content;
	background-color: #eaeaea;
	color: #465f86;
	font-size: 15px;
	border-radius: 4px;
	padding: 0.5rem 0.75rem;
	text-align: center;
	translate: -50% 0;
}
  
.price-slider  .slider-tooltip::before {
	content: "";
	position: absolute;
	top: -0.25rem;
	left: 50%;
	translate: -50% 0;
	width: 0.5rem;
	height: 0.5rem;
	rotate: 45deg;
	z-index: -1;
	background-color: inherit;
  }
  
  .price-slider   input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	pointer-events: all;
	width: var(--_marker-size);
	height: var(--_marker-size);
	background-color: var(--_marker-border-clr);
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--_marker-border-clr);
	cursor: pointer;
  }
  
  .price-slider  input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	pointer-events: all;
	width: var(--_marker-size);
	height: var(--_marker-size);
	background-color: var(--_marker-border-clr);
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--_marker-border-clr);
	cursor: pointer;
  }
  
  .price-slider  input[type="range"]::-webkit-slider-thumb:hover {
	background: #f7f7f7;
  }
  
  .price-slider input[type="range"]::-webkit-slider-thumb:active {
	box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
	-webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  }
  
  .price-slider input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	width: 100%;
	position: absolute;
	background-color: var(--_marker-border-clr);
	pointer-events: none;
	border-radius: 10px;
	border: 0;
	padding: 0;
}
  
  .price-slider  #fromSlider {
	height: 0;
	z-index: 1;
  }
  
  .price-slider  .scale {
	position: relative;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	width: calc(100% - var(--_marker-size));
	height: 70px;
	margin-inline: auto;
	z-index: -1;
  }
  
  .price-slider  .scale .marker {
	position: absolute;
	translate: -50% 0;
	bottom: 100%;
  }
  
  .price-slider .scale .marker::before {
	content: "";
	position: absolute;
	left: 50%;
	translate: -50%;
	width: 5px;
	background: var(--marker-bg, #ddd); /* Use custom property for background */
	border-radius: 5px 5px 0 0;
	height: 100%; /* Full height of the marker */
  }
  
  .price-slider  .bar {
	--speed: 700ms;
  }
  .price-slider  .bar::before {
	animation: slide-bar var(--speed) ease-in-out forwards;
	animation-delay: calc(var(--order) * var(--speed));
  }
  
  @keyframes slide-bar {
	to {
	  width: var(--percent);
	}
  }
  
  .bar::after {
	animation: slide-tooltop var(--speed) ease-in-out forwards;
	animation-delay: calc(var(--order) * var(--speed));
  }
  
  @keyframes slide-tooltop {
	50% {
	  opacity: 100%;
	}
	100% {
	  opacity: 100%;
	  left: var(--percent);
	}
  }
  
  .step::before {
	animation: step-done 150ms ease-in-out forwards;
	animation-delay: var(--delay);
  }
  @keyframes step-done {
	to {
	  inset: var(--inset);
	  color: white;
	}
  }


/* Custome CSS */
.price-slider-wrap {
	border: 1px solid #e0e0e0;
	margin-top: 40px;
}
.price-slider-wrap .price-title h4 {
	font-size: 16px;
	padding: 7px 10px 7px 40px;
	background: #0aa6fc;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	margin-bottom: 100px;
}
.price-slider-wrap .price-title h4::before {
	position: absolute;
	top: 7px;
	bottom: auto;
	left: 16px;
	right: auto;
	font-size: 20px;
	font-family: bootstrap-icons;
	content: "\f7ec";
}
.price-slider {
	padding: 0 10px 0;
	overflow: hidden;
	transition: 0.5s all;
	max-height: 0;
}
.sub-sec-tog.active + .price-slider {
	overflow: visible;
	margin-top: 90px;
}
.price-slider-wrap {
	border: 1px solid #e0e0e0;
	margin-top: 40px;
}
.medical-cate-filter {
	margin: 0;
}
.medical-cate-filter h4 {
	margin-bottom: 90px;
}
  /* Price Range slider code End */
  .fil-chck {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
}
.fil-chck .slect {
	width: 15px;
	height: 15px;
	margin-right: 7px;
}
.filter-check-wrap {
	margin: 0 0 0;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.medical-cate-filter:first-child .filter-check-wrap, .medical-cate-filter:nth-child(2) .filter-check-wrap {
	max-height: 100%;
}
.sub-sec-tog.active + .filter-check-wrap {
	margin-top: 10px;
}
.fil-chck span {
	font-size: 14px;
	color: #035271;
}
.medical-cate-filter .sub-sec-tog {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	margin-top: 15px;
}
.medical-cate-filter .sub-sec-tog::before {
	font-size: 15px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	left: auto;
	right: 9px;
	bottom: auto;
	top: 7px;
	content: "\f238";
	font-weight: 500;
	color: #f67900;
}
.medical-cate-filter .sub-sec-tog.active::before {
	transform: rotate(180deg);
}
/*******************************MedicalEquipment page CSS End*******************************/
/*******************************Subcategory page CSS Start*******************************/
.Subcategory-sec {
	padding: 60px 0 90px;
}
.Subcategory-sec .main-title h1 {
	margin: 0;
}
.Subcategory-sec .main-title p {
	text-align: center;
}
.Sub-medical-cateh .subcate-list {
	width: 80%;
	padding-left: 30px;
}
.sub-cate-th-wr .Sub-medical-cateh .subcate-list {
	width: 100%;
	padding-left: 0;
}
.subcate-list-ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}

.sub-cate-th-wr .subcate-list-ul {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
}
.subcate-list-ul > li {
	position: relative;
	padding: 0 0 0 0;
	border-radius: 5px;
	display: block;
	flex-wrap: wrap;
	background: transparent;
	transition: 0.5s all;
	align-items: center;
	border: 1px solid #9d9fa1;
	display: flex;
	flex-direction: column;
	height: inherit;
}
.subcate-list-ul > li:hover {
	z-index: 9;
	border-color: #909bc97a;
	box-shadow: 0 0 9px 1px #909bc985;
	background: transparent;
}
.sb-pro-name h2, .sb-pro-name h3, .sb-pro-name h4, .sb-pro-name h5, .sb-pro-name h6 {
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
	color: #187eab;
	font-family: "Poetsen One", sans-serif;
	padding: 10px 10px 5px;
}
.title-sb-s {
	display: flex;
	flex-direction: column;
	height: inherit;
	flex: 1;
}
.prodel-title p {
	color: #727272;
	font-family: "Poppins", serif;
	font-size: 15px;
	line-height: 140%;
	padding: 8px 0 8px 0;
	text-align: left;
	font-weight: 400;
}
.subcate-list .feature-ul li {
	color: #5e5e5e;
	padding: 3px 0;
	border-bottom: 1px solid #ccc9;
	display: block;
	font-size: 14px;
}
.subcate-list .feature-ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.subcate-list-ul .img-wrap {
	height: 180px;
	display: block;
	padding: 0;
}	
.feature-ul li {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #5f6788;
	line-height: 140%;
}
.subcate-list-ul .price span {
	font-size: 17px;
}
body .subcate-list-ul .price span.dp {
	color: #9a9a9a;
	font-size: 14px;
}
.subcate-list-ul  .subreview .fa-star {
	color: #f49149;
	font-size: 14px;
}
.Subcategory-sec .compare {
	position: absolute;
	top: 130px;
	left: auto;
	right: 10px;
	bottom: auto;
}
.compare .cpp {
	padding: 0;
	background: transparent;
	border: 1px solid #1586b6;
	border-radius: 3px;
	overflow: hidden;
}
.compare label.action {
	position: relative;
	pointer-events: all;
	cursor: pointer;
	height: 25px;
	width: 25px;
	display: block;
	background: transparent;
}
.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: 26px;
	color: #187eab;
	line-height: 100%;
	position: absolute;
	right: 4px;
	left: auto;
	bottom: auto;
	top: -5px;
}
.compare label input.check-hidden:checked + i::before {
	content: "\f272";
	font-size: 20px;
	top: 3px;
}
.compare_btn {
	position: fixed;
	top: 112px;
	left: auto;
	right: 15px;
	bottom: auto;
	z-index: 999;
}
.compare.compare_btn .compare-section .compare_btn {
	line-height: 30px;
	padding: 0 5px;
	color: #fff;
	z-index: 9;
	border: 1px solid #f67900;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 3px;
	font-size: 14px;
	position: static;
	background: #187eab;
}
.feature-ul {
	overflow-y: auto;
	scrollbar-width: none;
	height: 85px;
	padding-top: 0;
}
.sub-conte-img .feature-ul {
	height: 95px;
}
.subcate-list .feature-ul li b {
	font-weight: 450;
	color: #333;
}
.subcattabs ul {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-top: 0;
}
/* .subcate-list-ul .add-cart {
	position: static;
	opacity: 1;
	padding: 0;
} */
.subcate-list-ul .add-to-cart, .sub-cate-catal a {
	background: transparent;
	line-height: 100%;
	font-size: 15px;
	color: #263c97;
	border: 1px solid #263c97;
	border-radius: 4px;
	width: auto;
	height: auto;
	position: relative;
	transition: 0.5s all;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	padding: 10px 15px 10px 40px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.subcate-list-ul .sp-catg-cart .add-to-cart {
	background: #fff;
	font-size: 0;
	color: #a1097b;
	border: 1px solid #a1097b;
	width: auto;
	height: auto;
	line-height: 26px;
	padding: 0 13px;
	border-radius: 2px;
}
.subcate-list-ul .add-to-cart:hover {
	border-radius: 50%;
}
.subcate-list-ul .add-to-cart::before, .sub-cate-catal a::before {
	content: "\f07a";
	font-size: 18px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	left: 15px;
	right: auto;
	bottom: auto;
	top: 7px;
	content: "\f243";
}
.subcate-list-ul .add-to-cart::before {
	font-size: 20px;
	left: 4px;
	top: 2px;
	content: "\f245";
}
.sub-cate-catal a::before {
	content: "\f63e";
	display: none;
}
.sub-cate-catal a {
	background: transparent;
	color: #187eab;
	border: 1px solid #187eab;
	font-weight: 500;
	border-radius: 3px;
	font-size: 13px;
	padding: 0 7px;
	line-height: 27px;
}
.category-5 .sub-cate-catal a {
	border: 1px solid #174854;
	color: #174854;
	line-height: 25px;
	background-color: transparent;
	padding: 0 8px;
	font-size: 13px;
	border-radius: 3px;
	letter-spacing: 0;
}
.category-5 .sub-cate-catal a:hover{
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.footer-cate-box .add-cart {
	position: static;
}
.sub-cate-catal a:hover {
	background: #047285;
	color: #ffffff;
	border-color: #047285;
}
.subcate-list-ul .add-to-cart:hover {
	background: #a1097b;
	color: #fff;
	border-color: #a1097b;
	border-radius: 3px;
}
.sub-catt-img {
	width: 100%;
	padding: 10px 10px 10px;
}
.sub-conte-img {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	height: inherit;
	flex: 1;
	padding-bottom: 9px;
}
.sb-pro-name {
	display: flex;
	flex-direction: column;
	height: inherit;
	flex: 1;
}
.footer-cate-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	position: static;
	transition: 0.5s all;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	flex-direction: row-reverse;
}
.subcate-list-ul > li:hover .footer-cate-box {
	opacity: 1;
}
.subcattabs ul a {
	background: transparent;
	border-radius: 2px;
	display: inline-block;
	color: #f67900;
	font-weight: 500;
	cursor: pointer;
	line-height: 30px;
	padding: 0 10px 0px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	border: 1px solid #187eab;
	text-transform: capitalize;
	position: relative;
	box-shadow: none;
	transition: 0.5s all;
	margin-right: 10px;
	margin-top: 10px;
}
.subcattabs ul a:hover {
	background-color: #187eab;
	color: #fff;
	border-color: #187eab;
}
.Subcategoryt-sec .main-title {
	padding-bottom: 20px;
}
.Sub-medical-cateh .medi-cat-list {
	height: 333px;
}
/*******************************Subcategory page CSS End*******************************/
/*******************************All products page CSS Start*******************************/
.all-products .main-title h1 {
	margin-bottom: 20px;
}
/*******************************All products page CSS End*******************************/
/*******************************Search page CSS Start*******************************/
.search-page .main-title {
	padding-bottom: 0;
}
.search-page .main-title h1 {
	color: #187eab;
	font-size: 27px;
}
.search-page .main-title h1 span {
	color: #ff9500;
}
.search-page{
	padding-top: 40px;
}
/*******************************Search page CSS End*******************************/

/*******************************Comapre page CSS Start*******************************/
.compare-page {
	padding-top: 20px;
}
.compare-page .table th {
	color: #183565c7;
	font-size: 15px;
	line-height: 160%;
	margin: 0 0;
	padding: 5px 10px;
	font-weight: 400;
	font-weight: 500;
}
.compare-page .table > tbody > tr > td, .compare-page .table > tbody > tr > td a {
	color: #a4a1a1;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
	font-weight: 400;
	padding: 5px 10px !important;
}
.compare-page .table > tbody > tr > td a.table_text {
	font-weight: 500;
	color: #187eab;
}
.compare-page .table > tbody > tr > td a.table_text h2, .compare-page .table > tbody > tr > td a.table_text h3, .compare-page .table > tbody > tr > td a.table_text h4, .compare-page .table > tbody > tr > td a.table_text h5, .compare-page .table > tbody > tr > td a.table_text h6 {
	font-size: 14px;
	font-weight: 600;
	font-family: "Poppins", serif;
	color: #187eab;
}
.compare-page .table > tbody > tr > td a{
	padding:0 !important ;
}
.compare-page .table > tbody > tr > td a:hover{
	color: #f49149;
}
.compare-cart-btn.addToCartBtn {
	background: #f49149;
	background-color: #f49149;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	line-height: 100%;
	padding: 8px 10px 8px 10px;
	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;
}
.table, td, th {
	border: 1px solid #5f6788;
	margin-top: 5px;
}
.compare-page .table > tbody > tr > td a .featured-image {
	height: 120px;
}
/*******************************Comapre page CSS Start*******************************/
/*******************************Terms page CSS Start*******************************/
.Terms-page .content-con p.terms-head {
	font-weight: 600;
	font-size: 18px;
	color: #333;
	line-height: 100%;
	padding: 15px 0 5px;
	letter-spacing: 0;
	font-family: "Poppins", serif;
}
.Terms-page .content-con p {
	font-size: 15px;
	padding-bottom: 3px;
	color: #333333c7;
}
.Terms-page .content-con p span {
	font-weight: 500;
	color: #222;
}
/*******************************Terms page CSS End*******************************/

/*******************************Product-details page CSS Start*******************************/
.category-5.product-detai-cate {
	padding-top: 40px;
}
.product-detai-cate.category .main-title h2,
.product-detai-cate.category .main-title h3, 
.product-detai-cate.category .main-title h4, 
.product-detai-cate.category .main-title h5, 
.product-detai-cate.category .main-title h6 {
	font-size: 25px;
}
.product-detai-cate.category .main-title p {
	padding-top: 5px;
	text-align: left;
}
.product-detai-cate.category .main-title {
	text-align: left;
}
.product-detai-cate .category-con {
	margin-top: 10px;
}
.quantity {
	display: inline-flex;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.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;
}
.quantity button[disabled=""] {
	background: #f7f7f7;
	color: #ccc;
}
.quantity .input-box {
	width: 40px;
	padding: 2px 5px;
	font-size: 16px;
	text-align: center;
	height: auto;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
}
.quantity button:hover {
	background-color: #e4e4e4;
}
.input-box[type="number"] {
	-moz-appearance: textfield;
}
.pro-det-pri span {
	color: #263c97;
	font-weight: 500;
}
/* productdetails faq start */
.faq-askex-section {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px 100px 0;
	align-items: center;
}
.faq-askex-section .faq-wrap {
	width: 100%;
	padding-right: 0 ;
}
.faq-askex-section .faq-contact-form {
	width: 100%;
	padding: 30px 10px;
	border: 1px solid #f49149;
	height: 100%;
	border-radius: 10px;
	box-shadow: none;
	margin-top: 30px;
}
.faq-contact {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px 0;
	flex-wrap: wrap;
}
.faq-contact p {
	width: 33.33%;
	margin: 0 0 11px 0;
	padding: 0 10px;
	line-height: 100%;
}
.faq-askex-section p input, .faq-askex-section p textarea {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #0000005e;
	margin: 0;
}
.faq-askex-section .faq-wrap .accordion {
	padding: 20px;
	border: 1px solid #14a9fc;
	border-radius: 20px;
}

.faq-askex-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.faq-askex-section .accordion__item {
	border: 1px solid #f49149;
	border-radius: 4px;
	overflow: hidden;
}
.faq-askex-section .accordion__header {
	padding: 10px 25px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	font-size: 15px;
}
.faq-askex-section .accordion__header.active {
	background: #f49149;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.faq-askex-section .accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.faq-askex-section .accordion__header.active + .accordion__content {
	margin-top: 10px;
	margin-bottom: 10px;
}
.faq-askex-section .faq-wrap .accordion {
	padding: 20px;
	border-radius: 10px;
	box-shadow: none;
	background: #edf2f036;
	border: 1px solid #8dacd3;
}
.faq-askex-section .accordion__item .accordion__content p {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	line-height: 150%;
}
.faq-askex-section .accordion__header::before {
	position: absolute;
	left: auto;
	right: 8px;
	bottom: auto;
	top: 7px;
	color: #0e52a8;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	font-style: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: bootstrap-icons;
	font-weight: 600;
	background: #fff;
	border: 1px solid #0e52a8;
	content: "\f286";
	font-size: 13px;
}
.faq-askex-section .accordion__header.active::before {
	transform: rotate(180deg);
}
/* productdetails faq End */
/* productdetails img slide Start */
.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: #d9efef2e;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	padding: 6px;
}
/* .product-details-sec .img-showcase > img {
	border-radius: 10px;
	background: #0a59c20a;
} */
.product-details-sec .container {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	align-items: flex-start;
}
.product-details-sec .img-display {
	overflow: hidden;
	background: transparent;
	border: 1px solid #d7dadb;
	border-radius: 5px;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 50px;
	width: 67%;
	align-content: center;
	padding-top: 0;
}
.product-details-sec .product-imgs {
	width: 33%;
	position: sticky;
	top: 110px;
	transition: 0.5s all;
}
.pro-dt-sub-cate-catal a {
	line-height: 100%;
	font-size: 13px;
	border-radius: 2px;
	width: auto;
	height: auto;
	position: relative;
	transition: 0.5s all;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	padding: 8px 8px 8px 24px;
	letter-spacing: 0.5px;
	background: transparent;
	color: #187eab;
	border: 1px solid #187eab;
	font-weight: 600;
}
.pro-dt-sub-cate-catal a::before {
	content: "\f07a";
	font-size: 16px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	left: 5px;
	right: auto;
	bottom: auto;
	top: 6px;
	content: "\f63e";
	font-weight: 400;
}
.pro-dt-sub-cate-catal a:hover {
	color: #fff;
	background: #187eab;
}
.prod-det-cnt {
	margin-top: 20px;
}
.prod-det-cnt p.prou-det-tisp {
	font-size: 18px;
	padding: 0 0 0 14px;
	background: transparent;
	color: #187eab;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.6px;
	margin-bottom: 13px;
	position: relative;
}
.prod-det-cnt p.prou-det-tisp::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	width: 3px;
	height: 100%;
	background: #ff9500;
}
.prod-det-cnt p {
	font-size: 15px;
	color: #5f6788;
}
/* Crousle CSS Start */
.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: 1px solid #187eab;
	border-radius: 20px;
	background: #187eab;
	font-size: 0;
	cursor: pointer;
	pointer-events: all;
}
.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: 0;
	bottom: 1px;
	font-weight: 700;
	content: "\f285";
}
.product-imgs .owl-carousel .owl-nav button.owl-prev::before {
	transform: rotate(180deg);
}
.product-imgs .owl-carousel .owl-nav button.disabled {
	background: #d7dadb;
	border-color: #d7dadb;
}
/* Crousle CSS End */


/* productdetails img slide End */
.product-details-sec {
	padding: 60px 0 40px;
}
.prodel-title h1, .prodel-title h2, .prodel-title h3, .prodel-title h4, .prodel-title h5, .prodel-title h6 {
	font-size: 25px;
	font-weight: 400;
	color: #187eab;
	line-height: 130%;
	position: relative;
	letter-spacing: 0;
	padding-bottom: 0;
}
.pr-q-ad-wr {
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.pr-q-ad-wr .quantity-wrap {
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
}
.pr-q-ad-wr .price {
	padding-left: 15px;
}
.pr-q-ad-wr .quantity-wrap p {
	padding: 0 6px 0 0;
}
.pro-dt-add-cart {
	padding-left: 15px;
}
.pr-q-ad-wr .price, .pr-q-ad-wr .quantity-wrap, .pr-q-ad-wr .pro-dt-add-cart {
	position: relative;
	padding-left: 25px;
}
.pr-q-ad-wr .price::before, .pr-q-ad-wr .quantity-wrap::before, .pr-q-ad-wr .pro-dt-add-cart::before {
	content: "";
	width: 1px;
	height: 24px;
	position: absolute;
	left: 12px;
	right: auto;
	top: 4px;
	bottom: auto;
	background-color: #ccc;
}
.pr-q-ad-wr .price::before {
	top: -2px;
}
 .pr-q-ad-wr .pro-dt-add-cart::before {
	top: 4px;
}
.prodel-title h1::before, .prodel-title h2::before, .prodel-title h3::before, .prodel-title h4::before, .prodel-title h5::before, .prodel-title h6::before {
	margin: 0 auto;
	top: auto;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/tit-de.png);
	right: auto;
	width: 85px;
	height: 4px;
	background-size: 100% 100%;
	display: none;
}
.product-details-sec .capacity {
	padding: 15px 0;
}
.product-details-sec .capacity .pdcaph {
	font-size: 16px;
	color: #263c97;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
	display: flex;
	align-items: center;
}
.product-details-sec .capacity .pdcaph button {
	border-radius: 25px;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	line-height: 26px;
	padding: 0 15px;
	font-size: 16px;
	-webkit-appearance: none;
	border: 1px solid #263c97;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	color: #263c97;
	margin-left: 20px;
}
.product-details-sec .review-st {
	padding-top: 15px;
	border-top:0;
}
.des-type li, .des-type li a {
	text-align: left;
	padding-bottom: 4px;
	line-height: 140%;
	font-size: 14px;
	font-weight: 400;
	color: #929292;
}
.des-type li b {
	font-weight: 500;
	color: #777777;
	font-size: 15px;
}
.product-details-sec .to-cart button {
	border-radius: 0;
	display: inline-block;
	font-weight: 500;
	cursor: pointer;
	line-height: 31px;
	padding: 0 15px 0px 38px;
	font-size: 12px;
	-webkit-appearance: none;
	border: 1px solid #01abec;
	text-transform: uppercase;
	position: relative;
	background-color: #01abec;
	color: #fff;
}
.product-details-sec .to-cart button:hover{
	color: #01abec;
	background-color: transparent;
}
.product-details-sec .to-cart button::before {
	content: "\f07a";
	position: absolute;
	left: 13px;
	right: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	top: -1px;
	bottom: auto;
	font-family: bootstrap-icons;
	content: "\f243";
}
.product-details-sec .to-cart {
	display: inline-block;
	padding: 0 10px;
}
.qun-ca-wi {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.product-details-sec .wishlist button {
	background: transparent;
	border: 0;
	font-size: 0;
	padding: 0;
	cursor: pointer;
}
.review-st {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.review-st .fa-star {	
	font-size: 14px;
}
.review-st p {
	font-size: 14px;
	margin-right: 20px;
	color: #79b38a;
	font-weight: 500;
}
.product-details-sec .price span.dp {
	font-size: 14px;
	padding-right: 7px;
}
.product-details-sec .price span {
	font-size: 18px;
}
.specifi > div {
	border-radius: 5px;
	box-shadow: none;
	padding: 0;
	min-height: 270px;
	transition: 0.5s all;
	border: 0;
	background: #fff;
}
 .specifi ul li {
	padding-right: 10px;
}
.speci-table tr th, .speci-table tr td {
	padding: 0 10px;
	font-size: 15px;
	font-weight: 400;
	color: #5f6788;
}
.speci-table .table, .speci-table td, .speci-table th {
	border-color: #4f5255;
}
.speci-table tr th {
	font-weight: 400;
	letter-spacing: 0.2px;
}
.speci-table tr th, .speci-table tr td {
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #5f6788;
}
.features-des li {
	padding-bottom: 8px;
	font-size: 15px;
	color: #5f6788;
	line-height: 150%;
	text-align: left;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
}
.features-des li::before {
	position: absolute;
	left: 0;
	top: 8px;
	bottom: auto;
	right: auto;
	content: "";
	width: 6px;
	height: 6px;
	background: #5b5758;
	border-radius: 50%;
}
.pr-det-pricing .price-other {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px;
}
.pr-det-pricing .price-other .quantity-wrap {
	display: flex;
	align-items: center;
}
.pro-dt-add-cart .cart {
	width: auto;
	height: auto;
	font-size: 14px;
	padding: 0 10px 0 30px;
	font-family: "Poppins", serif;
	background: #fff;
	color: #a1097b;
	line-height: 28px;
	border: 1px solid #a1097b;
	border-radius: 2px;
	position: relative;
	font-weight: 600;
}
.pro-dt-add-cart .cart:hover{
	background: #a1097b;
	color: #fff;
}
.pro-dt-add-cart .cart::before {
	content: "\f245";
	font-size: 20px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	inset: 3px auto 0 6px;
	font-weight: 500;
}
.pr-det-pricing .price-other .quantity-wrap p{
	padding-right: 15px;
}
.pr-det-pricing .price-other > div:not(:last-child) {
	margin-right: 60px;
}
.speci-ask-experts {
	padding: 40px 0 80px;
}
/* .faq-form-sec h5 {
	display: inline-block;
	font-size: 25px;
}
.faq-form-sec .main-title {
	text-align: center;
}
.faq-form-sec {
	padding-bottom: 90px;
	padding-top: 60px;
}
.faq-askex-section .faq-contact-form h6 {
	font-weight: 500;
	text-align: center;
	color: #4f5255;
	font-size: 20px;
}
.faq-askex-section p label {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 100%;
	padding-bottom: 3px;
}
.faq-askex-section p input, .faq-askex-section p textarea {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0;
}
.faq-askex-section p textarea {
	resize: none;
	padding: 10px;
}
.faq-askex-section p.submit input {
	background: #0d4fa0;
	border: 1px solid #0d4fa0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	font-size: 14px;
}
.faq-askex-section p.submit input:hover{
	background: transparent;
	border-color: #0d4fa0;
	color: #0d4fa0;
} */
.speci-ask-experts a {
	position: relative;
	padding-left: 41px;
}
.speci-ask-experts a::before {
	font-family: bootstrap-icons;
	position: absolute;
	left: 0;
	right: auto;
	top: -5px;
	bottom: auto;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 0;
	background: #01abec;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	padding: 0 0 0 1px;
	content: "\f1b9";
}
.speci-ask-experts a:hover{
	color: #01abec;
}
/* Rating Section CSS Start */
.rarevt {
	padding-bottom: 60px;
}
.category.prd-det-catg {
	padding-bottom: 40px;
}
.prd-det-catg .main-title {
	text-align: left;
}
.prd-det-catg .container:not(:last-child) {
	padding-bottom: 20px;
}
.category.prd-det-catg .main-title h2,
 .category.prd-det-catg .main-title h3,
  .category.prd-det-catg .main-title h4,
   .category.prd-det-catg .main-title h5,
    .category.prd-det-catg .main-title h6{
		font-size: 24px;
}
.rarevt .main-title h1::before,
 .rarevt .main-title h2::before,
  .rarevt .main-title h3::before,
   .rarevt .main-title h4::before,
    .rarevt .main-title h5::before,
	 .rarevt .main-title h6::before {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ratng-bx {
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
	padding: 30px;
	border-radius: 5px;
	margin-top: 13px;
}
.ratng-frm {
	padding-bottom: 10px;
}
.ratng-headtn {
	font-weight: 700;
	text-align: center;
	color: #0087aa;
	font-size: 22px;
	letter-spacing: 0.3px;
	font-family: "Poetsen One", sans-serif;
}
.review-form {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 10px 0;
	flex-wrap: wrap;
}
.rvw-wr {
	width: 33.33%;
	margin: 0 0 11px 0;
	padding: 0 10px;
	line-height: 100%;
}
.rvw-wr .syr {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #0000005e;
	margin: 0;
}
.rvw-wr .syr#ratting {
	color: #ffc400;
}
.rvw-wr textarea.syr {
	padding: 5px 10px;
	height: 50px;
	resize: none;
}
.rvw-wr .Submit-Reviewing {
	background: #187eab;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 100%;
	line-height: 100%;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	font-size: 14px;
	padding: 9px 14px 10px;
	border-radius: 3px;
	margin-bottom: 2px;
	border: 1px solid #ff9700;
}
.rvw-wr .Submit-Reviewing:hover{
	background: transparent;
	color: #fe9800;
}
.ratbgbx {
	border: 1px solid #6bacb8;
	padding: 20px 15px;
}
.ratbgbx .ratng-star .stars i {
	font-size: 17px;
	padding-right: 2px;
}
.ratbgbx .ratng-star {
	padding-top: 10px;
}
.tangcnt {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 130%;
	padding: 0;
	text-align: left;
	height: 35px;
	overflow-y: auto;
	scrollbar-width: none;
}
.ratbgbx {
	display: flex;
	flex-direction: column;
	height: inherit;
}
body .ratngcrousl .owl-item {
	display: flex;
	width: 100%;
	flex-direction: column;
	height: inherit;
}
.name-s {
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: #187eab;
	line-height: 120%;
	padding-right: 10px;
	font-family: "Poetsen One", sans-serif;
}
.name-s span {
	font-size: 14px;
	color: #8c8c8c;
	display: block;
	font-family: "Poppins", serif;
	font-weight: 400;
}
.na-de {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
.dater {
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	color: #1e3271;
	line-height: 120%;
}
.ratngcrousl .owl-dots {
	display: none;
}
.ratngcrousl.owl-carousel .owl-nav {
	display: flex;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	justify-content: space-between;
	margin: 0 -17px;
	pointer-events: none;
}
.ratngcrousl.owl-carousel .owl-nav button.owl-prev::before {
	transform: rotate(180deg);
}
.ratngcrousl.owl-carousel .owl-nav button::before {
	font-family: bootstrap-icons;
	font-size: 17px;
	color: #0087aa;
	transition: 0.5s all;
	position: absolute;
	top: auto;
	left: -2px;
	right: 0;
	bottom: 2px;
	font-weight: 700;
	content: "\f234";
}
.ratngcrousl.owl-carousel .owl-nav button.owl-next, .ratngcrousl.owl-carousel .owl-nav button.owl-prev {
	height: 30px;
	width: 30px;
	margin: 0px;
	position: relative;
	border: 1px solid #187eab;
	border-radius: 50%;
	background: #e2f5fd;
	font-size: 0;
	cursor: pointer;
	pointer-events: all;
}
.ratngcrousl.owl-carousel .owl-nav button.owl-next:hover,
 .ratngcrousl.owl-carousel .owl-nav button.owl-prev:hover{
	background:#0087aa;
 } 
 .ratngcrousl.owl-carousel .owl-nav button:hover::before{
	color: #fff;
 }
.ratngcrousl.owl-carousel .owl-nav button.disabled {
	background: #e8e8e8;
	border-color: #e8e8e8;
	pointer-events: none;
}
.ratngcrousl.owl-carousel .owl-nav button.disabled::before {
	color: #b3b1b1;
}
/* Rating Section CSS End */
/*******************************Product-details page CSS End*******************************/
/****************************** Catalog page CSS Start*******************************/
.cata-pop-wrap {
	height: 150px;
	overflow-y: auto;
	scrollbar-width: none;
}
.catalog-sec {
	padding: 60px 0 90px;
}
.cata-box {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 15px;
	padding-top: 15px;
}
.cata-des-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.cata-img-wrap {
	height: 145px;
	width: 100%;
	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: 100%;
	margin-top: 15px;
}
.cata-des-wrap .cata-sub-list:empty {
	display: none;
}
.cata-title {
	text-align: center;
}
.cata-title h2, .cata-title h3, .cata-title h4, .cata-title h5, .cata-title h6 {
	font-size: 17px;
	font-weight: 400;
	color: #187eab;
	padding: 0 0 15px 0;
	margin: 0;
	text-align: center;
	letter-spacing: 0.3px;
	transition: 0.5s all;
}
.cata-title a {
	cursor: pointer;
}
.cata-title a h2:hover {
	color: #0e52a8;
}
.cata-title a h2:hover, .cata-title a h3:hover, .cata-title a h4:hover, .cata-title a h5:hover, .cata-title a h6:hover{
 color: #ff9a00;
}
.cata-box-wrap {
	padding: 15px 10px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	box-shadow: none;
	border-left: 2px solid #187eab;
}
.cata-des-wrap .cata-sub-list ul li {
	line-height: 100%;
	padding-left: 19px;
	position: relative;
}
.cata-des-wrap .cata-sub-list ul li:not(:last-child) {
	padding-bottom: 5px;
}
.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;
	border: 0;
	padding: 0;
	margin: 0;
	color: #4f5255;
	font-weight: 500;
}
.catalog-sec .main-title p {
	letter-spacing: 0;
	background: transparent;
	border: 0;
	margin: 0;
	color: #333333c7;
	font-family: "Poppins", serif;
	font-size: 15px;
	line-height: 140%;
	padding: 8px 0 0 0;
	text-align: center;
	font-weight: 400;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn:hover {
	color: #ff9701;
}
.cata-des-wrap .cata-sub-list ul {
	max-height: 85px;
	overflow-y: auto;
	scrollbar-width: none;
}
.cata-pop-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.pop-cata-btn {
	color: #187eab;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	margin: 0px;
	background: transparent;
	display: block;
	text-align: left;
	border: 1px solid #187eab;
	border-radius: 3px;
	transition: 0.5s all;
	padding: 6px 14px 6px 29px;
	margin: 15px 7px 0;
	background-color: transparent;
	position: relative;
}
.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";
	color: #187eab;
}
.cata-pop-wrap ul li {
	width: 50%;
}
.pop-cata-btn:hover {
	background: #187eab;
	color: #fff;
}
.pop-cata-btn:hover::before{
	color: #fff;
}
.cata-popup-wrap .modal-dialog {
	max-width: 680px;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cata-popup-wrap .modal-body {
	padding: 30px 20px;
}
.cata-des-wrap .cata-sub-list ul li::before {
	position: absolute;
	left: 0;
	right: auto;
	top: 2px;
	bottom: auto;
	z-index: 1;
	font-style: normal;
	font-family: bootstrap-icons;
	color: #ff9500;
	font-size: 14px;
	content: "\f234";
}
.popu-wrap .btn-close {
	background: #ed223d;
	opacity: 1;
	border: 1px solid #ed223d;
	border-radius: 50%;
	position: absolute;
	left: auto;
	right: -13px;
	bottom: auto;
	top: -9px;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.popu-wrap .modal-title {
	font-weight: 400;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #187eab;
	font-size: 23px;
	text-align: center;
	font-family: "Poetsen One", sans-serif;
	letter-spacing: 0.3px;
}
/****************************** Catalog page CSS End*******************************/

/******************************Single-Catalog PAGE Start*******************************/
.body1_part1, .body2, .body3 {
	box-shadow: 0 0 30px #37b8fe29;
	margin-bottom: 10px;
	border: 1px solid #37b8fe29;
}
.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, .download_btn:hover {
	background-color: #ff9500;
	border: none;
	color: #fff;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 17px;
	margin-top: 20px;
	text-decoration: none;
}
.catalog_head,
.check_icon,
.download_1,
.fa-chevron-circle-right {
  color:#2f8e94
}
.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 25px
}
.catalog_subhead {
	color: #187eab;
	font-size: 21px;
	font-weight: 400;
	padding: 40px 0 4px 10px;
	font-family: "Poetsen One", sans-serif;
}
.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
}


/* Custom CSS  */
.single-catalog .text-center h1 {
	font-size: 28px;
	font-weight: 400;
	color: #2d8a99;
}
.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;
}
.single-catalog .catalog_head {
	font-size: 24px;
	line-height: 130%;
	font-weight: 400;
}
.single-catalog > .row {
	display: flex;
}
.catalog_head, .check_icon, .download_1, .fa-chevron-circle-right {
	color: #187eab;
	font-weight: 700;
	text-shadow: none;
}
html .container.single-catalog a {
	display: unset;
	text-shadow: none;
} 
li.catalog_text {
	position: relative;
	padding-left: 0;
}
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*******************************/
/******************************Login PAGE Start*******************************/
.login-section {
	padding: 80px 0 80px;
}
.login-section .bg-white {
	width: 100%;
	margin: 0 auto;
	padding: 38px;
	margin-top: 0;
	max-width: 500px;
	border: 1px solid #e6e9e9;
	background: #fafafb;
	border-radius: 10px;
	box-shadow: 0 0 26px 0px #3333330d;
}
.login-section h3, .login-section h1, .login-section h2, .login-section h4, .login-section h5, .login-section h6 {
	font-size: 25px;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	color: #2679a6;
	font-weight: 400;
}
.login-section .login_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-section .heatingmt-btn {
	font-size: 13px;
	line-height: 30px;
	padding: 0 20px;
	position: relative;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	background: #187eab;
	color: #fff;
	width: auto !important;
	border-radius: 3px;
	border: 1px solid #f67900;
}
.login-section .heatingmt-btn:hover{
	background-color: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
.login-section .sign-in-btn {
	text-align: center;
}
.different_login span {
	font-size: 16px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #0d4fa0;
	font-weight: 500;
}
.different_login {
	padding-bottom: 10px;
}
.login-section .form-note a {
	color: #187eab;
	font-weight: 600;
}
.login-section .form-note a:hover {
	color: #ff9205;
}
/******************************Login PAGE End*******************************/
/******************************Register PAGE Start*******************************/
.register .input-wrap > div {
	padding-bottom: 9px;
}
.sign-up-btn {
	text-align: center;
	margin: 20px 0 10px 0;
}
.login-section input.form-control {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0;
	box-shadow: none;
}
/******************************Register PAGE End*******************************/

/******************************Error PAGE Start*******************************/
.error-page {
	padding: 80px 0;
}
.error-page .page-title h1 {
	font-weight: 600;
	font-size: 85px;
	line-height: 100%;
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #027db1;
	text-align: center;
}
.error-page .content-area h2 {
	font-family: "Poppins", serif;
	color: #183565;
	font-weight: 600;
	font-size: 22px;
	margin: 0;
	text-align: center;
}
.error-page .content-area p {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}
.error-page .content-area {
	text-align: center;
}
.error-page .content-area .button {
	border: 2px solid #01abec;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 35px;
	background: #01abec;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
.error-page .content-area .button:hover {
	border-color: #5f6788;
	color: #5f6788;
	background: transparent;
}
/******************************Error PAGE End*******************************/

/******************************Thankyou PAGE Start*******************************/
.thanks h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	display: block;
	position: relative;
	text-transform: capitalize;
	color: #027db1;
	text-align: center;
	padding-bottom: 0;
	letter-spacing: 0.8px;
}
p.thanks-des {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	padding-top: 20px;
	color: #183565;
}
.go-btn .btn {
	font-size: 18px;
	line-height: 40px;
	padding: 0 20px;
	position: relative;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	border-radius: 3px;
	background: #6aadce;
	border: 1px solid #4db7b3;
	color: #fff;
	margin-top: 30px;
}
.go-btn .btn:hover{
	background-color: transparent;
	border: 1px solid #5f6788 ;
	color: #5f6788;
}
.thankyou-page {
	padding: 90px 0;
}
.go-btn {
	text-align: center;
}
.thanks::before {
	font-family: bootstrap-icons;
	font-weight: 300;
	font-style: normal;
	line-height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	bottom: auto;
	top: 0;
	font-size: 50px;
	text-align: center;
	content: "\f47c";
	color: #6aadce;
}
.thanks {
	padding-top: 80px;
	position: relative;
}
/******************************Thankyou PAGE End*******************************/

/******************************Myaccount PAGE Start*******************************/
/* Myaccount-orders Start */
/* Tracking Section CSS Start*/
.Myaccount-sec .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
}
.Myaccount-sec .card-header:first-child{
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}
.Myaccount-sec .card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.Myaccount-sec .track {
	position: relative;
	background-color: #ddd;
	height: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	margin-top: 35px;
}
.Myaccount-sec .track .step{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}
.Myaccount-sec .track .step.active::before {
	background: #187eab;
}
.Myaccount-sec .track .step::before {
        height: 5px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px;
		animation: none99;
    }
.Myaccount-sec .track .step.active .icon {
	background: #187eab;
	color: #5f6788;
}	
.Myaccount-sec .track .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: relative;
        border-radius: 100%;
        background: #ddd;
    }
	.Myaccount-sec .track .step.active .text {
		font-weight: 500;
		color: #5f6788;
	}
.Myaccount-sec .track .text{
        display: block;
        margin-top: 7px
    }
.Myaccount-sec .itemside{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
.Myaccount-sec .itemside .aside{
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
.Myaccount-sec .img-sm{
        width: 80px;
        height: 80px;
        padding: 7px
    }
.Myaccount-sec  ul.row, ul.row-sm{
        list-style: none;
        padding: 0
    }
.Myaccount-sec .itemside .info{
        padding-left: 15px;
        padding-right: 7px
    }
.Myaccount-sec .itemside .title{
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
.Myaccount-sec p{
        margin-top: 0;
    }
.Myaccount-sec  .order-card .track-div {
        display: none;
    }
.Myaccount-sec .order-card .track-div.tracking-show {
        display: block;
        padding: 0 30px;
    }
.Myaccount-sec .Tracking-section .track-order .track:first-child {
	margin-top: 50px;
}
.Myaccount-sec .order-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Myaccount-sec .order-card, .order-title {
	border-bottom: 1px solid #dee2e6;
}
.Myaccount-sec .order-card.tracking-show {
	background: #ffff;
}
.Myaccount-sec .order-card.tracking-show > .order-table {
	background: #faf8f5;
}
.Myaccount-sec .align-items-start {
	flex-wrap: wrap;
}
html .Myaccount-sec .container {
	max-width: 1200px;
}

.Myac-1-btns .myaccount-main-btn::after {
	font-family: bootstrap-icons;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	color: #ff9401;
	line-height: 50px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 9px;
	top: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto;
	content: "\f4db";
	box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.51) inset, 20px 0 10px -20px rgba(0, 0, 0, 0.28) inset;
}
.Myac-1-btns .myaccount-main-btn.myaddress-tab::after{
	content: "\f64c";
}
.Myac-1-btns .myaccount-main-btn.account-details-tab::after{
	content: "\f676";
}
.Myac-1-btns .myaccount-main-btn.change-password-tab::after {
	content: "\f538";
}
/* My Account tracking Bootstrap icon set CSS Start */
.track .icon > i {
	display: none;
}
.Myaccount-sec  .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";
}
.Myaccount-sec  .track .step.active .icon::before{
	color: #fff;
}
.Myaccount-sec  .track .step .icon.pickup::before {
	content: "\f4e1";
}
.Myaccount-sec  .track .step .icon.way::before {
	content: "\f5ea";
}
.Myaccount-sec  .track .step .icon.ready::before {
	content: "\f70d";
}
/* My Account tracking Bootstrap icon set CSS End*/

/* Tracking Section CSS End*/
.Myaccount-sec {
	padding: 90px 0;
}
.Myac-1-btns {
	margin: 20px 0 70px 0 !important;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 40px;
	border: 1px solid #6aadce;
	padding: 20px;
	border-radius: 5px;
	background: #f0f4fa;
}
.myac-1-content {
	width: 100%;
}
.Myac-1-btns .myaccount-main-btn {
	font-size: 16px;
	padding: 10px 10px 70px 10px;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #4f5255;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #c1dde3;
	box-shadow: 0 0 2px 1px #f491491a;
	background: #fff;
}
.Myac-1-btns .myaccount-main-btn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	height: 4px;
	width: 100%;
	background: transparent;
}
.Myac-1-btns .myaccount-main-btn.active {
	color: #000;
	border-color: #fec274;
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, #fec27414 100%);
	box-shadow: 0 0 8px 1px #2679a624;
}
.Myac-1-btns .myaccount-main-btn.active::before {
	background-color: #f67900;
}
.Myac-1-btns .myaccount-main-btn.active::after {
	color: #187eab;
}
.my-ac-heading h2, .my-ac-heading h3, .my-ac-heading h4, .my-ac-heading h5, .my-ac-heading h6, .my-ac-heading h1, .my-ac-heading p {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	text-align: center;
	padding: 10px;
	letter-spacing: 0.5px;
	border-radius: 7px 7px 0 0;
	color: #187eab;
	font-size: 21px;
	line-height: 120%;
	font-weight: 600;
}
.myac-content {
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: transparent;
}
.order-wrap {
	padding: 25px 15px;
}
.order-card p, .order-title p {
	font-weight: 400;
	font-size: 14px;
	color: #545454;
	padding: 10px 0;
}
.track-div {
  display: block; /* By default sab open */
}
.track-div.tracking-hide {
  display: none;  /* Jab "View" pe click kare toh hide kar sake */
}

.order-title p {
	color: #777777;
	font-weight: 600;
}
.track .step .icon i {
	line-height: 35px;
}
.my-accnt .step::before {
	animation: none;
}
.Myaccount-sec .order-table button {
	background: #2679a60a;
	border: 1px solid #f67900;
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px;
	line-height: 30px;
	color: #f67900;
	border-radius: 3px;
}
.Myaccount-sec .order-table button:hover {
	background-color:#187eab;
	border-color: #ff9d17;
	color: #ffff;
}
/* Myaccount-orders End */
/* Myaccount-Address Start*/
.addres-bx-wrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
	padding: 40px 15px 30px;
	max-width: 750px;
	margin: 0 auto;
}
.addres-bx-wrap .addres-wrap {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 4px;
}
.myacnt-subheading p {
	color: #187eab;
	font-size: 20px;
	line-height: 120%;
	padding: 0 15px 12px;
	font-weight: 600;
	margin: 0;
	display: block;
	text-align: center;
	letter-spacing: 0.4px;
}
 .Addres-frm form {
	display: flex;
	flex-wrap: wrap;
}
.Addres-frm form p {
	margin: 0 auto;
	width: 50%;
	padding: 0 10px 8px;
	position: relative;
}
.Addres-frm {
	padding: 0 15px 25px;
}
.submit .addres-btn {
	background: #187eab;
	border: 1px solid #ff9400;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 28px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	margin: 10px 0 0 0;
	padding: 0px 13px;
	border-radius: 4px;
	font-size: 14px;
}
.Addres-frm form p.submit {
	text-align: center;
}
.Addres-frm form p label {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 100%;
}
.Addres-frm form p input {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0;
}
.addres-bx-wrap .addres-wrap address {
	margin: 0;
	padding-bottom: 9px;
	font-size: 14px;
}
.Edit-btn {
	background: #187eab;
	border: 1px solid #ff9700;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 28px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	margin: 10px 0 0 0;
	padding: 0px 13px;
	border-radius: 4px;
	font-size: 14px;
}
.Address-form p.submit {
	text-align: center;
}
/* Myaccount-Address End*/

/* Myaccount-details Start*/
.orders-myacdeta form {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.orders-myacdeta form > .form-group {
	width: 50%;
	padding: 0 10px 6px;
}
.myac-content .card-body p.note-txt {
	font-size: 20px;
	line-height: 120%;
	padding: 20px 0 5px;
	font-weight: 500;
	margin: 0;
	display: block;
	text-align: left;
	letter-spacing: 0.4px;
}
.deta-pwd li {
	font-size: 14px;
	color: #333;
	font-size: 14px;
	line-height: 120%;
	padding: 0 0 6px 15px;
	font-weight: 400;
	position: relative;
}
.deta-pwd li::before {
	position: absolute;
	top: 5px;
	right: auto;
	bottom: auto;
	width: 6px;
	height: 6px;
	background: #ffab31;
	content: "";
	left: 0;
	border-radius: 50px;
}
.change-password.orders-myacdeta form .Submit {
	text-align: left;
	padding-left: 10px;
}
.orders-myacdeta form > .form-group input {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0;
}
.orders-myacdeta form > .form-group label {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 100%;
}
.myac-content .card-body p {
	color: #333;
	font-size: 14px;
	line-height: 120%;
	padding: 0;
	font-weight: 400;
	margin: 0;
}
.myac-content .card-body p a {
	color: #ff9700;
}
.orders-myacdeta form .Submit {
	width: 100%;
	text-align: center;
}
.orders-myacdeta .Submit .btn {
	background: #187eab;
	border: 1px solid #ff9900;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 28px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	margin: 10px 0 0 0;
	padding: 0px 13px;
	border-radius: 4px;
	font-size: 14px;
}
.orders-myacdeta .Submit .btn:hover{
	border-color: #5f6788;
	background-color: transparent;
	color: #5f6788;
}
/* Myaccount-details End*/

/******************************My account PAGE End*******************************/

/******************************Addtocart popup Start*******************************/
.popu-wrap .pop-sub-title {
	display: flex;
	justify-content: space-between;
}
.popu-wrap .pop-sub-title h3, .popu-wrap .pop-sub-title h2, .popu-wrap .pop-sub-title h4, .popu-wrap .pop-sub-title h5, .popu-wrap .pop-sub-title h6, .popu-wrap .pop-sub-title p {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #187eab;
	letter-spacing: 0.6px;
	font-family: "Poetsen One", sans-serif;
}
.contnet-pop-des li {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #cccccc;
	align-items: center;
	padding: 7px 10px;
}
.popup-new-des li .pro-inp {
	display: flex;
	align-items: center;
}
.popup-new-des li .pro-inp input {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	cursor: pointer;
}
.popup-new-des li .pro-inp img {
	height: 70px;
	border: 1px solid #2d8a99;
	border-radius: 3px;
	background: #f3f9fb;
	padding: 4px;
	width: 70px;
	object-fit: contain;
}
.contnet-pop-des li .pro-inp span, .contnet-pop-des .po-price {
	padding-left: 8px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 400;
	display: inline-block;
	line-height: 150%;
	font-size: 14px;
	color: #333;
}
.popu-wrap .modal-header {
	justify-content: center;
}
.pop-btn {
	text-align: center;
}
.pop-btn .btn {
	border: 2px solid #f49149;
	color: #5f6788;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #f49149;
	transition: 0.9s all;
	font-size: 15px;
	margin-top: 10px;
}
.pop-btn .btn:hover{
	border: 2px solid #5f6788;
	font-weight: 500;
	border-radius: 35px;
	background: transparent;
}
/******************************Addtocart popup End*******************************/
/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec {
	padding: 80px 0;
}
.add-to-cart-form {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin: 0 150px;
}
.add-to-cart-form .shipping-cart {
	width: 65%;
}
.add-to-cart-form .price-pr-box {
	width: 35%;
	padding: 0 0 0 50px;
}
.add-to-cart-form .price-box {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 9px 0 #4db7b340;
	border-radius: 10px;
}
.price-box > h2, .price-box > h3, .price-box > h4, .price-box > h5, .price-box > h6, .price-box > p.prvtt {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	display: block;
	position: relative;
	text-transform: capitalize;
	color: #187eab;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	letter-spacing: 0.4px;
	font-family: "Poetsen One", sans-serif;
}
.price-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 17px;
}
.price-item p {
	text-align: left;
	font-size: 15px;
	line-height: 100%;
	text-transform: capitalize;
	margin: 0;
	font-weight: 500;
}
.price-item span {
	text-align: left;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	font-weight: 500;
}
.add-to-cart-form .Buy {
	line-height: 30px;
	padding: 0 20px;
	position: relative;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-size: 13px;
	background: #187eab;
	border: 1px solid #ff9800;
	border-radius: 5px;
	color: #fff;
}
.sub-total p, .sub-total span {
	font-weight: 600;
}
.add-to-cart-form .Buy:hover {
	border-color:  #ff9800;
	background: transparent;
	color: #ff9800;
}
.addtocart-sec .product-des:not(:last-child) {
	margin-bottom: 20px;
}
.addtocart-sec .product-des {
	padding: 10px;
	box-shadow: none;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #187eab;
}
.addtocart-sec .remove {
	position: absolute;
	top: -10px;
	right: -13px;
	left: auto;
	bottom: auto;
	height: auto;
}
.addtocart-sec .remove button {
	font-size: 0;
	background: transparent;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #a7a7a7;
	padding: 0;
	background-color: #fff;
}
.addtocart-sec .remove button::before {
	font-family: bootstrap-icons;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	padding: 0;
	content: "\f62a";
}
.addtocart-sec .remove button:hover {
	background-color: red;
	border-color: red;
	color: #fff;
}
.addtocart-sec .product-des img {
	height: 130px;
}
.addtocart-sec .pr-title h2, .addtocart-sec .pr-title h3, .addtocart-sec .pr-title h4, .addtocart-sec .pr-title h5, .addtocart-sec .pr-title h6 {
	color: #187eab;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	position: relative;
	padding-bottom: 7px;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	transition: 0.5s all;
}
.addtocart-sec .product-title-des {
	width: 75%;
}
.addtocart-sec .pr-des li {
	color: #6c6c6c;
	font-size: 13px;
	line-height: 100%;
	text-align: left;
	font-weight: 400;
	padding-bottom: 7px;
}
.addtocart-sec .pr-des li span {
	font-weight: 500;
	color: #333;
}
.addtocart-sec .price-other {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
.addtocart-sec .product-title-des .subul {
	height: 41px;
	overflow-y: auto;
	scrollbar-width: none;
}
.addtocart-sec .quantity-wrap {
	display: flex;
	align-items: center;
}
.addtocart-sec .quantity-wrap p {
	line-height: 100%;
	padding-right: 10px;
	font-size: 15px;
	color: #6c3428;
	font-weight: 500;
}
.addtocart-sec  p.stock {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	text-transform: capitalize;
	color: #007600;
	display: inline-block;
}
.addtocart-sec  .price span.dp {
	font-size: 14px;
}
.addtocart-sec .price span {
	font-size: 16px;
	color: #f67900;
	font-weight: 600;
}
.addtocart-sec .pr-title h2:hover, .addtocart-sec .pr-title h3:hover, .addtocart-sec .pr-title h4:hover, .addtocart-sec .pr-title h5:hover, .addtocart-sec .pr-title h6:hover {
	color: #ff9500;
}
.medical-Equi.All-products-lis, .medical-Equi.search-page {
	padding: 60px 0 80px;
}
.accories-edit {
	padding: 7px 0 0 0;
	margin-top: 8px;
	border-top: 1px solid #ccc;
}
.scc-ti {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}
body .acc-s {
	color: #187eab;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	position: relative;
	padding-bottom: 0;
	text-transform: capitalize;
	transition: 0.5s all;
}
.accories-edit .accedtbt button {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #1385b6;
	line-height: 100%;
	background: transparent;
	border: 0;
	padding: 0;
}
.accories-edit .accessory-details {
	display: flex;
	justify-content: space-between;
	padding-bottom: 6px;
}
.accories-edit .accessory-details span {
	font-weight: 500;
	font-size: 13px;
}
.accories-edit .accessory-details span.accessory-name {
	padding-right: 10px;
}
/*******************************Addtocart 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: #187eab;
	padding: 10px;
}
.detbsor .detracking-id {
	margin: 0px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "Poppins", 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;
}
.detor-bx .pr-ct-im img {
	padding: 10px;
	height: 110px;
}
.trackgopag {
	color: #2d8a99;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 6px 8px 6px;
	font-size: 15px;
	line-height: 100%;
	background: #fff;
	font-weight: 500;
	border-radius: 3px;
}
.trackgopag:hover{
	color: #fff;
	background: transparent;
}
.ofrd-det {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.ofrd-det > div {
	color: #8a8787;
	font-size: 15px;
	font-family: "Poppins", 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 5px;
	align-items: center;
}
.order-trckingp .main-title {
	padding-bottom: 13px;
}
.accories-txt {
	color: #333;
	font-size: 14px;
	line-height: 100%;
	text-align: left;
	font-weight: 600;
	font-family: "Poppins", 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;
}
.single-pr-tit p {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 400;
	color: #187eab;
	font-family: "Poetsen One", sans-serif;
	padding: 0 0 7px;
}
.ct-pr-des {
	margin: 0;
	padding: 0;
	max-height: 80px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #5ca8ba #dfdfdfb2;
	margin-right: 10px;
}
/****************************** Order Page CSS End*******************************/
/*******************************Checkout page CSS Start*******************************/
.Checkout-page {
	padding: 90px 0;
}
.checkout-ad {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	padding-top: 20px;
}
.checkout-address {
	width: 70%;
	padding-right: 20px;
	border-right: 1px solid #cecede;
	padding-top: 20px;
}
.checkout-price {
	width: 30%;
	padding-left: 20px;
	padding-top: 20px;
}
.checkout-address .adresses {
	border: 1px solid #187eab;
	background-color: rgb(255, 255, 255);
	padding: 20px 30px 20px 50px;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 #187eab73;
}
.check-title {
	display: flex;
	justify-content: space-between;
}
.check-title h2, .check-title .chk-tip {
	color: #187eab;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	font-family: "Poppins", serif;
}
.check-title a {
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	color: #509eaa;
}
p.adress-des {
	text-align: left;
	color: #606060;
	font-size: 14px;
	line-height: 160%;
	margin: 0 0;
	padding: 15px 0 15px;
	font-weight: 500;
}
.adress-des.number {
	padding: 0;
}
.check-sub {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #353543;
	text-align: left;
}
.checkout-price .total-pro {
	display: flex;
	justify-content: space-between;
}
.checkout-price .total-pro p {
	margin: 0 0;
	padding: 0 0 8px 0;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 150%;
	text-align: left;
	display: flex;
	justify-content: flex-end;
}
.checkout-price .total-pro p input {
	-moz-appearance: textfield;
	background: transparent;
	padding: 0;
	font-size: 14px;
	color: #333;
	display: inline-block;
	border: 0;
	height: auto;
	width: 55px;
	font-weight: 500;
	box-shadow: none;
}
.checkout-price .total-pro.total-dis p input {
	color: #038d63;
}
.checkout-price .total-dis {
	border-bottom: 1px solid #b0b0b5;
}
.checkout-price .total-dis p {
	color: #038d63;
}
.checkout-price .order-total p {
	padding-top: 10px;
	font-weight: 600;
	color: #333;
	font-size: 16px;
}
.congr-to::before {
	font-family: bootstrap-icons;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	position: absolute;
	right: auto;
	left: 12px;
	bottom: auto;
	top: 12px;
	width: 16px;
	height: 16px;
	background: #0c986e;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\f4d1";
}
.congr-to {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	color: #019367;
	line-height: 40px;
	background: #d3f4ea;
	border-radius: 5px;
	padding: 0 0 0 40px;
	position: relative;
}
.checkout-price .Buy {
	font-size: 14px;
	line-height: 30px;
	padding: 0 20px;
	position: relative;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	background: #187eab;
	border: 1px solid #ff9502;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
}
.checkout-price .Buy:hover {
	background: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
body .btn:focus{
	box-shadow: none;
}
/*******************************Checkout page CSS End*******************************/

/*******************************Edit Address Popup CSS Start*******************************/
.Address-form input[type="number"] {
	-moz-appearance: textfield;
}
.checkout-pop-up .modal-title {
	text-transform: capitalize;
	font-weight: 700;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	color: #2d8a99;
	font-size: 19px;
	text-align: center;
	font-family: "Poetsen One", sans-serif;
	letter-spacing: 0.3px;
}
.checkout-pop-up .modal-dialog {
	max-width: 650px;
}
.Address-form p {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.Address-form label {
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 0px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	color: #5f6788;
	display: block;
	line-height: 100%;
}
.Address-form input {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	font-weight: 400;
	margin: 0;
	border-left: 2px solid #ff9800;
	border-right: 2px solid #ff9800;
	border-radius: 5px;
	font-size: 14px;
	padding: 6px;
	color: #999;
}
.Address-form .submit input {
	font-style: normal;
	margin: 0px;
	display: block;
	text-align: center;
	height: 32px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 32px;
	letter-spacing: 0;
	padding: 0 7px;
	background: #057386;
	font-size: 14px;
	position: relative;
	border-radius: 2px;
	border: 1px solid #ff9800;
	transition: 0.5s all;
	color: #fff;
	display: inline-block;
	width: 120px;
}
.Address-form .submit input:hover{
	background-color: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
/*******************************Edit Address Popup CSS End*******************************/

/******************************** Not A Ecommerce page  ********************************/
.All-products-lis .main-title {
	text-align: center;
}
/* Home page CSS Start */
.ctalg-btn .ing-act {
	border: 1px solid #174854;
	color: #174854;
	line-height: 25px;
	background-color: transparent;
	padding: 0 8px;
	font-size: 13px;
	border-radius: 3px;
	letter-spacing: 0;
}
.ctalg-btn .ing-act:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.gtqtbt {
	background: transparent;
	line-height: 27px;
	font-size: 14px;
	color: #a1097b;
	border: 1px solid #a1097b;
	border-radius: 3px;
	width: 100%;
	height: auto;
	position: relative;
	transition: 0.5s all;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	padding: 0 10px 0 10px;
	font-weight: 500;
	letter-spacing: 0;
}
.gtqtbt:hover {
	background: #a1097b;
	color: #fff;
	border-color: #a1097b;
}
.gtqbt {
	width: auto;
	height: auto;
	font-size: 14px;
	background: transparent;
	color: #fff;
	border-radius: 2px;
	line-height: 27px;
	position: relative;
	transition: 0.5s all;
	text-transform: capitalize;
	font-family: "Poppins", serif;
	padding: 0 8px 0 8px;
	font-weight: 500;
	letter-spacing: 0;
	border: 1px solid #fff;
}
.gtqbt:hover{
	background: #333;
	color: #fff;
	border-color: #fff;
}
.prdet-qt {
	padding-left: 13px;
}
/**************************************************************** RESPONSIVE START ****************************************************************/
@media only screen and (max-width: 1300px) {
	/*******************************Header CSS Start*******************************/
	.call-email-wrap a {
		margin-left: 0;
	}
	.menu-ul li a {
		margin: 0 15px;
	}
	/*******************************Header CSS End*******************************/
	/*******************************Home page  CSS Start*******************************/
	.products-equi {
		grid-template-columns: repeat(5,1fr);
		grid-gap: 25px;
	}
	.usppara {
		padding-left: 10px;
		width: 100px;
	}
	.bxl {
		width: 200px;
		padding: 10px;
		height: 90px;
	}
	.usppara p {
		font-size: 15px;
	}
	.img-wrxd {
		width: 70px;
		height: 70px;
	}
	.bsk0w {
		max-width: 850px;
		margin: 0 auto;
	}
	/*******************************Home page CSS End*******************************/


}
@media only screen and (max-width: 1200px) {
	.medical-Equi.All-products-lis, .medical-Equi.search-page {
		padding: 50px 0 60px;
	}
	.medical-Equi {
		padding: 0 0 50px 0;
	}

/*******************************Header CSS Start*******************************/
.menu-ul li a {
	font-size: 14px;
	margin: 0 12px;
}
	.head-category-list {
		width: 25%;
	}
	.menu-ul {
		justify-content: center;
	}
.call-email-wrap a {
	font-size: 14px;
	padding-left: 27px;
	margin: 0;
	font-weight: 500;
}
.call-email-wrap a::before {
	top: -1px;
	font-size: 25px;
	left: -4px;
}
	.header-menu {
		width: 60%;
	}
	.call-email-wrap {
		width: 19%;
	}
	.head-logo-wrap a {
		max-width: 100%;
		height: 35px;
	}
	.top-head .head-ser-wrap {
		width: 50%;
		padding: 0;
	}
	.account-head {
		width: 50%;
	}
	.wish-cart-account a.headcart {
		margin-left: 0;
	}
	.top-head .wish-cart-account {
		width: 5%;
	}
	.menu-ul li a:hover::before {
		height: 0;
		opacity: 0;
	}
	.menu-ul li a:hover {
		color: #027db1;
	}
.account-show {
	font-size: 15px;
	padding-left: 0;
}
	.account-show::before {
		font-size: 21px;
		top: 1px;
	}

/*******************************Header CSS End*******************************/
/*******************************Footer CSS Start*******************************/
.ft-lo > a {
	height: 50px;
	max-width: 220px;
	padding-bottom: 0;
}
	.ft-con li {
		font-size: 15px;
	}
	.ft-wrap > h3,
	.ft-wrap > h2, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > h6, .ft-wrap > p.ftt-s {
		font-size: 19px;
		padding-bottom: 12px;
	}
	.ftcat {
		display: none;
	}
	.foot-ab-cnt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 15px;
	}
	.ft-wrap li a {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.main-ft {
		padding: 90px 0 30px;
	}
	.cnect-cn p {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.cnect-cn span {
		font-size: 17px;
	}
	.ft-lo {
		width: 25%;
		padding-right: 30px;
	}
	.ftcat {
		display: none;
	}
	.ft-lo {
		width: 35%;
		padding-right: 30px;
	}
	.ft-qu {
		width: 20%;
	}
	.ft-myac {
		width: 20%;
	}
	.ft-cnt {
		width: 25%;
	}
	.foot-ab-cnt {
		padding-top: 12px;
	}
/*******************************Footer CSS End*******************************/
/*******************************Home page CSS start*******************************/
/* home-about Start*/
.home-about {
	padding: 0 40px 50px;
	position: relative;
}
/* home-about End*/
/* home-medical Start*/
.products-equi {
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
	padding-top: 20px;
}
.home-about p {
	font-size: 14px;
}
.home-about {
	padding: 0 0 50px;
}
.common-btn {
	margin-top: 20px;
}
.products-equi .pro-equ-ig-wr {
	height: 175px;
	padding: 10px;
}
/* home-medical End*/
/* home-patient Start*/
.cate-content {
	padding-left: 20px;
}
.category-cont {
	grid-gap: 10px;
}
.cate-box-wrap img {
	height: 100px;
}
.cat-pro-titl h2, .cat-pro-titl h3, .cat-pro-titl h4, .cat-pro-titl h5, .cat-pro-titl h6, .cat-pro-titl h1 {
	font-size: 13px;
	font-weight: 400;
}
.cate-box-wrap {
	padding: 10px 8px 15px;
}
.catemain-img {
	display: none;
}


.tab-content > .active {
	display: block;
}
.category-con .d-flex {
	display: block !important;
}
body .price span.dp {
	font-size: 10px;
	padding-right: 3px;
}
.price span {
	font-size: 17px;
}
.subreview .fa-star {
	font-size: 10px;
}
.medical-Equi {
	padding: 0 0 50px 0;
}
.category.Uni-categ, .de-cae{
    padding: 0 0 50px 0;
  }
.category-con {
	margin-top: 20px;
}
.wish, .add-cart {
	right: 10px;
	top: 20px;
	opacity: 1;
}
 .add-cart {
	right: auto;
	left: 10px;
}
.wishlist, .add-to-cart {
	line-height: 25px;
	width: 25px;
	height: 25px;
}
.wishlist::before, .add-to-cart::before {
	font-size: 16px;
	line-height: 100%;
}
  .category-2 .cate-img-box-wrap {
	padding-bottom: 10px;
}
/* home-electric Start*/
.category .feature-ul li {
	font-size: 13px;
	padding-bottom: 4px;
}
.category-5 .feature-ul li {
	padding: 2px 0;
}
.category .feature-ul {
	max-height: 80px;
	margin: 7px 0;
}
body .category-2 .price span.dp {
	font-size: 12px;
}
.category-2 .price span {
	font-size: 15px;
}
.category-2 .subreview .fa-star {
	font-size: 10px;
}
.category-2 .cate-box-wrap {
	padding: 20px 0 0;
	border-radius: 5px;
}
.category-2 .category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 25px;
}
.category-2 {
	padding-bottom: 60px;
}
.main-title p {
	font-size: 14px;
}
.category-2 .cate-box-wrap img {
	height: 140px;
}
.category-2 .cat-pro-titl h2, .category-2 .cat-pro-titl h3, .category-2 .cat-pro-titl h4, .category-2 .cat-pro-titl h5, .category-2 .cat-pro-titl h6, .category-2 .cat-pro-titl h1 {
	font-size: 16px;
	line-height: 130%;
}
.offer-off {
	top: 15px;
}
.category-2 .price span {
	font-size: 17px;
}
.category-2 .cate-box-wrap:hover .add-cart {
	left: auto;
	bottom: auto;
}
.category-2 .add-cart {
	bottom: auto;
	top: -6px;
	left: auto;
	right: 0;
	opacity: 1;
	display: inline-block;
	width: auto;
	padding: 0;
}
.cate-uni-wrap {
	padding-bottom: 0;
}

.category-2.nre-categio .add-to-cart {
	line-height: 30px;
	font-size: 14px;
	width: auto;
	height: auto;
	background: transparent;
	color: #4f5255;
	text-transform: capitalize;
	border: 1px solid #4f5255;
	padding: 0 10px;
	margin-top: 10px;
}
.category-2.nre-categio .add-to-cart::before{
	display: none;
}
.category-2 .add-to-cart::before {
	left: 6px;
	top: 2px;
}
.nre-categio {
	padding: 0 0 50px 0;
}
.Uni-categ.category-8 {
	padding: 0 0 50px;
}
/* home-electric End*/

/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px 14px;
}
.category-4.spect-cate-sec .category-cont, .category-4 .category-cont {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 25px 30px;
}
.category-4 {
	padding: 0 0 60px 0;
}
.nre-categio {
	padding: 0;
}
.category-4 .add-to-cart::before {
	font-size: 14px;
}
.category-4 .cate-box-wrap {
	border-radius: 10px;
	padding: 20px 10px;
}
.category-4 .cate-box-wrap:hover, .category-4 .cate-box-wrap {
	padding-bottom: 35px;
	margin-bottom: 0;
	z-index: 9;
}
.category-4 .add-cart {
	position: absolute;
	opacity: 1;
	bottom: 0;
}
.category-4 .cate-box-wrap:hover, .category-4 .cate-box-wrap {
	padding-bottom: 45px;
	margin-bottom: 0;
	z-index: 9;
}	
.category-4.spect-cate-sec {
	margin-bottom: 50px;
}
.category-4 .add-cart .add-to-cart {
	font-size: 13px;
	line-height: 24px;
	padding: 0 6px 0 25px;
}
.category-4 .add-cart .add-to-cart::before {
	font-size: 18px;
	inset: 2px auto auto 4px;
	display: block;
}
.ing-act {
	font-size: 13px;
	border-radius: 2px;
	line-height: 25px;
	padding: 0px 7px 0 7px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 {
	padding: 0 0 50px;
}
.category-5 .add-to-cart::before {
	inset: 1px auto 0 2px;
	font-size: 19px;
}
/* home-heavy End*/
.category.category-6 {
	padding: 0 0 70px;
}

.debs-wr1 .chere, .debs-wr4 .chere {
	padding: 15px 20px;
}
.catdecae h2, .catdecae h3, .catdecae h4, .catdecae h5, .catdecae h6, body .catdecae p.catdecae-t {
	font-size: 23px;
}
.debs-wr1 .cnt-s, .debs-wr4 .cnt-s {
	width: 70%;
}
.debs-wr1 .bfegimgh-wr, .debs-wr4 .bfegimgh-wr {
	width: 30%;
}
.debs-wr1 .cnt-s p, .debs-wr4 .cnt-s p {
	-webkit-line-clamp: 8;
}
.catd-img {
	height: 180px;
}
.cnt-s p {
	font-size: 15px;
}
.nw-dg-webtn {
	line-height: 36px;
	padding: 0 20px 0 20px;
	margin-top: 14px;
	font-size: 15px;
	text-transform: capitalize;
}
.debs-wr2 .catd-img, .debs-wr3 .catd-img {
	height: 121px;
}
.debs-wr.debs-wr1 {
	padding-right: 20px;
}
.debs-wr.debs-wr1, .debs-wr.debs-wr2 {
	padding-bottom: 20px;
}
.debs-wr.debs-wr4 {
	padding-left: 20px;
}

/*******************************Home page CSS End*******************************/
/*******************************About page CSS End*******************************/
.Aboutpage-sec .main-title p:not(:last-child) {
	padding-bottom: 10px;
}
.co-title h1 {
	margin-bottom: 5px;
}
/*******************************About page CSS End*******************************/
/*******************************Contact page CSS Start*******************************/
.with-con {
	padding: 0;
}
.contact-sec {
	margin: 30px 40px 0;
}
.Contactpage-sec {
	padding: 60px 0;
}
/*******************************Contact page CSS End*******************************/

/*******************************Laboratory Equipment page CSS Start*******************************/
.Medicalequ-sec {
	padding: 60px 0;
}
.medical-pro-list {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
	width: 75%;
	padding-left: 20px;
}
.medical-produ-list {
	width: 100%;
	padding-left: 0;
}
.medical-produ-list .medical-pro-list{
	width: 100%;
	padding-left: 0;
}
.medical-list, .Sub-medical-cateh .medical-list {
	width: 25%;
}

a.product-img {
	height: 120px;
}
.medical-pro-list a.product-img {
	height: 160px;
	padding: 0 10px 10px;
}
/*******************************Laboratory Equipment page CSS End*******************************/

/*******************************Subcategory page CSS Start*******************************/
.subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px 15px;
}
.sub-cate-th-wr .subcate-list-ul {
	grid-template-columns: repeat(3,1fr);
}
.footer-cate-box {
	position: static;
	opacity: 1;
	padding: 10px 10px;
	margin-top: 0;
}
.subcate-list-ul > li {
	padding: 0;
}
.Subcategory-sec {
	padding: 60px 0;
}
.Sub-medical-cateh .subcate-list {
	width: 75%;
	padding-left: 20px;
}
.sub-cate-th-wr .Sub-medical-cateh .subcate-list {
	width: 100%;
	padding-left: 0;
}
.subcate-list-ul > li:hover {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sb-pro-name h2, .sb-pro-name h3, .sb-pro-name h4, .sb-pro-name h5, .sb-pro-name h6 {
	font-size: 17px;
}
.sub-conte-img {
	padding-bottom: 12px;
}

/*******************************Subcategory page CSS End*******************************/

/*******************************Product-details page CSS Start*******************************/
.faq-askex-section {
	margin: 25px 0 0;
}
.faq-form-sec {
	padding-bottom: 60px;
	padding-top: 60px;
}
.faq-askex-section .faq-wrap {
	width: 100%;
	padding-right:0;
}
.faq-askex-section .faq-contact-form {
	width: 100%;
}
.speci-ask-experts {
	padding-bottom: 50px;
}
.speci-experts .specifi {
	max-width: 100%;
}
.product-details-sec {
	padding: 60px 0;
}
.product-details-sec .container {
	padding: 0 15px;
}
.product-details-sec .pro-del-content-wrap {
	width: 65%;
}
.product-details-sec .product-imgs {
	width: 35%;
	top: 160px;
}
.product-details-sec .img-select a {
	height: 80px;
}
.product-details-sec {
	padding: 60px 0 40px;
}
/*******************************Product-details page CSS End*******************************/
/****************************** Catalog page CSS Start*******************************/
.cata-img-wrap {
	height: 115px;
}
.cata-des-wrap .cata-sub-list ul li {
	padding-left: 17px;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn {
	font-size: 13px;
}
.catalog-sec {
	padding: 60px 0;
}
/****************************** Catalog page CSS End*******************************/
/******************************Login PAGE Start*******************************/
.login-section {
	padding: 60px 0px;
}
/******************************Login PAGE End*******************************/

/******************************My account PAGE Start*******************************/
/* Myaccount-details Start*/
.Myaccount-sec {
	padding: 60px 0;
}
.Myac-1-btns {
	margin: 0 0 50px 0 !important;
	grid-gap: 30px;
}
/* Myaccount-details End*/
/******************************My account PAGE End*******************************/
/*******************************Addtocart page CSS Start*******************************/
.add-to-cart-form {
	margin: 0;
}
.add-to-cart-form .price-pr-box {
	padding: 0 0 0 20px;
}
.addtocart-sec {
	padding: 60px 0;
}
/*******************************Addtocart page CSS End*******************************/
/*******************************Checkout page CSS Start*******************************/
.Checkout-page {
	padding: 70px 0;
}
/*******************************Checkout page CSS End*******************************/
.category-cont {
	grid-template-columns: repeat(3,1fr);
}


}
@media only screen and (max-width: 1024px) {
    .header.fixed {
        position: fixed;
        background: #f57e2b;
        z-index: 999;
        width: 100%;
        transition: 0.5s all;
        box-shadow: 0 0 11px #404040;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin-top: -60px;
    }
.nav-span {
	position: absolute;
	height: 31px;
	width: 31px;
	display: block;
	cursor: pointer;
	top: 0px;
	right: 25px;
	bottom: 0;
	margin: auto;
	background: transparent;
	border-radius: 0;
	border: 1px solid #057486;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
    .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: #187eab;
	width: 330px;
	border-left: 2px solid #ff9500;
}
    .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: #ff9500;
	}
    .show-menu .nav-span::before {
        box-shadow: none;
        transform: rotate(45deg);
        background: #fff;
    }
    .show-menu .nav-span::after {
        opacity: 1;
        visibility: visible;
        transform: rotate(-45deg);
    }
    .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: #057386;
		margin: auto;
		box-shadow: 0 -7px 0 0 #057386,0 7px 0 0 #057386;
		transition: 0.5s all;
	}

/* Custom CSS Start */
/************ Header CSS Start **********/
.main-header-wrapper .header-menu .nav-span {
	display: block;
}
.account-head {
	margin: 0;
}
.wish-cart-account {
	margin-right: 60px;
}
.menu-ul {
	display: block;
}
.menu-ul li a {
	margin: 0;
	padding: 12px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
    transition: 0.5s all;
}
.menu-ul li a:hover {
	background-color: transparent;
	color: #333;
}
html.show-menu {
	overflow: hidden;
}
.head-logo-wrap {
	width: 25%;
}
.top-head .head-ser-wrap {
	width: 60%;
	padding: 0;
}
.head-category-list {
	width: 35%;
}
.header-menu {
	width: 0;
}
.account-show-wrap {
	width: auto;
	display: none;
}
.account-ul a {
	font-size: 15px;
	text-align: left;
}
.account-head {
	margin: 0;
	width: 40%;
	display: block;
	text-align: right;
}
.account-head.mobile-account-head {
	display: block;
	width: 75%;
	text-align: right;
}
.account-show {
	color: #333;
	padding-left: 31px;
	font-size: 14px;
}
.top-head .wish-cart-account {
	width: 5%;
	margin: 0;
	padding-right: 10px;
}
.show-menu .fixed .nav-span {
	top: 0;
}
.account-ul {
	min-width: 120px;
	bottom: -75px;
	min-height: 67px;
}
.account-show::before {
	font-size: 26px;
	top: -1px;
	color: #333;
}
.top-head .call-email-wrap {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.top-head .call-email-wrap::before, .top-head .call-email-wrap::after {
	display: none;
}
.call-email-wrap a {
	font-size: 15px;
	padding-left: 30px;
	margin: 0;
	font-weight: 500;
}
.call-email-wrap a::before {
	top: 0;
	font-size: 23px;
	left: 0;
}
.ask-btn-wrp {
	width: 75%;
	max-width: 158px;
	margin-right: 48px;
	margin-left: auto;
}
.menu-ul li a:hover, .menu-ul li.active a {
	color: #fff;
}
.menu-ul li.Mobilehe-menu {
	display: block;
}
.menu-ul li a::before {
	display: none;
}
/************ Header CSS End **********/
/*******************************Laboratory Equipment page CSS Start*******************************/
.medical-pro-list {
	grid-template-columns: repeat(3,1fr);
}
.sub-catt-img {
	width: 100%;
	padding: 10px 0 10px 0;
}
.subcate-list-ul .img-wrap {
	height: 150px;
}
.subcate-list-ul > li {
	padding: 0;
}
.sub-conte-img {
	width: 100%;
	padding: 0 10px 0;
}
.sub-cate-th-wr .subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
}
.sub-cate-catal a {
	font-size: 12px;
	border-radius: 20px;
	text-transform: capitalize;
	padding: 0 10px;
}
.subcate-list-ul .add-to-cart {
	border-radius: 5px 0;
	padding: 0 17px;
	font-size: 0;
}
.sub-cate-catal a::before {
	font-size: 16px;
	left: 8px;
	top: 6px;
}
/*******************************Laboratory Equipment page CSS End*******************************/
/*******************************Catalog page CSS Start*******************************/
.cata-box {
	grid-template-columns: repeat(2,1fr);
}
/*******************************Catalog page CSS End*******************************/




}
@media only screen and (max-width: 991px) {
	.medical-Equi.All-products-lis, .medical-Equi.search-page {
		padding: 40px 0 60px;
	}
	.prod-det-cnt p.prou-det-tisp {
		font-size: 16px;
		padding: 0 0 0 10px;
		margin-bottom: 10px;
	}
	.category-con {
		margin-top: 10px;
	}
/************ Header CSS Start **********/
.top-head .head-ser-wrap {
	width: 60%;
	padding: 0;
}
.head-logo-wrap {
	width: 40%;
}
.header-menu {
	width: 0;
}
.head-logo-wrap {
	width: 35%;
}
.ask-btn-wrp {
	width: 65%;
}
.account-show::before {
	font-size: 26px;
	top: -1px;
	color: #333;
}
.account-head {
	margin:0;
	width: 40%;
}
.account-show {
	padding-left: 32px;
	font-size: 15px;
}
.head-logo-wrap a {
	height: 30px;
	max-width: 100%;
}
/************ Header CSS End **********/

/*******************************Footer CSS Start*******************************/
.ft-cnect {
	display: none;
}
.main-ft {
	padding: 80px 0 30px;
}
.ft-lo {
	width: 40%;
}
.ft-qu {
	width: 30%;
}
.main-ft .container {
	flex-wrap: wrap;
}
.ftcat {
	display: none;
}
.ft-myac {
	width: 30%;
	display: none;
}
.ft-lo > a {
	height: 38px;
}
.ft-cnt {
	width: 30%;
}
.copywrite a {
	font-size: 15px;
	padding-right: 10px;
}
.copywrite p {
	font-size: 15px;
}
.copywrite {
	padding: 14px 0;
}
/*******************************Footer CSS End*******************************/

/*******************************Home page CSS Start*******************************/
/* home-banner Start */
.banner-img {
	margin-bottom: 20px;
}
/* home-banner End */

/* home-about Start*/
.home-about {
	display: none;
}
/* home-about End*/
/* home-medical Start*/
.products-equi a {
	padding: 15px 10px 15px;
}
.products-equi p, .products-equi h1, .products-equi h2, .products-equi h3, .products-equi h4, .products-equi h5, .products-equi h6  {
	font-size: 15px;
	line-height: 120%;
	padding: 10px 0 0;
}
.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: 26px;
}
.rarevt .main-title .nn-head-tag {
	display: block;
}
.products-equi {
	padding-top: 15px;
}
.main-title p {
	font-size: 14px;
}
.common-btn .btn {
	line-height: 25px;
	padding: 0 7px;
	font-size: 12px;
	border-radius: 3px;
}
.common-btn .btn:hover{
	border-radius:  10px 0 10px 0;
}
.products-equi {
	grid-template-columns: repeat(4,1fr);
}
/* .main-title h1::first-letter,
 .main-title h2::first-letter,
  .main-title h3::first-letter,
   .main-title h4::first-letter, 
   .main-title h5::first-letter,
    .main-title h6::first-letter{
	font-size: 40px;
} */
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6, .main-title p.nn-head-tag {
	padding-bottom: 0px;
}
.main-title h1::before, .main-title h2::before, .main-title h3::before, .main-title h4::before, .main-title h5::before, .main-title h6::before {
	width: 65px;
	height: 4px;
	background-size: 100% 100%;
}
/* home-medical End*/
/* home-patient Start*/
.catemain-img {
	display: none;
}
.tab-content > .active {
	padding: 0;
}
.category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}
.category .main-title h2, .category .main-title h3, .category .main-title h4, .category .main-title h5, .category .main-title h6 {
	font-size: 26px;
}
.category-con {
	margin-top: 10px;
}
/* home-patient End*/
/* home-electric Start*/
.category-2 .category-cont {
	grid-gap: 15px;
	grid-template-columns: repeat(3,1fr);
}
/* home-electric End*/
/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(2,1fr);
}
.categ-conte-wr {
	width: 70%;
	padding-left: 5px;
}
.categ-conte-wr::before {
	display: none;
}
.category-4.spect-cate-sec .category-cont, .category-4 .category-cont {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 10px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 .category-cont {
	grid-template-columns: repeat(3,1fr);
}
.spect-cate-sec .cate-box-wrap img {
	height: 120px;
}
.category-4 .cat-pro-titl h2, .category-4 .cat-pro-titl h3, .category-4 .cat-pro-titl h4, .category-4 .cat-pro-titl h5, .category-4 .cat-pro-titl h6 {
	font-size: 15px;
	padding: 0 0 5px 0;
}
.category-4 .add-cart .add-to-cart {
	font-size: 13px;
	padding: 0 10px 0 10px;
	line-height: 25px;
}
.category-4 .cate-box-wrap:hover, .category-4 .cate-box-wrap {
	padding-bottom: 40px;
	margin-bottom: 0;
	z-index: 1;
}
.category-4 .add-cart .add-to-cart::before {
	font-size: 16px;
	inset: 7px 120px 0 0;
	display: none;
}
.common-btn {
	margin-top: 15px;
}
/* home-heavy End*/
.main-title > p {
	display: none;
}
.category.category-6 {
	padding: 0 0 60px;
}
/*******************************Home page CSS End*******************************/
/*******************************Contact page CSS Start*******************************/
.contact-sec {
	margin: 20px 0px 0;
}
.contact-sec {
	padding: 30px 10px;
	border-radius: 20px;
	align-items: center;
}
.contact-with {
	padding-left: 20px;
	padding-top: 0px;
}
.contact-title h2 {
	font-size: 22px;
	padding-bottom: 7px;
}
.contact-sec p {
	padding-top: 7px;
	line-height: 100%;
}
.contact-with h3 {
	font-size: 19px;
}
.with-con {
	padding: 0;
}
.with-con li {
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px;
}
.with-con li::before {
	font-size: 19px;
}
.with-con li.conph::before {
	font-size: 20px;
}
.contact-sec .main-div {
	grid-gap: 0 10px;
}
.Contactpage-sec {
	padding: 50px 0;
}
/*******************************Contact page CSS End*******************************/

/*******************************Laboratory Equipment page CSS Start*******************************/
.Medicalequ-sec {
	padding: 50px 0;
}
.medical-produ-list .medical-pro-list{
	width: 100%;
	padding-left: 0;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
.medical-list, .Sub-medical-cateh .medical-list {
	width: 35%;
}
.subcate-list-ul {
	grid-template-columns: repeat(1,1fr);
	max-height: 1070px;
	overflow-y: auto;
	scrollbar-width: none;
}
a.product-img {
	height: 120px;
}
.sub-cate-th-wr .subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 25px 25px;
}
.product-title h2, .product-title h3, .product-title h4, .product-title h5, .product-title h6 {
	font-size: 16px;
}
/*******************************Laboratory Equipment page CSS End*******************************/
/*******************************Subcategory page CSS Start*******************************/
.subcate-list-ul {
	grid-template-columns: repeat(1,1fr);
	max-height: 1070px;
	overflow-y: auto;
	scrollbar-width: none;
}
.Subcategory-sec {
	padding: 50px 0;
}
.subcate-list-ul .img-wrap {
	height: 150px;
	padding: 0;
}
.Sub-medical-cateh .subcate-list {
	width: 65%;
}
.sub-cate-th-wr .Sub-medical-cateh .subcate-list {
	width: 100%;
}
.subcattabs ul a {
	padding: 0 10px 0px 10px;
	font-size: 13px;
	margin-bottom: 0;
}
/*******************************Subcategory page CSS End*******************************/

/*******************************Product-details page CSS Start*******************************/
.faq-contact {
	flex-wrap: wrap;
}
.faq-contact p {
	width: 50%;
	padding: 0 5px 0px;
}	
.product-details-sec {
	padding: 50px 0 40px;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 30px;
	padding-top: 0;
}
.prodel-title h1, .prodel-title h2, .prodel-title h3, .prodel-title h4, .prodel-title h5, .prodel-title h6 {
	font-size: 20px;
}
.category-5.product-detai-cate {
	padding-top: 30px;
}
.product-detai-cate.category .main-title h2, .product-detai-cate.category .main-title h3, .product-detai-cate.category .main-title h4, .product-detai-cate.category .main-title h5, .product-detai-cate.category .main-title h6 {
	font-size: 20px;
}
.prodel-title p {
	font-size: 14px;
	padding: 7px 0 5px;
}
.pr-q-ad-wr .price::before, .pr-q-ad-wr .quantity-wrap::before, .pr-q-ad-wr .pro-dt-add-cart::before {
	display: none;
}
.pr-q-ad-wr .price, .pr-q-ad-wr .quantity-wrap, .pr-q-ad-wr .pro-dt-add-cart {
	padding-left: 10px;
}
.pr-det-pricing .price-other > div:not(:last-child) {
	margin-right: 40px;
}
.product-details-sec .capacity .pdcaph {
	font-size: 14px;
}
.product-details-sec .capacity .pdcaph button {
	line-height: 25px;
	padding: 0 7px;
	font-size: 13px;
	margin-left: 10px;
}
.des-type li, .des-type li a {
	font-size: 14px;
}
.faq-askex-section .faq-wrap {
	width: 100%;
	padding-right: 0;
}
.faq-askex-section .faq-contact-form {
	width: 100%;
	margin-top: 20px;
}
.product-details-sec .to-cart button {
	line-height: 27px;
	font-size: 12px;
}
.product-details-sec .img-showcase {
	height: 100%;
}
.qun-ca-wi {
	padding: 8px 0;
}
.product-details-sec .price span.dp {
	font-size: 12px;
	padding-right: 5px;
}
.product-details-sec .img-select a {
	height: 65px;
	border-radius: 2px;
}
.speci-experts .specifi ul li button {
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	margin: 0 10px;
}
.specifi ul li .nav-link.active {
	font-size: 14px;
}
.specifi > div {
	padding: 0;
	min-height: 200px;
}
.specifi .tab-content p {
	font-size: 14px;
}
.speci-table tr th, .speci-table tr td {
	padding: 0 5px;
	font-size: 14px;
}
.features-des li {
	padding-bottom: 4px;
	font-size: 14px;
}
.prod-det-cnt p {
	font-size: 14px;
}
.faq-askex-section .accordion__header {
	padding: 10px 35px 10px 10px;
	font-size: 14px;
}
.faq-askex-section .accordion__item .accordion__content p {
	font-size: 13px;
}
.faq-askex-section .accordion__header.active + .accordion__content {
	margin-top: 7px;
	margin-bottom: 7px;
}
.faq-askex-section .accordion__item .accordion__content {
	padding: 0 15px;
}
.faq-askex-section .accordion__header::before {
	top: 8px;
	width: 23px;
	height: 23px;
	border-radius: 2px;

}
/* .faq-askex-section .accordion__header.active::before {
	font-size: 18px;
	font-weight: 500;
} */
.speci-experts .specifi ul li button::before {
	bottom: -4px;
}
.product-details-sec .product-imgs {
	width: 40%;
}
.product-details-sec .pro-del-content-wrap {
	width: 60%;
}
/* Rating Section CSS Start */
.rvw-wr {
	width: 50%;
	padding: 0 5px;
}
.tangcnt {
	font-size: 14px;
	padding: 0;
	height: 39px;
}
.ratbgbx .ratng-star .stars i {
	font-size: 13px;
}
.ratbgbx .ratng-star {
	padding-bottom: 6px;
}
/* Rating Section CSS End */
/*******************************Product-details page CSS End*******************************/

/****************************** Catalog page CSS Start*******************************/
.cata-box {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
}
.catalog-sec .main-title p {
	font-size: 13px;
	padding:0 0 15px 0;
}
/****************************** Catalog page CSS End*******************************/

/******************************Login PAGE Start*******************************/
.login-section {
	padding: 40px 0px;
}
.login-section .bg-white {
	padding: 15px;
}
/******************************Login PAGE End*******************************/
/******************************My account PAGE Start*******************************/
.order-card p, .order-title p {
	font-size: 14px;
	color: #545454;
	padding: 7px 0;
}
.my-ac-heading h2, .my-ac-heading h3, .my-ac-heading h4, .my-ac-heading h5, .my-ac-heading h6, .my-ac-heading h1,  .my-ac-heading p{
	padding: 7px;
	font-size: 20px;
}
.Myaccount-sec .track .icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.track .step .icon i {
	line-height: 30px;
}
.Myaccount-sec .track .step::before {
	top: 14px;
}
.Myaccount-sec .track .step {
	margin-top: -14px;
}
.Myaccount-sec .track .text {
	font-size: 11px;
}
.Myaccount-sec .order-card .track-div.tracking-show {
	padding: 0 10px;
}
.Myaccount-sec .order-table button {
	font-size: 12px;
	padding: 0 12px;
	line-height: 25px;
}
.Myac-1-btns .myaccount-main-btn {
	font-size: 15px;
	padding: 90px 10px 15px 14px;
}
.Myac-1-btns {
	margin: 0 0 40px 0 !important;
	grid-gap: 15px;
}
.Myac-1-btns .myaccount-main-btn::after {
	font-size: 30px;
	line-height: 60px;
	top: 18px;
	width: 60px;
	height: 60px;
}
.address-wrap .card-body {
	padding: 10px 5px;
}
.address-wrap {
	grid-gap: 10px;
}
.address-wrap .myadd p {
	margin: 5px 0;
	font-size: 14px;
}
.address-wrap .myadd .btn {
	font-size: 13px;
	padding: 0 15px;
	line-height: 25px;
}
.orders-myacdeta .card-body {
	padding: 10px 10px;
}
.orders-myacdeta .card-body p {
	font-size: 14px;
}
.orders-myacdeta form > .form-group {
	padding: 0 5px 7px;
}
.orders-myacdeta .Submit .btn {
	height: 35px;
	line-height: 35px;
	margin: 10px 0 0 0;
	padding: 0 30px;
	font-size: 14px;
}
.orders-myacdeta form {
	display: block;
	margin-top: 20px;
}
.orders-myacdeta form > .form-group {
	width: 100%;
}
.Myaccount-sec {
	padding: 50px 0;
}
/* My Account tracking Bootstrap icon set CSS Start */
.Myaccount-sec .track .step .icon::before {
	font-size: 15px;
	right: 7px;
	top: 7px;
}
/* My Account tracking Bootstrap icon set CSS Start */
/******************************My account PAGE End*******************************/

/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec .product-des:not(:last-child) {
	margin-bottom: 15px;
}
.addtocart-sec .product-des {
	padding: 10px;
	border-radius: 4px;
}
.add-to-cart-form .price-box {
	padding: 10px 15px;
	border-radius: 7px;
}
.addtocart-sec .product-title-des .subul {
	height: 37px;
}
.addtocart-sec .pr-title h2,
 .addtocart-sec .pr-title h3,
  .addtocart-sec .pr-title h4,
   .addtocart-sec .pr-title h5,
    .addtocart-sec .pr-title h6 {
	font-size: 15px;
	padding-bottom: 8px;
}
.addtocart-sec .pr-des li {
	font-size: 13px;
	padding-bottom: 5px;
}
.addtocart-sec .product-des img {
	height: 100px;
}
.addtocart-sec .price-other {
	padding-top: 10px;
}
.addtocart-sec .quantity-wrap p {
	padding-right: 7px;
	font-size: 14px;
}
.addtocart-sec p.stock {
	font-size: 13px;
}
.addtocart-sec .quantity button {
	width: 25px;
}
.addtocart-sec .quantity .input-box {
	width: 35px;
	padding: 0 5px;
	font-size: 14px;
}
.addtocart-sec {
	padding: 50px 0;
}
.addtocart-sec .remove button {
	width: 25px;
	height: 25px;
}
.addtocart-sec .remove button::before {
	font-weight: 500;
	font-size: 19px;
}
.add-to-cart-form {
	padding-top: 15px;
}
/*******************************Addtocart page CSS End*******************************/

/*******************************Checkout page CSS Start*******************************/
.Checkout-page {
	padding: 50px 0;
}
.checkout-address {
	padding-right: 10px;
	padding-top: 10px;
	width: 60%;
}
.checkout-address .adresses {
	padding: 20px;
}
p.adress-des {
	font-size: 14px;
	padding: 10px 0 5px;
}
.checkout-price .total-pro p {
	padding: 0px 0 5px 0;
	font-size: 13px;
}
.checkout-price {
	padding-left: 10px;
	padding-top: 10px;
	width: 40%;
}
.check-sub {
	font-size: 14px;
	padding-bottom: 10px;
}
.congr-to::before {
	left: 4px;
	top: 13px;
	width: 14px;
	height: 14px;
	font-size: 9px;
}
.congr-to{
	font-size: 11px;
	line-height: 40px;
	padding: 0px 0 0 22px;
}
.category-5 .main-title {
	text-align: center;
}
/*******************************Checkout page CSS End*******************************/
/*******************************Search page CSS Start*******************************/
.search-page .main-title h1 {
	font-size: 24px;
}
/*******************************Search page CSS End*******************************/
.catdecae h2, .catdecae h3, .catdecae h4, .catdecae h5, .catdecae h6, body .catdecae p.catdecae-t {
	font-size: 21px;
}
.debs-wr1, .debs-wr4 {
	width: 60%;
}
.debs-wr3, .debs-wr2 {
	width: 40%;
}
.debs-wr1 .cnt-s p, .debs-wr4 .cnt-s p {
	-webkit-line-clamp: 7;
	font-size: 14px;
	padding: 0;
}
.cnt-s p {
	font-size: 14px;
}
.debs-wr1 .chere, .debs-wr4 .chere {
	padding: 15px 10px;
}
.chere {
	padding: 15px 10px;
}
.debs-wr1 .cnt-s, .debs-wr4 .cnt-s {
	width: 60%;
}
.debs-wr1 .bfegimgh-wr, .debs-wr4 .bfegimgh-wr {
	width: 40%;
}
.nw-dg-webtn {
	line-height: 34px;
	padding: 0 14px 0 14px;
	font-size: 14px;
}
.nw-dg-webtn .circle {
	font-size: 18px;
	width: 32px;
	margin-left: -32px;
	line-height: 34px;
}
.nw-dg-webtn:hover .circle {
	width: 32px;
}
.nw-dg-webtn:hover {
	padding: 0 10px 0 40px;
}
.debs-wr2 .catd-img, .debs-wr3 .catd-img {
	height: 98px;
}
.banner-img {
	display: none;
}
.medical-Equi {
	padding: 30px 0 50px 0;
}
}
@media only screen and (max-width: 850px) {
.products-equi {
	grid-template-columns: repeat(3,1fr);
}
.category-2 .category-cont {
	grid-template-columns: repeat(2,1fr);
}
.category-5 .category-cont {
	grid-template-columns: repeat(2,1fr);
}
.cate-box-wrap img {
	height: 150px;
}
.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;
}
.fr-stso {
	padding-bottom: 30px;
}

}
@media only screen and (min-width: 768px) and (max-width:991px) {
	.product-details-sec .img-showcase {
		height: 100%;
	}
/****************************** Order Page CSS Start*******************************/
.ofrd-det > div {
	font-size: 14px;
}
.ct-pr-des {
	max-height: 100%;
}

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


	
}
@media only screen and (max-width: 767px) {
/*******************************Header CSS Start*******************************/
.account-head {
	margin: 0;
	width: 33%;
}
.call-email-wrap a {
	font-size: 15px;
	padding-left: 0;
}
.call-email-wrap a::before {
	display: none;
}
.wish-cart-account a.headcart::before {
	font-size: 24px;
}
.searchInput .icon {
	padding: 0 7px 0 24px;
	font-size: 13px;
}
.menu-ul li.Mobilehe-menu {
	display: block;
}
.top-head .head-ser-wrap {
	width: 100%;
	padding-right: 0;
	max-width: 600px;
	margin: 0 auto;
}
.account-head {
	display: none;
}
.searchInput .icon::before {
	font-size: 13px;
	left: 5px;
	top: 6px;
}
.ask-btn-w {
	padding: 0;
	font-size: 0;
	line-height: 100%;
	border-radius: 0;
	width: 37px;
	height: 34px;
}
.ask-btn-wrp {
	max-width: 100%;
	margin-right: 0;
	position: absolute;
	right: 64px;
	bottom: 4px;
	top: auto;
	left: auto;
	width: auto;
}
.neon-pulse span::before {
	position: absolute;
	left: 4px;
	right: auto;
	bottom: auto;
	top: 14px;
	font-size: 24px;
	color: #fff;
	font-family: bootstrap-icons;
	content: "\f47c";
}	
/*******************************Header CSS End*******************************/
/*******************************Home Page CSS Start*******************************/
.checkout-pop-up .modal-dialog {
	max-width: 480px;
	margin: 20px auto;
}
.products-equi .pro-equ-ig-wr {
	height: 150px;
}
.hom-mediequi .products-equi .pro-equ-ig-wr {
	height: 150px;
	width: auto;
	padding: 0;
}
	.products-equi {
		grid-template-columns: repeat(3,1fr);
		grid-gap: 10px;
	}
	.products-equi a {
		padding: 10px 10px 15px;
	}
	.category-cont {
		grid-template-columns: repeat(3,1fr);
	}
	.category-2 .category-cont {
		grid-template-columns: repeat(2,1fr);
		padding: 0px;
	}
	.category-5 .category-cont {
		grid-template-columns: repeat(2,1fr);
	}
	.category-4 .category-cont {
		grid-template-columns: repeat(2,1fr);
		padding: 0;
	}
	.categ-conte-wr {
		width: 70%;
		padding-left: 5px;
	}
	.category-4 .cat-pro-titl h2, .category-4 .cat-pro-titl h3, .category-4 .cat-pro-titl h4, .category-4 .cat-pro-titl h5, .category-4 .cat-pro-titl h6 {
		font-size: 14px;
	}
/*******************************Home Page CSS End*******************************/
/*******************************Subcategory page CSS Start*******************************/
		.subcate-list-ul {
			grid-template-columns: repeat(2,1fr);
		}
		.Subcategory-sec {
			padding: 50px 0;
		}
		.medical-list, .Sub-medical-cateh .medical-list {
			width: 100%;
			max-height: 333px;
		}
		.medical-cate-filter {
			display: none;
		}
		.medical-list, .Sub-medical-cateh .medical-list {
			max-width: 70%;
			margin: 0 auto;
		}
		.Sub-medical-cateh .subcate-list {
			width: 100%;
			padding: 20px 0 0 0;
		}
		.Sub-medical-cateh .medi-cat-list {
			height: 100%;
			background: transparent;
		}
		.medi-cat-list {
			height: 100%;
			overflow: visible;
			border: 0;
		}
		.medical-list {
			overflow-y: auto;
			scrollbar-width: none;
			border: 1px solid #ebf0f7;
			display: none;
		}
		.medical-pro-list {
			grid-template-columns: repeat(2,1fr);
			width: 100%;
			padding-left: 0;
			max-height: 100%;
			overflow: visible;
			scrollbar-width: none;
			margin-top: 15px;
		}
		.medical-produ-list .main-title {
			text-align: center;
			padding-bottom: 0;
			padding-top: 30px;
		}
		.medical-produ-list {
			width: 100%;
			padding-left: 0;
		}
		.medical-produ-list .medical-pro-list{
			width: 100%;
			padding-left: 0;
		}
		.medical-cate-pro-list.Sub-medical-cateh {
			padding: 0;
		}
		.sub-conte-img {
			padding: 0 10px 0;
		}
/*******************************Subcategory page CSS End*******************************/
/*******************************Comapre page CSS End*******************************/
.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;
}
/*******************************Comapre page CSS Start*******************************/

/*******************************Product-details page CSS Start*******************************/
.prod-det-cnt {
	margin-top: 15px;
}
.faq-contact p {
	width: 100%;
}
.product-details-sec .container {
	display: block;
}
.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%;
}
.speci-experts .specifi ul li button {
	margin-bottom: 8px;
}
.speci-experts .specifi ul li button::before {
	top: auto;
	bottom: -2px;
	height: 2px;
}
.product-details-sec .img-showcase {
	height: 350px;
}
/* Owl Crousle CSS Start */
.product-details-sec .product-imgs .img-select {
	max-width: 100%;
	margin: 10px auto 0;
}
/* Owl Crousle CSS End */
/*******************************Product-details page CSS End*******************************/
/****************************** Catalog page CSS Start*******************************/
.cata-box {
	grid-template-columns: repeat(2,1fr);
}
	.cata-pop-wrap ul li {
		width: 100%;
	}
	.cata-popup-wrap .modal-dialog {
		max-width: 350px;
	}
	.pop-cata-btn {
		margin: 10px 0 0;
	}
/****************************** Catalog page CSS End*******************************/

/******************************My account PAGE Start*******************************/
.myac-1-content {
	width: 100%;
	padding-left: 0;
	margin-top: 0;
}
.Myac-1-btns {
	width: 100%;
	padding: 10px;
}
.Myaccount-sec .d-flex {
	flex-wrap: wrap;
}
.Myac-1-btns .myaccount-main-btn {
	font-size: 14px;
	padding: 65px 7px 15px 7px;
}
.Myac-1-btns .myaccount-main-btn::after {
	font-size: 23px;
	line-height: 48px;
	top: 13px;
	width: 48px;
	height: 48px;
}
.Myac-1-btns {
	margin: 0 0 30px 0 !important;
	grid-gap: 10px;
}
.addres-bx-wrap .addres-wrap {
	padding: 10px;
}
/******************************My account PAGE End*******************************/

/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec .add-to-cart-form {
	flex-direction: column-reverse;
	margin: 0 50px;
}
.add-to-cart-form .price-pr-box {
	padding: 0 0 20px 0;
	width: 100%;
}
.add-to-cart-form .price-box {
	padding: 20px;
}
.add-to-cart-form .shipping-cart {
	width: 100%;
}
.addres-bx-wrap {
	grid-gap: 10px;
	padding: 20px 10px 20px;
	max-width: 100%;
}
.Addres-frm form p {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 4px;
}
.orders-myacdeta .Submit .btn {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 13px;
}

/*******************************Addtocart page CSS End*******************************/
/*******************************Laboratory Equipment page CSS Start*******************************/
.medical-pro-list a.product-img {
	height: 140px;
	width: 100%;
	padding: 0 5px 10px;
}
.medical-equ-pr-cn {
	padding: 3px 10px;
}
.medical-pro-list .product-inner {
	padding: 0 0 15px 0;
}
.sub-cate-th-wr .subcate-list-ul {
	grid-gap: 15px 10px;
}
.show-all {
	font-size: 13px;
}
.medical-produ-list .medical-pro-list {
	grid-template-columns: repeat(2,1fr);
}
/*******************************Laboratory Equipment page CSS End*******************************/
.contact-us-form {
	width: 100%;
}
.contact-with {
	padding-left: 0;
	padding-top: 20px;
	width: 100%;
}
.contact-with .with-con {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
.with-con li {
	padding: 10px;
	margin: 0;
	height: 100%;
}
/*******************************Footer CSS Start*******************************/
.ft-lo {
	width: 50%;
}
.ft-qu {
	width: 50%;
	padding-left: 80px;
}
.ft-wrap > h3, .ft-wrap > h2, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > h6, .ft-wrap > p.ftt-s {
	font-size: 17px;
	padding-bottom: 7px;
}
.ft-wrap > h3::before, .ft-wrap > h2::before, .ft-wrap > h4::before, .ft-wrap > h5::before, .ft-wrap > h6::before, .ft-wrap > p::before, .ft-wrap > p.ftt-s::before {
	bottom: 5px;
}
.ft-cnt {
	width: 100%;
	padding-top: 20px;
}
.main-ft::before {
	height: 30px;
}
.main-ft {
	padding: 60px 0 20px;
}
.rght-btn-sh a {
	width: 38px;
	height: 38px;
}
.rght-btn-sh a.headcart::before {
	top: 7px;
	left: 5px;
	font-size: 24px;
	width: 26px;
	height: 26px;
}
.rght-btn-sh a::before {
	font-size: 20px;
	top: 6px;
	bottom: 0;
	left: 9px;
}
.side-add-ct-btn.rght-btn-sh a .product_numbers {
	font-size: 8px;
	width: 12px;
	height: 12px;
	top: 4px;
	right: 2px;
}
.ft-wrap > p.ftt-s, .ft-wrap > h3::before, .ft-wrap > h2::before, .ft-wrap > h4::before, .ft-wrap > h5::before, .ft-wrap > h6::before {
	bottom: 7px;
}
/*******************************Footer CSS End*******************************/

.debs-wr1, .debs-wr4, .debs-wr3, .debs-wr2{
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
.debs-wr.debs-wr1 {
	padding-right: 0;
}
.debs-wr.debs-wr4 {
	padding-left: 0px;
}
.debs-wr.debs-wr1, .debs-wr.debs-wr2 {
	padding-bottom: 0;
}
.debs-wr.debs-wr2, .debs-wr.debs-wr3 {
	width: 50%;
}
.debs-wr.debs-wr2 {
	padding-right: 7px;
}
.debs-wr.debs-wr3 {
	padding-left: 7px;
}
.debs-wr1 .cnt-s, .debs-wr4 .cnt-s {
	width: 70%;
}
.debs-wr1 .bfegimgh-wr, .debs-wr4 .bfegimgh-wr {
	width: 30%;
}
.debs-wr1 .cnt-s, .debs-wr4 .cnt-s {
	width: 70%;
	padding-right: 10px;
}
.category-4.spect-cate-sec .category-cont, .category-4 .category-cont {
	grid-template-columns: repeat(1,1fr);
	max-width: 500px;
	margin: 0 auto;
}
.sb-pro-name h2, .sb-pro-name h3, .sb-pro-name h4, .sb-pro-name h5, .sb-pro-name h6 {
	font-size: 17px;
	padding: 10px 7px 0;
}

/* Rating Section CSS Start */
.ratbgbx {
	padding: 12px 10px;
}
.rvw-wr .Submit-Reviewing {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0 10px;
}
.ratng-bx {
	padding: 20px;
	margin-top: 13px;
}
.ratngcrousl.owl-carousel .owl-nav button.owl-next, .ratngcrousl.owl-carousel .owl-nav button.owl-prev {
	height: 25px;
	width: 25px;
}
.ratngcrousl.owl-carousel .owl-nav button::before {
	font-size: 14px;
	left: -1px;
	bottom: 3px;
}
/* Rating Section CSS End */


}
@media only screen and (min-width: 586px) and (max-width:768px) {
/****************************** 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*******************************/
}

@media only screen and (max-width: 585px) {
/************ Header CSS Start **********/
.checkout-pop-up .modal-dialog {
	max-width: 360px;
	margin: 20px auto;
}
.account-head {
	display: none;
}
.ask-btn-w span {
	display: none;
}
.ask-btn-w .mobile-ask-ex {
	display: block;
}
.ask-btn-wrp {
	max-width: 100%;
	margin-right: 0;
	right: 61px;
	bottom: 3px;
}
header .searchInput input {
	height: 38px;
	padding: 0px 7px;
	font-size: 14px;
	border-radius: 0;
}
.account-head.mobile-account-head {
	width: 55%;
}
.top-head .head-ser-wrap {
	width: 100%;
	padding: 0;
}
.searchInput .icon {
	height: 30px;
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 0;
	border-radius: 2px;
	top: 4px;
	right: 4px;
}
.top-head .wish-cart-account {
	width: 10%;
}
.top-head .head-ser-wrap {
	width: 100%;
	padding: 0;
}
.wish-cart-account a {
	width: 20px;
	height: 20px;
}
.wish-cart-account a::before {
	font-size: 20px;
}
.wish-cart-account a .product_numbers {
	font-size: 8px;
	padding: 1px 0 0 0;
	top: -8px;
	right: -11px;
	width: 15px;
	height: 15px;
}
.head-category-list {
	display: none;
}
.wish-cart-account a.headcart {
	margin-left: 11px;
}
.account-head {
	width: 40%;
    margin-right: 20px;
}
.head-logo-wrap {
	width: 45%;
}
.top-head .container {
	flex-direction: row;
}
.head-logo-wrap a {
	height: 28px;
	max-width: 100%;
}
.main-header-wrapper {
	padding: 0;
}
.head-logo-wrap a img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.account-show {
	padding-left: 20px;
	font-size: 13px;
}
.account-ul {
	min-width: 90px;
	left: auto;
	right: 0;
	bottom: -59px;
}
.account-ul::before {
	top: -10px;
	left: 30px;
}
.account-show-wrap:hover .account-ul {
	min-height: 53px;
}
.account-ul a {
	font-size: 13px;
	padding: 3px 7px;
}
.account-show {
	padding-left: 28px;
	font-size: 14px;
}
.account-show::before {
	font-size: 24px;
}
.mobile-cart.wish-cart-account {
	display: block;
	position: absolute;
	right: 60px;
	margin: 0;
	width: auto;
}
.account-head {
	width: 100%;
	margin-right: 40px;
	justify-content: flex-start;
}
.nav-span {
	height: 30px;
	width: 30px;
	top: 0;
	right: 22px;
}
.nav-span::before {
	height: 2px;
	width: 18px;
	box-shadow: 0 -6px 0 0 #2679a6,0 6px 0 0 #2679a6;
}
.nav-span::after {
	height: 2px;
	width: 18px;
}
.menu-header {
	padding: 100px 0 30px;
}
.show-menu .nav-span {
	top: -60px;
}
header.fixed {
	margin-top: 0;
}
/* Header Search Icon Bootstrap add Start*/
.searchInput .icon::before {
	display: block;
	color: #ffff;
	top: 4px;
	right: 5px;
	font-size: 16px;
	font-weight: 500;
}
.searchInput .icon:hover::before{
	color: #5f6788;
}
/* Header Search Icon Bootstrap add End*/
/************ Header CSS End **********/
.contact-with .with-con {
	display: block;
}
.with-con li {
	padding: 10px;
	margin: 0;
	height: 100%;
}
.contact-with {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.with-con li {
	height: 80px;
	margin-bottom: 10px;
}
/*******************************Footer CSS Start*******************************/
.ft-lo {
	width: 100%;
	padding-right: 0;
}
.ft-qu {
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
}
.ft-myac {
	width: 100%;
	margin-top: 15px;
}
.ft-con li {
	font-size: 14px;
	padding-left: 25px;
}
.ft-con li::before {
	font-size: 13px;
	top: 1px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.ft-con li.foadd::before {
	top: 3px;
}
.ft-wrap > h3, .ft-wrap > h2, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > h6, .ft-wrap > p.ftt-s {
	font-size: 18px;
	padding: 0 0 7px;
}
.copywrite {
	display: block;
	text-align: center;
}
.copywrite .container {
	display: block;
	text-align: center;
}
.copywrite a {
	font-size: 14px;
	padding-right: 0;
}
.copywrite p {
	font-size: 14px;
	text-align: center;
}
.ft-con li.fomail::before {
	top: 0px;
}
/*******************************Footer CSS End*******************************/

/*******************************Home page CSS Start*******************************/
/* home-banner Start */
.banner-img img {
	height: 100%;
	width: auto;
	object-fit: cover;
	object-position: right center;
}
.medical-Equi {
	padding: 50px 0 40px 0px;
}
.category.Uni-categ, .de-cae {
	padding: 0 0 40px 0;
}
.Uni-categ.category-8 {
	padding: 0 0 40px;
}
.medical-Equi .main-title {
	text-align: center;
}
/* home-banner End*/
/* home-medical Start*/
.products-equi {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 0px;
}
.products-equi .med-prodct-wr {
	width: 47%;
	margin: 0 1.5% 12px;
}
.products-equi p, .products-equi h1, .products-equi h2, .products-equi h3, .products-equi h4, .products-equi h5, .products-equi h6 {
	font-size: 15px;
	word-break: break-all;
}
.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: 25px;
}
.main-title p {
	text-align: justify;
}
/* home-medical End*/
/* home-patient Start*/
.category .main-title h2, .category .main-title h3, .category .main-title h4, .category .main-title h5, .category .main-title h6 {
	font-size: 25px;
}
.category-2 {
	padding-bottom: 0;
	padding-top: 0;
}
.common-btn {
	margin-top: 15px;
	text-align: center;
}
.category-cont {
	grid-template-columns: repeat(2,1fr);
}
.nre-categio {
	padding: 30px 0 30px 0;
}
/* home-patient End*/
/* home-electric Start*/
.category-2 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0 30px;
}
.category-2 .main-title {
	text-align: center;
}
.category-2 .add-to-cart::before{
	/* display: none; */
}
/* home-electric End*/
/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0;
}
.category-4.spect-cate-sec {
	margin:0 0 40px;
}
.main-title.des-left {
	text-align: center;
}
.main-title.des-left h1::before, .main-title.des-left h2::before, .main-title.des-left h3::before, .main-title.des-left h4::before, .main-title.des-left h5::before, .main-title.des-left h6::before {
	right: 0;
}
.category-4.spect-cate-sec .category-cont, .category-4 .category-cont {
	grid-template-columns: repeat(1,1fr);
	max-width: 100%;
}
.categ-conte-wr {
	width: 70%;
	padding-left: 10px;
}
.category-4 .cat-pro-titl h2, .category-4 .cat-pro-titl h3, .category-4 .cat-pro-titl h4, .category-4 .cat-pro-titl h5, .category-4 .cat-pro-titl h6 {
	font-size: 17px;
}
.category-4.category .feature-ul {
	margin: 5px 0 0;
}
.category-4 {
	padding: 50px 0;
}
.category-5 {
	padding: 0 0 40px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0;
}
/* home-heavy End*/
.category-2 .cate-box-wrap img {
	height: 170px;
}
.category .feature-ul li {
	font-size: 14px;
}
.category .feature-ul {
	max-height: 100%;
}
.medical-Equi .container {
	padding-left: 11px;
	padding-right: 11px;
}
.category-4 .cate-box-wrap {
	flex-wrap: wrap;
}
.categ-img-wr {
	width: 100%;
}
.spect-cate-sec .cate-box-wrap img {
	height: 170px;
	object-fit: contain;
}
.categ-conte-wr {
	width: 100%;
	padding-left: 0;
}
.category-4 .price span {
	font-size: 18px;
}
.category-4 .cate-box-wrap {
	border-radius: 5px;
	padding: 15px 10px;
}
.category-4 .cate-box-wrap:hover, .category-4 .cate-box-wrap {
	padding-bottom: 15px;
}
.cate-box-wrap img {
	height: 170px;
}
.catdecae h2, .catdecae h3, .catdecae h4, .catdecae h5, .catdecae h6, body .catdecae p.catdecae-t {
	font-size: 24px;
}
.debs-wr2 .catd-img, .debs-wr3 .catd-img {
	height: 170px;
}
.category-4 .feature-ul li {
	padding-top: 0;
}
.category-4 .add-cart .add-to-cart::before {
	font-size: 20px;
	inset: 4px 0 0px 2px;
	display: block;
}
.category-4 .add-cart .add-to-cart {
	font-size: 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	color: #01425e;
	border-radius: 3px;
	background: transparent;
	border: 0;
}	
.category-4 .cate-box-wrap:hover .add-cart {
	bottom: 9px;
}
.category-4 .add-cart {
	bottom: 9px;
	background: transparent;
	padding: 0;
}
.ing-act {
	display: none;
}
.bxl {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 7px;
}
/*******************************Home page CSS End*******************************/
/*******************************About page CSS End*******************************/
/* breadcrumb Start */
.breadcrumb > li {
	font-size: 14px;
	line-height: 140%;
}
.breadcrumb-sec {
	padding: 10px 0;
	display: none;
}
.breadcrumb > li:first-child a {
	padding-left: 0;
}
/* breadcrumb End */
.Aboutpage-sec {
	padding: 50px 0;
}
/*******************************About page CSS End*******************************/

/*******************************Contact page CSS Start*******************************/
.Contactpage-sec {
	padding: 40px 0;
}
.Contactpage-sec .main-title p {
	text-align: justify;
}
.contact-with {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}
.contact-us-form {
	width: 100%;
}
.contact-sec .main-div {
	grid-template-columns: repeat(1,1fr);
}
.contact-sec p.submit input {
	height: 35px;
	line-height: 35px;
	letter-spacing: 0;
}
/*******************************Contact page CSS End*******************************/

/*******************************Laboratory Equipment page CSS Start*******************************/
.medical-cate-filter {
	display: none;
}
.show-all {
	display: none;
}
.product-title h2, .product-title h3, .product-title h4, .product-title h5, .product-title h6 {
	font-size: 16px;
	line-height: 130%;
}
.product-inner p {
	font-size: 12px;
}
.medical-cate-pro-list {
	padding: 20px 0 0;
}
.medical-list, .Sub-medical-cateh .medical-list {
	width: 100%;
	padding-bottom: 20px;
}
.medical-pro-list {
	grid-template-columns: repeat(2,1fr);
	width: 100%;
	padding-left: 0;
}
.medical-produ-list {
	width: 100%;
	padding-left: 0;
}
.medical-produ-list .medical-pro-list{
	width: 100%;
	padding-left: 0;
	grid-gap: 10px;
}
.medi-cat-list {
	height: 243px;
}
.medical-list, .Sub-medical-cateh .medical-list {
	display: none;
}
/*******************************Laboratory Equipment page CSS End*******************************/

/*******************************Subcategory page CSS Start*******************************/
.subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
}
.sub-cate-th-wr .subcate-list-ul {
	grid-template-columns: repeat(1,1fr);
}
.Subcategory-sec {
	padding: 50px 0;
}
.subcattabs ul {
	padding-bottom: 15px;
	padding-top: 0;
}
.subcate-list-ul {
	grid-template-columns: repeat(1,1fr);
}
.subcattabs ul a {
	line-height: 27px;
	padding: 0 6px 0px 6px;
	font-size: 13px;
	margin-right: 7px;
	margin-top: 8px;
	margin-bottom: 0;
}
.subcate-list-ul > li {
	border-radius: 5px;
}
.compare.compare_btn .compare-section .compare_btn {
	padding: 0 5px;
}
.Sub-medical-cateh .subcate-list {
	width: 100%;
	padding-left: 0;
}
.Sub-medical-cateh .subcate-list {
	padding: 10px 0 0 0;
}
.sub-cate-th-wr .Sub-medical-cateh .subcate-list {
	width: 100%;
	padding: 0;
}
.medical-produ-list .main-title {
	padding-top: 0;
}
.medical-list, .Sub-medical-cateh .medical-list {
	max-width: 90%;
}
.Medicalequpt-sec .medical-cate-pro-list {
	padding: 0;
}
.medical-cate-pro-list.Sub-medical-cateh {
	padding: 20px 0 0 0;
}
.pro-dt-sub-cate-catal a::before {
	display: none;
}
.pro-dt-sub-cate-catal a {
	padding: 10px 10px 10px 10px;
}
/*******************************Subcategory page CSS End*******************************/
/*******************************Terms page CSS Start*******************************/
.Terms-page .content-con p {
	font-size: 13px;
}
/*******************************Terms page CSS End*******************************/


/*******************************Product-details page CSS Start*******************************/
.product-details-sec .product-imgs {
	padding:0;
}
.pro-dt-add-cart .cart {
	padding: 0;
	line-height: 31px;
	border-radius: 4px;
	font-size: 0;
	width: 35px;
	height: 30px;
}
.pro-dt-add-cart .cart::before {
	font-size: 18px;
	inset: 4px auto 0 7px;
}
.pr-det-pricing .price-other .quantity-wrap p {
	padding-right: 6px;
}
.product-details-sec .price span {
	font-size: 16px;
}
.pr-det-pricing .price-other > div:not(:last-child) {
	margin-right: 10px;
}
.pr-det-pricing .price-other {
	justify-content: space-between;
}
/* Owl Crousle CSS Start */
.product-details-sec .product-imgs .img-select {
	max-width: 90%;
	margin: 10px auto 0;
}
/* Owl Crousle CSS End */
/* Rating Section CSS Start*/
.rvw-wr .syr {
	height: 35px;
}
.rvw-wr {
	width: 100%;
	padding: 0;
}
.ratbgbx {
	padding: 12px 16px;
}
.ratngcrousl.owl-carousel .owl-nav {
	margin: 0 -14px;
}
/* Rating Section CSS End */
/*******************************Product-details page CSS End*******************************/

/****************************** Catalog page CSS Start*******************************/
.cata-box {
	grid-template-columns: repeat(1,1fr);
}
.cata-popup-wrap .modal-body {
	padding: 20px 10px;
}
.popu-wrap .btn-close {
	right: 5px;
	top: 11px;
}
/****************************** Catalog page CSS End*******************************/
/******************************Error PAGE Start*******************************/

.error-page .page-title h1 {
	font-size: 55px;
	padding-bottom: 20px;
}
.error-page .content-area h2 {
	font-size: 18px;
	line-height: 140%;
}
.error-page .content-area p {
	font-size: 16px;
	padding: 20px 0 30px;
}
.error-page {
	padding: 40px 0;
}
/******************************Error PAGE End*******************************/
/******************************Thankyou PAGE Start*******************************/
.thankyou-page {
	padding: 60px 0;
}
.thanks h1 {
	font-size: 30px;
}
p.thanks-des {
	font-size: 18px;
	padding-top: 10px;
}
.go-btn .btn {
	font-size: 16px;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 20px;
	margin-top: 10px;
}
/******************************Thankyou PAGE End*******************************/
/******************************My account PAGE End*******************************/
.address-wrap {
	grid-template-columns: repeat(1,1fr);
	grid-gap: 10px;
}
.order-wrap {
	overflow-x: auto;
}
.Myaccount-sec .order-card, .order-title {
	width: 585px;
}
.Myac-1-btns {
	grid-template-columns: repeat(2,1fr);
}
/******************************My account PAGE End*******************************/

/******************************Addtocart popup Start*******************************/
.pop-btn .btn {
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
}
/******************************Addtocart popup End*******************************/
/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec .add-to-cart-form {
	margin: 0;
}
.addtocart-sec .remove {
	top: -7px;
	right: -8px;
}
.addtocart-sec .product-des {
	flex-wrap: wrap;
}
.addtocart-sec .product-title-des {
	width: 100%;
	padding: 10px 0 0 0;
}
.addtocart-sec .product-des img {
	height: 130px;
}
/*******************************Addtocart page CSS End*******************************/

/*******************************Checkout page CSS Start*******************************/
.checkout-ad {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.checkout-address {
	padding: 0;
	width: 100%;
	border: 0;
}
.checkout-price {
	padding: 15px 15px;
	width: 100%;
	border: 1px solid #5f6788;
	border-radius: 8px;
	margin-bottom: 20px;
}
/*******************************Checkout 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 #5ca8ba;
	margin: 10px 0;
	font-size: 14px;
	color: #5ca8ba;
}
/****************************** Order Page CSS End*******************************/
.debs-wr.debs-wr1, .debs-wr.debs-wr4 {
	display: none;
}
.debs-wr.debs-wr2, .debs-wr.debs-wr3 {
	width: 100%;
	padding: 0;
}
.catdecae {
	margin-bottom: 5px;
}
.debs-wr2 .catd-img, .debs-wr3 .catd-img {
	height: 120px;
}
.popup-new-des li .pro-inp img {
	height: 49px;
}
.sub-conte-img .feature-ul {
	height: 100%;
	padding-bottom: 5px;
}




}
@media only screen and (max-width: 450px) {
	.medical-produ-list .medical-pro-list {
		grid-template-columns: repeat(1,1fr);
	}
}
/****************************** 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 {
		background-color: #263c97;
		border: none;
		color: #fff;
		padding: 9px 20px;
		cursor: pointer;
		font-size: 17px;
		margin-top: 17px;
		text-decoration: none;
	}
	.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: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:#2f8e94;
	  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)
	}
	.download_btn {
	  background-color:#2f8e94;
	  border:none;
	  color:#fff;
	  padding:9px 20px;
	  cursor:pointer;
	  font-size:17px;
	  margin-top:17px;
	  text-decoration:none
	}
	.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:#2f8e94;
	  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*******************************/



/****************************** Ask Expert CSS Start*******************************/

/* Expert Button CSS Start */

/* Expert Button CSS End */
.ask-expert .modal-title {
	font-weight: 400;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #187eab;
	font-size: 19px;
	text-align: center;
	font-family: "Poetsen One", sans-serif;
	letter-spacing: 0.3px;
}
.ask-expert .modal-header {
	justify-content: center;
	padding: 13px;
}
.ask-expert .modal-content {
	background: linear-gradient(184deg, #e8f7ff 0%, rgb(255, 255, 255) 100%);
}
.ask-expert .modal-body {
	padding: 25px 10px 10px;
}
.ask-expert .btn-close {
	background: #ed223d;
	opacity: 1;
	border: 1px solid #ed223d;
	border-radius: 50%;
	position: absolute;
	left: auto;
	right: -13px;
	bottom: auto;
	top: -9px;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.ask-expert .modal-body > p {
	color: #353434;
	font-family: "Poppins", serif;
	font-size: 15px;
	line-height: 140%;
	padding: 0 0 8px 0;
	text-align: center;
	font-weight: 400;
}
.ask-expert-form .form-group:not(:last-child) {
	padding-bottom: 10px;
}
.ask-expert-form input, .ask-expert-form textarea {
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	padding: 6px;
	color: #999;
	border-left: 2px solid #ff9800;
	border-right: 2px solid #ff9800;
}
body .faq-btn-w {
	font-weight: 500;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0.5px;
	padding: 0 11px;
	background: #f49149;
	transition: 0.2s all;
	font-size: 14px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #3333338c;
	color: #fff;
	transition: 0.5s all;
}
body .faq-btn-w:hover{
	color: #333;
	background: #fff;
	border-color: #333;
}
body .capch-bx {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	justify-content: flex-start;
}
body .capch-bx .capch-bx-in {
	height: 38px !important;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	padding: 6px;
	color: #999;
	margin-right: 10px;
	width: 120px;
}
body .capch-bx .capch-bx-im {
	position: relative;
}
body .capch-bx .capch-bx-im .captcha_image {
	height: 38px;
	width: 170px;
}
.ask-expert .modal-footer .common-btn {
	margin-top: 10px;
}
.ask-expert-form label {
	color: #5f6788;
	padding-bottom: 2px;
	padding-top: 7px;
	font-size: 13px;
}
.ask-expert-form {
	display: flex;
	flex-wrap: wrap;
}
.ask-expert-form .form-group {
	width: 100%;
}
body .ask-expert-form .form-group.messagebx {
	width: 100%;
	padding: 0;
}
.ask-expert-form .form-group textarea{
	height: 70px;
	resize: none;
}
.ask-expert .modal-dialog {
	max-width: 500px;
	transform: translate(-50px,0);
	margin: 0 auto;
	margin-top: 50px;
}
.ask-expert.modal {
	top: auto;
	bottom: 0;
}
.ask-expert-form .form-group:nth-child(2n) {
	padding-left: 0;
}
.ask-expert-form .form-group:nth-child(2n+1) {
	padding-right: 0;
}
.ask-expert .modal-footer {
	border: 0;
	padding: 0 0 20px 0;
	justify-content: center;
}
/* .ask-expert .modal-footer .btn {
	border: 1px solid #263c97;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #263c97;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
.ask-expert .modal-footer .btn:hover{
	background: transparent;
	color:  #263c97;
} */ 



@media only screen and (max-width: 1200px) {
	.ask-button-wrqp {
		right: -156px;
		transform: none;
	}
	.ask-button-wrqp:hover {
		right: 0px;
	}
}
@media only screen and (max-width: 585px) {
	.ask-expert-form .form-group {
		width: 100%;
		padding: 0 0 7px 0 !important;
	}
	.ask-expert .modal-body > p {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.ask-expert .btn-close {
		right: 10px;
		top: 10px;
	}
	.ask-expert .modal-dialog {
		max-width: 330px;
		transform: translate(0,-50px);
		margin: 0 auto;
		margin-top: 10px;
	}
	body .capch-bx .capch-bx-in {
		width: 100px;
	}
	.login-section .bg-white {
		margin-top: 20px;
	}
}
/****************************** Ask Expert CSS End*******************************/
@media only screen and (max-width: 450px) {
.category-2 .category-cont {
	padding: 0;
}
}

.grow {
	-webkit-animation: grow 1s linear 0s infinite alternate;
	-moz-animation: grow 1s linear 0s infinite alternate;
	-ms-animation: grow 1s linear 0s infinite alternate;
	-o-animation: grow 1s linear 0s infinite alternate;
	animation: grow 1s linear 0s infinite alternate;
  }

  @-webkit-keyframes grow {
	0% {
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
	  -moz-transform: scale(1.15);
	  -o-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15);
	}
  }
  @-moz-keyframes grow {
	0% {
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
	  -moz-transform: scale(1.15);
	  -o-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15);
	}
  }
  @-ms-keyframes grow {
	0% {
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
	  -moz-transform: scale(1.15);
	  -o-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15);
	}
  }
  @-o-keyframes grow {
	0% {
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
	  -moz-transform: scale(1.15);
	  -o-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15);
	}
  }
  @keyframes grow {
	0% {
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
	  -moz-transform: scale(1.15);
	  -o-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15);
	}
  }

/* font-family: "Poetsen One", sans-serif; */
/* font-family: "Poppins", serif; */

/*************************************** Start Ecommerce Page  *******************************/
.ecom-hide {
	display: none !important;
}
/******************************** Not A Ecommerce page  ********************************/
.ecom-show {
	display: block !important;
}
.category-4 .review-price.ecom-show, .quantity-wrap.ecom-show {
	display: flex !important; /* (if commerce then use "display: Flex !important;" )*/
}

/* Dont Change This CODE  */
@media only screen and (max-width: 1024px) {
	.account-show-wrap.ecom-show {
		display: none !important;
	}
}











