/* by http://www.vinicius-stutz.com/ on 09/2019 */

/* media queries */
@media screen and (max-width: 478px) {
	h1 {
		font-size: 16px;
		padding: 1px;
	}

	h2 {
		font-size: 13px;
		padding: 1px;
	}

	body {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 740px) {
	.left-col {
		width: 100%;
	}

	.sidebar {
		width: 100%;
	}
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* reset */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* main */
::-moz-selection {
	background-color: #bdc3c7;
	color: #2c3e50;
}

::selection {
	background-color: #bdc3c7;
	color: #2c3e50;
}

a {
	outline: 0;
	color: #2980b9;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

p a:hover {
	color: #3498db;
}

a:active {
	outline: none;
	position: relative;
	top: 2px;
}

.clearfix {
	clear: both;
}



#wrapper {
	margin: 10px auto;
	max-width: 980px;
	width: 90%;
	background: #fff;
	padding: 10px 0;
}

header {
	padding: 3px;
}

h1 {
	font-size: 29px;
	font-family: 'Hind Siliguri', sans-serif;
	line-height: 75px;
	padding: 10px;
}

	h1 a:hover {
		text-decoration: none;
		color: #3498db;
	}

h2 {
	font-family: sans-serif;
	font-size: 18px;
	padding: 10px;
}

h3 {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 30px;
}

h4 {
	font-family: 'Hind Siliguri', sans-serif;
	padding: 3px;
	margin: 5px 0 0 0;
}

	h4 a {
		text-decoration: underline;
	}

		h4 a:hover {
		}

nav {
	background: #3F51B5;/*#00ae4f;*//*#2c3e50;*/
	padding: 0;
	margin: 10px 0;
}

	nav a {
		color: #fff;/*#ecf0f1;*/
		display: block;
		float: left;
		padding: 10px;
	}

		nav a:visited {
			color: #ecf0f1;
		}

		nav a:hover {
			text-decoration: none;
			background: #00ae4f;/*#3498db;*/
		}

		nav a:active {
			position: relative;
			top: 0;
		}

.left-col {
	width: 70%;
	float: left;
}

.sidebar {
	width: 20%;
	float: right;
	margin-bottom: 10px;
}

#featured {
	padding: 20px;
}

#latest {
	padding: 20px;
}

#about {
	padding: 20px;
}

p {
	padding: 0 5px 0 5px;
	padding-top: 10px;
}

ul {
	list-style: none;
}

	ul li {
    margin: 0 20px;
    list-style: inside;
	}

footer {
	padding: 5px;
}

pre {
	overflow: auto;
	font-size: 12px;
}




body {
	/*background: #fafafa;*/
	color: #2c3e50;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background: #efefef;
}

.box {
  position: relative;
  margin: 40px auto;
  /*width: 400px;
  height: 350px;*/
  background: #fff;
  border-radius: 2px;
  
background-color: #fff;
			transform-origin: top left;
			transition: all 100ms ease-in-out !important;
			box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
}

/*
.box::before,
.box::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
  box-shadow: 0 5px 14px rgba(0,0,0,.7);
  z-index: -1;
  transition: all .3s ease-in-out;
}

.box::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg);
}

.box::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg);
}

.box:hover::before,
.box:hover::after {
  box-shadow: 0 2px 14px rgba(0,0,0,.4);
}

.box:hover::before {
  left: 5px;
}

.box:hover::after {
  right: 5px;
}
*/

ol{margin-top:20px;padding:14px}

.detail-img, .desc {
	/*display: none;*/
}
   .top-menu-li {
/*      column-count: 3;*/
       column-rule: 1px solid #ddd;
       column-gap: 70px;
   }
   
   @media(max-width: 800px) {
   .top-menu-li {
      column-count: 2;
   }
   }
   
   @media(max-width: 560px) {
   .top-menu-li {
      column-count: 1;
   }
   }



.section-top__title span {
    color: #4cac57;
}
/*! CSS Used from: https://pharmedxworld.com/medtech-eurasia/assets/css/bootstrap.min.css */


.section-top__desc{color:var(--title);font-family:"Roboto", sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:26px;opacity:0.7;}
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css */
.fa-solid{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em);}
:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa);content:var(--fa)/"";}
.fa-arrow-right{--fa:"\f061";}
.fa-solid{--fa-style:900;}
/*! CSS Used fontfaces */
@font-face{font-family:'Roboto';font-style:italic;font-weight:100 900;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
