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

}
input,
select,
textarea {
    font-family: "Roboto", 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: #7d7d7d;
    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: #7d7d7d;
    padding: 2px 5px;
	font-family: "Roboto", sans-serif;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
body p {
	color: #5a6595;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 130%;
	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: "Roboto", 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: #16bcdc;
	font-weight: 300;
	margin: 0;
	color: #fff;
	cursor: pointer;
	height: 40px;
	position: fixed;
	right: 20px;
	width: 40px;
	line-height: 40px;
	z-index: 999;
	bottom: 45px;
	text-align: center;
	font-size: 0px;
	padding-left: 0px;
	border-radius: 5px;
	border: 1px solid #8e99c5;
	box-shadow: 0 0 30px 9px #b2bad9;
}
#myBtn::before {
	content: "\f106";
	font-size: 28px;
	font-family: 'FontAwesome';
}
#myBtn::before {
	font-size: 20px;
	content: "\f238";
	font-family: bootstrap-icons;
}
a#myBtn:hover {
	background: #7d7d7d;
	color: #fff;
	box-shadow: 0px 0px 15px 2px #7d7d7d;
}

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


/*******************************Header CSS start*******************************/
/* Search Bar CSS Start */
/* header .menu-ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	top: auto;
	background: #fbcd05;
	width: 0;
	height: 3px;
	border-radius: 10px;
	opacity: 0;
	transition: 0.5s ease-in-out;
}
header .menu-ul li a:hover::before {
	opacity: 1;
	width: 100%;
} */
.menu-ul li a:hover {
	letter-spacing: 1px;
}
.searchInput .resultBox {
	padding: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 260px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #b3e5fe #f0f0f0;
}
  .searchInput.active .resultBox {
	padding: 10px 8px;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	background: #ffff;
	width: 100%;
	z-index: 9;
	border: 1px solid #16bcdc;
	border-top: 0;
	margin: 0;
	border-radius: 0 0 8px 8px;
	margin-top: 10px;
}
  .resultBox li{
	list-style: none;
	padding: 8px 12px;
	display: none;
	width: 100%;
	cursor: default;
	border-radius: 3px;
  }
  .searchInput.active .resultBox li, .searchInput.active .resultBox li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	line-height: 100%;
	padding: 7px 0 7px;
	text-align: left;
	border-bottom: 1px solid #16bcdc;
	border-radius: 0;
	transition: 0.5s all;
}
.searchInput.active .resultBox li a {
	padding: 0;
	margin: 0;
	border: 0;
}
.searchInput.active .resultBox li:hover a {
	color: #fff !important;
}	
.searchInput .resultBox li:hover {
	background: #16bcdc;
	color: #fff;
	padding-left: 10px;
}
header .searchInput input {
	height: 40px;
	padding: 0px 10px;
	color: #b6b8b9;
	font-size: 16px;
	line-height: 100%;
	background: #fff;
	border-radius: 4px;
	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: auto;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #16bcdc;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: 0.5s all;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 0 14px;
}
.searchInput .icon:hover {
	background-color: transparent;
	border-color: #222222;
	color: #222222;
}
.searchInput .icon i {
	color: #5f6788;
	font-size: 16px;
}
.searchInput .icon:hover i{
    color: #fbcd05;
}
/* Search Bar CSS End */

.top-head .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-head .call-email-wrap {
	width: 27%;
	display: flex;
	flex-direction: column;
	padding-left: 35px;
	position: relative;
}
.top-head .wish-cart-account {
	width: 10%;
}
.top-head .head-ser-wrap {
	width: 55%;
	padding-right: 60px;
}
.top-head {
	background: #2273ba;
	padding: 7px 0;
}
.call-email-wrap a {
	font-size: 17px;
	line-height: 100%;
	padding-left: 0;
	position: relative;
	font-weight: 600;
	color: #ffff;
}
a.head-call {
	margin-right: 17px;
}
.call-email-wrap::before {
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: -8px;
	font-size: 23px;
	color: #fff;
	font-family: bootstrap-icons;
	content: "\f73d";
}
.call-email-wrap > a:hover {
	color: #16bcdc;
}
.wish-cart-account {
	display: flex;
	justify-content: flex-end;
	width: 10%;
}
.wish-cart-account a {
	font-size: 0;
	width: 30px;
	height: 30px;
	position: relative;
	color: #7d7d7d;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s all;
	font-family: bootstrap-icons;
}
.wish-cart-account a:hover::before {
	color: #16bcdc;
}
.wish-cart-account a::before {
	content: "\f004";
	font-size: 30px;
	transition: 0.5s all;
}
.wish-cart-account a.headcart {
	margin-left: 18px;
}
.wish-cart-account a .product_numbers {
	font-size: 11px;
	background: #263c97;
	color: #fff;
	border-radius: 50%;
	padding: 2px 3px;
	line-height: 100%;
	border: 1px solid #263c97;
	position: absolute;
	top: -8px;
	left: auto;
	right: -8px;
	bottom: auto;
	font-family: "Roboto", sans-serif;
}
.wish-cart-account a.headcart::before {
	content: "\f179";
}
.searchInput.active input {
	border-color: #fbcd05;
}
.main-header-wrapper .container {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.header-menu {
	width: 70%;
}
.head-logo-wrap {
	width: 20%;
}
.head-logo-wrap a {
	max-width: 210px;
}
/* Captcha CSS Start*/
.form-group.messagebx input[placeholder="Captcha"]{
    margin-right: 10px !important;
    height: 38px !important;
}
#signUpForm .form-group.messagebx input[placeholder="Captcha"] {
	width: 50%;
}
#signUpForm .modal_input {
	width: 50%;
}
.captcha_image img {
    height: 38px !important;
}
.login-section .login_footer .form-check-input[type=checkbox] {
    margin: 2px 5px 0 0;
}
.contact__input input.captcha {
	height: 38px !important;
	width: 200px;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0 10px 0 0;
}
.contact__input {
	justify-content: flex-start !important;
	margin-top: 10px;
}
.faq-contact-form .expert-input .captcha_input {
	height: 38px !important;
	width: auto;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0 0 10px 0;
}
.faq-contact-form .expert-input .captcha_image img {
	width: auto !important;
	margin: 0;
}
.faq-contact-form .expert-input {
	margin-bottom: 10px;
}
/* Captcha CSS End*/
.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: 17px;
	margin: 0 20px;
	line-height: 100%;
	position: relative;
	color: #333;
}
header .menu-ul li:first-child a {
	margin-left: 0;
}
header .menu-ul li:last-child a {
	margin-right: 0;
}
.any-q {
	color: #fff;
	font-size: 13px;
	display: none;
}
.account-head {
	width: 18%;
	display: flex;
	position: relative;
	justify-content: flex-end;
}
.account-show-wrap{
    width: auto;
}
.account-ul {
    border: 1px solid #16bcdc;
    position: relative;
}
.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;
	display: none;
	min-height: 70px;
}
.account-show-wrap:hover .account-ul  {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	z-index: 1;
	display: block;
}
.account-ul::before {
	position: absolute;
	top: -11px;
	bottom: auto;
	left: auto;
	right: 40px;
	color: #16bcdc;
	line-height: 100%;
	font-family: bootstrap-icons;
	content: "\f235";
}
.account-ul a {
	font-size: 16px;
	line-height: 150%;
	display: block;
	color: #5f6788;
	padding: 5px 10px;
    font-weight: 500;
}
.account-ul a:hover {
	background: #16bcdc;
	color: #fff;
}
.account-show {
	font-weight: 500;
	font-size: 18px;
	margin: 0;
	line-height: 100%;
	position: relative;
	padding-left: 35px;
	color: #fff;
}
.account-ul::after{
    width: 76%;
    height: 10px;
    position: absolute;
    background: transparent;
    content: "";
    top: -10px;
    left: auto;
    right: 0;
    cursor: pointer;
    pointer-events: all;
}
.account-show-wrap {
	line-height: 100%;
}
.main-header-wrapper {
	padding: 10px 0;
	border-bottom: 1px solid #16bcdc38;
}
.account-show::before {
	font-size: 25px;
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0px;
	font-family: bootstrap-icons;
	content: "\f4d4";
}
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 Search Icon Bootstrap add Start*/
.searchInput .icon > i {
	display: none;
}
.searchInput .icon::before {
	content: "\f52a";
	font-family: bootstrap-icons;
	font-size: 17px;
	position: absolute;
	right: 25px;
	left: auto;
	bottom: auto;
	top: 9px;
	color: #5f6788;
	font-weight: 600;
	display: none;
}
/* Header Search Icon Bootstrap add End*/
/*******************************Header CSS End*******************************/
/*******************************Footer CSS Start*******************************/
.main-ft {
	background: #ecf0f3;
}
.ft-con li a:hover {
	color: #228b22;
	font-weight: 500;
}
.main-ft .container {
	display: flex;
}
.ft-lo {
	width: 27%;
	padding-right: 50px;
}
.ft-qu {
	width: 18%;
}
.ftcat {
	width: 23%;
}
.ft-myac {
	width: 15%;
}
.ft-cnt {
	width: 17%;
}
.copywrite {
	display: flex;
	justify-content: center;
	background: #263c9705;
	padding: 17px 0;
	border: 1px solid #263c972e;
}
.copywrite a {
	font-size: 16px;
	line-height: 100%;
	padding-right: 20px;
	color: #263c97;
	font-weight: 400;
}
.copywrite a:hover {
	color: #16bcdc;
}
.copywrite p {
	font-size: 16px;
	line-height: 100%;
	color: #5f6788;
}
.copywrite p a {
	padding: 0 5px 0 0;
}
.ft-lo > a {
	height: 60px;
	padding-bottom: 20px;
}
.main-ft {
	background: #e2eff14a;
	padding: 60px 0 40px;
	position: relative;
}
.ft-wrap li a:hover {
	color: #16bcdc;
	letter-spacing: 0.4px;
}
.main-ft::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	height: 2px;
	background: #16bcdc42;
	box-shadow: 0 -5px 0 0 #16bcdc24,0 5px 0 0 #16bcdc24;
}
.ft-con li {
	font-size: 16px;
	line-height: 150%;
	padding-left: 30px;
	position: relative;
	color: #5f6788;
	padding-bottom: 13px;
}
.ft-con li::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 22px;
	color: #263c97;
	content: "\f3e8";
}
.ft-con li.foph::before {
	content: "\f232";
}
.ft-con li.fomail::before {
	content: "\f84c";
}
.ft-con li.foadd::before {
	top: 2px;
}
.ft-wrap > h2, .ft-wrap > h3, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > h6, .ft-wrap > p {
	font-size: 23px;
	font-weight: 500;
	color: #263c97;
	padding-bottom: 8px;
}
.ft-wrap li a {
	font-size: 15px;
	margin-bottom: 8px;
	padding-left: 0;
	position: relative;
	transition: 0.5s all;
}
.ft-wrap li a::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 15px;
	color: #79b38a;
	content: "\f134";
	display: none;
}
.ft-cnect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
	margin: 0 auto -40px;
	background: #fbcd05;
	border-radius: 50px;
	z-index: 1;
	position: relative;
	padding: 13px 30px;
	display: none;
}
.cnect-cn p {
	font-size: 28px;
	font-weight: 600;
	color: #5f6788;
	padding-bottom: 9px;
	font-family: "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: bootstrap-icons;
	content: "\f39e";
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5f6788;
	border: 1px solid #5f6788;
	border-radius: 50%;
	transition: 0.5s all;
}
.cnect-soc li.twitter a::before {
	content: "\e61b";
}
.cnect-soc li.linked-in a::before {
	content: "\f0e1";
}
.cnect-soc li.Google a::before {
	content: "\f0d5";
}
.cnect-soc li.instagram a::before {
	content: "\f16d";
}
.cnect-soc li.facebook a:hover::before{
	color: #0b5cc8;
	background-color: #fff;
	border-color: #0b5cc8;
}
.cnect-soc li.twitter a:hover::before {
	color: #5f6788;
	background-color: #fff;
}
.cnect-soc li.linked-in a:hover::before {
	color: #0177b5;
	background-color: #fff;
	border-color: #0177b5;
}
.cnect-soc li.Google a:hover::before {
	color: #db5146;
	background-color: #fff;
	border-color: #db5146;
}
.cnect-soc li.instagram a:hover::before {
	color: #d606d7;
	background-color: #fff;
	border-color:#d606d7 ;
}
.cnect-soc li a:hover::before {
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
/*******************************Footer CSS End*******************************/

/*******************************Home page CSS Start*******************************/
/* home-banner Start */
.banner-img {
	margin-bottom: 30px;
}
/* home-banner End */
/* home-about Start*/
.home-about p {
	font-size: 16px;
	line-height: 130%;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0;
	position: relative;
}
.home-about p::before {
	position: absolute;
	left: 0;
	top: -2px;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 13px;
	color: #263c97;
	content: "\f132";
	display: none;
}
.home-about p:last-child{
	padding-bottom:0;
}
.home-about {
	padding: 0 20px 50px;
	position: relative;
}
/* home-about End*/
/* home-medical Start*/
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
	font-weight: 500;
	line-height: 130%;
	font-size: 30px;
	color: #263c97;
	position: relative;
	text-transform: capitalize;
	padding-bottom: 5px;
	letter-spacing: 0.4px;
	text-shadow: #fff 1px 1px 0px, rgba(0, 0, 0, 0.2) 3px 3px 0px;
}
/* .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{
	color: #79b38a;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 55px;
	padding-right: 3px;
} */
/* .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: "";
	position: absolute;
	width: 60px;
	height: 3px;
	bottom: 5px;
	left: 0;
	right: auto;
	background: #79b38a;
} */
.medical-Equi .main-title p {
	color: #5f6788;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 130%;
	padding: 0 0 0 0;
	text-align: center;
	font-weight: 400;
}
.products-equi {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 20px;
	padding-top: 15px;
}
.products-equi a {
	padding: 12px 12px 20px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #263c9747;
	background: linear-gradient(184deg, rgba(10, 166, 252, 0.07) 0%, rgba(255,255,255,1) 100%);
}
.products-equi img {
	height: 190px;
	transition: 0.5s all;
	width: 100%;
	border: 1px solid #16bcdc7d;
	border-radius: 7px 7px 0 0;
	background: #ffff;
	padding: 10px;
}
.products-equi a:hover {
	box-shadow: 0 0 25px 0 #263c972e;
}
.products-equi p {
	color: #1e71b8;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
	text-align: center;
	padding: 12px 0 4px 0;
}
.products-equi .list-pr-bx span {
	color: #353537;
	display: block;
	text-align: center;
}
.medical-Equi {
	padding: 0 0 60px 0px;
}
.common-btn .btn {
	border: 0;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0.5px;
	padding: 0 10px;
	background: #1e71b8;
	transition: 0.9s all;
	font-size: 14px;
	position: relative;
	border-radius: 0;
}
.common-btn .btn:hover::before {
	width: 25px;
	height: 25px;
}
.common-btn .btn::before {
	content: "";
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: -1px;
	left: 0;
	background: white;
	background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#5f6788000');
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}
.common-btn {
	text-align: center;
	margin-top: 16px;
}
.medical-Equi .main-title {
	text-align: center;
}
.main-title {
	text-align: center;
}
.main-title p {
	text-align: center;
}
/* 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: 30px;
}
.category-cont {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}
.category-con {
	margin-top: 15px;
}
.cate-content {
	padding-left: 40px;
}
.cate-box-wrap {
	padding: 15px 12px 15px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.cate-box-wrap img {
	height: 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 {
	color: #696b6e;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: 500;
	text-align: center;
	padding: 5px 0 0 0;
}
.review-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.price {
	display: flex;
	align-items: center;
}
body .price span.dp {
	color: rgb(154, 154, 154);
}
.price span {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #263c97;
	line-height: 100%;
}
body .price span.dp {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 100%;
	text-decoration: line-through;
	padding-right: 5px;
	font-weight: 400;
}
.subreview .fa-star {
	color: #fbcd05;
	font-size: 10px;
}
.subreview {
	line-height: 10px;
}

.wish , .add-cart{
	position: absolute;
	left: auto;
	right: 0px;
	bottom: auto;
	top: 30px;
	opacity: 0;
	transition: 0.5s all;
}
.wishlist, .add-to-cart {
	background: transparent;
	line-height: 30px;
	font-size: 0;
	color: #263c97;
	border: 1px solid #263c97;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: relative;
	font-family: bootstrap-icons;
	transition: 0.5s all;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.wishlist:hover, .add-to-cart:hover{
	background-color: #16bcdc;
	color: #fff;
	border-color:#16bcdc ;
}
.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;
}
.add-to-cart::before {
	font-size: 19px;
	transition: 0.5s all;
	line-height: 100%;
	/* content: "\f174"; */
	content: "\F38B";
}
.cate-img-box-wrap {
	display: block;
}
.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 */
.btn-primary {
	color: #fff;
	background-color: #263c97;
	border-color: #263c97;
	line-height: 32px;
	padding: 0 15px;
	transition: 0.5s all ;
}
.btn-primary:hover {
	background: #fff;
	color: #263c97;
}
.category .feature-ul li {
	color: #60605c;
	font-size: 14px;
	line-height: 130%;
	text-align: left;
	font-weight: 400;
	padding-bottom: 4px;
}
.category-5 .review-price {
	padding-top: 10px;
}
.category .feature-ul {
	padding: 0;
	max-height: 90px;
	overflow-y: auto;
	scrollbar-width: none;
	margin: 7px 0;
	height: auto;
}
.category-2 .price span {
	font-size: 17px;
	padding-bottom: 0;
	color: #263c97;
	padding-top: 0;
}
.category.category-2 .feature-ul {
	padding: 0;
}
.category-2 .add-to-cart::before {
	font-size: 22px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	left: 40px;
	right: auto;
	bottom: auto;
	top: 6px;
	content: "\f243";
	display: none;
}
body .category-2 .price span.dp {
	font-size: 14px;
}
.category-2 .subreview .fa-star {
	font-size: 11px;
}
.category-2 .review-price {
	padding-top: 0;
}
.category-2 .cate-box-wrap {
	padding: 20px 12px 20px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}
.category-2 .cate-box-wrap img{
	height: 160px;
}
.category-2 .cat-pro-titl h2, .category-2 .cat-pro-titl h3, .category-2 .cat-pro-titl h4, .category-2 .cat-pro-titl h5, .category-2 .cat-pro-titl h6, .category-2 .cat-pro-titl h1 {
	color: #263c97;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	line-height: 130%;
	font-weight: 600;
	text-align: left;
	padding: 0;
}
.category-2 .add-to-cart {
	background: #16bcdc;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #16bcdc;
	border-radius: 4px;
	width: 100%;
	height: auto;
	position: relative;
	transition: 0.5s all;
	display: block;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	padding: 0 5px;
	font-weight: 500;
	letter-spacing: 0;
}
.category-2  .cate-img-box-wrap {
	padding-bottom: 20px;
}
.category-2 .add-cart {
	display: block;
	width: 100%;
	padding: 8px 0 0 0;
	position: static;
	opacity: 1;
}
.cate-uni-wrap {
	background: #fff;
	position: relative;
	transition: 0.5s all;
}
.offer-off {
	width: auto;
	display: inline-block;
	padding: 0 5px;
	font-size: 13px;
	color: #fff;
	border-radius: 30px;
	background: #ff7e00;
	position: absolute;
	top: 10px;
	bottom: auto;
	left: 10px;
	right: auto;
	display: none;
}
.category-2 .add-to-cart:hover {
	background: transparent;
	color: #16bcdc;
}
.category-2 .cate-box-wrap:hover .add-cart {
	left: 0;
	bottom: 20px;
}
.category-2 .category-cont {
	grid-gap: 30px;
	grid-template-columns: repeat(4,1fr);
}
.category-2 {
	padding: 0;
	background: none;
}
.Uni-categ .main-title {
	text-align: center;
}
.category .feature-ul li b {
	font-weight: 500;
	color: #333;
}
.nre-categio {
	background: #f6f7f9;
	padding: 50px 0;
}
.category-2.nre-categio .cate-box-wrap {
	box-shadow: none;
}
/* home-electric End */

/* home-lightweight Start*/
.category-4 .cate-box-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.category-4 .category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 25px;
}
.category-4 .cat-pro-titl h2, .category-4 .cat-pro-titl h3, .category-4 .cat-pro-titl h4, .category-4 .cat-pro-titl h5, .category-4 .cat-pro-titl h6 {
	color: #777777;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	text-align: left;
	padding: 0 0 10px 0;
	transition: 0.5s all;
	color: #263c97;
	letter-spacing: 0.3px;
}
.category-4 .review-price {
	padding-top: 10px;
}
.category-4 .cat-pro-titl h2:hover, .category-4 .cat-pro-titl h3:hover, .category-4 .cat-pro-titl h4:hover, .category-4 .cat-pro-titl h5:hover, .category-4 .cat-pro-titl h6:hover,
.category-5 .cat-pro-titl h2:hover, .category-5 .cat-pro-titl h3:hover, .category-5 .cat-pro-titl h4:hover, .category-5 .cat-pro-titl h5:hover, .category-5 .cat-pro-titl h6:hover, .category-5 .cat-pro-titl h1:hover{
	color: #16bcdc;
}
body .category-6.category .feature-ul {
	margin: 10px 0 0;
}
.category-4.category .feature-ul {
	margin: 0 0;
}
.category-4 .add-cart {
	position: static;
	opacity: 1;
}
.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;
	border: 1px solid #79b38a5e;
	background: #fff;
} */

.category-4 .price span {
	font-weight: 500;
	color: #263c97;
	font-size: 17px;
	padding-top: 0;
}
.category-4 {
	padding: 60px 0;
}
.category-4 .cate-box-wrap {
	box-shadow: none;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #e3e4e6;
}
.category-4 .offer-off {
	display: none;
}
.category-4 .add-cart .add-to-cart {
	width: auto;
	height: auto;
	font-size: 16px;
	border-radius: 5px;
	padding: 0 9px 0 30px;
	font-family: "Roboto", sans-serif;
}
.add-to-cart::before {
	font-size: 16px;
	transition: 0.5s all;
	line-height: 100%;
	/* content: "\f174"; */
	content: "\F38B";
	font-family: bootstrap-icons;
	position: absolute;
	inset: 5px auto 0 8px;
}
/* home-lightweight End*/
/* home-heavy Start*/
body .top-blank {
	padding-top: 0;
}
.category-5 {
	padding: 60px 0 60px;
}
.category-5 .cate-box-wrap {
	box-shadow: none;
	background: #fff;
	border: 1px solid #16bcdc6e;
}
.category-5 .cat-pro-titl h2, .category-5 .cat-pro-titl h3, .category-5 .cat-pro-titl h4, .category-5 .cat-pro-titl h5, .category-5 .cat-pro-titl h6, .category-5 .cat-pro-titl h1 {
	text-align: left;
	color: #263c97;
	font-weight: 600;
	transition: 0.5s all;
	font-size: 16px;
	padding-right: 0;
}
.category-5 .cate-img-box-wrap {
	padding-bottom: 15px;
}
/* home-heavy End*/
/* home-blood Start*/
.category.category-6 {
	padding: 0 0 60px;
}
.category-6 .cate-box-wrap {
	box-shadow: 0 0 9px 1px #909bc985;
	background: transparent;
	border-radius: 0;
	border: 1px solid #909bc97a;
	padding: 15px 15px;
}
.category-6 .review-price {
	padding-top: 10px;
}
.category-6 .cat-pro-titl h2,
 .category-6 .cat-pro-titl h3,
  .category-6 .cat-pro-titl h4,
   .category-6 .cat-pro-titl h5,
    .category-6 .cat-pro-titl h6{
		padding-bottom: 0;
}
.category-4.category-6 .cate-img-box-wrap {
	border: 0;
	background: transparent;
}
.category-5 .add-cart {
	left: 10px;
	right: auto;
	opacity: 1;
	top: 13px;
}
.category-5 .cate-box-wrap:hover .add-cart {
	opacity: 1;
	left: 10px;
}
.category-5 .add-to-cart:hover {
	background-color: #16bcdc;
}
.category-5 .add-to-cart:hover::before {
	color: #fff;
}
.category-5 .add-to-cart {
	border-color: #16bcdc;
	background: #fff;
	border-radius: 3px;
}
.category-5 .add-to-cart::before {
	color: #16bcdc;
	inset: 5px auto 0 6px;
}
.bi.bi-star-fill, .bi.bi-star {
	color: #fbcd05;
	font-size: 11px;
}
.category-4 .subreview {
	display: none;
}
.category.category-6 .subreview{
	display: block;
}
/* home-blood End*/
/* home-Laboratory Oven Start */
.category.category-7 {
	padding-top: 0;
}
.category-7 .cate-box-wrap {
	background: #e3e4e62e;
	border-radius: 5px;
}
/* home-Laboratory Oven End */
/*******************************Home page CSS End*******************************/

/*******************************About page CSS End*******************************/
.co-title h1 {
	display: inline-block;
	margin-bottom: 20px;
}
.co-title{
	text-align: center;
}
/* .Aboutpage-sec {
	padding: 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: #5f6788;
	line-height: 100%;
	padding: 15px 0 5px;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
}
.main-title .about-us-sec p b {
	font-weight: 500;
	color: #263c97;
}
.Aboutpage-sec .main-title .why-cho {
	padding: 15px 0 5px 0;
}
.Aboutpage-sec .main-title > p:last-child {
	padding-top: 20px;
}
.Aboutpage-sec .main-title h1 {
	text-align: center;
	margin-bottom: 0;
}
.Aboutpage-sec .main-title h1:Before{
  left: 0;
  right: 0;
  margin: 0 auto;
}
.Aboutpage-sec {
	padding: 60px 0 70px;
}
.catalog-sec {
	padding: 60px 0 70px;
}
/* breadcrumb Start */
.breadcrumb-sec {
	background: transparent;
	padding: 12px 0;
	border: 1px solid #cbf0f7;
	border-top: 0;
}
.breadcrumb {
	margin: 0;
}
.breadcrumb > li {
	font-weight: 500;
	color: #5a6595;
	line-height: 100%;
}
.breadcrumb > li a {
	color: #5a6595;
}
.breadcrumb > li:first-child a {
	position: relative;
	padding-left: 0;
	color: #5a6595;
}
.breadcrumb > li:first-child a:hover, .breadcrumb > li a:hover{
	color: #16bcdc;
}
.breadcrumb > li a i {
	position: absolute;
	top: -2px;
	left: 0;
	right: auto;
	bottom: auto;
	display: none;
}
/* breadcrumb End */
/*******************************About page CSS End*******************************/
/*******************************Contact page CSS End*******************************/
/* .Contactpage-sec {
	padding: 90px 0;
} */
.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;
}
.Contactpage-sec{
	padding: 60px 0 70px;
}
.contact-sec {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 100px 0;
	padding: 40px 50px;
	border-radius: 10px;
	border: 1px solid #98e0ee;
	background: #fafafb;
	box-shadow: 0 0 26px 0px #98e0ee4f;
}
.Contactpage-sec .main-title p {
	text-align: center;
}
.Contactpage-sec .main-title h1 {
	margin: 0;
}
.contact-sec .main-div {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0 15px;
}
.contact-sec p label {
	font-size: 14px;
	text-transform: capitalize;
	line-height: 100%;
	color: #5f6788;
}
.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: #5f6788;
	margin: 0;
}
.contact-sec p textarea{
	height: 80px;
	resize: none;
}
.contact-sec p input.phone {
	-moz-appearance: textfield;
}
.contact-title h2 {
	font-size: 25px;
	line-height: 100%;
	display: block;
	text-align: center;
	letter-spacing: 0.5px;
	color: #1e71b8;
	padding-bottom: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
.contact-sec p.submit input {
	background: #fbcd05;
	border: 1px solid #fbcd05;
	color: #5f6788;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	border-radius: 20px;
}
.contact-sec p.submit input:hover {
	background: transparent;
	border-color: #5f6788;
}
.contact-with h3 {
	font-size: 21px;
	line-height: 100%;
	text-transform: capitalize;
	display: block;
	text-align: left;
	color: #1e71b8;
	letter-spacing: 0.5px;
}
.with-con li {
	font-size: 16px;
	color: #60605c;
	position: relative;
	font-weight: 400;
	margin: 0;
	margin-bottom: 0px;
	line-height: 140%;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.with-con li a {
	color: #60605c;
}
.with-con li a:hover {
	color: #16bcdc;
}
.with-con {
	padding: 20px 57px 0 0;
}
.with-con li::before {
	font-family: bootstrap-icons;
	font-size: 24px;
	color: #16bcdc;
	transition: 0.5s all;
	position: absolute;
	top: 1px;
	left: 0;
	right: auto;
	bottom: auto;
	content: "\f3e8";
}
.with-con li.conph::before {
	content: "\f232";
	font-size: 24px;
}
.with-con li.conmail::before {
	content: "\f84c";
}
.breadcrumb-item.active {
	color: #16bcdc;
	font-weight: 500;
}
/*******************************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: #16bcdc;
}
  .l1bg {
	background-color: #16bcdc !important;
}
.sitemap ul > li > a.l2bg {
	background-color: #263c97 !important;
	color: #fff;
}
  body {
	background:#fff;
	margin:0;
	font-family: "Roboto", 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:#085ca8;
	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*******************************/
/*******************************Medicalequipement page CSS Start*******************************/
.Medicalequ-sec {
	padding: 60px 0 70px;
}
.Medicalequ-sec .main-title h1 {
	margin: 0;
}
.Medicalequ-sec .main-title p{
	text-align: center;
}
.medical-cate-pro-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.medical-list{
	width: 20%;
}
.Sub-medical-cateh .medical-list {
	width: 20%;
	overflow-y: auto;
	scrollbar-width: none;
	max-height: 830px;
	border: 1px solid transparent;
	padding: 0;
	background: transparent;
}
.medical-pro-list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 15px;
	width: 80%;
	padding-left: 50px;
	height: 100%;
}
.medical-produ-list {
	width: 80%;
	padding-left: 50px;
	height: 100%;
}
.medical-produ-list .medical-pro-list{
	width: 100%;
	padding-left: 0;
}
.medical-produ-list .main-title {
	text-align: left;
	padding-bottom: 15px;
}
.medical-produ-list .main-title p{
	text-align: left;
}
.medical-list h2, .medical-list h3, .medical-list h4, .medical-list h5, .medical-list h6, .medical-list p {
	font-size: 16px;
	padding: 5px 10px 7px 12px;
	background: transparent;
	color: #16bcdc;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.2px;
	border: 1px solid #16bcdc;
}
.medical-list h2::before, .medical-list h3::before, .medical-list h4::before, .medical-list h5::before, .medical-list h6::before, .medical-list p::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	top: auto;
	height: 3px;
	width: 100%;
	background-color: #16bcdc;
}
.medical-list > * {
	background: #fff;
}
/* .medical-list h3::before,
 .medical-list h4::before,
  .medical-list h5::before,
   .medical-list h6::before{
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #fbcd05;
} */
.medi-cat-list {
	height: 600px;
	overflow-y: auto;
	scrollbar-color: #fbcd05 #fff;
	scrollbar-width: none;
	border: 1px solid transparent;
}
.medical-pro-list a.product-img img {
	transition: 0.9s all;
}
.medical-pro-list a.product-img:hover img {
	transform: rotateY(180deg);
}
.medi-cat-list li a {
	display: block;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	color: #333;
	position: relative;
	z-index: 9;
	line-height: 120%;
	font-weight: 400;
}
/* .product-inner {
	padding: 10px 10px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	position: relative;
} */
.medical-equ-pr-cn {
	background: #fff;
	padding: 8px 0;
	position: relative;
	text-align: center;
	transition: 0.5s all;
}
.medical-pro-list a.product-img {
	height: 190px;
	display: block;
	width: 100%;
	border-radius: 10px;
	border: 1px solid transparent;
	margin: 0 auto;
	padding: 14px;
	overflow: hidden;
	background: #f5fdfe;
	transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.medical-pro-list a.product-img:hover {
	border-color: #16bcdc;
}
.product-title h2, .product-title h3, .product-title h4, .product-title h5, .product-title h6 {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	padding-bottom: 4px;
	color: #263c97;
	font-family: "Roboto", sans-serif;
}
.product-inner p {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #3d3d3f;
	line-height: 100%;
}
.product-inner .shopnow {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	width: fit-content;
	margin: 0 auto;
	background-color: #fff;
}
/* .product-inner:hover .medical-equ-pr-cn {
	margin-top: -30px;
	padding-bottom: 40px;
} */
.product-inner:hover .shopnow{
	opacity: 1;
	bottom: 10px;
}
.product-inner .shopnow:hover{
	background-color: #0b5cc8;
}
/* .medi-cat-list li:nth-child(2n) {
	background: transparent;
} */
.medi-cat-list li{
	position: relative;
}
/* .medi-cat-list li::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	background: #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;
} */
/* .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: 25px 0 0 0;
}
.medical-cate-filter h4 {
	margin-bottom: 90px;
}
  /* Price Range slider code End */
  .fil-chck {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5px 10px;
}
.fil-chck .slect {
	width: 15px;
	height: 15px;
	margin-right: 7px;
}
.filter-check-wrap {
	margin: 10px 0 0 0;
}
.fil-chck span {
	font-size: 14px;
	color: #222;
}
/*******************************Medicalequipement page CSS End*******************************/
/*******************************Subcategory page CSS Start*******************************/
.Subcategory-sec {
	padding: 60px 0 70px;
}
.Subcategory-sec .medical-cate-pro-list {
	padding-top: 25px;
}
.Subcategory-sec .main-title h1 {
	margin: 0;
}
.Subcategory-sec .main-title p {
	text-align: center;
}
.Sub-medical-cateh .subcate-list {
	width: 80%;
	padding-left: 30px;
}
.sub-cate-th-wr .Sub-medical-cateh .subcate-list {
	width: 100%;
	padding-left: 0;
}
.subcate-list-ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 25px 20px;
}
.sub-cate-th-wr .subcate-list-ul {
	grid-template-columns: repeat(3,1fr);
}
.subcate-list-ul > li {
	position: relative;
	border: 1px solid #e3e4e6;
	padding: 20px 0 10px 0;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	background: transparent;
	transition: 0.5s all;
	align-items: center;
}
.subcate-list-ul > li:hover {
	z-index: 9;
	border-color: #909bc97a;
	box-shadow: 0 0 9px 1px #909bc985;
	background: transparent;
}
.sb-pro-name h2, .sb-pro-name h3, .sb-pro-name h4, .sb-pro-name h5, .sb-pro-name h6 {
	font-weight: 600;
	text-align: left;
	font-size: 17px;
	color: #263c97;
	padding: 0 0 7px 0;
	line-height: 120%;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
}
.subcate-list .feature-ul li {
	color: #60605c;
	line-height: 120%;
}
.subcate-list-ul .img-wrap {
	height: 140px;
	display: block;
	padding: 0;
}
.feature-ul li {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #5f6788;
	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: 10px;
	left: auto;
	right: 10px;
	bottom: auto;
}
.compare .cpp {
	padding: 0;
	background: transparent;
	border: 0;
}
.compare label.action {
	position: relative;
	pointer-events: all;
	cursor: pointer;
	height: 20px;
	width: 20px;
	display: block;
}
.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: bootstrap-icons;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	color: #263c97;
	line-height: 100%;
	position: absolute;
	right: 0;
	left: auto;
	bottom: auto;
	top: -4px;
}
.compare label input.check-hidden:checked + i::before {
	content: "\f272";
	font-size: 20px;
	top: 3px;
}
.compare_btn {
	position: fixed;
	top: 95px;
	left: auto;
	right: 15px;
	bottom: auto;
	z-index: 999;
}
.compare-section {
	position: fixed;
	top: 60px;
	right: 20px;
}
.compare.compare_btn .compare-section .compare_btn {
	line-height: 35px;
	padding: 0 5px;
	color: #fff;
	background: #263c97;
	z-index: 9;
	position: relative;
	border: 1px solid #263c97;
	border-radius: 5px;
	font-weight: 500;
	text-transform: capitalize;
}
.feature-ul {
	overflow-y: auto;
	scrollbar-width: none;
	height: 95px;
	padding-top: 0;
}
.subcate-list .feature-ul li b {
	font-weight: 500;
	color: #333;
}
.subcattabs ul {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-top: 20px;
}
.subcate-list-ul .add-cart {
	position: static;
	opacity: 1;
	padding: 0;
}
.subcate-list-ul .add-to-cart, .sub-cate-catal a {
	background: transparent;
	line-height: 100%;
	font-size: 15px;
	color: #263c97;
	border: 1px solid #263c97;
	border-radius: 4px;
	width: auto;
	height: auto;
	position: relative;
	transition: 0.5s all;
	display: block;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	padding: 8px 10px 8px 35px;
	font-weight: 500;
	letter-spacing: 0px;
}
.subcate-list-ul .add-to-cart::before, .sub-cate-catal a::before {
	content: "\f07a";
	font-size: 18px;
	transition: 0.5s all;
	line-height: 100%;
	font-family: bootstrap-icons;
	position: absolute;
	left: 10px;
	right: auto;
	bottom: auto;
	top: 6px;
	content: "\f243";
}
.sub-cate-catal a::before{
	content: "\f63e";
}
.sub-cate-catal a {
	background: #16bcdc;
	color: #fff;
	border: 1px solid #16bcdc;
	font-weight: 500;
}
.sub-cate-catal a:hover {
	background: transparent;
	color: #5f6788;
	border-color: #5f6788;
}
.subcate-list-ul .add-to-cart:hover {
	background: #16bcdc;
	color: #fff;
	border-color: #16bcdc;
}
.sub-catt-img {
	width: 30%;
	padding: 0 5px 0 10px;
}
.sub-conte-img {
	width: 70%;
	padding-left: 10px;
	padding-right: 15px;
}
.footer-cate-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 10px 15px 0;
	border-radius: 0 0 10px 10px;
	position: static;
	opacity: 1;
	transition: 0.5s all;
	border-top: 1px solid #4659a640;
	margin-top: 10px;
}
.subcate-list-ul > li:hover .footer-cate-box {
	opacity: 1;
}
.subcattabs ul a {
	background: transparent;
	border-radius: 20px;
	display: inline-block;
	color: #263c97;
	font-weight: 500;
	cursor: pointer;
	line-height: 35px;
	padding: 0 15px 0px 15px;
	font-size: 14px;
	-webkit-appearance: none;
	border: 1px solid #263c97;
	text-transform: capitalize;
	position: relative;
	box-shadow: 0 0 8px 0 #16bcdc38;
	transition: 0.5s all;
	margin-right: 10px;
}
.subcattabs ul a:hover{
	background-color: #16bcdc;
	color: #fff;
	border-color: #16bcdc;
}
.Subcategoryt-sec .main-title {
	padding-bottom: 20px;
}
.Sub-medical-cateh .medi-cat-list {
	height: 200px;
}
/*******************************Subcategory page CSS End*******************************/
/*******************************All products page CSS Start*******************************/
.all-products .main-title h1 {
	margin-bottom: 20px;
}
/*******************************All products page CSS End*******************************/
/*******************************Search page CSS Start*******************************/
.search-page .main-title {
	padding-bottom: 0;
}
.search-page .main-title h1 {
	color: #5f6788;
	font-size: 30px;
}
.search-page .main-title h1 span {
	color: #16bcdc;
}
/*******************************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: #05b5fb;
}
.compare-cart-btn.addToCartBtn {
	background: #263c97;
	background-color: #263c97;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	line-height: 100%;
	padding: 8px 15px 8px 15px;
	font-size: 13px;
	border: 1px solid #263c97;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.3px;
}
.compare-cart-btn.addToCartBtn:hover{
	background: transparent;
	color: #5f6788;
	border-color: #5f6788;
}
.cart-compare > div {
	text-align: center;
}
.compare-page .trash_icon {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
	bottom: auto;
}
.compare-page .trash_icon .remove-compare1 {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	color: red;
}
.table, td, th {
	border: 1px solid #5f6788;
	margin-top: 5px;
}
.compare-page .table > tbody > tr > td a .featured-image {
	height: 120px;
}
/*******************************Comapre page CSS Start*******************************/
/*******************************Terms page CSS Start*******************************/
.Terms-page .content-con h2 {
	font-size: 21px;
	color: #16bcdc;
	letter-spacing: 0.5px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: 500;
}
.Terms-page .content-con p {
	font-size: 15px;
	padding-bottom: 3px;
}
.Terms-page .content-con p span {
	font-weight: 500;
	color: #263c97;
}
/*******************************Terms page CSS End*******************************/
/*******************************Career page CSS End*******************************/
.jon-form-inner {
	margin: 20px auto 0;
	padding: 40px 50px;
	border-radius: 10px;
	max-width: 800px;
	border: 1px solid #98e0ee;
	background: #fafafb;
	box-shadow: 0 0 26px 0px #98e0ee4f;
}
.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: #5f6788;
	margin: 0;
}
.Join-team-form .form-group input.form-control {
	line-height: 38px;
}
body input[type="number"] {
	-moz-appearance: textfield;
}
.Join-team-form .form-group .contact__input input[name="captcha_input"] {
	height: 38px !important;
	width: 200px;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0 10px 0 0;
}
.ca-sub-btn {
	text-align: center;
	margin-top: 15px;
}

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

/*******************************Product-details page CSS Start*******************************/
.quantity {
	display: inline-flex;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.quantity button {
	background-color: transparent;
	color: #2d2d2d;
	font-size: 20px;
	width: 30px;
	height: auto;
	transition: background-color .2s;
	box-shadow: none;
	border: 0;
	pointer-events: all;
	cursor: pointer;
}
 .quantity .input-box {
	width: 40px;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	height: auto;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
}
.quantity button:hover {
	background-color: #e4e4e4;
}
.input-box[type="number"] {
	-moz-appearance: textfield;
}
.pro-det-pri span {
	color: #263c97;
	font-weight: 500;
}
/* productdetails faq start */
.faq-askex-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 15px 100px 0;
	align-items: center;
}
.faq-askex-section .faq-wrap {
	width: 100%;
	padding-right: 0;
}
.faq-askex-section .faq-contact-form {
	width: 25%;
	padding: 12px 10px;
	border: 1px solid #263c974f;
	height: 100%;
	border-radius: 10px;
	box-shadow: none;
}
.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 #16bcdc;
	border-radius: 4px;
	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: #16bcdc;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.faq-askex-section .accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.faq-askex-section .accordion__header.active + .accordion__content {
	margin-top: 10px;
	margin-bottom: 10px;
}
.faq-askex-section .faq-wrap .accordion {
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 12px 0 rgb(0,0,0,0.1);
	background: #edf2f036;
	border: 1px solid #9da7d0;
}
.faq-askex-section .accordion__item .accordion__content p {
	font-size: 15px;
	font-weight: 400;
	color: #828282;
	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: 0;
	font-style: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\f64d";
}
.faq-askex-section .accordion__header.active::before {
	font-size: 22px;
	background: #fff;
	font-weight: 700;
	padding-bottom: 0;
	content: "\f2ea";
}
/* productdetails faq End */
/* productdetails img slide Start */
.product-details-sec .img-showcase {
	display: flex;
	width: 100%;
	transition: all 0.5s ease;
	height: 400px;
}
.product-details-sec .img-showcase img {
	padding: 15px;
}
.product-details-sec .img-select {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.product-details-sec .img-select a {
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(176deg, #f0f2f1 0%, rgba(255,255,255,0.5075630594034488) 100%);
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	padding: 6px;
}
/* .product-details-sec .img-showcase > img {
	border-radius: 10px;
	background: #0a59c20a;
} */
.product-details-sec .container {
	display: flex;
	justify-content: space-between;
	padding: 0 130px;
	align-items: flex-start;
}
.product-details-sec .img-display {
	overflow: hidden;
	background: #16bcdc0f;
	border: 1px solid #ccccccad;
	border-radius: 10px;
}
.product-details-sec .pro-del-content-wrap {
	padding-left: 40px;
	width: 60%;
	align-content: center;
	padding-top: 30px;
}
.product-details-sec .product-imgs {
	width: 40%;
}


/* Crousle CSS Start */
.product-imgs .owl-carousel .owl-nav {
	display: flex;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	bottom: auto;
	transform: translateY(-55%);
	justify-content: space-between;
	margin: 0 -10px;
	pointer-events: none;
}
.product-imgs .owl-carousel .owl-nav button.owl-next,
 .product-imgs .owl-carousel .owl-nav button.owl-prev {
	height: 20px;
	width: 20px;
	margin: 0px;
	position: relative;
	border: 1px solid #16bcdc;
	border-radius: 50%;
	background: #16bcdc;
	font-size: 0;
	cursor: pointer;
  	pointer-events: all;
}
.product-imgs .owl-carousel .owl-nav button::before {
	font-family: bootstrap-icons;
	font-size: 12px;
	color: #fff;
	transition: 0.5s all;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 1px;
	font-weight: 700;
	content: "\f234";
}
.product-imgs .owl-carousel .owl-nav button.owl-prev::before {
	transform: rotate(180deg);
}
.product-imgs .owl-carousel .owl-nav button.disabled {
	background: #d7dadb;
	border-color: #d7dadb;
}
/* Crousle CSS End */


/* productdetails img slide End */
.product-details-sec {
	padding: 60px 0;
}
.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: #263c97;
	line-height: 150%;
	position: relative;
	letter-spacing: 0.6px;
	text-shadow: #fff 1px 1px 0px, rgba(0, 0, 0, 0.2) 3px 3px 0px;
}
.prodel-title p {
	font-size: 15px;
	font-weight: 400;
	color: #5f6788;
	line-height: 150%;
	padding: 10px 0 15px;
	text-align: left;
}
.product-details-sec .capacity {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-height: 80px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.remove-compare1 {
	border: 0;
	background: transparent;
	color: red;
	font-size: 16px;
}
.product-details-sec .capacity .pdcaph {
	font-size: 15px;
	color: #263c97;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	margin: 0 10px 10px 0;
	flex-wrap: wrap;
}
.product-details-sec .capacity .pdcaph .pdcapa{
	border-radius: 25px;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	line-height: 26px;
	padding: 0 15px;
	font-size: 14px;
	-webkit-appearance: none;
	border: 1px solid #263c97;
	text-transform: capitalize;
	position: relative;
	background-color: transparent;
	color: #263c97;
	margin-left: 7px;
	margin-bottom: 7px;
}
.product-details-sec .review-st {
	padding-top: 15px;
	border-top:0;
}
/* FAQ developer form CSS Start*/
.faq-askex-section .Faq-sn-ask-wap {
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
}
.faq-askex-section .Faq-sn-ask-wap input, .faq-askex-section .Faq-sn-ask-wap textarea {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0;
}
.faq-askex-section .Faq-sn-ask-wap textarea {
	resize: none;
	height: 38px;
	padding: 9px;
	scrollbar-width: none;
}
.captcha-faq-wr .expert-input {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 20px;
	margin-top: 5px;
}
.faq-askex-section .Faq-sn-ask-wap .form-group {
	margin-bottom: 0 !important;
	padding-bottom: 15px;
	position: relative;
}
.faq-askex-section .Faq-sn-ask-wap .form-group .text-secondary {
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}
.captcha-faq-wr .expert-input .refresh_captcha {
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	top: auto;
}
.captcha-faq-wr .expert-input input {
	margin-right: 10px;
}
.faq-askex-section .Faq-sn-ask-wap .btn {
	background: #16bcdc;
	border: 1px solid #16bcdc;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	font-size: 14px;
	padding: 0 10px;
}
.faq-askex-section .Faq-sn-ask-wap .btn:hover{
	background: transparent;
	color: #16bcdc;
}
.category.product-det-categ .category-con:not(:last-child) {
	padding-bottom: 40px;
}
/* FAQ developer form CSS End*/
.des-type li, .des-type li a {
	text-align: left;
	padding-bottom: 4px;
	line-height: 140%;
	font-size: 14px;
	font-weight: 400;
	color: #929292;
}
.des-type li b {
	font-weight: 500;
	color: #777777;
	font-size: 15px;
}
.product-details-sec .to-cart button {
	border-radius: 0;
	display: inline-block;
	font-weight: 500;
	cursor: pointer;
	line-height: 31px;
	padding: 0 15px 0px 38px;
	font-size: 12px;
	-webkit-appearance: none;
	border: 1px solid #16bcdc;
	text-transform: uppercase;
	position: relative;
	background-color: #16bcdc;
	color: #fff;
}
.product-details-sec .to-cart button:hover{
	color: #16bcdc;
	background-color: transparent;
}
.product-details-sec .to-cart button::before {
	content: "\f07a";
	position: absolute;
	left: 13px;
	right: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	top: -1px;
	bottom: auto;
	font-family: bootstrap-icons;
	content: "\f243";
}
.product-details-sec .to-cart {
	display: inline-block;
	padding: 0 10px;
}
.qun-ca-wi {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.product-details-sec .wishlist button {
	background: transparent;
	border: 0;
	font-size: 0;
	padding: 0;
	cursor: pointer;
}
.review-st {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.review-st .fa-star {	
	font-size: 14px;
}
.review-st p {
	font-size: 14px;
	margin-right: 20px;
	color: #79b38a;
	font-weight: 500;
}
.product-details-sec .price span.dp {
	font-size: 14px;
	padding-right: 7px;
}
.product-details-sec .price span {
	font-size: 18px;
}
.specifi > div {
	border-radius: 5px;
	box-shadow: none;
	padding: 0;
	min-height: 270px;
	transition: 0.5s all;
	border: 0;
	background: #fff;
}
 .specifi ul li {
	padding-right: 10px;
}
.specifi ul li button {
	font-size: 13px;
	line-height: 30px;
	padding: 0 15px;
	background: #e4f5ff;
	color: #5f6788;
	border: 1px solid transparent;
	border-radius: 20px;
}
.specifi ul li .nav-link.active {
	background: 0;
	border: 0;
	color: #16bcdc;
	font-weight: 500;
	font-size: 16px;
}
.specifi .tab-content p {
	font-size: 15px;
	color: #5f6788;
	line-height: 150%;
	text-align: left;
	font-weight: 400;
}
.speci-table .table, .speci-table td, .speci-table th {
	border-color: #263c9773;
}
.speci-table tr th {
	font-weight: 400;
	letter-spacing: 0.2px;
}
.speci-table tr th, .speci-table tr td {
	padding: 0 10px;
	font-size: 15px;
	font-weight: 400;
	color: #5f6788;
}
.speci-experts .specifi ul li button {
	font-size: 15px;
	line-height: 100%;
	padding: 0;
	margin: 0 15px;
	background: 0;
	color: #7d7d7d;
	border: 0;
	border-radius: 0;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	transition: 0.5s all;
}
.speci-experts .specifi ul li button::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -7px;
	background: #16bcdc;
	width: 0;
	height: 3px;
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.speci-experts .specifi ul li button:hover::before, .speci-experts .specifi ul li button.active::before {
		opacity: 1;
		width: 100%;
	}
	.speci-experts .specifi {
		width: 100%;
		max-width: 80%;
		margin: 0 auto;
		padding: 30px 20px;
		box-shadow: 0 0 10px 0 #263c9730;
	}
.speci-experts .specifi .nav-pills {
	justify-content: center;
}
.features-des li {
	padding-bottom: 8px;
	font-size: 15px;
	color: #5f6788;
	line-height: 150%;
	text-align: left;
	font-weight: 400;
	padding-left: 18px;
	position: relative;
}
.features-des li ul li::before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 14px;
	color: #16bcdc;
	content: "\f234";
}
.speci-ask-experts {
	padding: 40px 0 80px;
}
.faq-form-sec h5 {
	display: inline-block;
	font-size: 30px;
}
.faq-form-sec .main-title {
	text-align: center;
}
.faq-form-sec {
	padding-bottom: 90px;
	padding-top: 80px;
}
.faq-askex-section .faq-contact-form h6 {
	font-weight: 500;
	text-align: center;
	color: #16bcdc;
	font-size: 20px;
}
.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: #5f6788;
	margin: 0;
}
.faq-askex-section p textarea {
	resize: none;
	height: 75px;
	margin-bottom: 15px;
}
.faq-askex-section p.submit input {
	background: #16bcdc;
	border: 1px solid #16bcdc;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	letter-spacing: 0.2px;
	transition: 0.5s all;
	font-size: 14px;
}
.faq-askex-section p.submit input:hover{
	background: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
.speci-ask-experts a {
	position: relative;
	padding-left: 41px;
}
.speci-ask-experts a::before {
	font-family: bootstrap-icons;
	position: absolute;
	left: 0;
	right: auto;
	top: -5px;
	bottom: auto;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 0;
	background: #16bcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	padding: 0 0 0 1px;
	content: "\f1b9";
}
.speci-ask-experts a:hover{
	color: #16bcdc;
}
/* FAQ Section CSS Start */
.faq-sec {
	padding-bottom: 60px;
}
.Faq-header {
	font-family: "Nunito Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	letter-spacing: 0;
	color: #1e5192;
	line-height: 120%;
	border: 1px solid #ccc;
	padding: 4px 5px;
	display: block;
	margin-bottom: 8px;
	border-radius: 3px;
	background: #f8fdff;
}
.accordion {
	border: 0;
	padding: 30px 0;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px 30px;
	border-radius: 5px;
	margin-top: 9px;
}
.Faq-item {
	padding-left: 15px;
	position: relative;
}
.Faq-item::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: 7px;
	color: #e7504f;
}
.Faq-item {
	counter-increment: faq-counter;
	position: relative;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}
.Faq-item::before {
	content: counter(faq-counter) ". ";
	position: absolute;
	left: 0;
	top: -1px;
	font-weight: bold;
	color: #ff742c;
	font-size: 18px;
	display: none;
}
.Faq-content p {
	font-size: 15px;
	line-height: 140%;
	color: #575757;
}
.main-title p.nn-head-tag {
	font-weight: 600;
	line-height: 130%;
	font-size: 26px;
	color: #263c97;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 0.4px;
	text-shadow: #fff 1px 1px 0px, rgba(0, 0, 0, 0.2) 3px 3px 0px;
}
/* FAQ Section CSS End */
.pdbs-img {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px 50px;
}
.pdbs-img img {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	overflow: hidden;
}
.category.product-det-categ {
	padding-bottom: 50px;
}
/*******************************Product-details page CSS End*******************************/
/****************************** Catalog page CSS Start*******************************/
.cata-pop-wrap {
	height: 150px;
	overflow-y: auto;
	scrollbar-width: none;
}
/* .catalog-sec {
	padding: 90px 0;
} */
.cata-box {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 15px;
}
.cata-des-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.cata-img-wrap {
	height: 145px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cata-img-wrap img {
	object-fit: cover;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}
.cata-des-wrap .cata-sub-list {
	width: 100%;
	margin-top: 15px;
}
.cata-des-wrap .cata-sub-list:empty {
	display: none;
}
.cata-title {
	text-align: center;
}
.cata-title h2, .cata-title h3, .cata-title h4, .cata-title h5, .cata-title h6 {
	font-size: 17px;
	font-weight: 500;
	color: #777777;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
}
.cata-title a h2:hover {
	color: #16bcdc;
}
.cata-box-wrap {
	padding: 15px 10px;
	border-radius: 5px;
	border: 1px solid #5f678824;
	box-shadow: 0 0 6px 0 #5f67885e;
}
.cata-des-wrap .cata-sub-list ul li {
	line-height: 100%;
	padding-left: 19px;
	position: relative;
}
.cata-des-wrap .cata-sub-list ul li:not(:last-child) {
	padding-bottom: 5px;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn {
	text-align: left;
	font-size: 14px;
	line-height: 130%;
	text-transform: capitalize;
	letter-spacing: 0;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	color: #5f6788;
	font-weight: 400;
}
.catalog-sec .main-title p {
	text-transform: capitalize;
	letter-spacing: 0;
	background: transparent;
	border: 0;
	margin: 0;
	color: #5f6788;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 130%;
	padding: 10px 0 14px;
	text-align: center;
	font-weight: 400;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn:hover {
	color: #16bcdc;
}
.cata-des-wrap .cata-sub-list ul {
	max-height: 85px;
	overflow-y: auto;
	scrollbar-width: none;
}
.cata-pop-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.pop-cata-btn {
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	margin: 0px;
	background: transparent;
	display: block;
	text-align: center;
	border: 1px solid #16bcdc;
	border-radius: 20px;
	margin-top: 10px;
	transition: 0.5s all;
	padding: 0 14px 0 33px;
	margin-right: 10px;
	background-color: #16bcdc;
	position: relative;
}
.pop-cata-btn:hover::before{
	color: #5f6788;
}
.pop-cata-btn::before {
	content: "\f3c5";
	font-family: bootstrap-icons;
	font-size: 16px;
	color: #fff;
	transition: 0.5s all;
	position: absolute;
	top: 1px;
	left: 11px;
	right: auto;
	bottom: auto;
	content: "\f63e";
}
.pop-cata-btn:hover{
	background: transparent;
	color: #5f6788;
	border-color: #5f6788;
}
.cata-popup-wrap .modal-dialog {
	max-width: 610px;
	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: 5px;
	bottom: auto;
	z-index: 1;
	font-style: normal;
	content: "";
	width: 7px;
	height: 7px;
	background: #16bcdc;
	border-radius: 50%;
}
.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: #263c97;
	text-align: left;
	letter-spacing: 1px;
}
/****************************** Catalog page CSS End*******************************/

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


/* Custom CSS  */
.single-catalog .text-center h1 {
	font-size: 28px;
	font-weight: 500;
}
.single-catalog .download_btn, .download_btn:hover {
	padding: 7px 22px;
	font-size: 15px;
	margin-top: 10px;
	margin: 10px 0 30px !important;
}
.single-catalog .catalog_footerlog {
	width: 25%;
	margin-top: 50px;
	margin-bottom: 10px;
}
.single-catalog .mobile_bottom {
	padding-bottom: 30px !important;
}
.single-catalog .catalog_head {
	font-size: 29px;
	line-height: 150%;
}
.single-catalog > .row {
	display: flex;
}
.catalog_head, .check_icon, .download_1, .fa-chevron-circle-right {
	color: #16bcdc;
}
html .container.single-catalog a {
	display: unset;
}
li.catalog_text {
	position: relative;
	padding-left: 15px;
}
li.catalog_text::before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: auto;
	right: auto;
	font-family: bootstrap-icons;
	font-size: 14px;
	color: rgb(22, 188, 220);
	content: "";
	display: none;
}
/******************************Single-Catalog PAGE End*******************************/
/******************************Login PAGE Start*******************************/
.login-section {
	padding: 80px 0 80px;
}
.login-section .bg-white {
	width: 100%;
	margin: 0 auto;
	padding: 38px;
	border-radius: 20px;
	margin-top: 30px;
	max-width: 500px;
	border: 1px solid #98e0ee;
	background: #fafafb;
	box-shadow: 0 0 26px 0px #98e0ee4f;
}
.login-section h1 {
	display: block;
	text-align: center;
	font-weight: 500;
	line-height: 130%;
	font-size: 30px;
	color: #263c97;
	position: relative;
	text-transform: capitalize;
	padding-bottom: 5px;
	letter-spacing: 0.4px;
}
.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: #16bcdc;
	border: 1px solid #16bcdc;
	color: #fff;
	width: auto !important;
	border-radius: 20px;
}
.login-section .labmt-btn:hover{
	background-color: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
.login-section .sign-in-btn {
	text-align: center;
}
.different_login span {
	font-size: 16px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #263c97;
	font-weight: 500;
}
.login-section .form-note a {
	color: #777777;
	font-weight: 600;
}
.login-section .form-note a:hover {
	color: #16bcdc;
}
/******************************Login PAGE End*******************************/
/******************************Register PAGE Start*******************************/
.register .input-wrap > div {
	padding-bottom: 9px;
}
.sign-up-btn {
	text-align: center;
	margin: 20px 0 10px 0;
}
.login-section input.form-control {
	height: 38px;
	width: 100%;
	background: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	color: #5f6788;
	margin: 0;
	box-shadow: none;
}
/******************************Register PAGE End*******************************/

/******************************Error PAGE Start*******************************/
.error-page {
	padding: 80px 0;
}
.error-page .page-title h1 {
	font-weight: 600;
	font-size: 85px;
	line-height: 100%;
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #263c97;
	text-align: center;
}
.error-page .content-area h2 {
	font-family: "Roboto", 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 #16bcdc;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 35px;
	background: #16bcdc;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
.error-page .content-area .button:hover {
	border-color: #5f6788;
	color: #5f6788;
	background: transparent;
}
/******************************Error PAGE End*******************************/

/******************************Thankyou PAGE Start*******************************/
.thanks h1 {
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
	display: block;
	position: relative;
	text-transform: capitalize;
	color: #626f84;
	text-align: center;
	padding-bottom: 0;
	letter-spacing: 0.8px;
}
p.thanks-des {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	padding-top: 20px;
	color: #183565;
}
.go-btn .btn {
	font-size: 18px;
	line-height: 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: #16bcdc;
	border: 1px solid #16bcdc;
	color: #fff;
	margin-top: 30px;
}
.go-btn .btn:hover{
	background-color: transparent;
	border: 1px solid #5f6788 ;
	color: #5f6788;
}
.thankyou-page {
	padding: 90px 0;
}
.go-btn {
	text-align: center;
}
.thanks::before {
	font-family: bootstrap-icons;
	font-weight: 300;
	font-style: normal;
	line-height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	bottom: auto;
	top: 0;
	font-size: 50px;
	text-align: center;
	content: "\f47c";
	color: #16bcdc;
}
.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: #16bcdc;
}
.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: #16bcdc;
		color: #5f6788;
	}
.Myaccount-sec .track .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: relative;
        border-radius: 100%;
        background: #ddd;
    }
	.Myaccount-sec .track .step.active .text {
		font-weight: 500;
		color: #5f6788;
	}
.Myaccount-sec .track .text{
        display: block;
        margin-top: 7px
    }
.Myaccount-sec .itemside{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
.Myaccount-sec .itemside .aside{
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
.Myaccount-sec .img-sm{
        width: 80px;
        height: 80px;
        padding: 7px
    }
.Myaccount-sec  ul.row, ul.row-sm{
        list-style: none;
        padding: 0
    }
.Myaccount-sec .itemside .info{
        padding-left: 15px;
        padding-right: 7px
    }
.Myaccount-sec .itemside .title{
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
.Myaccount-sec p{
        margin-top: 0;
    }
.Myaccount-sec  .order-card .track-div {
        display: none;
    }
.Myaccount-sec .order-card .track-div.tracking-show {
        display: block;
        padding: 0 30px;
    }
.Myaccount-sec .Tracking-section .track-order .track:first-child {
	margin-top: 50px;
}
.Myaccount-sec .order-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Myaccount-sec .order-card, .order-title {
	border-bottom: 1px solid #dee2e6;
}
.Myaccount-sec .order-card.tracking-show {
	background: #ffff;
}
.Myaccount-sec .order-card.tracking-show > .order-table {
	background: #faf8f5;
}
.Myaccount-sec .align-items-start {
	flex-wrap: wrap;
}
html .Myaccount-sec .container {
	max-width: 1200px;
}
.Myac-1-btns .myaccount-main-btn::after {
	font-family: bootstrap-icons;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	color: #fff;
	line-height: 80px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: auto;
	top: 28px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #16bcdc;
	margin: 0 auto;
	content: "\f4db";
	box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.27) inset, 20px 0 10px -20px rgba(0, 0, 0, 0.21) inset;
}
.Myac-1-btns .myaccount-main-btn.myaddress-tab::after{
	content: "\f64c";
}
.Myac-1-btns .myaccount-main-btn.account-details-tab::after{
	content: "\f676";
}
.Myac-1-btns .myaccount-main-btn.log-out-tab::after {
	content: "\f538";
}
/* My Account tracking Bootstrap icon set CSS Start */
.track .icon > i {
	display: none;
}
.Myaccount-sec  .track .step .icon::before {
	font-family: bootstrap-icons;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #5f6788;
	line-height: 100%;
	position: absolute;
	right: 8px;
	left: auto;
	bottom: auto;
	top: 8px;
	content: "\f272";
}
.Myaccount-sec  .track .step.active .icon::before{
	color: #fff;
}
.Myaccount-sec  .track .step .icon.pickup::before {
	content: "\f4e1";
}
.Myaccount-sec  .track .step .icon.way::before {
	content: "\f5ea";
}
.Myaccount-sec  .track .step .icon.ready::before {
	content: "\f70d";
}
/* My Account tracking Bootstrap icon set CSS End*/

/* Tracking Section CSS End*/
.Myaccount-sec {
	padding: 90px 0;
}
.Myac-1-btns {
	margin: 0 0 70px 0 !important;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 60px;
}
.myac-1-content {
	width: 100%;
}
.Myac-1-btns .myaccount-main-btn {
	font-size: 18px;
	padding: 130px 10px 20px 10px;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #5f6788;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #98e0ee;
	background: #fafafb;
	box-shadow: 0 0 26px 0px #98e0ee4f;
}
.Myac-1-btns .myaccount-main-btn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: auto;
	top: 0;
	height: 4px;
	width: 100%;
	background: transparent;
}
.Myac-1-btns .myaccount-main-btn.active {
	color: #5f6788;
	border-color: transparent;
	background: linear-gradient(176deg, rgba(255,255,255,1) 0%, rgba(22, 188, 220, 0.25) 100%);
}
.Myac-1-btns .myaccount-main-btn.active::before {
	background-color: #16bcdc;
}
.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: 5px 10px;
	letter-spacing: 0.5px;
	font-size: 25px;
	color: #263c97;
	border-radius: 7px 7px 0 0;
	font-weight: 500;
}
.myac-content {
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: transparent;
}
.order-wrap {
	padding: 25px 15px;
}
.order-card p, .order-title p {
	font-weight: 400;
	font-size: 15px;
	color: #545454;
	padding: 10px 0;
}
.order-title p {
	color: #777777;
	font-weight: 600;
}
.track .step .icon i {
	line-height: 35px;
}
.my-accnt .step::before {
	animation: none;
}
.Myaccount-sec .order-table button {
	background: #263c97;
	border: 1px solid #263c97;
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
}
.Myaccount-sec .order-table button:hover {
	background-color: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
/* 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: #16bcdc;
	border: 1px solid #16bcdc;
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
}
.address-wrap .myadd .btn:hover{
	background-color: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
.address-wrap .myadd p {
	font-weight: 600;
	color: #777777;
	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: #5f6788;
	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: #16bcdc;
	border: 1px solid #16bcdc;
	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;
}
.orders-myacdeta .Submit .btn:hover{
	border-color: #5f6788;
	background-color: transparent;
	color: #5f6788;
}
/* Myaccount-details End*/

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

/******************************Addtocart popup Start*******************************/
.popu-wrap .pop-sub-title {
	display: flex;
	justify-content: space-between;
}
.popu-wrap .pop-sub-title h3,
.popu-wrap .pop-sub-title h2,
.popu-wrap .pop-sub-title h4,
 .popu-wrap .pop-sub-title h5,
  .popu-wrap .pop-sub-title h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #777;
	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: 70px;
	border: 1px solid #16bcdc;
	border-radius: 0;
	background: #16bcdc0f;
	padding: 4px;
}
.contnet-pop-des li .pro-inp span, .contnet-pop-des .po-price {
	padding-left: 8px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 400;
	display: inline-block;
	line-height: 150%;
	font-size: 16px;
	color: #8c8c8c;
}
.popu-wrap .modal-header {
	justify-content: center;
}
.pop-btn {
	text-align: center;
}
.pop-btn .btn {
	border: 2px solid #fbcd05;
	color: #5f6788;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #fbcd05;
	transition: 0.9s all;
	font-size: 15px;
	margin-top: 10px;
}
.pop-btn .btn:hover{
	border: 2px solid #5f6788;
	font-weight: 500;
	border-radius: 35px;
	background: transparent;
}
/******************************Addtocart popup End*******************************/
/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec {
	padding: 60px 0;
}
.add-to-cart-form {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin: 0 150px;
}
.add-to-cart-form .shipping-cart {
	width: 65%;
}
.add-to-cart-form .price-pr-box {
	width: 35%;
	padding: 0 0 0 50px;
}
.add-to-cart-form .price-box {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 9px 0 #00479840;
	border-radius: 10px;
}
.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: #5f6788;
	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: #263c97;
	border: 1px solid #263c97;
	border-radius: 5px;
	color: #fff;
}
.sub-total p, .sub-total span {
	font-weight: 600;
}
.add-to-cart-form .Buy:hover {
	border-color: #5f6788;
	background: transparent;
	color: #5f6788;
}
.addtocart-sec .product-des:not(:last-child) {
	margin-bottom: 20px;
}
.addtocart-sec .product-des {
	padding: 15px;
	box-shadow: none;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #16bcdc;
}
.addtocart-sec .remove {
	position: absolute;
	top: -10px;
	right: -13px;
	left: auto;
	bottom: auto;
	height: auto;
}
.addtocart-sec .remove button {
	font-size: 0;
	background: transparent;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #a7a7a7;
	padding: 0;
	background-color: #fff;
}
.addtocart-sec .remove button::before {
	font-family: bootstrap-icons;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	padding: 0;
	content: "\f62a";
}
.addtocart-sec .remove button:hover {
	background-color: red;
	border-color: red;
	color: #fff;
}
.addtocart-sec .product-des img {
	height: 130px;
}
.addtocart-sec .pr-title h2,
 .addtocart-sec .pr-title h3,
  .addtocart-sec .pr-title h4,
   .addtocart-sec .pr-title h5,
 	.addtocart-sec .pr-title h6 {
	color: #16bcdc;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	position: relative;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	transition: 0.5s all;
}
.addtocart-sec .product-title-des {
	width: 75%;
}
.addtocart-sec .pr-des li {
	color: #60605c;
	font-size: 14px;
	line-height: 110%;
	text-align: left;
	font-weight: 400;
	padding-bottom: 5px;
}
.addtocart-sec .pr-des li span {
	font-weight: 500;
	color: #333;
}
.addtocart-sec .pr-des {
	max-height: 55px;
	overflow-y: auto;
	scrollbar-width: none;
}
.addtocart-sec .price-other {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
.addtocart-sec .quantity-wrap {
	display: flex;
	align-items: center;
}
.addtocart-sec .quantity-wrap p {
	line-height: 100%;
	padding-right: 10px;
	font-size: 15px;
	color: #6c3428;
	font-weight: 500;
}
.addtocart-sec  p.stock {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	text-transform: capitalize;
	color: #007600;
	display: inline-block;
}
.addtocart-sec  .price span.dp {
	font-size: 14px;
}
.addtocart-sec .price span {
	font-size: 16px;
	color: #263c97;
	font-weight: 600;
}
.addtocart-sec .pr-title h2:hover, .addtocart-sec .pr-title h3:hover, .addtocart-sec .pr-title h4:hover, .addtocart-sec .pr-title h5:hover, .addtocart-sec .pr-title h6:hover{
	color: #fbcd05;
}
.medical-Equi.All-products-lis, .medical-Equi.search-page {
	padding: 60px 0 80px;
}
/*******************************Addtocart page CSS End*******************************/
/*******************************Checkout page CSS Start*******************************/
.Checkout-page {
	padding: 60px 0;
}
.checkout-ad {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	padding-top: 20px;
}
.checkout-address {
	width: 70%;
	padding-right: 20px;
	border-right: 1px solid #cecede;
	padding-top: 20px;
}
.checkout-price {
	width: 30%;
	padding-left: 20px;
	padding-top: 20px;
}
.checkout-address .adresses {
	border: 1px solid #eaeaf2;
	background-color: rgb(255, 255, 255);
	padding: 20px 30px 20px 50px;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 #dfe9f2;
}
.check-title {
	display: flex;
	justify-content: space-between;
}
.check-title h2 {
	color: #263c97;
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	font-family: "Roboto", sans-serif;
}
.check-title a {
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	color: #263c97;
}
p.adress-des {
	text-align: left;
	color: #818181;
	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-pro p input {
	margin: 0 0;
	padding: 0;
	font-weight: 500;
	font-size: 15px;
	color: #828282;
	line-height: 150%;
	box-shadow: none;
	display: inline-block;
	border-radius: 0;
	border: 0;
	height: auto;
	background: transparent;
	-moz-appearance: textfield;
	width: 60px;
}
.checkout-price .total-pro.total-dis p input {
	color: #038d63;
}
.checkout-price .total-dis {
	border-bottom: 1px solid #b0b0b5;
}
.checkout-price .total-dis p {
	color: #038d63;
}
.checkout-price .order-total p {
	padding-top: 10px;
	font-weight: 700;
	color: #818181;
	font-size: 17px;
}
.congr-to::before {
	font-family: bootstrap-icons;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	position: absolute;
	right: auto;
	left: 12px;
	bottom: auto;
	top: 12px;
	width: 16px;
	height: 16px;
	background: #0c986e;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\f4d1";
}
.congr-to {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	color: #019367;
	line-height: 40px;
	background: #d3f4ea;
	border-radius: 5px;
	padding: 0 0 0 40px;
	position: relative;
}
.checkout-price .Buy {
	font-size: 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: #263c97;
	border: 1px solid #263c97;
	color: #fff;
	margin-top: 20px;
	border-radius: 5px;
}
.checkout-price .Buy:hover {
	background: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
body .btn:focus{
	box-shadow: none;
}
/*******************************Checkout page CSS End*******************************/

/*******************************Edit Address Popup CSS Start*******************************/
.Address-form input[type="number"] {
	-moz-appearance: textfield;
}
.checkout-pop-up .modal-title {
	font-weight: 500;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #263c97;
}
.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: #5f6788;
	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: #5f6788;
	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: #16bcdc;
	display: block;
	text-align: center;
	border: 1px solid #16bcdc;
	border-radius: 5px;
	transition: 0.5s all;
	height: 100%;
}
.Address-form .submit input:hover{
	background-color: transparent;
	border-color: #5f6788;
	color: #5f6788;
}
/*******************************Edit Address Popup CSS End*******************************/
.All-products-lis .main-title {
	text-align: center;
}
/**************************************************************** RESPONSIVE START ****************************************************************/
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1300px) {
	.products-equi img {
		height: 140px;
	}
}
@media only screen and (max-width: 1200px) {
	.medical-Equi.All-products-lis, .medical-Equi.search-page {
		padding: 50px 0 60px;
	}
/*******************************Header CSS Start*******************************/
	.menu-ul li a {
		font-size: 15px;
	}
	.wish-cart-account {
		width: 5%;
	}
	.header-menu {
		width: 75%;
	}
/*******************************Header CSS End*******************************/
/*******************************Footer CSS Start*******************************/
	.ft-lo > a {
		height: 50px;
	}
	.ft-con li {
		font-size: 15px;
	}
	.ft-wrap > h2,
	.ft-wrap > h3,
	.ft-wrap > h4,
	.ft-wrap > h5,.ft-wrap > h6{
		font-size: 22px;
		padding-bottom: 12px;
	}
	.ftcat {
		display: none;
	}
	.foot-ab-cnt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 15px;
	}
	.ft-wrap li a {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.main-ft {
		padding: 70px 0 30px;
	}
	.cnect-cn p {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.cnect-cn span {
		font-size: 17px;
	}
	.ft-lo {
		width: 25%;
		padding-right: 30px;
	}
	.ftcat {
		display: none;
	}
	.ft-lo {
		width: 35%;
		padding-right: 30px;
	}
	.ft-qu {
		width: 20%;
	}
	.ft-myac {
		width: 20%;
	}
	.ft-cnt {
		width: 25%;
	}
	.foot-ab-cnt {
		padding-top: 12px;
	}
/*******************************Footer CSS End*******************************/
/*******************************Home page CSS start*******************************/
/* home-about Start*/
.home-about {
	padding: 0 40px 50px;
	position: relative;
}
/* home-about End*/
/* home-medical Start*/
.products-equi {
	grid-template-columns: repeat(5,1fr);
	grid-gap: 35px 13px;
	padding-top: 20px;
}
.home-about p {
	font-size: 15px;
}
.home-about {
	padding: 0 0 40px;
}
.products-equi img {
	height: 130px;
}
.common-btn {
	margin-top: 20px;
}
/* home-medical End*/
/* home-patient Start*/
.cate-content {
	padding-left: 20px;
}
.category-cont {
	grid-gap: 10px;
	grid-template-columns: repeat(3,1fr);
}
.cate-box-wrap img {
	height: 100px;
}
.cat-pro-titl h2, .cat-pro-titl h3, .cat-pro-titl h4, .cat-pro-titl h5, .cat-pro-titl h6, .cat-pro-titl h1 {
	font-size: 13px;
	font-weight: 400;
}
.cate-box-wrap {
	padding: 10px 8px 15px;
}
.catemain-img {
	display: none;
}


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

/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px 14px;
}
.category-4 {
	padding: 0 0 60px 0;
}
.nre-categio {
	padding: 30px 0 30px 0;
}
.category-4 .add-to-cart::before {
	font-size: 14px;
}
.category-4 .cate-box-wrap {
	border-radius: 5px;
	padding: 15px 10px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 {
	padding: 60px 0 60px;
}
.category-5 .add-to-cart::before {
	inset: 3px auto 0 4px;
}
/* home-heavy End*/
.category.category-6 {
	padding: 0 0 70px;
}
/*******************************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: 30px 40px 0;
}
.Contactpage-sec {
	padding: 60px 0;
}
/*******************************Contact page CSS End*******************************/

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

a.product-img {
	height: 120px;
}
.medical-pro-list a.product-img {
	height: 160px;
	width: 160px;
	padding: 20px;
}
/*******************************Laboratory Equipement page CSS End*******************************/

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

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

/*******************************Product-details page CSS Start*******************************/
.faq-askex-section {
	margin: 25px 0 0;
}
.faq-form-sec {
	padding-bottom: 60px;
	padding-top: 60px;
}
.faq-askex-section .faq-wrap {
	width: 100%;
	padding-right: 0;
}
.faq-askex-section .faq-contact-form {
	width: 100%;
}
.speci-ask-experts {
	padding-bottom: 50px;
}
.speci-experts .specifi {
	max-width: 100%;
}
.product-details-sec {
	padding: 60px 0;
}
.product-details-sec .container {
	padding: 0 15px;
}
.product-details-sec .pro-del-content-wrap {
	width: 65%;
}
.product-details-sec .product-imgs {
	width: 35%;
}
.product-details-sec .img-select a {
	height: 80px;
}

/*******************************Product-details page CSS End*******************************/
/****************************** Catalog page CSS Start*******************************/
.cata-img-wrap {
	height: 115px;
}
.cata-des-wrap .cata-sub-list ul li {
	padding-left: 17px;
}
.cata-des-wrap .cata-sub-list ul li .sub-cata-btn {
	font-size: 13px;
}
.catalog-sec {
	padding: 60px 0;
}
/****************************** Catalog page CSS End*******************************/
/******************************Login PAGE Start*******************************/
.login-section {
	padding: 60px 0px;
}
/******************************Login PAGE End*******************************/

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


}
@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: 4px;
		right: 15px;
		bottom: 0;
		margin: auto;
		background: #16bcdc;
		border-radius: 30px;
	}
    .main-header-wrapper .below-header-content .menu-ul {
        display: flex;
        justify-content: flex-start;
        align-items: unset;
        flex-direction: column;
    }
	.menu-header {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		display: block;
		position: fixed;
		height: 100%;
		max-height: 100%;
		z-index: 9999;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 130px 0 30px;
		overflow: auto;
		transition: 0.5s all;
		float: none;
		margin: 0;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.8);
		left: 0;
		background: #263c97;
	}
    .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: #16bcdc;
	}
    .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: 0;
}
.wish-cart-account {
	margin-right: 60px;
}
.menu-ul {
	display: block;
}
.menu-ul li a {
	margin: 0;
	padding: 12px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
    transition: 0.5s all;
}
.menu-ul li a:hover {
	color: #fff;
	background-color: #16bcdc;
}
html.show-menu {
	overflow: hidden;
}
.head-logo-wrap {
	width: 30%;
}
.show-menu .fixed .nav-span {
	top: 0;
}
header .menu-ul li a::before {
	display: none;
}
/************ Header CSS End **********/
/*******************************Laboratory Equipement page CSS Start*******************************/
.medical-pro-list {
	grid-template-columns: repeat(4,1fr);
}
.sub-catt-img {
	width: 100%;
	padding: 0 0 10px 0;
}
.subcate-list-ul .img-wrap {
	height: 150px;
}
.subcate-list-ul > li {
	padding: 15px 0 0 0;
}
.sub-conte-img {
	width: 100%;
	padding: 0 15px 10px;
}
.subcate-list-ul .add-to-cart, .sub-cate-catal a {
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 9px 10px 9px 30px;
}
.subcate-list-ul .add-to-cart::before, .sub-cate-catal a::before {
	font-size: 16px;
	left: 8px;
	top: 6px;
}
.Sub-medical-cateh .medical-list {
	max-height: 1200px;
}
/*******************************Laboratory Equipement page CSS End*******************************/
/*******************************Catalog page CSS Start*******************************/
.cata-box {
	grid-template-columns: repeat(2,1fr);
}
/*******************************Catalog page CSS End*******************************/




}
@media only screen and (max-width: 991px) {
	.medical-Equi.All-products-lis, .medical-Equi.search-page,
	.catalog-sec {
		padding: 40px 0 50px;
	}
/************ Header CSS Start **********/
.top-head .call-email-wrap {
	display: none;
}
.top-head .head-ser-wrap {
	width: 80%;
	padding-left: 0;
}
.wish-cart-account {
	width: 70%;
}
.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: 0;
	width: 20%;
}
.account-show {
	padding-left: 24px;
	font-size: 15px;
}
/************ Header CSS End **********/

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

/*******************************Home page CSS Start*******************************/
/* home-banner Start */
.banner-img {
	margin-bottom: 20px;
}
/* home-banner End */
/* home-about Start*/
.home-about {
	display: none;
}
/* home-about End*/
/* home-medical Start*/
.products-equi a {
	padding: 15px 10px 15px;
}
.products-equi img {
	height: 140px;
}
.products-equi p {
	font-size: 15px;
	line-height: 120%;
	padding: 10px 0 5px 0;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
	font-size: 28px;
}
.main-title p {
	font-size: 14px;
}
.common-btn .btn {
	border: 0;
	line-height: 28px;
	padding: 0 10px;
	font-size: 14px;
}
.products-equi {
	grid-template-columns: repeat(4,1fr);
}
/* .main-title h1::first-letter,
 .main-title h2::first-letter,
  .main-title h3::first-letter,
   .main-title h4::first-letter, 
   .main-title h5::first-letter,
    .main-title h6::first-letter{
	font-size: 40px;
} */
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
	padding-bottom: 0;
}
/* home-medical End*/
/* home-patient Start*/
.catemain-img {
	display: none;
}
.tab-content > .active {
	padding: 0;
}
.category-cont {
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}

.category .main-title h2,
 .category .main-title h3,
  .category .main-title h4,
   .category .main-title h5,
    .category .main-title h6 {
	font-size: 28px;
}

/* home-patient End*/
/* home-electric Start*/
.category-2 .category-cont {
	grid-gap: 13px;
	grid-template-columns: repeat(3,1fr);
}
/* home-electric End*/
/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(2,1fr);
}
.categ-conte-wr {
	width: 70%;
	padding-left: 5px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 .category-cont {
	grid-template-columns: repeat(3,1fr);
}
/* home-heavy End*/
.main-title > p {
	display: none;
}
.category.category-6 {
	padding: 0 0 60px;
}
/*******************************Home page CSS End*******************************/
/*******************************Contact page CSS Start*******************************/
.contact-sec {
	margin: 20px 0px 0;
}
.contact-sec {
	padding: 30px 10px;
	border-radius: 20px;
	align-items: center;
}
.contact-with {
	padding-left: 20px;
	padding-top: 0px;
}
.contact-title h2 {
	font-size: 22px;
	padding-bottom: 7px;
}
.contact-sec p {
	padding-top: 7px;
	line-height: 100%;
}
.contact-with h3 {
	font-size: 19px;
}
.with-con {
	padding: 15px 0 0 0;
}
.with-con li {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 26px;
}
.with-con li::before {
	font-size: 19px;
}
.with-con li.conph::before {
	font-size: 20px;
}
.contact-sec .main-div {
	grid-gap: 0 10px;
}
.Contactpage-sec {
	padding: 50px 0;
}
.Contactpage-sec{
	padding: 40px 0 50px;
}
/*******************************Contact page CSS End*******************************/

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

/*******************************Product-details page CSS Start*******************************/
.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 0;
}
.product-details-sec .capacity .pdcaph {
	font-size: 14px;
}
.product-details-sec .capacity .pdcaph button {
	line-height: 25px;
	padding: 0 7px;
	font-size: 13px;
	margin-left: 10px;
}
.des-type li, .des-type li a {
	font-size: 14px;
}
.faq-askex-section .faq-wrap {
	width: 100%;
	padding-right: 0;
}
.faq-askex-section .faq-contact-form {
	width: 100%;
	margin-top: 20px;
}
.product-details-sec .to-cart button {
	line-height: 27px;
	font-size: 12px;
}
.product-details-sec .img-showcase {
	height: 100%;
}
.qun-ca-wi {
	padding: 8px 0;
}
.product-details-sec .price span.dp {
	font-size: 12px;
	padding-right: 5px;
}
.product-details-sec .img-select a {
	height: 65px;
	border-radius: 2px;
}
.speci-experts .specifi ul li button {
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	margin: 0 10px;
}
.specifi ul li .nav-link.active {
	font-size: 14px;
}
.specifi > div {
	padding: 0;
	min-height: 200px;
}
.specifi .tab-content p {
	font-size: 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-askex-section .accordion__header {
	padding: 10px 35px 10px 10px;
	font-size: 14px;
}
.faq-askex-section .accordion__item .accordion__content p {
	font-size: 13px;
}
.faq-askex-section .accordion__header.active + .accordion__content {
	margin-top: 7px;
	margin-bottom: 7px;
}
.faq-askex-section .accordion__item .accordion__content {
	padding: 0 15px;
}
.faq-askex-section .accordion__header::before {
	top: 8px;
	width: 23px;
	height: 23px;
	border-radius: 2px;

}
.faq-askex-section .accordion__header.active::before {
	font-size: 18px;
	font-weight: 500;
}
.speci-experts .specifi ul li button::before {
	bottom: -4px;
}
.product-details-sec .product-imgs {
	width: 40%;
}
.product-details-sec .pro-del-content-wrap {
	width: 60%;
}
/*******************************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;
}
.Aboutpage-sec {
	padding: 40px 0 50px;
}
/******************************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: 15px;
	padding: 90px 10px 15px 14px;
}
.Myac-1-btns {
	margin: 0 0 40px 0 !important;
	grid-gap: 15px;
}
.Myac-1-btns .myaccount-main-btn::after {
	font-size: 30px;
	line-height: 60px;
	top: 18px;
	width: 60px;
	height: 60px;
}
.address-wrap .card-body {
	padding: 10px 5px;
}
.address-wrap {
	grid-gap: 10px;
}
.address-wrap .myadd p {
	margin: 5px 0;
	font-size: 14px;
}
.address-wrap .myadd .btn {
	font-size: 13px;
	padding: 0 15px;
	line-height: 25px;
}
.orders-myacdeta .card-body {
	padding: 10px 10px;
}
.orders-myacdeta .card-body p {
	font-size: 14px;
}
.orders-myacdeta form > .form-group {
	padding: 0 5px 7px;
}
.orders-myacdeta .Submit .btn {
	height: 35px;
	line-height: 35px;
	margin: 10px 0 0 0;
	padding: 0 30px;
	font-size: 14px;
}
.orders-myacdeta form {
	display: block;
	margin-top: 20px;
}
.orders-myacdeta form > .form-group {
	width: 100%;
}
.Myaccount-sec {
	padding: 50px 0;
}
/* My Account tracking Bootstrap icon set CSS Start */
.Myaccount-sec .track .step .icon::before {
	font-size: 15px;
	right: 7px;
	top: 7px;
}
/* My Account tracking Bootstrap icon set CSS Start */
/******************************My account PAGE End*******************************/

/*******************************Addtocart page CSS Start*******************************/
.addtocart-sec .product-des:not(:last-child) {
	margin-bottom: 15px;
}
.addtocart-sec .product-des {
	padding: 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;
}
.category-5 .main-title, body .main-title {
	text-align: center;
}
/*******************************Checkout page CSS End*******************************/
/*******************************Search page CSS Start*******************************/
.search-page .main-title h1 {
	font-size: 24px;
}
/*******************************Search page CSS End*******************************/
.category-con {
	margin-top: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
	.product-details-sec .img-showcase {
		height: 100%;
	}
}
@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(2,1fr);
		padding: 0;
	}
	.categ-conte-wr {
		width: 70%;
		padding-left: 5px;
	}
/*******************************Subcategory page CSS Start*******************************/
		.subcate-list-ul {
			grid-template-columns: repeat(2,1fr);
		}
		.Subcategory-sec {
			padding: 50px 0;
		}
		.medical-list, .Sub-medical-cateh .medical-list {
			width: 100%;
			max-height: 333px;
		}
		.medical-cate-filter {
			display: none;
		}
		.medical-list, .Sub-medical-cateh .medical-list {
			max-width: 70%;
			margin: 0 auto;
		}
		.Sub-medical-cateh .subcate-list {
			width: 100%;
			padding: 30px 0 0 0;
		}
		.Sub-medical-cateh .medi-cat-list {
			height: 100%;
			background: transparent;
		}
		.medi-cat-list {
			height: 100%;
			overflow: visible;
			border: 0;
		}
		.medical-list{
			overflow-y: auto;
			scrollbar-width: none;
			border: 1px solid #ebf0f7;
		}
		.medical-pro-list {
			grid-template-columns: repeat(2,1fr);
			width: 100%;
			padding-left: 0;
			max-height: 100%;
			overflow: visible;
			scrollbar-width: none;
			margin-top: 30px;
		}
		.medical-produ-list .main-title {
			text-align: center;
			padding-bottom: 0;
			padding-top: 30px;
		}
		.medical-produ-list {
			width: 100%;
			padding-left: 0;
		}
		.medical-produ-list .medical-pro-list{
			width: 100%;
			padding-left: 0;
		}
/*******************************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;
}
.speci-experts .specifi ul li button::before {
	top: auto;
	bottom: -2px;
	height: 2px;
}
.product-details-sec .img-showcase {
	height: 350px;
}
/* Owl Crousle CSS Start */
.product-details-sec .product-imgs .img-select {
	max-width: 70%;
	margin: 10px auto 0;
}
/* Owl Crousle CSS End */
/* FAQ Section CSS Start */
.accordion {
	padding: 20px 0;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 15px;
	margin-top: 5px;
}
.Faq-header {
	font-size: 15px;
}
.subcateg-FAQ{
	padding-bottom: 50px;
}
.main-title p.nn-head-tag {
	font-size: 23px;
	display: block;
	text-align: center;
}
/* FAQ Section CSS End */
/*******************************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: 0;
}
.Myac-1-btns {
	width: 100%;
}
.Myaccount-sec .d-flex {
	flex-wrap: wrap;
}
.Myac-1-btns .myaccount-main-btn {
	font-size: 14px;
	padding: 65px 7px 15px 7px;
}
.Myac-1-btns .myaccount-main-btn::after {
	font-size: 23px;
	line-height: 48px;
	top: 13px;
	width: 48px;
	height: 48px;
}
.Myac-1-btns {
	margin: 0 0 30px 0 !important;
	grid-gap: 10px;
}
/******************************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*******************************/
/*******************************Laboratory Equipement page CSS Start*******************************/
.medical-pro-list a.product-img {
	height: 155px;
	width: 155px;
	padding: 20px;
}
/*******************************Laboratory Equipement page CSS End*******************************/

/*******************************Footer CSS Start*******************************/
.ft-lo {
	width: 50%;
}
.ft-qu {
	width: 50%;
	padding-left: 80px;
}
.ft-cnt {
	width: 100%;
	padding-top: 20px;
}
/*******************************Footer CSS End*******************************/


}
@media only screen and (max-width: 585px) {
/************ Header CSS Start **********/
.wish-cart-account {
	margin-right: 44px;
}
header .searchInput input {
	height: 35px;
	padding: 0px 7px;
	font-size: 13px;
	border-radius: 3px;
}
.searchInput .icon {
	height: 30px;
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 0;
}
.top-head .wish-cart-account {
	width: 20%;
}
.top-head .head-ser-wrap {
	width: 70%;
	padding: 0 0 0 20px;
}
.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%;
}
.top-head .container {
	flex-direction: row-reverse;
}
.head-logo-wrap a {
	height: 30px;
}
.head-logo-wrap a img {
	height: 100%;
	width: 100%;
}
.account-show {
	padding-left: 20px;
	font-size: 13px;
}
.account-ul {
	min-width: 100px;
	left: 0;
	right: auto;
}
.account-ul::before {
	top: -9px;
	left: 30px;
}
.account-show-wrap:hover .account-ul {
	min-height: 63px;
}
.account-ul a {
	font-size: 14px;
	padding: 5px 7px;
}
.account-show {
	padding-left: 22px;
	font-size: 14px;
}
.account-show::before {
	font-size: 18px;
}
.account-head {
	width: 30%;
	margin-right: 0;
	justify-content: flex-start;
}
.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: -55px;
}
/* Header Search Icon Bootstrap add Start*/
.searchInput .icon::before {
	display: block;
	color: #ffff;
	top: 5px;
	right: 8px;
	font-size: 15px;
	font-weight: 500;
}
.searchInput .icon:hover::before{
	color: #5f6788;
}
/* Header Search Icon Bootstrap add End*/
/************ Header CSS End **********/

/*******************************Footer CSS Start*******************************/
.ft-lo {
	width: 100%;
	padding-right: 0;
}
.ft-qu {
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
}
.ft-myac {
	width: 100%;
	margin-top: 15px;
}
.ft-con li {
	font-size: 14px;
	padding-left: 25px;
}
.ft-con li::before {
	font-size: 17px;
	top: 1px;
}
.ft-con li.foadd::before {
	top: 3px;
}
.ft-wrap > h2, .ft-wrap > h3, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > h6, .ft-wrap > p {
	font-size: 18px;
	padding: 0 0 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;
}
.medical-Equi {
	padding: 50px 0 60px 0px;
}
.medical-Equi .main-title {
	text-align: center;
}
/* home-banner End*/
/* home-medical Start*/
.products-equi {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 10px;
	padding-top: 15px;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
	font-size: 25px;
}
.main-title p {
	text-align: justify;
}
/* home-medical End*/
/* home-patient Start*/
.category .main-title h2,
 .category .main-title h3,
  .category .main-title h4,
   .category .main-title h5,
    .category .main-title h6 {
	font-size: 24px;
}
.category-2 {
	padding-bottom: 0;
	padding-top: 0;
}
body .padng-tp-mb-sp {
	padding-top: 50px;
}
.common-btn {
	margin-top: 10px;
}
.category-cont {
	grid-template-columns: repeat(2,1fr);
}
.nre-categio {
	padding: 30px 0 30px 0;
}
/* home-patient End*/
/* home-electric Start*/
.category-2 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0 30px;
}
.category-2 .main-title {
	text-align: center;
}
.category-2 .add-to-cart::before{
	display: none;
}
/* home-electric End*/
/* home-lightweight Start*/
.category-4 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0;
}
.categ-conte-wr {
	width: 70%;
	padding-left: 10px;
}
.category-4 .cat-pro-titl h2, .category-4 .cat-pro-titl h3, .category-4 .cat-pro-titl h4, .category-4 .cat-pro-titl h5, .category-4 .cat-pro-titl h6 {
	font-size: 15px;
}
.category-4.category .feature-ul {
	margin: 5px 0 0;
}
.category-4 {
	padding: 50px 0;
}
.category-5 {
	padding: 40px 0 50px;
}
/* home-lightweight End*/
/* home-heavy Start*/
.category-5 .category-cont {
	grid-template-columns: repeat(1,1fr);
	padding: 0 20px;
}
body .padng-btm-mb-bl {
	padding-bottom: 0;
}
/* 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;
}
.breadcrumb > li:first-child a {
	padding-left: 0;
}
/* breadcrumb End */
.Aboutpage-sec {
	padding: 50px 0;
}
/*******************************About page CSS End*******************************/

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

/*******************************Laboratory Equipement page CSS Start*******************************/
.medical-cate-filter {
	display: none;
}
.medical-cate-pro-list {
	padding: 20px 0 0;
}
.medical-list, .Sub-medical-cateh .medical-list {
	width: 100%;
	padding-bottom: 20px;
}
.medical-pro-list {
	grid-template-columns: repeat(2,1fr);
	width: 100%;
	padding-left: 0;
}
.medical-produ-list {
	width: 100%;
	padding-left: 0;
}
.medical-produ-list .medical-pro-list{
	width: 100%;
	padding-left: 0;
}
.medi-cat-list {
	height: 243px;
}
.medical-list, .Sub-medical-cateh .medical-list {
	display: none;
}
/*******************************Laboratory Equipement page CSS End*******************************/

/*******************************Subcategory page CSS Start*******************************/
.subcate-list-ul {
	grid-template-columns: repeat(2,1fr);
}
.sub-cate-th-wr .subcate-list-ul {
	grid-template-columns: repeat(1,1fr);
}
.Subcategory-sec {
	padding: 50px 0;
}
.subcattabs ul {
	padding-bottom: 15px;
	padding-top: 15px;
}
.subcate-list-ul {
	grid-template-columns: repeat(1,1fr);
}
.subcattabs ul a {
	line-height: 28px;
	padding: 0 10px 0px 10px;
	font-size: 11px;
	margin-right: 7px;
	margin-top: 8px;
	margin-bottom: 0;
}
.subcate-list-ul > li {
	border-radius: 5px;
}
.compare.compare_btn .compare-section .compare_btn {
	padding: 0 5px;
}
.Sub-medical-cateh .subcate-list {
	width: 100%;
	padding-left: 0;
}
.Sub-medical-cateh .subcate-list {
	padding: 10px 0 0 0;
}
.sub-cate-th-wr .Sub-medical-cateh .subcate-list {
	width: 100%;
	padding: 0;
}
.medical-produ-list .main-title {
	padding-top: 0;
}
.medical-list, .Sub-medical-cateh .medical-list {
	max-width: 90%;
}
.Medicalequpt-sec .medical-cate-pro-list {
	padding: 0;
}
/*******************************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;
}
/* Owl Crousle CSS Start */
.product-details-sec .product-imgs .img-select {
	max-width: 90%;
	margin: 10px auto 0;
}
/* Owl Crousle CSS End */
/*******************************Product-details page CSS End*******************************/

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

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

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

/*******************************Checkout page CSS Start*******************************/
.checkout-ad {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.checkout-address {
	padding: 0;
	width: 100%;
	border: 0;
}
.checkout-price {
	padding: 15px 15px;
	width: 100%;
	border: 1px solid #5f6788;
	border-radius: 8px;
	margin-bottom: 20px;
}
/*******************************Checkout page CSS End*******************************/




}

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

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



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

/* Expert Button CSS Start */
.ask-btn {
	background: #263c97;
	border-style: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	/* position: relative; */
	padding: 0px 10px;
	overflow: hidden;
	line-height: 120%;
	text-transform: capitalize;
	font-weight: 600;
	/* border-radius: 5px; */
	position: fixed;
	left: auto;
	right: 16px;
	bottom: 130px;
	top: auto;
	/* z-index: 9; */
	width: 60px;
	height: 55px;
	border-radius: 50%;
	transform-origin: top center;
	border: 1px solid #5f6788;
	box-shadow: none;
	z-index: 999;
}
/* Expert Button CSS End */
.ask-expert .modal-title {
	font-weight: 500;
	line-height: 100%;
	display: block;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #263c97;
	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;
}
.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: 35px;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	font-size: 15px;
	padding: 0 10px;
	color: #999;
	border-left: 2px solid #263c97;
}
.ask-expert-form label {
	color: #5f6788;
	padding-bottom: 2px;
	padding-top: 4px;
	line-height: 100%;
	font-size: 12px;
}
body .ask-expert-form .form-group.messagebx.cptch-bs {
	margin-top: 13px;
}
.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-left: 7px;
}
.ask-expert-form .form-group:nth-child(2n+1) {
	padding-right: 7px;
}
.ask-expert .modal-footer {
	border: 0;
	padding: 0 0 20px 0;
	justify-content: center;
}
.ask-expert .modal-footer .btn {
	border: 1px solid #263c97;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 35px;
	letter-spacing: 0.2px;
	padding: 0 15px;
	background: #263c97;
	transition: 0.9s all;
	font-size: 15px;
	border-radius: 20px;
}
.ask-expert .modal-footer .btn:hover{
	background: transparent;
	color:  #263c97;
}
@media only screen and (max-width: 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*******************************/
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}


/* font-family: "Montserrat", sans-serif; */
/* font-family: "Oswald", sans-serif; */
/* font-family: "Kanit", sans-serif; */
/* font-family: "Roboto", sans-serif; */




/************************************************* Without Ecommerce CSS Start ***************************************************/
.top-head .head-ser-wrap {
	width: 73%;
	padding-right: 0;
}
.top-head .head-ser-wrap form {
	max-width: 600px;
	margin-left: auto;
	margin-right: 0;
}
.add-to-cart, .category-4 .add-cart .add-to-cart {
	width: auto;
	height: auto;
	font-size: 14px;
	border-radius: 3px;
	padding: 0 6px 0 20px;
	font-family: "Roboto", sans-serif;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 500;
}
.category.category-6 .subreview {
	display: none;
}
.add-to-cart::before {
	font-size: 14px;
	inset: 6px auto 0 3px;
}
.category-5 .add-to-cart {
	border-color: #16bcdc;
	background: #fff;
	border-radius: 3px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 0;
	padding: 0;
}
.ctg-btn {
	width: auto;
	height: auto;
	font-size: 14px;
	border-radius: 3px;
	padding: 0 8px 0 8px;
	font-family: "Roboto", sans-serif;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 500;
	border: 1px solid #a1097b;
	color: #a1097b;
}
.ctg-btn:hover{
	background: #a1097b;
	color: #fff;
}
.subcate-list-ul .add-to-cart::before {
	content: "\f84c";
}
.prodel-title p {
	padding: 10px 0 0px;
}
.product-details-sec .to-cart button::before {
	left: 7px;
	content: "\f84c";
}
.product-details-sec .to-cart button {
	border-radius: 2;
	padding: 0 10px 0px 33px;
	font-size: 14px;
}
.cate-uni-wrap .price {
	display: none;
}
.ft-cnt {
	width: 22%;
}
.ftcat {
	width: 28%;
}
.ft-qu {
	width: 23%;
}
.header-menu {
	width: 67%;
}
.head-logo-wrap {
	width: 17%;
}
.hed-qtbtn {
	width: 16%;
	text-align: right;
}

/* Header Ask Quote BUtton CSS start */
.hdgtqtbtn {
	position: relative;
	padding: 0px 15px;
	border: none;
	background: none;
	text-transform: capitalize;
	font-size: 16px;
	color: #ffffff;
	background-color: #2273ba;
	box-shadow: 0px 0px 10px rgba(30, 144, 255, 0.5), 0px 0px 20px rgba(30, 144, 255, 0.3);
	border-radius: 4px;
	z-index: 0;
	overflow: hidden;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: 0.3px;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.4s ease-in-out;
}

.hdgtqtbtn:focus {
    outline-color: transparent;
    box-shadow: #1e90ff 2px 2px 22px;
}

/* Ensure text remains visible on hover */
.hdgtqtbtn:hover {
    color: #ffffff !important;
}

.right::after, .hdgtqtbtn::after {
    content: "Get Quote";
    display: block;
    position: absolute;
    white-space: nowrap;
    padding: 40px 35px;
    pointer-events: none;
    color: #ffffff;
}
.hdgtqtbtn::after {
	font-weight: 300;
	top: -40px;
	left: -20px;
}
.right, .left {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.right {
    left: 66%;
}

.left {
    right: 66%;
}
.right::after {
	top: -42px;
	left: calc(-66% - 20px);
	background-color: #9fc5e8;
	color: #ffffff;
	transition: transform 0.4s ease-out;
	transform: translate(0, -90%) rotate(0deg);
}
.hdgtqtbtn:hover .right::after {
    transform: translate(0, -47%) rotate(0deg);
    color: #ffffff;
}

.hdgtqtbtn .right:hover::after {
    transform: translate(0, -50%) rotate(-7deg);
}

.hdgtqtbtn .left:hover ~ .right::after {
    transform: translate(0, -50%) rotate(7deg);
}

/* Unique Snowfall Effect */
.hdgtqtbtn::before {
    content: '';
    pointer-events: none;
    opacity: 0.8;
    background: radial-gradient(circle at 10% 20%, white 2px, transparent 4px), 
                radial-gradient(circle at 30% 40%, white 2px, transparent 4px),
                radial-gradient(circle at 50% 60%, white 2px, transparent 4px),
                radial-gradient(circle at 70% 80%, white 2px, transparent 4px),
                radial-gradient(circle at 90% 10%, white 2px, transparent 4px),
                radial-gradient(circle at 80% 50%, white 2px, transparent 4px);
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: snowfall 4s linear infinite both;
}

/* More dynamic snowfall effect */
@keyframes snowfall {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
/* Header Ask Quote BUTTON CSS End */



/**************************************************************** RESPONSIVE START ****************************************************************/
@media only screen and (max-width: 1200px) {
	.category-5 .add-to-cart::before {
		inset: 5px auto 0 5px;
	}
	.ftcat {
		display: block;
	}
	.ft-lo {
		width: 32%;
	}
	.ft-wrap > h2, .ft-wrap > h3, .ft-wrap > h4, .ft-wrap > h5, .ft-wrap > h6, .ft-wrap > p {
		font-size: 20px;
	}
	.ft-lo > a {
		height: 31px;
		padding-bottom: 0;
	}
	.menu-ul li a {
		margin: 0 13px;
	}
	.head-logo-wrap {
		width: 18%;
	}
	.hed-qtbtn {
		width: 15%;
	}
	.hdgtqtbtn {
		padding: 0px 11px;
		font-size: 15px;
		line-height: 32px;
	}
	.right::after, .hdgtqtbtn::after {
		padding: 40px 31px;
	}
}
@media only screen and (max-width: 1024px) {
	.header-menu {
		width: 0;
	}
	.nav-span {
		top: 0;
	}
	.hed-qtbtn {
		width: 82%;
		padding-right: 47px;
	}

}
@media only screen and (max-width: 991px) {
	.top-head .call-email-wrap {
		display: block;
	}
	.top-head .head-ser-wrap {
		padding-left: 30px;
		padding-right: 0;
	}
	.ft-lo {
		width: 40%;
		padding-right: 20px;
	}
	.ft-qu {
		width: 30%;
	}
	.ftcat {
		width: 30%;
	}
	.ft-cnt {
		width: 33.33%;
	}
	.head-logo-wrap a, .head-logo-wrap a img {
		max-width: 200px;
		height: 26px;
	}
	.head-logo-wrap {
		width: 25%;
	}

}
@media only screen and (max-width: 767px) {
	.category-4 .category-cont {
		grid-template-columns: repeat(1,1fr);
	}
	.ft-lo {
		width: 50%;
	}
	.ft-qu {
		width: 50%;
	}
	.ftcat {
		width: 50%;
		padding-top: 20px;
	}
	.ft-cnt {
		width: 50%;
		padding-left: 80px;
	}
	.top-head .call-email-wrap {
		display: none;
	}
	.top-head .head-ser-wrap {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 585px) {
	.product-details-sec .to-cart button {
		line-height: 31px;
		padding: 0 10px 0px 32px;
		font-size: 14px;
	}
	.ft-lo, .ftcat , .ft-qu, .ft-cnt  {
		width: 100%;
		padding: 15px 0 0 0;
	}
	.ft-con li {
		padding-bottom: 5px;
	}
	.head-logo-wrap {
		width: 30%;
	}
	.hed-qtbtn {
		display: none;
	}
}

.capbox .fake-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 5px;
}

.capbox .fake-input .captcha_image {
    height: 40px;
    margin-right: 17px;
    border-radius: 5px;
}

.refresh {
    margin-left: 12px;
}