/*================================================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", sans-serif;
    margin: 0;
    overflow-x: hidden;
}
*::-moz-selection {
    color: #fff;
    background: #004798;
}
*::selection {
    color: #fff;
    background: #004798;
}
*::-moz-selection {
    color: #fff;
    background: #004798;
}
*::-webkit-selection {
    color: #fff;
    background: #004798;
}
*::-ms-selection {
    color: #fff;
    background: #004798;
}
*::-webkit-input-placeholder {
    color: #0000005e;
    opacity: 1;
}
*:-moz-placeholder {
    color: #0000005e;
    opacity: 1;
}
*::-moz-placeholder {
    color: #0000005e;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #0000005e;
    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", sans-serif;
    outline: none;
    color: #333;
}
body a:hover {
	color: #a1097b;
}
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", sans-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", sans-serif;

}
input,
select,
textarea {
    font-family: "Poppins", sans-serif;
    height: 50px;
    width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Kanit", 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", sans-serif;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
body p {
    color: #333;
	font-family: "Poppins", sans-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", sans-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: #0b5cc8;
	font-weight: bold;
	margin: 0;
	color: #fff;
	cursor: pointer;
	display: none;
	height: 48px;
	position: fixed;
	right: 20px;
	width: 48px;
	line-height: 48px;
	z-index: 999;
	bottom: 47px;
	text-align: center;
	font-size: 0px;
	padding-left: 0px;
	box-shadow: 0px 0px 25px 0px #0b5cc8;
	border-radius: 50%;
}
#myBtn::before {
	content: "\f106";
	font-size: 28px;
	font-family: 'FontAwesome';
}
#myBtn::before {
	content: "\f106";
	font-size: 24px;
	font-family: 'FontAwesome';
}
a#myBtn:hover {
	background: #333;
	color: #fff;
	box-shadow: 0px 0px 25px 0px #333;
}

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


/*******************************Header CSS start*******************************/
/* Search Bar CSS Start */
.inner-header {
    border-bottom: 1px solid #ebf0f7;
}
.menu-ul li a:hover {
	margin-right: 15px;
}
.menu-ul li:last-child a:hover {
	margin-right: -5px;
}
.searchInput .resul_Box{
	padding: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 280px;
	overflow-y: auto;
  }
  .searchInput.active .resul_Box {
	padding: 10px 8px;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	background: #ffff;
	width: 100%;
	z-index: 9;
	border: 1px solid #333333;
	border-top: 0;
	margin: 0;
	border-radius: 0 0 8px 8px;
	margin-top: 10px;
}
.resul_Box li {
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
	cursor: default;
	border-radius: 3px;
}
.resul_Box li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #828282 !important;
	line-height: 100%;
	padding: 7px 10px 7px;
	text-align: left;
	border-bottom: 1px solid #333333;
	border-radius: 0;
	transition: 0.5s all;
}
  .searchInput.active .resultBox li {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	line-height: 100%;
	padding: 7px 10px 7px;
	text-align: left;
	border-bottom: 1px solid #fbcd05;
	border-radius: 0;
	transition: 0.5s all;
	margin: 0 10px;
	width: auto;
}
.searchInput .resul_Box li:hover {
	background: transparent;
	color: #828282;
	padding-left: 10px;
	letter-spacing: 1px;
}
header .searchInput input {
	height: 40px;
	padding: 0px 10px 0 20px;
	color: #b6b8b9;
	font-size: 15px;
	line-height: 100%;
	background: #fff;
	border-radius: 3px;
	font-weight: 400;
	border: 1px solid transparent;
}
.searchInput {
	position: relative;
}
.searchInput .icon {
	position: absolute;
	left: auto;
	right: 3px;
	top: 3px;
	bottom: auto;
	z-index: 9;
	cursor: pointer;
	width: 61px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1082ce;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: 0.5s all;
}
.searchInput .icon:hover {
	background-color: transparent;
	border-color: #1082ce;
}
.searchInput .icon i {
	color: #fff;
	font-size: 16px;
}
.searchInput .icon:hover i{
    color: #1082ce;
}
/* Search Bar CSS End */

.top-head .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-head .call-email-wrap {
	width: 20%;
	display: flex;
	align-items: center;
}
.top-head .wish-cart-account {
	width: 25%;
	align-items: center;
}
.top-head .head-ser-wrap {
	width: 55%;
	padding-left: 30px;
	padding-right: 30px;
}
.top-head {
	background: #0c75ae;
	padding: 7px 0;
}
.call-email-wrap  a {
	font-size: 16px;
	line-height: 100%;
	padding-left: 30px;
	position: relative;
	font-weight: 500;
	color: #ffff;
}
a.head-call {
	margin-right: 17px;
}
.call-email-wrap > a::before {
	font-family: 'fontawesome';
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: 2px;
	font-size: 21px;
	content: "\f232";
}
 a.head-email::before {
	content: "\f0e0";
	top: 1px;
}
.call-email-wrap > a:hover {
	color: #ff924e;
}
.wish-cart-account{
	display: flex;
	justify-content: flex-end;
}
.wish-cart-account a {
	font-size: 0;
	width: 30px;
	height: 30px;
	position: relative;
	color: #fff;
	font-family: fontawesome;
	display: flex;
	justify-content: center;
	align-items: center;
    transition: 0.5s all;
}
.wish-cart-account a:hover::before{
    color:#333;
}
.wish-cart-account a::before{
	content: "\f004";
	font-size: 25px;
    transition: 0.5s all;
}
.wish-cart-account a.headcart {
	margin-left: 35px;
}
.wish-cart-account a .product_numbers {
	font-size: 10px;
	background: #333;
	color: #fff;
	border-radius: 50%;
	padding: 2px 3px;
	line-height: 100%;
	border: 1px solid #333;
	position: absolute;
	top: -5px;
	left: auto;
	right: -5px;
	bottom: auto;
}
.wish-cart-account a.headcart::before {
	content: "\f07a";
}
.searchInput.active input {
	border-color: #fbcd05;
}
.main-header-wrapper .container {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.header-menu {
	width: 60%;
}
.head-logo-wrap {
	width: 20%;
}
.head-logo-wrap a {
	max-width: 210px;
}
.account-head {
	width: 20%;
}
.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;
}
header .menu-ul li:first-child a {
	margin-left: 0;
}
header .menu-ul li:last-child a {
	margin-right: 0;
}
.account-head {
	width: 20%;
	display: flex;
	position: relative;
	justify-content: flex-end;
}
.account-show-wrap{
    width: auto;
}
.account-ul {
	border: 0;
	position: relative;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.account-ul {
	min-width: 150px;
	z-index: 1;
	position: absolute;
	left: auto;
	right: 0;
	bottom: -79px;
	top: auto;
	opacity: 0;
	visibility: hidden;
	height: 0px;
	transition: ease-in-out;
	border-radius: 5px;
	background: #fff;
}
.account-show-wrap:hover .account-ul  {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	min-height: 70px;
	z-index: 1;
}
.account-ul::before {
	position: absolute;
	font-family: fontawesome;
	top: -8px;
	bottom: auto;
	left: auto;
	right: 40px;
	color: #268dd2;
	content: "\f0d8";
	line-height: 100%;
}
.account-ul a {
	font-size: 16px;
	line-height: 150%;
	display: block;
	color: #1082ce;
	padding: 5px 10px;
	font-weight: 500;
}
.account-ul a:hover {
	background: #268dd2;
	color: #fff;
}
.account-show {
	font-weight: 500;
	font-size: 18px;
	margin: 0;
	line-height: 100%;
	position: relative;
	padding-left: 35px;
}
.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%;
}
.main-header-wrapper {
	padding: 12px 0;
}
.account-show::before {
	font-family: bootstrap-icons;
	font-size: 28px;
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: -1px;
	content: "\f4e1";
}
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: -54px;
}
/*******************************Header CSS End*******************************/
/*******************************Footer CSS Start*******************************/
body .footer-logo-cn {
	padding-top: 20px;
	padding-right: 40px;
	font-size: 14px;
}
.main-ft {
	background: #ecf0f3;
}
.main-ft .container {
	display: flex;
}
.ft-lo {
	width: 30%;
}
.ft-qu {
	width: 20%;
}
.ftcat {
	width: 30%;
}
.ft-myac {
	width: 20%;
}
.copywrite {
	display: flex;
	justify-content: center;
	background: #00479830;
	padding: 17px 0;
}
.copywrite a {
	font-size: 16px;
	line-height: 100%;
	padding-right: 20px;
	color: #333;
	font-weight: 500;
}
.copywrite a:hover {
	color: #a1097b;
}
.copywrite p {
	font-size: 16px;
	line-height: 100%;
	color: #333;
}
.copywrite p a {
	padding: 0 5px 0 0;
}
.ft-lo > a {
	max-width: 270px;
}
.main-ft {
	background: #c3e7f75e;
	padding: 120px 0 40px;
	position: relative;
}
.main-ft::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 80px;
	background: #ffffff;
	border-radius: 0 0 200px 200px;
}
.ft-con li {
	font-size: 15px;
	line-height: 150%;
	padding-left: 30px;
	margin-top: 0;
	position: relative;
	color: #4e5051;
	margin-bottom: 10px;
}
.ft-con li::before {
	content: "\f3c5";
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: fontawesome;
	font-size: 20px;
	color: #0b5cc8;
}
.ft-con li.foph::before {
	content: "\f232";
}
.ft-con li.fomail::before{
    content: "\f0e0";
}
.ft-con li.foadd::before {
	top: 4px;
}
.ft-wrap > h3, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > p.ftt-s {
	font-size: 20px;
	font-weight: 500;
	color: #0b5cc8;
	padding-bottom: 10px;
	font-family: "Kanit", sans-serif;
	line-height: 120%;
}
.ft-wrap li a {
	font-size: 14px;
	margin-bottom: 6px;
}
.ftcat.ft-wrap li a h2, .ftcat.ft-wrap li a h3, .ftcat.ft-wrap li a h4, .ftcat.ft-wrap li a h5, .ftcat.ft-wrap li a h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #333333d9;
}
.ft-cnect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
	margin: 0 auto -40px;
	background: #fbcd05;
	border-radius: 50px;
	z-index: 1;
	position: relative;
	padding: 13px 30px;
	display: none;
}
.cnect-cn p {
	font-size: 28px;
	font-weight: 600;
	color: #333;
	padding-bottom: 9px;
	font-family: "Kanit", 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: fontawesome;
	content: "\f39e";
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333;
	border: 1px solid #333;
	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: #333;
	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);
}
/*******************************Footer CSS End*******************************/

/*******************************Home page CSS Start*******************************/
/* home-banner Start */
.banner-img {
	margin-bottom: 30px;
}
.banner-img img {
	width: 100%;
}
/* home-banner End */
/* home-about Start*/
.home-about p {
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 10px;
	text-align: left;
}
.home-about p:last-child{
	padding-bottom:0;
}
.home-about {
	padding: 0 0 70px;
	position: relative;
}
.home-about::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 80px;
	left: auto;
	right: 0;
	top: auto;
	bottom: auto;
	background: url(../images/triangle-img.png) no-repeat;
	background-size: 100% 100%;
	filter: invert(38%) sepia(48%) saturate(7338%) hue-rotate(187deg) brightness(99%) contrast(87%);
	bottom: 0;
}
/* 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 .cutwutt {
	font-weight: 500;
	line-height: 130%;
	font-size: 31px;
	color: #a1097b;
	position: relative;
	text-transform: capitalize;
	padding-bottom: 0;
	letter-spacing: 0.3px;
	/* padding-left: 40px; */
	font-family: "Kanit", sans-serif;
}
.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: 45px;
}
.main-title h1::before, .main-title h2::before, .main-title h3::before, .main-title h4::before, .main-title h5::before, .main-title h6::before {
	content: "\f042";
	position: absolute;
	bottom: auto;
	left: 0;
	right: auto;
	top: 2px;
	font-family: fontawesome;
	font-size: 28px;
	color: #ff914d;
	display: none;
}
.main-title p {
	color: #333;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding: 5px 0 0 0;
	text-align: left;
	font-weight: 400;
}
.products-equi {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-gap: 15px;
	padding-top: 30px;
}
.products-equi a {
	padding: 20px 10px 20px;
	background: transparent;
	position: relative;
	border-radius: 10px;
	border: 1px solid #d9d9d9;
}
.products-equi img {
	height: 130px;
	transition: 0.5s all;
}
.products-equi p {
	color: #333;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 130%;
	font-weight: 500;
	text-align: center;
	padding: 0;
	background: transparent;
	border-radius: 5px;
	margin-top: 10px;
	min-height: auto;
}
.products-equi span {
	display: block;
	color: #004798;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: 300;
	text-align: center;
	padding-bottom: 10px;
	background: #fff;
	display: none;
}

.medical-Equi {
	padding: 0 0 50px 0px;
}
.products-equi a:hover img {
	transform: scale(1.1);
}
.common-btn .btn {
	border: 1px solid #1082ce;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #1082ce;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
.common-btn {
	text-align: center;
	margin-top: 30px;
}
.common-btn .btn:hover {
	border: 1px solid #1082ce;
	font-weight: 500;
	border-radius: 35px;
	background: transparent;
	color: #1082ce;
}
.medical-Equi .main-title {
	text-align: center;
}
.category-4.category-6 .cat-description table tbody, .category-4.category-6 .cat-description table td, .category-4.category-6 .cat-description table tfoot, .category-4.category-6 .cat-description table th, .category-4.category-6 .cat-description table thead, .category-4.category-6 .cat-description table tr {
	border-color: #00000030;
	padding: 3px 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: 27px;
}
.category-1 .main-title {
	text-align: center;
}
.category-con .d-flex {
	display: block !important;
}
.category .category-1-btns {
	margin: 0 !important;
	width: 100%;
	padding: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
}
.category-cont {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 13px;
}
.category .category-1-content {
	width: 100%;
}
.category-1 .category-cont {
	grid-template-columns: repeat(5,1fr);
	grid-gap: 20px;
}
.category-1 .cate-box-wrap {
	border-radius: 9px;
	box-shadow: none;
	border: 1px solid #33333359;
}
.catemain-img {
	height: 190px;
	margin-bottom: 20px;
}
.category-1-btns .category-main-btn {
	padding: 0 22px;
	line-height: 35px;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	text-align: center;
	transition: 0.5s all;
	border: 1px solid #1082ce;
	font-weight: 500;
	border-radius: 5px;
	background: transparent;
	color: #1082ce;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}
.category-1-btns .category-main-btn.active {
	background: #1082ce;
	color: #fff;
}
.category-1-btns .category-main-btn span {
	padding-right: 30px;
	position: relative;
}
.category-1-btns .category-main-btn span::before{
	content: "\f061";
	font-family: fontawesome;
	position: absolute;
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
}
.category-1-btns .category-main-btn:hover {
	background: #1082ce;
	color: #fff;
}
.category-con {
	margin-top: 15px;
}
/* .cate-content {
	padding-left: 40px;
} */
.cate-box-wrap {
	padding: 20px 12px 15px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.cate-box-wrap img {
	height: 120px;
	transition: 0.5s all;
}
.cate-box-wrap a:hover img {
	transform: scale(1.1);
}
.cat-pro-titl h2, .cat-pro-titl h3, .cat-pro-titl h4, .cat-pro-titl h5, .cat-pro-titl h6, .cat-pro-titl h1, .heading_text {
	color: #1082ce;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	text-align: left;
	padding: 5px 0 0 0;
	transition: 0.5s all;
}
.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,.category-2  .heading_text{
	padding: 5px 30px 0 0;
 }
.review-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
.price {
	display: flex;
	align-items: center;
}
body .price span.dp {
	color: rgb(154, 154, 154);
}
.price span {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #e27c7c;
	line-height: 100%;
}
body .price span.dp {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 100%;
	text-decoration: line-through;
	padding-right: 5px;
	font-weight: 400;
	display: none;
}
.subreview .fa-star {
	color: #fbcd05;
	font-size: 10px;
}
.subreview {
	line-height: 10px;
	margin-right: 15px;
}
.stars, .star {
	color: #fbcd05;
	font-size: 0;
	position: relative;
	line-height: 100%;
	margin: 6px 12px 0 0;
}
.stars::before, .star::before {
	content: "\f005";
	font-size: 8px;
	font-family: fontawesome;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	position: absolute;
}
.add-cart{
	position: absolute;
	left: auto;
	right: 0px;
	bottom: auto;
	top: 30px;
	opacity: 0;
	transition: 0.5s all;
}
.add-to-cart {
	background: transparent;
	line-height: 30px;
	font-size: 0;
	color: #00b2d6;
	border: 1px solid #00b2d6;
	border-radius: 2px;
	width: 30px;
	height: 30px;
	position: relative;
	font-family: fontawesome;
	transition: 0.5s all;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.wishlist:hover, .add-to-cart:hover{
	background-color: #00b2d6;
	color: #fff;
}
.cate-box-wrap:hover .wish {
	opacity: 1;
	right: 10px;
}
.add-cart{
	left: 0;
	right: auto;
}
.cate-box-wrap:hover .add-cart{
	opacity: 1;
	left: 10px;
}
.wishlist:before{
  content: "\f004";
  transition: 0.5s all;
  font-size: 14px;
 line-height: 100%;
}
.add-to-cart::before {
	content: "\f07a";
	font-size: 14px;
	transition: 0.5s all;
	line-height: 100%;
}
.category-1 {
	padding: 70px 0 90px;
}
.category-1 .review-price {
	justify-content: center;
	padding: 0;
}
.cate-img-box-wrap {
	display: block;
	padding-bottom: 10px;
}
.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-electric Start */
.cat-description p {
	font-size: 13px;
	line-height: 120%;
	text-align: left;
	font-weight: 400;
	padding-bottom: 5px;
	color: #6a6a6a;
}
.cat-description {
	padding: 5px 0;
	max-height: 81px;
	overflow-y: auto;
	scrollbar-width: none;
	margin: 5px 0;
}
.category-2 .price span {
	font-size: 17px;
}
body .category-2 .price span.dp {
	font-size: 14px;
}
.category-2 .subreview .fa-star {
	font-size: 15px;
}
.category-2 .review-price {
	padding-top: 0;
}
.category-2 .cate-box-wrap {
	padding: 20px 12px 15px;
	background: #fff;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #3333333d;
}
 .category-2 .add-cart {
	right: 10px;
	top: 20px;
	opacity: 1;
}
.category-2 .add-cart {
	right: 0;
	left: auto;
	top: 50%;
	opacity: 0;
}
.category-2 .cate-box-wrap:hover .add-cart {
	opacity: 1;
	right: 10px;
	left: auto;
}
.category-2 .category-cont {
	grid-gap: 20px;
}
.category-2 {
	padding: 50px 0;
	background: #f6fcfe;
}
.cat-description p span {
	font-weight: 500;
	color: #000;
}
/* home-electric End */

/* home-catebig start*/
.category-3 .container {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 25px;
}
.catg-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 30px;
	flex-wrap: wrap;
	border-radius: 5px;
	border: 1px solid #00b2d6;
	background: linear-gradient(176deg, rgb(255, 255, 255) 0%, #00b2d636 100%);
}
.category-5 .wish {
	display: none;
}
.catg-box .catg-title {
	width: 100%;
	margin-bottom: 5px;
}
.catg-box h2, .catg-box h3, .catg-box h4, .catg-box h5, .catg-box h6 {
	font-size: 28px;
	font-weight: 600;
	color: #e27c7c;
	letter-spacing: 0.5px;
	text-shadow: #fff 1px 1px 0px, rgba(0, 0, 0, 0.2) 3px 3px 0px;
}
.catg-cont {
	width: 70%;
}
.catg-img {
	width: 30%;
	height: 170px;
	padding-left: 20px;
}
.catg-cont p {
	font-size: 14px;
	line-height: 150%;
	padding: 20px 0 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}
.catg-cont span {
	color: #666;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 25px;
	font-size: 13px;
	border-radius: 30px;
	margin: 12px 8px 0 0;
}
.shopnow {
	color: #a1097b;
	text-transform: capitalize;
	font-weight: 600;
	background: transparent;
	line-height: 35px;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 30px;
	margin: 12px 8px 0 0;
	border: 1px solid #a1097b;
}
.shopnow:hover {
	background-color: #a1097b;
	color: #fff;
}
.category-3 .container::after {
	display: none;
}
.category-3 {
	padding-bottom: 90px;
}
.catg-box h2:hover, .catg-box h3:hover, .catg-box h4:hover, .catg-box h5:hover, .catg-box h6:hover{
	color: #0a59c2;
}
/* home-catebig End*/

/* home-lightweight Start*/
.category-4 .cate-box-wrap {
	display: flex;
	flex-direction: row;
}
.category-4 .category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
}
.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 {
	color: #36393d;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 140%;
	font-weight: 600;
	text-align: left;
	padding: 5px 0 0 0;
}
.category-4 .cat-description {
	margin: 10px 0 0;
}
.categ-img-wr {
	width: 30%;
}
.categ-conte-wr {
	width: 70%;
	padding-left: 20px;
}
.category-4 .cate-img-box-wrap {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.category-4 {
	padding-bottom: 90px;
}
.category-4 .cate-box-wrap {
	box-shadow: 0 0 8px 0 #ff914d4d;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 {
	padding-bottom: 90px;
}
.category-5 .cate-box-wrap {
	border: 1px solid #d9d9d9;
	background: transparent;
	box-shadow: none;
}
/* home-heavy End*/
/* home-blood Start*/
.category-6 .cate-box-wrap {
	box-shadow: none;
	background: linear-gradient(176deg, rgba(225,233,243,1) 0%, rgba(255,255,255) 100%);
	border: 1px solid #98bae8;;
}
.category-4.category-6 .categ-img-wr {
	box-shadow: none;
	border: 0;
	border-radius: 5px;
}
.category-4.category-6 {
	padding: 0;
	margin-bottom: 30px;
	background: transparent;
}
.category-4.category-6 .cate-box-wrap {
	box-shadow: none;
	border: 1px solid #1082ce;
	background: #fff;
}
.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,
	  .category-5 .heading_text,
	   .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,
		    .category-6 .cat-pro-titl h1,
			 .category-6 .heading_text {
	color: #1082ce;
	padding-right: 0;
}
/* home-blood End*/
.category-4 .categ-img-wr {
	box-shadow: none;
	border: 0;
	border-radius: 5px;
}
.category-4 .cate-box-wrap {
	box-shadow: none;
	border: 1px solid #b4cee6;
}
/* Home Faq Section Start */
.home-faq .faq-askex-section .faq-wrap {
	width: 80%;
	padding-right: 0;
}
.home-faq .faq-askex-section {
	justify-content: center;
}
 body .faq-askex-section .accordion__item {
	border-radius: 5px;
	box-shadow: 0 0 6px 1px #1082ce26;
	border: 0;
}
body  .faq-askex-section .accordion__header::before {
	color: #1083ce;
	border-radius: 20px;
	border: 1px solid #1484cf;
}
body  .faq-askex-section .accordion__header.active {
	background: #4fa2d638;
}
.home-faq .main-title h2 {
	display: inline-block;
}
/* Home Faq Section 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: 90px 0;
}
.Aboutpage-sec .main-title p:not(:last-child) {
	padding-bottom: 10px;
}
.Aboutpage-sec .main-title p {
	padding: 0;
}
.main-title .why-cho {
	font-weight: 600;
	font-size: 23px;
	color: #333;
	line-height: 100%;
	padding: 15px 0 5px;
font-family: "Kanit", sans-serif;	letter-spacing: 0.5px;
}
.main-title .about-us-sec p b {
	font-weight: 600;
	color: #0b5cc8;
}
.Aboutpage-sec .main-title .why-cho {
	padding: 15px 0 5px 0;
}
.Aboutpage-sec .main-title > p:last-child {
	padding-top: 20px;
}
/* breadcrumb Start */
.breadcrumb-sec {
	background: #00479814;
	padding: 15px 0;
}
.breadcrumb {
	margin: 0;
}
.breadcrumb > li {
	font-weight: 500;
	color: #000;
	line-height: 100%;
}
.breadcrumb > li:first-child a {
	position: relative;
	padding-left: 30px;
}
.breadcrumb > li a i {
	position: absolute;
	top: -2px;
	left: 0;
	right: auto;
	bottom: auto;
}
/* breadcrumb End */
/*******************************About page CSS End*******************************/
/*******************************Contact page CSS End*******************************/
.Contactpage-sec .main-title {
	max-width: 1380px;
	padding: 0 15px;
	margin: 0 auto;
}
.Contactpage-sec .map {
	margin-top: 40px;
}
.Contactpage-sec .map iframe {
	height: 450px;
}
.Contactpage-sec {
	padding: 60px 0 30px;
}
.co-title h1 {
	display: inline-block;
	margin-bottom: 20px;
}
.catalog-sec .co-title h1 {
	display: inline-block;
	margin-bottom: 0;
}
.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: 60px;
}
.contact-sec {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 150px 0;
	padding: 40px 50px;
	background: #fff;
	z-index: 1;
	position: relative;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 0 0 96px 0 rgba(0, 0, 0, 0.1);
}
.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: 13px;
	text-transform: capitalize;
	line-height: 100%;
}
.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: 5px;
	color: #0000005e;
	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: #2d4873;
	padding-bottom: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
.contact-sec p.submit input {
	background: #1082ce;
	border: 1px solid #1082ce;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	width: auto;
	padding: 0 20px;
}
.contact-sec p.submit input:hover {
	background: transparent;
	border-color: #000;
	color: #000;
}
.contact-with h3 {
	font-size: 21px;
	line-height: 100%;
	text-transform: capitalize;
	display: block;
	text-align: left;
	color: #87888b;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.with-con li {
	font-size: 16px;
	color: #686666;
	position: relative;
	font-weight: 400;
	margin: 0;
	margin-bottom: 0px;
	line-height: 170%;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.with-con li a {
	color: #686666;
}
.with-con li a:hover {
	color: #ff914d;
}
.with-con {
	padding: 20px 57px 0 0;
}
.with-con li::before {
	content: "\f3c5";
	font-family: fontawesome;
	font-size: 20px;
	color: #a1097b;
	transition: 0.5s all;
	position: absolute;
	top: 1px;
	left: 0;
	right: auto;
	bottom: auto;
}
.with-con li.conph::before {
	content: "\f232";
	font-size: 24px;
}
.with-con li.conmail::before{
	content: "\f0e0";
}
.breadcrumb-item.active {
	color: #0b5cc8;
	font-weight: 600;
}
/*******************************Contact page CSS End*******************************/

/*******************************Sitemap page CSS Start*******************************/
.indian {
	color:#2f8e94;
	font-size:30px;
	font-weight:700
  }
  .lab {
	color:#2e2d2d;
	font-size:30px;
	font-weight:700
  }
  .sitemap ul > li > a.l0bg {
	background:#0b5cc8;
  }
  .l1bg {
	background-color: #0b5cc8 !important;
}
.sitemap ul > li > a.l2bg {
	background-color: #ff914d !important;
	color: #fff;
}
  body {
	background:#fff;
	margin:0;
	font-family:Helvetica,Arial,sans-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: #1082ce;
	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: 40px 0;
}
.Medicalequ-sec .main-title {
	text-align: center;
}
.Medicalequ-sec .main-title h1 {
	margin: 0;
}
.Medicalequ-sec .main-title p {
	text-align: left;
}
.medical-cate-pro-list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
}
.medical-list {
	width: 20%;
	padding: 10px;
	border: 1px solid #1082ce52;
	border-radius: 10px;
	height: 100%;
	overflow-y: auto;
	scrollbar-width: none;
}
.medical-pro-list {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 15px;
	width: 100%;
	padding-left: 0;
	height: 100%;
}
.medical-list h3, .medical-list h4, .medical-list h5, .medical-list h5, .medical-list p {
	font-size: 17px;
	padding: 6px 10px 6px 18px;
	background: transparent;
	color: #333;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.4px;
	border: 1px solid #1082ce70;
	border-radius: 0;
	overflow: hidden;
	border-bottom: 3px solid #1082ce63;
	font-family: "Kanit", sans-serif;
	display: block;
}
.medical-cate-filter > b {
	font-size: 16px;
	color: #333333;
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: block;
}
/* .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: #fbcd05;
} */
.medi-cat-list {
	height: 333px;
	overflow-y: auto;
	scrollbar-color: #fbcd05 #fff;
	scrollbar-width: none;
	border: 1px solid #ebf0f7;
}
.medi-cat-list li a {
	display: block;
	padding: 6px 10px 6px 17px;
	font-size: 14px;
	color: #000;
	position: relative;
	z-index: 9;
}
.product-inner {
	padding: 16px 0 0;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	background: transparent;
}
.medical-equ-pr-cn {
	background: #fff;
	padding: 10px 10px;
	position: relative;
	text-align: center;
	transition: 0.5s all;
}
a.product-img {
	height: 170px;
	display: block;
	padding: 10px;
}
.product-title h2, .product-title h3, .product-title h4, .product-title h5, .product-title h6, .product-title > span {
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.3px;
	text-align: center;
	font-weight: 500;
	padding-bottom: 5px;
	color: #36393dcf;
	min-height: auto;
}
.product-title span {
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.3px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 5px;
	color: #36393d;
	font-family: "Kanit", sans-serif;
}
.product-inner p {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #929290;
	line-height: 100%;
}
.product-inner .shopnow {
	opacity: 1;
	position: static;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	width: fit-content;
	margin: 0 auto;
	background-color: #fff;
}
.medical-pro-list .shopnow {
	line-height: 30px;
	font-size: 14px;
	padding: 0 14px;
	border-radius: 5px;
	margin: 12px 0 0 0;
	border: 1px solid #1082ce;
	display: none;
}
.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: #f4f4f4;
} */
.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: #fbcd05;
	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;
	display: none;
}
.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;
}
.price-slider-wrap {
	border: 1px solid #e0e0e0;
	margin-top: 40px;
}
.medical-cate-filter {
	margin: 15px 0 0 0;
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.medical-cate-filter .pr-ft {
	margin-bottom: 20px;
}
  /* Price Range slider code End */
  .fil-chck {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5px 0;
}
.fil-chck .slect {
	width: 15px;
	height: 15px;
	margin-right: 7px;
	margin-top: 1px;
}
.filter-check-wrap {
    margin: 5px 0 0 0;
}
.fil-chck span {
	font-size: 14px;
	color: #828282;
}

/*******************************MedicalEquipment page CSS End*******************************/
/*******************************Subcategory page CSS Start*******************************/
.Subcategory-sec {
	padding: 50px 0;
}
.Sub-medical-cateh .subcate-list {
	width: 80%;
	padding-left: 30px;
}
.Subcategory-sec .main-title h1 {
	margin: 0;
}
.Subcategory-sec .main-title p {
	text-align: center;
}
.subcate-list-ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
}
.sub-cat-catalog {
	background: transparent;
	background-color: transparent;
	border-radius: 3px;
	display: inline-block;
	color: #a41984;
	font-weight: 500;
	cursor: pointer;
	line-height: 27px;
	padding: 0 6px 0px 24px;
	font-size: 14px;
	-webkit-appearance: none;
	text-transform: capitalize;
	position: relative;
	box-shadow: none;
	transition: 0.5s all;
	border: 1px solid #a41984;
	position: relative;
}
.sub-cat-catalog:hover {
	background: #a41984;
	color: #fff;
}

.sub-cat-catalog::before {
	font-family: bootstrap-icons;
	font-size: 15px;
	position: absolute;
	left: 5px;
	right: auto;
	bottom: auto;
	top: 0px;
	content: "\f63e";
}
.subcate-list-ul > li {
	position: relative;
	padding: 15px;
	box-shadow: none;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #d9d9d9;
}
.sb-pro-name {
	display: block;
}
.sb-pro-name h2, .sb-pro-name h3, .sb-pro-name h4, .sb-pro-name h5, .sb-pro-name h6, body .sb-pro-name > span {
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	color: #1082ce;
	padding: 0;
	line-height: 140%;
	letter-spacing: 0.5px;
	padding-top: 10px;
	min-height: auto;
	font-family: "Kanit", sans-serif;
	display: block;
	text-align: left;
}

.sb-pro-name span {
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	color: #183565;
	padding: 0;
	line-height: 140%;
	letter-spacing: 0.5px;
}
.subcate-list-ul .img-wrap {
	height: 180px;
	display: block;
	padding: 10px 0;
}
.feature-ul li b {
	font-weight: 500;
	color: #000;
}
.subcate-list-ul .feature-ul li {
	font-size: 13px;
	line-height: 130%;
}
.feature-ul li {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #6a6a6a;
	padding-bottom: 4px;
	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: #fbcd05;
	font-size: 14px;
}
.Subcategory-sec .compare {
	position: absolute;
	top: 15px;
	left: auto;
	right: 8px;
	bottom: auto;
}
.compare .cpp {
	padding: 0;
	background: transparent;
	border: 0;
}
.compare label.action {
	position: relative;
	pointer-events: all;
	cursor: pointer;
	height: 30px;
	width: 30px;
	display: block;
	border: 1px solid #1082ce;
	border-radius: 3px;
}
.compare label.action input.check-hidden {
	height: 20px;
	width: 20px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	pointer-events: all;
}
.compare label i::before {
	content: "\2b";
	font-family: fontawesome;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #0b5cc8;
	line-height: 100%;
	position: absolute;
	right: 5px;
	left: auto;
	bottom: auto;
	top: 4px;
}
.compare label input.check-hidden:checked + i::before {
	content: "\f00c";
}
.compare_btn {
	position: fixed;
	top: 95px;
	left: auto;
	right: 15px;
	bottom: auto;
	z-index: 1;
}
.compare-section {
	position: fixed;
	top: 60px;
	right: 20px;
}
.compare.compare_btn .compare-section .compare_btn {
	line-height: 35px;
	padding: 0 10px;
	color: #1082ce;
	background: #fff;
	z-index: 9;
	position: relative;
	border: 1px solid #1082ce;
	font-weight: 500;
}
.feature-ul {
	overflow-y: auto;
	scrollbar-width: none;
	height: 80px;
	margin-top: 10px;
}
.subcate-list-ul .wish {
	opacity: 0;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	transition: 0.5s all;
}
.subcate-list-ul .add-to-cart {
	margin: 0;
}

.subcate-list-ul .review-price {
	padding-top: 20px;
	flex-direction: row-reverse;
}
.subcate-list-ul li:hover .wish {
	opacity: 1;
	bottom: 22px;
}
.subcate-list-ul .add-cart {
	top: 50px;
	left: auto;
	right: 8px;
	bottom: auto;
	opacity: 1;
}
.subcattabs ul {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	padding-top: 0;
}
.subcattabs ul a {
	background: transparent;
	border-radius: 3px;
	display: inline-block;
	color: #a41984;
	font-weight: 500;
	cursor: pointer;
	line-height: 27px;
	padding: 0 8px 0px 8px;
	font-size: 13px;
	-webkit-appearance: none;
	text-transform: capitalize;
	position: relative;
	box-shadow: none;
	transition: 0.5s all;
	margin-right: 7px;
	margin-top: 7px;
	border: 1px solid #a41984;
}
.subcattabs ul a:hover {
	background-color: #0b5cc8;
	color: #fff;
	border-color: #0b5cc8;
}
.Subcategoryt-sec .main-title {
	padding-bottom: 20px;
}
/*******************************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: 20px;
}
.search-page .main-title h1 {
	color: #333333;
	font-size: 23px;
}
.search-page .main-title h1 span {
	color: #1082ce;
	font-size: 33px;
}
/*******************************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{
	padding:0 !important ;
}
.compare-page .table > tbody > tr > td a:hover {
	color: #ff914d;
}
.compare-cart-btn.addToCartBtn {
	background-color: #1082ce;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	line-height: 100%;
	padding: 8px 15px 8px 15px;
	font-size: 13px;
	border: 1px solid #1082ce;
	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 #000;
	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 h2 {
	font-size: 20px;
	color: #0b5cc8;
	letter-spacing: 0.5px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.Terms-page .content-con p {
	font-size: 15px;
	padding-bottom: 3px;
}
.Terms-page .content-con p span {
	font-weight: 600;
}
/*******************************Terms page CSS End*******************************/
/*******************************Career page CSS End*******************************/
.jon-form-inner {
	margin: 20px auto 0;
	border: 1px solid #b0b0b0;
	padding: 40px 50px;
	background: #fff;
	border-radius: 10px;
	max-width: 800px;
}
.Join-team-form .box {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 15px;
}
.Join-team-form .form-group label {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 100%;
}
.Join-team-form .form-group {
	padding-top: 10px;
}
.Join-team-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: #0000005e;
	margin: 0;
}
.Join-team-form .car-btn {
	background: #1082ce;
	border: 1px solid #1082ce;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 16px;
}
.Join-team-form .car-btn:hover {
	background: transparent;
	border-color: #000;
	color: #000;
}
.Join-team-form .form-group input.form-control {
	line-height: 38px;
}
.ca-sub-btn {
	text-align: center;
	margin-top: 15px;
}

/*******************************Career page CSS End*******************************/

/*******************************Product-details page CSS Start*******************************/
.quantity {
	display: inline-flex;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .1);
}
.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 .input-box {
	width: 55px;
	padding: 5px 10px;
	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;
}
/* productdetails faq start */
.faq-askex-section {
	display: flex;
	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: 12px 10px;
	border: 1px solid #d1d1d7;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 0 14px 0 #d1d1d7;
}
.faq-contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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 #fbcd05;
	border-radius: 25px;
	overflow: hidden;
}
.faq-askex-section .accordion__header {
	padding: 15px 25px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	font-size: 16px;
}
.faq-askex-section .accordion__header.active {
	background: #fbcd0557;
}
.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: 1px solid #8f8f9d69;
	border-radius: 20px;
	box-shadow: 0 0 30px 0 rgb(0,0,0,0.1);
}
.faq-askex-section .accordion__item .accordion__content p {
	font-size: 15px;
	font-weight: 300;
	color: #848484;
	line-height: 150%;
}
.faq-askex-section .accordion__header::before {
	position: absolute;
	left: auto;
	right: 15px;
	bottom: auto;
	top: 10px;
	color: #212529;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #fbcd05;
	font-style: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\2b";
	font-family: fontawesome;
	font-weight: 400;
}
.faq-askex-section .accordion__header.active::before {
	content: "\2d";
	font-size: 32px;
	background: #fff;
	font-weight: 700;
	padding-bottom: 8px;
}
/* productdetails faq End */
/* productdetails img slide Start */
.product-details-sec .img-showcase {
	display: flex;
	width: 100%;
	transition: all 0.5s ease;
	height: 400px;
	padding: 20px;
}
.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;
	border: 1px solid #333;
	border-radius: 4px;
	background: #f4f4f4;
}
/* .product-details-sec .img-showcase > img {
	border-radius: 10px;
	background: #0a59c20a;
} */
.product-details-sec .container {
	display: flex;
	justify-content: space-between;
	padding: 0 130px;
	align-items: flex-start;
}
.product-details-sec .img-display {
	overflow: hidden;
	background: transparent;
	border: 1px solid #dadada;
	border-radius: 10px;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 40px;
	width: 60%;
	align-content: center;
	padding-top: 0;
}
.product-details-sec .product-imgs {
	width: 40%;
}
/* productdetails img slide End */
.product-details-sec {
	padding: 90px 0;
}
.prodel-title h1, .prodel-title h2, .prodel-title h3, .prodel-title h4, .prodel-title h5, .prodel-title h6 {
	font-size: 26px;
	font-weight: 500;
	color: #1082ce;
	line-height: 120%;
	position: relative;
	letter-spacing: 0.6px;
	text-transform: capitalize;
}
.prodel-title h1::first-letter,
 .prodel-title h2::first-letter,
  .prodel-title h3::first-letter,
   .prodel-title h4::first-letter,
    .prodel-title h5::first-letter,
	 .prodel-title h6::first-letter{
		font-size: 34px;
	 }
	 .prodel-title p {
		font-size: 15px;
		font-weight: 400;
		color: #7b858a;
		line-height: 150%;
		padding: 10px 0 15px;
		text-align: left;
	}
.product-details-sec .capacity {
	padding: 15px 0;
}
.product-details-sec .capacity .pdcaph {
	font-size: 16px;
	color: #222529;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
	display: flex;
	align-items: center;
}
.product-details-sec .capacity .pdcaph button {
	border-radius: 15px;
	display: inline-block;
	font-weight: 500;
	cursor: pointer;
	line-height: 30px;
	padding: 0 10px;
	font-size: 17px;
	-webkit-appearance: none;
	border: 1px solid #ff904c;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	color: #ff904c;
	margin-left: 20px;
}
.des-type li,.des-type li a {
	text-align: left;
	padding-bottom: 4px;
	line-height: 140%;
	font-size: 15px;
	font-weight: 300;
	color: #485f85;
}
.des-type li b {
	font-weight: 500;
	color: #333;
}
.product-details-sec .to-cart button {
	border-radius: 5px;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	line-height: 31px;
	padding: 0 10px 0px 35px;
	font-size: 12px;
	-webkit-appearance: none;
	border: 1px solid #1082ce;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	color: #1082ce;
}
.product-details-sec .to-cart button:hover{
	color: #fff;
	background-color: #1082ce;
}
.product-details-sec .to-cart button::before {
	content: "\f07a";
	position: absolute;
	left: 13px;
	right: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	top: -1px;
	bottom: auto;
	font-family: fontawesome;
}
.product-details-sec .to-cart {
	display: inline-block;
	padding: 0 30px;
}
.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;
}
.review-st .fa-star {	
	font-size: 14px;
}
.review-st p {
	font-size: 14px;
	margin-left: 20px;
	color: green;
	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: 10px;
	padding: 30px 25px;
	min-height: 270px;
	transition: 0.5s all;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
 .specifi ul li {
	padding-right: 10px;
}
.specifi ul li button {
	font-size: 13px;
	line-height: 30px;
	padding: 0 15px;
	background: #e4f5ff;
	color: #000000;
	border: 1px solid transparent;
	border-radius: 20px;
}
.specifi ul li .nav-link.active {
	background: #1082ce;
	border: 1px solid #1082ce;
	color: #fff;
}
.specifi ul .Features_text_ineer {
	position: relative;
	padding-left: 17px;
	margin-top: 5px;
}
.specifi ul .Features_text_ineer::before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 18px;
	color: #1082ce;
	content: "\f135";
}
.specifi .tab-content p {
	font-size: 15px;
	color: #808a8f;
	line-height: 150%;
	text-align: left;
	font-weight: 400;
}
.speci-table .table, .speci-table td, .speci-table th {
	border-color: #fff0e6;
}
.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: #333;
}
.speci-experts .specifi ul li button {
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	background: #f4f4f4;
	color: #000000;
	border: 1px solid transparent;
	border-radius: 5px;
	font-weight: 400;
}
.speci-table table > tbody > tr:nth-child(2n+1) th, .speci-table table > tbody > tr:nth-child(2n+1) td {
	background: #5daade0a;
}
.speci-experts .specifi {
	width: 100%;
	padding-right: 0;
	max-width: 100%;
	margin: 0 auto;
}
.speci-ask-experts .container {
	display: flex;
	flex-wrap: wrap;
}
.speci-ask-experts .speci-experts {
	width: 75%;
	padding-right: 30px;
}
.speci-exp {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	border: 1px solid #eee;
	margin-top: 13px;
	border-radius: 10px;
	box-shadow: 0 0 96px 0 rgba(0, 0, 0, 0.1);
}
.speci-exp-form {
	width: 25%;
}
.speci-exp p input, .speci-exp p textarea {
	height: 35px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #0000005e;
	margin: 0;
	margin-bottom: 10px;
}
.speci-exp p label {
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 0px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #828282;
	display: block;
	line-height: 100%;
	display: none;
}
.speci-exp-form .submit input {
	color: #fff;
	background: #00b2d6;
	border: 1px solid #00b2d6;
	font-size: 17px;
	font-weight: 600;
	transition: 0.5s all;
}
.speci-exp-form .submit input:hover {
	color: #00b2d6;
	background: transparent;
}
.speci-exp p textarea{
	height: 60px;
	resize: none;
}
.speci-experts .specifi .nav-pills {
	justify-content: flex-start;
}
.features-des li {
	padding-bottom: 6px;
	font-size: 15px;
  color: #808a8f;
  line-height: 150%;
  text-align: left;
  font-weight: 400;

}
.speci-exp-form h2, .speci-exp-form p.cntstu-tt {
	color: #356eb5;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	font-size: 25px;
	font-family: "Kanit", sans-serif;
  	line-height: 120%;
}
.speci-ask-experts {
	padding-bottom: 60px;
}
.product-det-faq {
	padding-top: 60px;
}
.faq-form-sec p.cutwutt {
	display: inline-block;
	font-size: 30px;
	font-family: "Kanit", sans-serif;
}
.faq-form-sec .main-title {
	text-align: center;
}
.faq-form-sec {
	padding-bottom: 30px;
}
.faq-askex-section .faq-contact-form h6, 
.faq-askex-section .faq-contact-form .guid-exprtt {
	font-weight: 500;
	text-align: center;
	color: #0b5cc8;
	font-size: 20px;
	font-family: "Kanit", sans-serif;
	line-height: 120%;
}
.faq-askex-section p label {
	font-size: 13px;
	text-transform: capitalize;
	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-contact {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px 0;
}
.faq-askex-section p textarea {
	resize: none;
	margin-bottom: 0;
}
.faq-askex-section p.submit input {
	background: #1082ce;
	border: 1px solid #1082ce;
	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-contact p {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
.faq-askex-section p.submit input:hover {
	background: transparent;
	border-color: #000;
	color: #333;
}
.speci-ask-experts a {
	position: relative;
	padding-left: 35px;
}
.catlo a::before {
	content: "\f019";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	right: auto;
	top: -4px;
	bottom: auto;
	color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #356eb5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	padding: 0 0 3px 1px;
}
/*******************************Product-details page CSS End*******************************/
/****************************** Catalog page CSS Start*******************************/
.catalog-sec {
	padding: 50px 0 30px;
}
.cata-box {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
}
.cata-des-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.cata-img-wrap {
	height: 145px;
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
}
.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: 60%;
}
.cata-title {
	text-align: center;
}
.cata-title a.btn {
	border: 0;
}
.cata-title h2, .cata-title h3, .cata-title h4, .cata-title h5, .cata-title h6 {
	font-size: 17px;
	font-weight: 500;
	color: #183565;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
}
.cata-title a h2:hover {
	color: #ff914d;
}
.cata-box-wrap {
	padding: 15px 10px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	box-shadow: none;
}
.cata-des-wrap .cata-sub-list ul li {
	line-height: 100%;
	padding-left: 15px;
	position: relative;
	border: 0;
	padding-top: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
	transition: 0.5s all;
}
.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: #00000082;
}
.catalog-sec .main-title p {
	text-align: left;
	font-size: 15px;
	line-height: 150%;
	text-transform: capitalize;
	letter-spacing: 0;
	background: transparent;
	border: 0;
	padding: 10px 0 25px 0;
	margin: 0;
	color: #485f85;
	font-weight: 300;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn:hover {
	color: #0b5cc8;
}
.cata-des-wrap .cata-sub-list ul {
	max-height: 130px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #91b1d7 #d9d9d996;
}
.cata-des-wrap .cata-sub-list ul li:hover {
	background: transparent;
	border-color: transparent;
	color: #0b5cc8;
}
.cata-des-wrap .cata-sub-list ul li:hover button{
	color: #0b5cc8;
}
.cata-des-wrap .cata-sub-list ul li::before {
	position: absolute;
	left: 0;
	right: auto;
	top: 6px;
	bottom: auto;
	z-index: 1;
	font-style: normal;
	content: "";
	width: 7px;
	height: 7px;
	background: #4cb9f7;
	border-radius: 50%;
}
.cata-pop-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cata-pop-wrap {
	height: 200px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #91b1d7 #d9d9d996;
}
.pop-cata-btn {
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	margin: 0px;
	display: block;
	text-align: center;
	border: 1px solid #1082ce;
	border-radius: 5px;
	margin-top: 10px;
	transition: 0.5s all;
	padding: 0 10px;
	margin-right: 10px;
	background-color: #1082ce;
}
.pop-cata-btn:hover{
	background: transparent;
	color: #333;
	border-color: #333;
}
.cata-popup-wrap .modal-dialog {
	max-width: 560px;
	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: 6px;
	bottom: auto;
	z-index: 1;
	font-style: normal;
	content: "";
	width: 7px;
	height: 7px;
	background: #fbcd05;
	border-radius: 50%;
	display: none;
} */
.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: 500;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #626f84;
	text-align: left;
}
/****************************** 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
}
.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.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 #00000015;
  font-weight:500;
  margin:60px 30px 0 20px;
  line-height:49px
}
.catalog_contact {
  color:#272727;
  text-shadow:1px 0 #00000015;
  margin-top:15px;
  margin-left:15px;
  font-weight:600;
  text-align:left
}
.body2,
.body3 {
  height:auto
}
.body_center {
  margin:0 25px
}
.catalog_subhead {
	color: #6c3428;
	font-size: 22px;
	font-weight: 600;
	padding: 40px 0 0 10px;
}
.catalog_text {
  margin:0 10px;
  line-height:1.6rem
}
.catalog_text li {
	position: relative;
	padding-left: 17px;
	font-size: 16px;
	margin-top: 4px;
}
.catalog_text li::before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 18px;
	color: #1082ce;
	content: "\f135";
}
.table,
td,
th {
  border:1px solid #000;
  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: 500;
}
.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: 29px;
	line-height: 150%;
}
.single-catalog > .row {
	display: flex;
}
.catalog_head, .check_icon, .download_1, .fa-chevron-circle-right {
	color: #004798;
}
html .container.single-catalog a {
	display: unset;
}
.single-catalog .download_text {
	border: 1px solid #1082ce;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #1082ce;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
html .container.single-catalog a.download_text {
	display: inline-block;
}
.single-catalog .download_text:hover{
	color:#1082ce;
	background: transparent;
}
body .p_dow {
	text-align: center;
	padding: 10px 0 60px;
}
.single-catalog .download_text .fa-download {
	padding-top: 10px;
	padding-left: 5px;
}
/******************************Single-Catalog PAGE End*******************************/
/******************************Login PAGE Start*******************************/
.login-section {
	padding: 80px 0 80px;
}
.login-section .bg-white {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px #00479847;
	border: 1px solid transparent;
	padding: 38px;
	border-radius: 20px;
	margin-top: 30px;
	max-width: 500px;
}
.login-section h3 {
	font-size: 25px;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.login-section .login_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login-section .labmt-btn {
	font-size: 13px;
	line-height: 30px;
	padding: 0 40px;
	position: relative;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	background: #1082ce;
	border: 1px solid #1082cd;
	color: #fff;
	width: auto !important;
	border-radius: 20px;
}
.login-section .labmt-btn:hover{
	background-color: transparent;
	border-color: #333;
	color: #333;
}
.login-section .sign-in-btn {
	text-align: center;
}
.different_login span {
	font-size: 16px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #0b5cc8;
	font-weight: 500;
}
/******************************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: #0000005e;
	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: #0b5cc8;
	text-align: center;
}
.error-page .content-area h2 {
	font-family: "Poppins", sans-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 #ff914d;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 35px;
	background: #ff914d;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
.error-page .content-area .button:hover {
	border-color: #333;
	color: #333;
	background: transparent;
}
/******************************Error PAGE End*******************************/

/******************************Thankyou PAGE Start*******************************/
.thanks h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #626f84;
	text-align: center;
	background: -webkit-linear-gradient( #3eb4f6 0%, #004798);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 0;
}
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: 50px;
	padding: 0 40px;
	position: relative;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	border-radius: 30px;
	/* background: rgb(47,142,148); */
	background: linear-gradient(90deg, #183565 0%, #40bafd 100%);
	color: #fff;
	margin-top: 30px;
}
.thankyou-page {
	padding: 90px 0;
}
.go-btn {
	text-align: center;
}
.thanks::before {
	content: "\f0e0";
	font-family: fontawesome;
	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;
	background: -webkit-linear-gradient(#3aa6e6, #183565);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.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: #ff914d;
}
.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: #1082ce;
		color: #fff;
	}
.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: 400;
        color: #333;
    }
.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: #e8e8e85e;
}
.Myaccount-sec .order-card.tracking-show > .order-table {
	background: #fff;
}
/* Tracking Section CSS End*/
.Myaccount-sec {
	padding: 60px 0 30px;
}
.Myac-1-btns {
	margin: 0 !important;
	width: 23%;
	border: 1px solid #cccccc;
	border-radius: 7px;
	padding: 10px;
}
.myac-1-content {
	width: 77%;
	padding-left: 40px;
}
.Myac-1-btns .myaccount-main-btn {
	font-size: 15px;
	padding: 8px 10px 8px 18px;
	background: #f6fcfe;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #333;
	text-align: left;
	border: 1px solid #1082ce;
}
.Myac-1-btns .myaccount-main-btn::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: transparent;
}
.Myac-1-btns .myaccount-main-btn.active {
	background: #f6fcfe;
	color: #333;
}
.Myac-1-btns .myaccount-main-btn.active::before {
	background-color: #1082ce;
}
.Myac-1-btns button{
	margin-bottom: 10px;
}
.my-ac-heading h2, .my-ac-heading h3, .my-ac-heading h4, .my-ac-heading h5, .my-ac-heading h6, .my-ac-heading h1 {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	text-align: center;
	padding: 10px;
	letter-spacing: 0.5px;
	font-size: 28px;
	color: #333;
	border-radius: 7px 7px 0 0;
	font-weight: 500;
}
.myac-content {
	border: 1px solid #cccccc;
	border-radius: 7px;
}
.order-wrap {
	padding: 25px 15px;
}
.order-card p, .order-title p {
	font-weight: 400;
	font-size: 15px;
	color: #545454;
	padding: 10px 0;
}
.order-title p {
	color: #00000078;
	font-weight: 600;
}
.track .step .icon i {
	line-height: 35px;
}
.my-accnt .step::before {
	animation: none;
}
.Myaccount-sec .order-table button {
	background: #1082ce;
	border: 1px solid #1082ce;
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px;
	line-height: 30px;
	color: #fff;
	border-radius: 4px;
}
.Myaccount-sec .order-table button:hover{
	background-color: transparent;
	border-color: #333;
	color: #333;
}
/* Myaccount-orders End */
/* Myaccount-Address Start*/
.address-wrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
.orders-myaddres {
	border: 0;
}
.address-wrap .myadd {
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
}
.address-wrap .myadd .btn {
	background: #1082ce;
	border: 1px solid #1082ce;
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px;
	line-height: 30px;
	color: #fff;
	border-radius: 5;
	margin-right: 117px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.address-wrap .myadd .btn:hover{
	background-color: transparent;
	border-color: #333;
	color: #333;
}
.address-wrap .myadd p {
	font-weight: 600;
	color: #5d5d5dd4;
	margin: 10px 0;
}
/* 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 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: #0000005e;
	margin: 0;
}
.orders-myacdeta form > .form-group label {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 100%;
}
.orders-myacdeta form .Submit {
	width: 100%;
	text-align: center;
}
.orders-myacdeta .Submit .btn {
	background: #1383cf;
	border: 1px solid #1383cf;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	margin: 10px 0 0 0;
	padding: 0 40px;
	margin-bottom: 17px;
}
.orders-myacdeta .Submit .btn:hover{
	border-color: #333;
	color: #333;
	background-color: transparent;
}
/* Myaccount-details End*/

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

/******************************Wishlist PAGE Start*******************************/
.Wishlist-page {
	padding: 90px 0;
}
body .wishlist-sec {
	max-width: 100%;
	box-shadow: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
	margin-top: 30px;
}
body .wishlist-sec .wishlist-wrap {
	display: block;
	padding: 15px;
	box-shadow: 0 0 9px 0 #00479840;
	border-radius: 10px;
}
.wishlist-wrap img {
	height: 170px;
	margin: 0;
}
.wishlist-wrap .pr-title h2,
 .wishlist-wrap .pr-title h3,
  .wishlist-wrap .pr-title h4, 
  .wishlist-wrap .pr-title h5, 
  .wishlist-wrap .pr-title h6 {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #183565;
	display: inline-block;
	letter-spacing: 0.8px;
	transition: 0.5s all;
}
.wishlist-wrap .pr-title h2:hover,
 .wishlist-wrap .pr-title h3:hover , 
 .wishlist-wrap .pr-title h4:hover ,
  .wishlist-wrap .pr-title h5:hover , 
  .wishlist-wrap .pr-title h6:hover {
	color: #fbcd05;
}
.subul li {
	font-size: 13px;
	color: #939393;
}
.sto-rat {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.sto-rat p.ratng::before {
	font-family: fontawesome;
	font-size: 6px;
	color: #fff;
	font-style: normal;
	position: absolute;
	left: auto;
	right: 3px;
	top: 0px;
	bottom: auto;
	content: "\f005";
}
.sto-rat p {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	color: #14a44d;
	line-height: 100%;
	padding-left: 0;
}
.sto-rat p.ratng {
	line-height: 15px;
	font-size: 10px;
	padding: 0 12px 0 5px;
	position: relative;
	background: #14a44d;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.wishlist-wrap .price span.dp {
	font-size: 15px;
}
.wishlist-wrap .price span {
	font-size: 17px;
}
.wish-cart-re {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 17px 0 0;
}
.subatc {
	background: #004798;
	background-color: rgb(0, 71, 152);
	border-radius: 19px;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	line-height: 31px;
	padding: 0 10px 0px 35px;
	font-size: 12px;
	-webkit-appearance: none;
	border: 1px solid #004798;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	color: #004798;
}
.subatc::before {
	content: "\f07a";
	position: absolute;
	left: 13px;
	right: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	top: -1px;
	bottom: auto;
	font-family: fontawesome;
}
.subatc:hover {
	color: #fff;
	background-color: #0958c1;
}
.wish-cart-re .wldelete:hover {
	color: red;
}
/******************************Wishlist 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 {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #626f84;
	letter-spacing: 0.6px;
}
.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: 60px;
	border: 1px solid #333;
	border-radius: 6px;
}
.contnet-pop-des li .pro-inp span, .contnet-pop-des .po-price {
	padding-left: 8px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 500;
	display: inline-block;
	line-height: 150%;
	font-size: 16px;
	color: #485f85;
}
.popu-wrap .modal-header {
	justify-content: center;
}
.pop-btn {
	text-align: center;
}
.pop-btn .btn {
	border: 2px solid #1082ce;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #1082ce;
	transition: 0.9s all;
	font-size: 15px;
	margin-top: 10px;
}
.pop-btn .btn:hover{
	border: 2px solid #000;
	font-weight: 500;
	background: transparent;
}
/******************************Addtocart popup End*******************************/
/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec {
	/* padding: 60px 0 30px; */
}
.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 #00b2d61c;
	border-radius: 10px;
	border: 1px solid #00b2d6;
}
.price-box > h2, .price-box > h3, .price-box > h4, .price-box > h5, .price-box > h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	display: block;
	position: relative;
	text-transform: capitalize;
	color: #333333;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.price-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.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: #1082ce;
	border: 1px solid #1082ce;
	border-radius: 5px;
	color: #fff;
}
.sub-total p, .sub-total span {
	font-weight: 600;
}
.add-to-cart-form .Buy:hover {
	border-color: #333;
	background: transparent;
	color: #333;
}
.addtocart-sec .product-des:not(:last-child) {
	margin-bottom: 20px;
}
.addtocart-sec .product-des {
	padding: 20px;
	border-bottom: 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #b7b7b7;
}
.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 {
	content: "\58";
	font-family: fontawesome;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	padding: 0;
}
.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: #1183ce;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	position: relative;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	transition: 0.5s all;
}
.addtocart-sec .product-title-des {
	width: 75%;
}
.addtocart-sec .pr-des li {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 100%;
	text-align: left;
	font-weight: 400;
	padding-bottom: 7px;
}
.addtocart-sec .pr-des li span {
	font-weight: 500;
}
.addtocart-sec .price-other {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}
.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;
}
.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: #ff914d;
}
/*******************************Addtocart page CSS End*******************************/
/*******************************Checkout page CSS Start*******************************/
.Checkout-page {
	padding: 60px 0 30px;
}
.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 #cecece;
	background-color: rgb(255, 255, 255);
	padding: 20px 30px 20px 50px;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 #cecece;
}
.check-title {
	display: flex;
	justify-content: space-between;
}
.check-title h2 {
	color: rgb(53, 53, 67);
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	font-family: "Poppins", sans-serif;
}
.check-title a {
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	color: #0b5cc8;
}
p.adress-des {
	text-align: left;
	color: #33333382;
	font-size: 15px;
	line-height: 160%;
	margin: 0 0;
	padding: 20px 0 20px;
	font-weight: 500;
}
.adress-des.number {
	padding: 0;
}
.check-sub {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #353543;
	text-align: left;
}
.checkout-price .total-pro {
	display: flex;
	justify-content: space-between;
}
.checkout-price .total-pro p {
	margin: 0 0;
	padding: 0 0 10px 0;
	font-weight: 500;
	font-size: 15px;
	color: #828282;
	line-height: 150%;
	text-align: left;
}
.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: 700;
	color: #353543;
	font-size: 17px;
}
.congr-to::before {
	font-family: fontawesome;
	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: "\25";
}
.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: 12px;
	line-height: 30px;
	padding: 0 20px;
	position: relative;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	background: #1082ce;
	border: 1px solid #1082ce;
	color: #fff;
	margin-top: 20px;
	border-radius: 5px;
}
.checkout-price .Buy:hover {
	background: transparent;
	border-color: #333;
	color: #333;
}
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 {
	font-weight: 600;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #626f84;
	text-align: left;
}
.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: 14px;
	color: #333;
	display: block;
	line-height: 100%;
}
.Address-form input {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #0000005e;
	margin: 0;
}
.Address-form .submit input {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	background: #1082ce;
	display: block;
	text-align: center;
	border: 1px solid #1082ce;
	border-radius: 5px;
	transition: 0.5s all;
	height: 100%;
}
.Address-form .submit input:hover{
	background-color: transparent;
	border-color: #333;
	color: #333;
}
/*******************************Edit Address Popup CSS End*******************************/
/**************************************************************** RESPONSIVE START ****************************************************************/
@media only screen and (max-width: 1200px) {
	.cata-box {
	grid-template-columns: repeat(2,1fr);
	}
/*******************************Footer CSS Start*******************************/
body .footer-logo-cn {
	padding-top: 10px;
	padding-right: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ft-lo > a {
	height: 32px;
	max-width: 100%;
}
	.ft-con li {
		font-size: 15px;
	}
	.ft-wrap > h3, .ft-wrap > h4 , .ft-wrap > h5 {
		font-size: 26px;
	}
	.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;
	}
	.main-ft::before {
		height: 55px;
	}
/*******************************Footer CSS End*******************************/
/*******************************Home page CSS start*******************************/
/* home-about Start*/
.home-about {
	padding: 0 20px 50px;
	position: relative;
}
/* home-about End*/
/* home-medical Start*/
.products-equi {
	grid-template-columns: repeat(4,1fr);
	grid-gap: 13px;
	padding-top: 20px;
}
.category-2 .add-cart {
	right: 10px;
	top: 20px;
	opacity: 1;
}
/* home-medical End*/
/* home-patient Start*/
.cate-content {
	padding-left: 0;
}
.category-1 .category-cont {
	grid-template-columns: repeat(4,1fr);
	grid-gap: 15px;
}
.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: 15px;
}
.cate-box-wrap {
	padding: 10px 8px 15px;
}
.category .category-1-btns {
	padding: 20px 10px 15px;
}
.catemain-img {
	height: 160px;
}
.category-1-btns .category-main-btn {
	padding: 0 10px;
	line-height: 27px;
	font-size: 13px;
}
body .price span.dp {
	font-size: 13px;
	padding-right: 3px;
}
.price span {
	font-size: 15px
}
.subreview .fa-star {
	font-size: 7px;
}
.medical-Equi {
	padding: 0 0 60px 0px;
}
.category-1 {
	padding-bottom: 60px;
}
.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;
}
.compare label.action {
	height: 25px;
	width: 25px;
}
.compare label i::before {
	font-size: 16px;
	right: 4px;
	top: 4px;
}
.wishlist:before, 
.add-to-cart::before{
	font-size: 12px;
   line-height: 100%;
  }
/* home-electric Start*/
.cat-description p {
	font-size: 13px;
	padding-bottom: 6px;
}
.cat-description {
	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: 12px;
}
.category-2 .cate-box-wrap {
	padding: 14px 10px 18px;
	border-radius: 5px;
}
.category-2 {
	padding: 40px 0;
}
.main-title p {
	font-size: 14px;
}
/* home-electric End*/

/* home-catebig Start*/
.catg-cont p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 13px 0 0;
	margin-bottom: 20px;
}
.catg-box {
	padding: 20px 15px;
}
.catg-cont {
	width: 70%;
}
.catg-img {
	width: 30%;
	height: 160px;
}
.category-3 .container {
		grid-gap: 10px;
}
.catg-box h2, .catg-box h3, .catg-box h4, .catg-box h5, .catg-box h6 {
	font-size: 20px;
}
.shopnow {
	line-height: 30px;
	font-size: 14px;
	padding: 0px 17px;
	margin: 6px 0 0 0;
}
.catg-cont span {
	line-height: 20px;
	font-size: 11px;
	border-radius: 30px;
	margin: 6px 7px 0 0;
}
.category-3 {
	padding-bottom: 60px;
}
/* home-catebig End*/
/* home-lightweight Start*/
.category-4 {
	padding-bottom: 60px;
}
.category-4 .cat-description {
	max-height: 60px;}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 {
	padding-bottom: 60px;
}
.categ-conte-wr {
	width: 65%;
	padding-left: 15px;
}
.categ-img-wr {
	width: 35%;
}
.category-4 .category-cont {
	grid-gap: 15px;
	grid-template-columns: repeat(2,1fr);
}
.category-4 .categ-conte-wr {
	padding-left: 15px;
}
/* home-heavy End*/

/*******************************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: 20px 0 0 0;
}
.contact-sec {
	margin: 20px 40px 0;
}
.Contactpage-sec {
	padding: 50px 0 30px;
}
.Contactpage-sec .map {
	margin-top: 20px;
}
.Contactpage-sec .map iframe {
	height: 350px;
}
/*******************************Contact page CSS End*******************************/

/*******************************Laboratory Equipment page CSS Start*******************************/
.Medicalequ-sec {
	padding: 60px 0;
}
.medical-pro-list {
	grid-template-columns: repeat(4,1fr);
	grid-gap: 15px;
	/* width: 75%;
	padding-left: 20px; */
}
.medical-list {
	width: 25%;
}
a.product-img {
	height: 120px;
}
.product-inner {
	border-radius: 10px;
}
.product-inner:hover .medical-equ-pr-cn {
	margin-top: -10px;
	padding-bottom: 20px;
}
.product-title h2, .product-title h3, .product-title h4, .product-title h5, .product-title h6, .product-title > span {
	font-size: 15px;
	line-height: 120%;
	font-weight: 400;
}
.product-title span {
	font-size: 15px;
}
/*******************************Laboratory Equipment page CSS End*******************************/

/*******************************Subcategory page CSS Start*******************************/
.subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px;
}
.Subcategory-sec {
	padding: 60px 0;
}
.Sub-medical-cateh .subcate-list {
	width: 75%;
	padding-left: 20px;
}
.subcate-list-ul .feature-ul li{
	font-size: 13px;
	line-height: 130%;
}
/*******************************Subcategory page CSS End*******************************/

/*******************************Product-details page CSS Start*******************************/
.faq-askex-section {
	margin: 25px 0 0;
}
.faq-form-sec {
	padding-bottom: 60px;
}
.faq-askex-section .faq-wrap {
	width: 100%;
	padding-right: 0px;
}
.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-det-faq {
	padding-top: 60px;
}
/*******************************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: 50px 0 30px;
}
/****************************** Catalog page CSS End*******************************/
/******************************Login PAGE Start*******************************/
.login-section {
	padding: 60px 0px;
}
/******************************Login PAGE End*******************************/

/******************************My account PAGE Start*******************************/
/* Myaccount-details Start*/
.myac-1-content {
	width: 70%;
	padding-left: 20px;
}
.Myac-1-btns {
	width: 30%;
}
.Myaccount-sec {
	padding: 60px 0;
}
/* Myaccount-details End*/
/******************************My account PAGE End*******************************/
/******************************Wishlist PAGE Start*******************************/
.wishlist-wrap img {
	height: 140px;
}
.wishlist-wrap .pr-title h2,
 .wishlist-wrap .pr-title h3,
  .wishlist-wrap .pr-title h4,
   .wishlist-wrap .pr-title h5,
    .wishlist-wrap .pr-title h6 {
	font-size: 17px;
}
.Wishlist-page {
	padding: 60px 0;
}
/******************************Wishlist 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*******************************/




}
@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: 35px;
		width: 35px;
		display: block;
		cursor: pointer;
		top: 2px;
		right: 15px;
		bottom: 0;
		margin: auto;
		background: #183288;
	}
    .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;
		background: #f4f4f4;
		left: auto;
		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: #183288;
	}
    .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: #fff;
        margin: auto;
        box-shadow: 0 -7px 0 0 #fff,0 7px 0 0 #fff;
        transition: 0.5s all;
    }

/* Custom CSS Start */
/************ Header CSS Start **********/
.main-header-wrapper .header-menu .nav-span {
	display: block;
}
.account-head {
	margin-right: 60px;
}
.menu-ul {
	display: block;
}
.menu-ul li a {
	margin: 0;
	padding: 12px 20px;
	color: #333;
	border-bottom: 1px solid #333;
	display: block;
	transition: 0.5s all;
}
.menu-ul li a:hover {
	color: #0C2340;
	background-color: #183288;
	color: #fff;
}
html.show-menu {
	overflow: hidden;
}
.head-logo-wrap {
	width: 30%;
}
.show-menu .fixed .nav-span {
	top: 0;
}
/************ Header CSS End **********/




}
@media only screen and (max-width: 991px) {
/************ Header CSS Start **********/
.top-head .call-email-wrap {
	display: none;
}
.top-head .head-ser-wrap {
	width: 60%;
	padding-left: 0;
	padding-right: 0;
}
.top-head .wish-cart-account {
	width: 40%;
}
.account-head {
	width: 30%;
}
.head-logo-wrap {
	width: 40%;
}
.header-menu {
	width: 0;
}
.head-logo-wrap {
	width: 30%;
}
.account-head {
	width: 70%;
}
.account-show::before {
	font-size: 20px;
}
.account-head {
	margin-right: 50px;
}
.account-show {
	padding-left: 24px;
	font-size: 15px;
}
/************ Header CSS End **********/

/*******************************Footer CSS Start*******************************/
.ft-cnect {
	display: none;
}
.main-ft {
	padding: 70px 0 30px;
}
.Aboutpage-sec {
	padding: 50px 0;
}
.main-ft::before {
	height: 40px;
}
.ft-lo {
	width: 40%;
}
.ft-qu {
	width: 30%;
}
.main-ft .container {
	flex-wrap: wrap;
}
.ftcat {
	display: none;
}
.ft-myac {
	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 img {
	height: 110px;
}
.products-equi p {
	font-size: 14px;
	line-height: 140%;
	padding: 0;
	min-height: 45px;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6,
.main-title .cutwutt {
	font-size: 30px;
	/* padding-left: 32px; */
}
.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: 38px;
	text-transform: uppercase;
}
.main-title p {
	font-size: 14px;
}
.common-btn .btn {
	border: 2px solid #fbcd05;
	line-height: 33px;
	padding: 0 10px;
	font-size: 13px;
}
/* home-medical End*/
/* home-patient Start*/
.category-con .d-flex {
	display: block !important;
}
.catemain-img {
	display: none;
}
.category .category-1-btns {
	padding: 10px;
	width: 100%;
	display: flex;
	flex-direction: row !important;
}
.category .category-1-content {
	width: 100%;
	margin-top: 5px;
}
.category-1 .category-cont {
	grid-template-columns: repeat(3,1fr);
}
.category-1 {
	padding: 50px 0;
}
.tab-content > .active {
	padding: 0;
}
.category .main-title h2,
 .category .main-title h3,
  .category .main-title h4,
   .category .main-title h5,
    .category .main-title h6 {
	font-size: 26px;
}
/* home-patient End*/
/* home-electric Start*/
.category-2 .category-cont {
	grid-gap: 13px;
	grid-template-columns: repeat(3,1fr);
}
/* home-electric End*/
/* home-catebig Start*/
.category-3 .container {
	grid-template-columns: repeat(2,1fr);
}
/* home-catebig End*/
/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(2,1fr);
}
.categ-conte-wr {
	width: 60%;
	padding-left: 5px;
}
.main-title h1::before,
 .main-title h2::before, 
 .main-title h3::before, 
 .main-title h4::before, 
 .main-title h5::before, .main-title h6::before {
	font-size: 24px;

}
.catg-cont p {
	margin-bottom: 10px;
}
.catg-img {
	width: 30%;
	height: 100%;
}
.catg-box {
	padding: 20px 15px 40px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 .category-cont {
	grid-template-columns: repeat(3,1fr);
}
.category-4.category-6 {
	margin-bottom: 60px;
}
.home-faq .faq-askex-section .faq-wrap {
	width: 100%;
}
.main-title > p {
	display: none;
}
/* home-heavy End*/
/*******************************Home page CSS End*******************************/
/*******************************Contact page CSS Start*******************************/
.contact-sec {
	margin: 15px 15px 0;
}
.contact-sec {
	padding: 30px 20px;
	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: 15px 0 0 0;
}
.with-con li {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 26px;
}
.with-con li::before {
	font-size: 17px;
}
.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-pro-list {
	grid-template-columns: repeat(3,1fr);
	/* width: 65%;
	padding-left: 20px; */
	max-height: 1210px;
	overflow-y: auto;
	scrollbar-width: none;
}
.medical-list {
	width: 35%;
}
a.product-img {
	height: 120px;
}
/*******************************Laboratory Equipment page CSS End*******************************/
/*******************************Subcategory page CSS Start*******************************/
.subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
}
.Subcategory-sec {
	padding: 50px 0;
}
.subcate-list-ul .img-wrap {
	height: 140px;
	padding: 5px 0;
}
.Sub-medical-cateh .subcate-list {
	width: 100%;
	padding-left: 0;
}
.medical-list {
	width: 100%;
}
.medical-cate-filter {
	display: none;
}
.medical-list {
	width: 100%;
	margin: 0 100px 30px;
	height: 100%;
	display: none;
}
/*******************************Subcategory page CSS End*******************************/

/*******************************Product-details page CSS Start*******************************/
.faq-contact {
	flex-wrap: wrap;
}
.product-details-sec {
	padding: 40px 0;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 20px;
	padding-top: 0;
}
.prodel-title h1, .prodel-title h2, .prodel-title h3, .prodel-title h4, .prodel-title h5, .prodel-title h6 {
	font-size: 20px;
}
.prodel-title p {
	font-size: 13px;
	padding: 7px 0 10px;
}
.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: 12px;
	line-height: 25px;
	padding: 0 8px;
}
.specifi > div {
	padding: 20px 15px;
	min-height: 200px;
}
.specifi .tab-content p {
	font-size: 13px;
}
.speci-table tr th, .speci-table tr td {
	padding: 0 5px;
	font-size: 13px;
}
.features-des li {
	padding-bottom: 4px;
	font-size: 13px;
}
.faq-contact p {
	width: 50%;
	margin: 0;
	padding: 0 5px 10PX;
}
.faq-askex-section .accordion__header {
	padding: 10px 39px 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: 31px;
}
.speci-ask-experts .speci-experts {
	width: 100%;
	padding-right: 0;
}
.speci-exp-form {
	width: 100%;
	margin-top: 30px;
}
/*******************************Product-details page CSS End*******************************/

/****************************** Catalog page CSS Start*******************************/
.cata-box {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
	padding-top: 20px;
}
.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 {
	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: 14px;
	padding: 8px 10px 8px 14px;
}
.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 PAGE End*******************************/

/******************************Wishlist PAGE Start*******************************/
.Wishlist-page {
	padding: 50px 0;
}
body .wishlist-sec {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px;
}
/******************************Wishlist PAGE End*******************************/

/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec .product-des:not(:last-child) {
	margin-bottom: 15px;
}
.addtocart-sec .product-des {
	padding: 15px;
	border-radius: 7px;
}
.add-to-cart-form .price-box {
	padding: 10px 15px;
	border-radius: 7px;
}
.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: 12px;
}
.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;
}
.cat-pro-titl h2, .cat-pro-titl h3, .cat-pro-titl h4, .cat-pro-titl h5, .cat-pro-titl h6, .cat-pro-titl h1, .heading_text {
	padding: 5px 0 0 0;
}
/*******************************Checkout page CSS End*******************************/




}
@media only screen and (max-width: 767px) {
	.products-equi {
		grid-template-columns: repeat(3,1fr);
	}
	.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(1,1fr);
		padding: 0 60px;
	}
	.category-1 .category-cont {
		grid-template-columns: repeat(2,1fr);
	}
/*******************************Subcategory page CSS Start*******************************/
		.subcate-list-ul {
			grid-template-columns: repeat(2,1fr);
		}
		.Subcategory-sec {
			padding: 50px 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*******************************/
.product-details-sec .product-imgs {
	padding: 0 100px;
}
.product-details-sec .container {
	display: block;
}
.product-details-sec .product-imgs {
	width: 100%;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 0;
	padding-top: 20px;
	width: 100%;
}
.speci-experts .specifi ul li button {
	margin-bottom: 8px;
}
.product-det-faq {
	padding-top: 50px;
}
.faq-contact p {
	width: 100%;
}
/*******************************Product-details page CSS End*******************************/
/****************************** Catalog page CSS Start*******************************/
.cata-box {
	grid-template-columns: repeat(2,1fr);}
/****************************** Catalog page CSS End*******************************/

/******************************My account PAGE Start*******************************/
.myac-1-content {
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
}
.Myac-1-btns {
	width: 100%;
}
.Myaccount-sec .d-flex {
	flex-wrap: wrap;
}
/******************************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%;
}
/*******************************Addtocart page CSS End*******************************/
/* home-catebig Start*/
.category-3 .container {
	grid-template-columns: repeat(1,1fr);
	max-width: 70%;
}
.category-4.category-6 {
	padding: 40px 0;
	margin-bottom: 60px;
}
.ft-wrap h4, .ft-wrap h5 {
	font-size: 22px;
	padding-bottom: 8px;
}
.ft-wrap > h3, .ft-wrap > h4 , .ft-wrap > h5 {
	font-size: 22px;
	padding-bottom: 8px;
}
.ft-lo > a {
	height: 26px;
}
/* home-catebig End*/
.wish-cart-account a.headcart {
	margin-left: 15px;
}


}
@media only screen and (max-width: 585px) {
/************ Header CSS Start **********/
header .searchInput input {
	height: 35px;
	padding: 0px 7px;
	font-size: 13px;
	border-radius: 3px;
}
.searchInput .icon {
	width: 35px;
}
.top-head .wish-cart-account {
	width: 20%;
}
.top-head .head-ser-wrap {
	width: 80%;
}
.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 2px;
	top: -5px;
	right: -5px;
}
.wish-cart-account a.headcart {
	margin-left: 11px;
}
.account-head {
	width: 40%;
    margin-right: 20px;
}
.head-logo-wrap {
	width: 40%;
}
.head-logo-wrap a {
	height: 30px;
}
.head-logo-wrap a img {
	height: 100%;
	width: 100%;
}
.account-show {
	padding-left: 25px;
	font-size: 15px;
}
.account-show::before {
	font-size: 21px;
}
.account-show-wrap:hover .account-ul {
	min-height: 62px;
	min-width: 120px;
	bottom: -70px;
}
.account-head {
	width: 40%;
	margin-right: 25px;
}
.nav-span {
	height: 30px;
	width: 30px;
	top: -2px;
	right: 13px;
}
.nav-span::before {
	height: 2px;
	width: 18px;
	box-shadow: 0 -6px 0 0 #fff,0 6px 0 0 #fff;
}
.nav-span::after {
	height: 2px;
	width: 18px;
}
.menu-header {
	padding: 100px 0 30px;
}
.show-menu .nav-span {
	top: -60px;
}
header.fixed {
	margin-top: -50px;
}
.searchInput .icon {
	width: 35px;
	border-radius:3px;
	height: 29px;
}
.searchInput .icon i {
	font-size: 15px;
}
.main-header-wrapper {
	padding: 12px 0;
	border-bottom: 1px solid #ff914d47;
}
/************ Header CSS End **********/

/*******************************Footer CSS Start*******************************/
.ft-lo {
	width: 100%;
}
.ft-qu {
	width: 100%;
	margin-top: 15px;
}
.ft-myac {
	width: 100%;
	margin-top: 15px;
}
.ft-con li {
	font-size: 14px;
	padding-left: 25px;
}
.ft-con li::before {
	font-size: 17px;
	top: 1px;
}
.ft-con li.foadd::before {
	top: 3px;
}
.ft-wrap > h3, .ft-wrap > h4 , .ft-wrap > h5{
	font-size: 24px;
	padding: 0 0 8px;
}
.ft-wrap h4, .ft-wrap h5 {
	font-size: 24px;
	padding-bottom: 8px;
}
.ft-wrap h4, .ft-wrap h5 {
	padding-bottom: 8px;
}
.copywrite {
	display: block;
	text-align: center;
}
.copywrite a {
	font-size: 14px;
	padding-right: 0;
}
.copywrite p {
	font-size: 14px;
	text-align: center;
}

/*******************************Footer CSS End*******************************/

/*******************************Home page CSS Start*******************************/
/* home-banner Start */
.banner-img img {
	height: 100%;
	width: auto;
	object-fit: cover;
	object-position: right center;
}
.banner-img {
	margin-bottom: 20px;
	height: 190px;
	display: none;
}
/* home-banner End*/
/* home-medical Start*/
.products-equi {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
	padding-top: 15px;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6,
.main-title .cutwutt {
	font-size: 24px;
}
.main-title p {
	text-align: justify;
}
.medical-Equi {
	padding: 50px 0 60px 0px;
}
/* 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: 20px;
}
.category-1-btns .category-main-btn {
	line-height: 25px;
}
.category-1-btns .category-main-btn span {
	padding-right: 20px;
}
.category-cont {
	grid-template-columns: repeat(2,1fr);
}
.category-1 .category-cont {
	grid-template-columns: repeat(1,1fr);
}
/* home-patient End*/
/* home-electric Start*/
.category-2 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0;
}
/* home-electric End*/
/* home-catebig Start*/
.category-3 .container {
	grid-template-columns: repeat(1,1fr);
	max-width: 100%;
}
.catg-cont p {
	font-size: 13px;
	padding: 0;
	margin-bottom: 10px;
}
/* home-catebig End*/
/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0;
}
.categ-conte-wr {
	width: 60%;
	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;
}
.category-4 .cat-description {
	margin: 5px 0 0;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0px;
}
/* home-heavy End*/
/*******************************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: 22px;
}
/* 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-list {
	padding: 0;
	border: 0;
}
.medical-cate-filter {
	display: none;
}
.medical-cate-pro-list {
	padding: 20px 0 0;
}
.medical-list {
	width: 100%;
	padding-bottom: 0;
	overflow: visible;
	height: auto;
}
.medical-pro-list {
	grid-template-columns: repeat(2,1fr);
	width: 100%;
	padding-left: 0;
}
.medi-cat-list {
	height: 243px;
}
.medical-pro-list .shopnow {
	line-height: 26px;
	font-size: 13px;
	padding: 0 10px;
	border-radius: 5px;
	margin: 12px 0 0 0;
}
a.product-img {
	height: 100px;
}
.product-title h2, .product-title h3, .product-title h4, .product-title h5, .product-title h6, .product-title > span {
	padding-bottom: 5px;
	font-size: 14px;
}
/*******************************Laboratory Equipment page CSS End*******************************/

/*******************************Subcategory page CSS Start*******************************/
.subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
}
.Subcategory-sec {
	padding: 50px 0;
}
.Subcategory-sec .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.Subcategory-sec.compare-page-sec .container {
	display: block;
}
.subcattabs ul {
	padding-bottom: 15px;
	padding-top: 0;
}
.subcate-list-ul {
	grid-template-columns: repeat(1,1fr);
}
.subcattabs ul a {
	line-height: 25px;
	padding: 0 5px 0px 5px;
	font-size: 12px;
	margin-right: 6px;
	margin-top: 6px;
}
.subcate-list-ul > li {
	padding: 13px;
	border-radius: 5px;
}
.compare.compare_btn .compare-section .compare_btn {
	padding: 0 5px;
}
.sb-pro-name h2, .sb-pro-name h3, .sb-pro-name h4, .sb-pro-name h5, .sb-pro-name h6, body .sb-pro-name > span {
	font-size: 17px;
}
.subcate-list-ul .add-cart {
	bottom: 10px;
}
.medical-list {
	margin: 0 0 30px;
	display: none;
}
/* .Sub-medical-cateh .subcattabs {
	display: none;
} */
/*******************************Subcategory page CSS End*******************************/
/*******************************Terms page CSS Start*******************************/
.Terms-page .content-con p {
	font-size: 13px;
}
/*******************************Terms page CSS End*******************************/
/*******************************Career page CSS Start*******************************/
.jon-form-inner {
	margin: 20px auto 0;
	padding: 20px 10px;
	border-radius: 10px;
}
.Join-team-form .box {
	grid-template-columns: repeat(1,1fr);
	grid-gap: 0 15px;
}
/*******************************Career page CSS End*******************************/


/*******************************Product-details page CSS Start*******************************/
.product-details-sec .product-imgs {
	padding:0;
}
.speci-exp {
	padding: 23px 15px;
	margin-top: 13px;
	border-radius: 13px;
}
.speci-exp-form .submit input {
	font-size: 16px;
	margin-bottom: 0;
}
.speci-exp p input, .speci-exp p textarea {
	margin-bottom: 9px;
}
/*******************************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;
}
/******************************My account PAGE End*******************************/

/******************************Wishlist PAGE Start*******************************/
body .wishlist-sec {
	grid-template-columns: repeat(1,1fr);
	margin-top: 20px;
}
.subatc {
	line-height: 28px;
	padding: 0 10px 0px 25px;
	font-size: 11px;
}
.subatc::before {
	left: 7px;
	font-size: 12px;
}
/******************************Wishlist 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%;
}
.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 #000;
	border-radius: 8px;
	margin-bottom: 20px;
}
/*******************************Checkout page CSS End*******************************/





}

/****************************** 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)
	}
	.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 #000;
	  margin-top:2px
	}
	.table {
	  padding-bottom:10px
	}
	.catalog_footerlog {
	  width:40%;
	  margin-top:120px;
	  margin-bottom:10px
	}
	/* Custom CSS */
	.container.single-catalog {
		padding: 10px;
	}
	.single-catalog .catalog_head {
		font-size: 22px;
		line-height: 140%;
		margin-top: 150px;
	}
	.single-catalog .catalog_contact {
		margin-top: 10px;
	}
	.single-catalog .text-center h1 {
		font-size: 19px;
	}
	.table > tbody > tr > td {
		font-size: 13px;
	}

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












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



/****************************** Ask Button CSS Start*******************************/
.ask-btn {
	background: #ff914d;
	border-style: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
	padding: 0px 15px;
	overflow: hidden;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	animation: fade-bg 1s linear 0s infinite alternate;
	box-shadow: 4px 4px 0 0 #e6d3c8;
}
.ask-btn:hover{
    transition: all .5s;
    transform: rotate(-3deg) scale(1.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
.ask-btn > span {
	display: none;
}
.ask-btn:hover span{
    animation-play-state: paused;
}
@media only screen and (max-width: 585px) {
	.ask-btn {
		font-size: 11px;
		padding: 0px 5px;
		line-height: 30px;
		position: absolute;
		top: 302px;
		width: 87px;
		right: 3px;
		z-index: 999;
		background: #16bcdc;
		text-transform: capitalize;
	}
}
/****************************** Ask Button CSS End*******************************/

/*  */

/****************************** Ask Expert CSS Start*******************************/
.ask-expert .modal-title {
	font-weight: 500;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #626f84;
	font-size: 23px;
	text-align: center;
}
.ask-expert .modal-header {
	justify-content: center;
}
.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;
	font-family: kanit;
}
.ask-expert .modal-body > p {
	text-align: center;
	font-size: 18px;
	color: #7e4726;
	font-weight: 500;
	padding-bottom: 15px;
}
.ask-expert-form input, .ask-expert-form textarea {
	height: 40px;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 10px;
	color: #999;
}
.ask-expert-form label {
	color: #333;
	padding-bottom: 2px;
	padding-top: 7px;
}
.ask-expert-form {
	display: flex;
	flex-wrap: wrap;
}
.ask-expert-form .form-group {
	width: 50%;
}
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: 650px;
}
.ask-expert-form .form-group:nth-child(2n) {
	padding-right: 7px;
}
.ask-expert-form .form-group:nth-child(2n+1) {
	padding-left: 7px;
}
body .ask-expert-form .btn {
	border: 1px solid #1082ce;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #1082ce;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
	margin-top: 15px;
}
body .ask-expert-form .btn:hover{
	background: transparent;
	color: #1082ce ;
}
.ask-expert .modal-footer {
	border: 0;
	padding: 0 0 20px 0;
	justify-content: center;
}
.ask-expert .modal-footer .btn {
	border: 1px solid #1082ce;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #1082ce;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
.ask-expert .modal-footer .btn:hover{
	background: transparent;
	color:#1082ce ;
}
@media only screen and (max-width: 585px) {
	.ask-expert-form .form-group {
		width: 100%;
		padding: 0 !important;
	}
	.ask-expert .modal-body > p {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.ask-expert .btn-close {
		right: 10px;
		top: 10px;
	}
}
/****************************** Ask Expert CSS End*******************************/

.limited-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.input-groups{
	display: flex;
 }
 
 .input-wrapper {
	display: flex;
 } 
 
 .captcha-wrapper {
	display: flex;
	align-items: center;
 }
 
 .captcha-box {
    padding: 6px 22px 4px 27px;
    border-radius: 5px;
    background-color: #00b2d6;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
    /* margin-right: 10px; */
    margin-left: 2px;
}
.captcha-box {
	padding: 0 15px;
	line-height: 45px;
	margin-right: 10px;
}
.prod-captcha-box {
	border: 1px solid #00b2d6;
	border-radius: 5px;
	background-color: #00b2d6;
	font-family: Arial,sans-serif;
	font-size: 16px;
	background-size: 8px 8px;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0;
}
 .input-wrapperss{display:flex;align-items:center;margin-left:5px}
 
 input#contact_captcha {
	height: 46px;
	width: 200px;
	/* margin-top: 10px; */
 }
 
 .input-wrapper i{
	background: #fff;
	padding: 6px 3px;
	position: relative;
	left: -33px;
	top: 9px;
 }
 
 .input-wrapperss i {
	background: #fff;
	padding: 6px 3px;
	position: relative;
    left: -62px;
    top: 0px;
 }


 /* Search Bar */
 .resul_Box {
	display: none; 
	position: absolute;
	z-index: 1000;
	background: white; 
	border: 1px solid #ccc; 
	width: 100%;
	max-height: 300px; 
	overflow-y: auto; 
 }
 
 .results-container {
	display: flex;
 }
 
 .categories-list, 
 .products-list {
	list-style: none; 
	padding: 0;
	margin: 0; 
	flex: 1; 
 }
 
 .products-list {
	border-left: 1px solid #ccc; 
 }
 .categories-list {
	padding-right: 10px;
 }
 
 .categories-list li, .products-list li {
	padding: 0;
	transition: 0.5s all;
}
.searchInput .resul_Box li b {
	font-size: 16px;
	padding-left: 10px !important;
	letter-spacing: 0;
}
 .categories-list li:hover, 
 .products-list li:hover {
	background-color: #f0f0f0; 
 }
 
 .box_search {
    background: #fff;
    padding: 0;
    font-size: 13px;
    line-height: 25px;
    display: flex
}

.categories-list {
    border-right: 1px solid #ddd
}

.card-body{
	margin-left: 11px;
    margin-top: 10px;
}

.captacha_refresh::before {
	background-color: white;
}

.download_text{
	color: white;
}

.cart_empimg {
    width: 200px;
}
  .star{
	color: #abaaa9;
	/* margin-right: -3px;   */
	font-size:13px;
  }
  #priceFilter {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	background-color: #fff;
	transition: all 0.3s;
	height: 40px;
}
.ct-nme h2, .ct-nme h3, .ct-nme h4, .ct-nme h5, .ct-nme h6 {
	font-size: 14px;
	color: #333;
	font-weight: 300;
	padding-bottom: 0px;
}
.password-input-container {
	margin-bottom: -15px;
	position: relative;
}
.register .password-input-container {
	margin-bottom: 0;
}
.ask-captcha-box {
	padding: 1px 22px 0px 27px;
	border-radius: 5px;
	background-color: #00b2d6;
	font-family: Arial, sans-serif;
	color: #333;
	text-align: center;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
	margin-right: 10px;
}
.account-toggle-password i, .login-password i, .toggle-password i {
	color: #aaa;
	background: #fff;
	position: static;
}
.password-input-container .account-toggle-password,
.password-input-container .toggle-password {
	position: absolute;
	top: 11px;
	left: auto;
	right: 11px;
	bottom: auto;
}
input#captcha {
    height: auto;
}

.submit{
	margin-top:5px;
}
.sign-out{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    font-size: 14px !important;
    background: #006d5b;
    text-align: center;
    border-radius: 5px !important;
    margin: 0 auto;
    padding: 8px 10px;
    color: #fff !important;
}

.sign-out i{
    margin-right: 10px;
}
.quote-btn {
	background: #0c75ae;
	border-style: none;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0;
	position: relative;
	padding: 0px 10px;
	overflow: hidden;
	line-height: 27px;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 5px;
	box-shadow: 4px 4px 0 0 #ffffffbf;
}
.home-quote-btn {
	background: #0c75ae;
	border-style: none;
	color: #fff;
	font-size: 13px;
	/* letter-spacing: 1px; */
	position: relative;
	padding: 0px 10px;
	overflow: hidden;
	line-height: 26px;
	/* text-transform: uppercase; */
	font-weight: 500;
	border-radius: 5px;
	box-shadow: 4px 4px 0 0 #ffffffbf;
}
.access-b {
	font-size: 14px;
	font-weight: 500;
	background: none;
	border: 1px solid #1c6bc2;
	padding: 2px 7px;
	color: #06244c;
	padding: 2px 7px 3px 7px;
 }

 .accessory-image {
	width: 70px;
	height: auto;
	margin-left: 10px;/
  }
 
 .quantity-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	max-width: 120px;
 }
 
 .qty-btn {
	width: 32px;
	height: 32px;
	background: #f1f1f1;
	border: none;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
 }
 
 .qty-btn:hover {
	background: #ddd;
 }
 
 .qty-input {
	width: 40px;
	height: 32px;
	text-align: center;
	border: none;
	background: #fff;
	font-size: 16px;
	pointer-events: none; 
 }
 
 .acce-main-h {
	padding-top: 13px;
	display: flex;
	border-top: 1px solid #49597573;
	justify-content: space-between;
	align-items: center;
 }
 
 /* =================== */
 /* Accessories */

 .acc_name{
	font-weight: 500;
  }
  .acc_head{
	margin-top: 5px;
  }
  .acc_container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0px;
  }
  
  .acc_head {
	flex: 1;
	font-weight: bold;
  }
  
  .acc_data {
	flex: 3;
	display: flex;
	flex-direction: column;
	margin-top: 6px;
	margin-left: 11px;
  }
  
  .acc_data div {
	margin-bottom: 5px; 
  }
  
  .accessories-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
	z-index: 999; /* Ensure it is above other elements */
  }
  

  button.btn.btn-sm.btn-success.acc_sub {
	padding: 8px 16px;
	font-size: 14px;
	font-weight:500
}
button.btn.btn-sm.btn-primary.acc_sub {
	padding: 8px 16px;
	font-size: 14px;
	font-weight:500
}
.accessories-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.accessories-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1001;
	/* width: 500px; */
	max-width: 90%;
	max-height: 80vh; /* Restrict height */
	overflow-y: auto;
}

.popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	/* padding-bottom: 10px; */
}

.popup-header h3 {
	margin: 0;
	font-weight: 400;
}

.close-btn {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}

.popup-body {
	margin: 10px 0;
	padding: 13px;
}

.popup-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.table-header, .table-row {
  display: table-row;
}

.header-item, .table-item {
  display: table-cell;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.header-item {
  font-weight: bold;
  text-align: center;
}

.table-row:hover {
  background-color: #f9f9f9;
}

.cart_close{margin-left:auto;border:0 #fff;background:#fff}

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

.acc_checkbx {
    width: auto;
    height: auto;
}

.Access-price{
    color: #e27c7c;
   font-size: 12px;
   font-weight: 600;
   margin-bottom: 0
  }

  .access-box {
    padding-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/************************************************* Without Ecommerce CSS Start ***************************************************/
.head-logo-wrap {
	width: 30%;
}
.menu-ul {
	justify-content: flex-end;
}
.header-menu {
	width: 70%;
}
.prd-det-rev .quote-btn {
	margin-right: 10px;
	border-radius: 2px;
	padding: 0 7px 0 26px;
	border: 1px solid #0c75ae;
	color: #0c75ae;
	background: #fff;
}
.prd-det-rev .quote-btn::before {
	font-family: bootstrap-icons;
	font-size: 15px;
	position: absolute;
	left: 5px;
	right: auto;
	bottom: auto;
	top: -1px;
	content: "\f32e";
}
.review-price.prd-det-rev {
	justify-content: flex-start;
}
.ftcat.ft-wrap {
	padding-right: 20px;
}	
.ft-cnct {
	width: 20%;
}
/**************************************************************** RESPONSIVE START ****************************************************************/
@media only screen and (max-width: 1199px) {
	.menu-ul li a {
		font-size: 15px;
		margin: 0px 15px;
	}	
}
@media only screen and (max-width: 1024px) {
	.menu-ul li a {
		margin: 0;
	}	
}
@media only screen and (max-width: 991px) {
	.ft-lo {
		padding-right: 30px;
	}
	.ft-cnct {
		width: 30%;
	}
}
@media only screen and (max-width: 767px) {
	.ft-lo {
		width: 50%;
		padding: 0;
	}
	.ft-qu {
		width: 50%;
		padding-left: 40px;
	}
	.ft-cnct {
		width: 50%;
	}

}
@media only screen and (max-width: 585px) {
	.top-head .head-ser-wrap {
		width: 100%;
	}
	.top-head .wish-cart-account {
		width: 20%;
		display: none;
	}
	.ft-lo {
		width: 100%;
		padding: 0;
	}
	.ft-qu {
		width: 100%;
		padding-left: 0px;
	}
	.ft-cnct {
		width: 100%;
	}
	.ft-wrap {
		margin-top: 10px;
	}
}

.cq-title span {
	font-weight: 500;
	line-height: 130%;
	font-size: 31px;
	color: #a1097b;
	position: relative;
	text-transform: capitalize;
	padding-bottom: 0;
	letter-spacing: 0.3px;
	/* padding-left: 40px; */
}
.cq-title span {
	font-size: 45px;
}
.cq-title span::before {
	content: "\f042";
	position: absolute;
	bottom: auto;
	left: 0;
	right: auto;
	top: 2px;
	font-family: fontawesome;
	font-size: 28px;
	color: #ff914d;
	display: none;
}
.catlo-title {
	font-size: 15px;
    font-weight: normal;
}
.catlo-title:hover {
	color: #a1097b;
}

/*.dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

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

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**/

