@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,700;0,900;1,100&display=swap" rel="stylesheet">
html,
body {
	max-width: 100%;
	width: 100vw;
	overflow-x: hidden;
}

.pageContent {
	width: 100vw;
	overflow-x: hidden;
}

html {
	font-size: 62.5%;
	/*line-height: 1.5;*/
	/*#6fda44*/
	/*#008329*/
}
body {
	width: 100%;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	position: relative;
	overflow-x: hidden;
}
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpb_wrapper ul {
	list-style: inside;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
.intro {
    font-size: 18px;
    line-height: 30px;
}
a {
	text-decoration: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.wpb_wrapper ul,
.wpb_wrapper ol {
	padding-left: 15px;
}

.wpb_wrapper li {
	list-style: outside !important;
}

h1 {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: #333333;
}
h3 {
	text-align: center;
	font-size: 30px;
	color: #000;
}

.colImg img {
	width:100%;
	height: auto;
}

h4.breadcrumbs {
    display: none;
}

.container-fluid {
	padding-right: 0rem;
	padding-left: 0rem;
}
.extra_container {
	/* max-width: 1040px; */
	width: 100%;
	margin: auto;
}
.extra_sm_container {
	max-width: 1080px;
	margin: auto;
	width: 100%;
}
.contact_demohead_main_text_area {
    padding-bottom: 100px;
}

/*flash news*/

.falsh-news {
    background: #ff0000;
    height: 62px;
	width:100%;
}


.text-blink {
    color: #fff;
    z-index: 999;
    padding: 10px 0px 15px;
    font-size: 33px;
    animation: blink 0.5s infinite alternate;
    text-align: center;
    position: relative;
}
.text-blink a {
    color: #fff;
}
.text-blink a:hover {
    color:#fff945;
}

@keyframes blink {
  0% { opacity: 0; }
  100% { opacity 1; }
}

@media only screen and (max-width: 600px) {
.text-blink {
    color: #fff;
    z-index: 999;
    padding: 10px 0px 15px;
    font-size: 14px;
    animation: blink 0.5s infinite alternate;
    text-align: center;
    position: relative;
}
}

@media only screen and (max-width: 1400px) {
 .text-blink {
    color: #fff;
    z-index: 999;
    padding: 10px 0px 15px;
    font-size: 24px;
    animation: blink 0.5s infinite alternate;
    text-align: center;
    position: relative;
}
}

/*  ===========================  Defolt Css area  =========================== */

.menu_main_area {
	background-color: #fff;
	padding: 0px 0 0px 0;
	position: relative;
	box-shadow: 0 -29px 47px 0px #000;
	z-index: 99;
}
.menu_main_text_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 0;
}
.menu_logo_area a img {
	width: 17vw;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Menu area start  */
.menu_bar_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu_bar_area > ul > li > a {
	color: #333333;
	font-weight: 600;
	font-size: 1vw;
	display: inline-block;
	padding: 25px 20px;
}
.dropdownmenu {
	position: relative;
}
.menu_bar_area > ul > li a {
	transition: 0.4s;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
/* .menu_bar_area > ul > li:hover a {
} */
.menu_bar_area ul li ul {
	display: flex;
	flex-direction: column;
	position: absolute;
	background: wheat;
	width: 14vw;
	top: 100px;
	left: -30%;
	z-index: 999999 !important;
	visibility: hidden;
	opacity: 0;
	transition: 0.7s;
}
.menu_bar_area ul > li:hover ul {
	opacity: 1;
	top: 116%;
	visibility: visible;
}
.menu_bar_area ul li ul li {
	width: 100%;
	background-color: white;
}
.menu_bar_area ul li ul li a {
	display: block;
	width: 100%;
	background-color: white;
	/* border-bottom: 1px solid white; */
	color: #000;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	transition: 0.4s;
	padding: 10px;
}
.menu_bar_area ul li ul li a:hover {
	/* background-color: #e30613; */
	color: #e36267;
	/* border-bottom: 1px solid #e30613; */
	/* border-bottom: 1px solid #fff; */
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	width: 54px;
	display: none;
}
.nav-button #nav-icon3 {
	width: 29px;
	height: 16px;
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.nav-button #nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.nav-button #nav-icon3 span:nth-child(1) {
	top: 0;
}
.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 10px;
}
.nav-button #nav-icon3 span:nth-child(4) {
	top: 20px;
}
.nav-open #nav-icon3 span:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%;
}
.nav-open #nav-icon3 span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-open #nav-icon3 span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-open #nav-icon3 span:nth-child(4) {
	top: 9px;
	width: 0;
	left: 50%;
}
.title {
    color: #fff;
    text-align: center;
    padding: 10rem 0 10rem;
    background: #e6e6e6;
    background: url(https://reidis.io/ivision/wp-content/themes/ivisiontheme/images/ivision_banner.jpg) no-repeat scroll 0 0 / cover;
    background-position: center center;
	}
	
.realTime.title {
	background: url(../images/realTimeBg.png) no-repeat center/cover;
}
	
.instruments.title {
	background: url(../images/instrumentsBg.png) no-repeat center/cover;
}
	
.molecularTitle.title {
		padding: 15rem 5rem 15rem;
}
.title h4 {
	margin: 2rem 0;
}
/*  ===========================  Menu Css area  =========================== */
.owl-nav {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	top: 50%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	color: inherit;
	font: inherit;
	font-size: 39px;
	border: 1px solid gray;
	height: 31px;
	/* left: -35px; */
}
.owl-next span,
.owl-prev span {
	position: absolute;
	font-size: 40px;
	top: -60% !important;
	left: 8px;
	color: gray;
}
.owl-next {
	top: 45% !important;
	position: relative;
	top: 0;
	bottom: 0;
	display: inline-block;
	height: 20px;
	width: 31px;
	border-radius: 50px;
	right: -35px;
}
.owl-prev {
	position: relative;
	top: 0;
	bottom: 0;
	display: inline-block;
	height: 20px;
	width: 31px;
	border-radius: 50px;
	left: -35px;
	top: 55%;
}

.showcase {
	position: relative;
	right: 0;
	width: 100%;
	min-height: 70vh;
	padding: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #111 url('../images/medical/banner.png') no-repeat scroll center
		center / cover;
	transition: 0.5s;
	z-index: 2;
}

#home {
	background: transparent;
}

.showcase.active {
	right: 300px;
}

.showcase video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	/* mix-blend-mode: overlay; */
}
.red_bg,
.light_red_bg,
.green_bg,
.light_green_bg {
	position: relative;
}
.red_bg::after,
.light_red_bg::after,
.green_bg:after,
.light_green_bg::after {
	position: absolute;
	left: -4px;
	content: '';
	bottom: 0;
	height: 26px;
	background-color: #b43640;
	width: 258px;
	z-index: -1;
}
.light_red_bg::after {
	background: #e46f78;
}
.green_bg:after {
	background-color: #248c5d;
}
.light_green_bg::after {
	background-color: #71c98d;
}
.text {
	position: relative;
	z-index: 10;
	padding-left: 40px;
}
.showcase h2 {
	font-size: 4.5rem;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.showcase h1 {
	font-size: 5.5rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.text a:hover {
	letter-spacing: 6px;
}
.social {
	position: fixed;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	right: 0;
	top: 40%;
}
.social li a {
	display: inline-block;
	color: #fff;
	background-color: #00bdf2;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 4;
	transition: 0.7s;
}
.social li:nth-child(2) a {
	background-color: #8dc63f;
}
.social li:nth-child(3) a {
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
}
.social li:nth-child(4) a {
	background-color: #f00;
}
.social li a:hover {
	background-color: #000;
}
.social li a i {
	font-size: 2.5rem;
}

/*  ====================   Health Main area start   =================== */
.health_main_area {
	padding: 70px 0 75px 0;
}
.health_main_area .container .row {
	justify-content: space-evenly;
}
.health_flex_area {
	/* background: url('../images/doc.png') no-repeat scroll 0 0 / cover; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-md-5 img {
	max-width: 100%;
	/* height: 458px; */
	object-fit: cover;
	background-position: center center;
}
.health_top_left_area,
.health_top_right_area,
.health_bottom_left_area,
.health_bottom_right_area {
	flex: 0 0 50%;
}
/* position Area start  */
.health_top_area,
.health_bottom_area {
	position: relative;
	text-align: left;
}
.health_top_right_area {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(227, 103, 113, 0.95);
	display: flex;
}
.health_top_text_area {
	background-color: #e46f78;
	min-width: 240px;
	width: 100%;
	padding: 5%;
	margin-top: 2%;
}
.health_top_text_area h1 {
	font-size: 32px;
}
.health_top_text_area p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 25px;
}
/* bottom area start  */
.health_bottom_right_area {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(55, 165, 113, 0.95);
	display: flex;
}
/* position Area End  */

/*  ====================   About Main area End   =================== */
.about_main_area {
    background-color: #f7f7f7;
    padding: 70px 0 75px 0;
    background: #fff;
}
.about_single_heading h1 {
	color: #000000;
}
.about_single_heading img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.about_main_text_area .row {
	justify-content: space-evenly;
	text-align: left;
}
.about_main_text_area .about_single_heading p {
	font-size: 1.8rem;
}

/*  ====================   Feature Main area start   =================== */
.feature_main_area {
	padding: 70px 0 75px 0;
	   background: #f1f1f1;
}
.feature_main_text_area {
	position: relative;
	text-align: center;
	padding-bottom:30px;
}

/* .feature_main_text_area h3::after {
	transform: translate(-34.2vw, 4.6vh);
} */
.feature_single_item_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
}
.feature_single_img_area {
	flex: 0 0 50%;
}
.feature_single_text_area {
	flex: 0 0 50%;
	padding: 30px 30px;
	font-size: 1.8rem;
}
.feature_single_text_area h5 {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
	height: 45px;
}
.feature_single_img_area img {
	/* width: 100%; */
	height: 250px;
	border: 1px solid #f9f9f9;
	object-fit: contain;
}
.related_slider_main_area .feature_single_img_area img {
	height: 150px;
}
.feature_link_add_area {
	display: flex;
	flex-direction: column;
}
.feature_link_add_area a {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	margin-top: 20px;
}
.feature_link_add_area a:hover {
	text-decoration: underline;
}
.feature_link_add_area a i {
	color: #6b6abe;
	font-size: 23px;
}

/*  ====================   Slider Main area start   =================== */
.letast_main_area {
	padding: 90px 0 60px 0;
}
.letast_main_area h2 {
	text-align: center;
	padding-bottom: 50px;
}
.single_item_slider {
	position: relative;
	min-height: 275px;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.slider_gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #e46f78, #e46f78 20%, transparent);
	border-radius: 10px;
}
.single_item_slider img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 25px;
}
.sider_text_area {
	bottom: 0;
	padding: 14px 0;
	z-index: 1;
}
.sider_text_area p {
	padding-left: 5%;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.sider_text_area p span {
	font-size: 14px;
}

.align-items-end p {
	text-align: right;
}

/*  ====================   Footer Main area start   =================== */
.industris_main_area {
	padding: 70px 0 80px 0;
    /* background: #fff; */
}
.industris_single_item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
/* .industris_single_middle {
	margin-top: -40px;
	transform: translateY(-50px) !important;
} */
.industris_main_text_area {
	position: relative;
	text-align: center;
}
.industris_main_text_area .row {
	justify-content: space-around;
	text-align: left;
}

/* .industris_main_text_area h3 {
	padding-bottom: 110px;
} */
.industris_main_text_area h3::after {
	/* right: -92px;
	width: 110px; */
	/* bottom: 103px;
	left: 0; */
	/* background-color: #57bd8e; */
	/* transform: translate(-37.8vw, 4.6vh); */
}
.industris_single_item {
	position: relative;
}
.disNone {
	display:none;
}
.industris_single_item .industris_text_manage {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}
.industris_single_item .industris_text_manage p {
	font-weight:400;
	color: #606060;
	font-size: 16px;
	margin-bottom: 20px;
}
.industris_single_item .industris_text_manage button {
	color: #606060;
	font-size: 28px;
	display:flex;
	flex-flow: row wrap;
	text-transform:lowercase;
	background:transparent;
	border:0;
	line-height:1;
}
.industris_single_item .industris_text_manage button:focus {
	outline:none;
}
.industris_single_item .industris_text_manage button img {
	width: 20px;
	margin-left:5px;
	margin-top:5px;
}
/*  ====================   Footer Main area start   =================== */
.contactSection {
	background-color: transparent;
	margin: 5%;
}
.contactSection .container {
	box-shadow: 0 0 10px 0px rgba(215, 215, 215, 0.24);
	border-radius: 5px;
	padding: 0;
	max-width: 1200px;
	width: 85%;
	display: flex;
	/* z-index: 1000; */
}

.contactSection h1 {
	color: #000;
}

.info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex start;
	padding: 4rem 3.5rem;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.info-content {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10%;
}

.info-content i {
	margin-right: 0.2em;
}

.info-content h2 {
	font-size: 16px;
}

.form-area {
	padding: 3% 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.form-area h1 {
	font-size: 28px;
}

form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-top: 2%;
}

form > * {
	min-width: 45%;
	margin-bottom: 3%;
	margin-right: 5%;
}

form > div:nth-child(5) {
	min-width: 95%;
}

form .form-control {
	font-size: 1.2rem;
}

.fa-inverse {
	color: #ee6971;
}

form .btn {
	display: block;
	height: 3em;
	min-width: 20%;
	font-size: 1.5rem;
	margin: 0 auto;
}

input {
	height: 3em;
}

iframe {
	z-index: 1 !important;
}

/*  ====================   Footer Main area start   =================== */

.footer_main_area {
	/* background: url('../images/footer.jpg') no-repeat scroll 0 0 / cover; */
	background: rgb(117, 180, 255);
	background: #000;
	position: relative;
	padding: 0px 0 50px 0;
}
.footer_main_area:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	/* background-image: -o-linear-gradient(
		rgba(12, 28, 53, 0.5),
		rgba(12, 28, 53, 0.7),
		rgba(12, 28, 53, 0.9),
		rgba(12, 28, 53, 1)
	);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(12, 28, 53, 0.5)),
		color-stop(rgba(12, 28, 53, 0.7)),
		color-stop(rgba(12, 28, 53, 0.9)),
		to(rgba(12, 28, 53, 1))
	);
	background-image: linear-gradient(
		rgba(12, 28, 53, 0.5),
		rgba(12, 28, 53, 0.7),
		rgba(12, 28, 53, 0.9),
		rgba(12, 28, 53, 1)
	); */
	z-index: 1;
}
.footer_main_text_area {
	position: relative;
	z-index: 999;
}
.footer_bottom_single_item.footer_bottom_single_item1 a img {
	width: 176px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
/* Footer Top area start  */
.footer_main_bottom_area {
	border-bottom: 1px solid #fff;
	padding: 50px 0;
	margin-top: 30px;
}
.footer_main_cpryt {
	padding-top: 30px;
}
.footer_main_top_area h3 {
	color: #fff;
	text-align:left;
}
.footer_top_single_items h5 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 16px 0 6px 0;
}
.footer_top_single_items ul li a {
	color: #fff;
	font-size: 17px;
	display: inline-block;
}
.footer_top_single_items ul li a i {
	margin: 0 5px;
}
.footer_bottom_single_item.footer_bottom_single_item1 p {
	color: #fff;
	font-size: 14px;
	padding-top: 26px;
}
.footer_bottom_single_item h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 16px;
}
.footer_bottom_single_item ul li a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	    text-transform: capitalize;
	line-height: 1.9;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.footer_bottom_single_item ul li a:hover {
	text-decoration: underline;
}
.footer_bottom_single_item.footer_bottom_single_item4 p {
	color: #fff;
	font-size: 15px;
	padding-bottom: 20px;
}
.footer_bottom_single_item input[type='submit' i] {
	background-color: #e46f78;
}
.footer_bottom_single_item input[type='email' i]::placeholder {
	color: #999;
}

.form_main_area input {
	text-align: center;
	width: 100%;
	margin: 10px 0px;
	border: none;
	padding: 13px 8px;
	font-size: 18px;
}
.whatsapp_main_area {
	display:none;
	position: absolute;
	right: 20px;
	width: 40px;
	height: 40px;
	background: green;
	z-index: 9999;
	bottom: 20px;
	position: fixed;
	border-radius: 50px;
	text-align: center;
}
.whatsapp_main_area a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
}
/* .footer_main_area {
	background-color: #e8eeef;
	padding: 50px 0;
}
.footer_single_item h5 {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
.footer_single_item p {
	color: #212529;
	font-size: 1.8rem;
}
.footer_single_item > ul {
	padding-top: 10px;
}
.footer_single_item > ul li {
	margin: 1rem 0;
}
.footer_single_item > ul li a {
	color: #212529;
	line-height: 1.7;
	font-size: 1.8rem;
	font-weight: 300;
}
.footer_single_item > ul li a:hover {
	text-decoration: underline;
}
.footer_social_icon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_social_icon ul li a {
	color: #fff;
	background-color: #00aeef;
	height: 26px;
	width: 26px;
	margin-right: 7px;
	display: inline-block;
	text-align: center;
	line-height: 1.7;
	margin-top: 7px;
	border: 1px solid transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.footer_social_icon ul li a:hover {
	background-color: white;
	color: #00aeef;
	border: 1px solid #00aeef;
}
.f_logo_area img {
	width: 18rem;
	height: auto;
	object-fit: cover;
	margin-bottom: 15px;
} */
.health_main,
.about_main_text_area {
	text-align: center;
}
h3 {
	padding-bottom: 12.5px;
	margin-bottom: 25px;
	position: relative;
}
h3::after {
	content: '';
	position: absolute;
	display: inline;
	right: 0;
	bottom: 0;
	height: 3px;
	width: 98px;
	/* transform: translate(-35vw, 4.6vh); */
	margin: auto;
}
.btn_btn_area {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 2rem 2.2rem;
	border-radius: 10px;
	transition: 0.5s;
}
.about_single_heading a {
	color: #000;
	border: 1px solid #000;
	margin-top: 30px;
}
.btn_btn_area:hover {
	color: #fff;
	background-color: #000;
}
/*  ==============================   Medical Main area start   ==============================  */
.medical_main_area {
	padding: 60px 0 80px 0;
}
.medical_main_heading {
	padding-bottom: 51px;
	text-align: center;
}
.medical_main_text_area h3 {
	padding: 0;
	margin-bottom: 10px;
}
.medical_main_text_area h3::after {
	right: 0;
	width: 235px;
	bottom: 0;
}
.medical_main_text_area h3:last-child::after {
	left: 0;
	right: auto;
}
.medical_single_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.medical_single_item_image,
.medical_single_item_text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.medical_single_item_image {
	text-align: center;
	background-color: #2dad72;
	padding: 30px 20px;
}
.medical_single_item_text {
	background-color: #8c8c8c;
}
.medical_single_item_image img {
	width: auto;
	height: 234px;
	-o-object-fit: cover;
	object-fit: cover;
}
.medical_single_item_text {
	padding: 30px 20px;
}
.medical_single_item_text h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
.medical_single_item_text p {
	color: #c1bfbf;
	padding: 21px 0 0px 0;
	font-family: "Louis George Cafe'";
	font-size: 20px;
	line-height: 1.2;
}
.medical_main_area .feature_link_add_area a i {
	color: #2dad72;
	font-size: 23px;
	position: relative;
	z-index: 99;
}
.medical_main_area .feature_link_add_area a i::after {
	position: absolute;
	left: 2px;
	content: '';
	top: 2px;
	width: 80%;
	height: 80%;
	background-color: #fff;
	z-index: -1;
	border-radius: 50px;
}
.medical_main_area .feature_link_add_area a {
	color: #fff;
}
.temperature_main_page_area .medical_single_item_image {
	text-align: center;
	background-color: #da5770;
	padding: 30px 20px;
}

/*  ==============================  Medical Main area End  ============================== */

/*  ============================== Product Main area Start  ============================== */

.productitem_main_area {
	background-color: #ebf5ff;
	padding: 20px 0;
}
.bradcome_main_product_area ul {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.bradcome_main_product_area ul li a {
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: grey;
	transition: 0.4s;
}
.bradcome_main_product_area ul li a:hover {
	color: #ef747c;
}
.productitem_main_text_area {
	background-color: #fff;
	padding: 0 20px;
}
.productitem_pdf_area {
	padding: 45px 0;
}
.productitem_main_pdf_side_text h4 {
	font-size: 26px;
	font-weight: 500;
	color: #000;
}
.productitem_main_pdf_side_text p {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 30px 0;
}
.productitem_main_pdf_side_text ul {
	padding-left: 20px;
}
.productitem_main_pdf_side_text ul li {
	list-style: disc;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.9;
}
.productitem_main_pdf_side_pdf ul li a {
	border: 1px solid gray;
	color: gray;
	border-radius: 0;
	margin: 13px 0;
	max-width: 152px;
	width: 100%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Louis George Cafe'";
	font-weight: 700;
	transition: 0.4s;
}
.productitem_main_pdf_side_pdf ul li a i {
	margin-right: 6px;
}
.productitem_main_pdf_side_pdf ul li a:hover {
	background-color: transparent;
	color: red;
	border: 1px solid red;
}

/* Product Main Tab area start  */
.product_tab_main_area {
	background-color: #ebf5ff;
	padding: 20px 0;
}
.product_main_text_area {
	background-color: #fff;
	padding: 50px 0px;
}
.product_tab_main_area .tab {
	text-align: center;
	border-bottom: 1px solid red;
	margin-bottom: 70px;
}
.product_tab_single_item {
	padding: 0 55px;
	max-width: 50%;
}
.product_tab_main_area .tab button {
	background: transparent;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	padding: 12px 10px;
	position: relative;
	outline: none;
	z-index: 99;
}
.product_tab_single_item p {
	padding-bottom: 18px;
}
.tablinks.active {
	color: red;
}
.tablinks.active:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50px;
	background-color: #fff;
	left: 0;
	top: 0;
	color: red;
	z-index: -1;
}
.product_tab_single_item h5 {
	color: red;
	font-size: 16px;
	padding-bottom: 7px;
}

/* Product Main area start  */
.productitem_image_area {
	padding: 40px 30px;
}
.productitem_image_area .o-slider-image-viewer__nav {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 12px;
	column-gap: 25px;
	padding: 13px;
}
.productitem_image_area .o-slider-image-viewer__nav.js-imageViewerNav span {
	flex: 0 0 50%;
	text-align: center;
	border: 1px solid gray;
	padding: 15px 10px;
	cursor: pointer;
}
.productitem_image_area .o-wrapper ul li {
	padding: 20px;
	text-align: center;
}
.productitem_image_area .o-wrapper ul li img {
	width: auto;
	height: 269px;
	max-width: 150px;
}
.productitem_image_area .o-slider-image-viewer__nav.js-imageViewerNav span img {
	width: auto;
	/* height: ; */
	height: 100px;
	max-width: 100px;
	object-fit: cover;
}
.tabcontent {
	display: flex;
}



/* Product Main area End  */

/*  ==============================   Product Main area End   ================================  */
/*  ==============================    About Title Start  ==============================   */
.title a {
	color: #fff;
}
/*  ==============================    About Main area Start  ==============================   */

.about_innovetion_main_area {
	padding: 50px 0 80px 0;
}
.about_innovetion_main_area .row {
	justify-content: space-around;
}
.about_innovetion_image_area img {
	width: 100%;
	/*max-height: 400px;*/
	object-fit: cover;
	height: auto;
}
.about_innovetion_text_area h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 2rem;
}
.about_innovetion_text_area p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 16px;
	font-family: "Louis George Cafe'";
}
/* About Card Main area start  */
.about_card_main_area {
	background: url("../images/about_inner_banner.png") no-repeat scroll 0 0 / cover;
    background-position: center center;
	padding: 60px 0 70px 0;
}
.about_card_single_item {
	height: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: 0.7s;
}
.about_card_single_item:hover {
	transition: 0.5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
		rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
		rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/* Card main effect area start  */
.about_card_single_item {
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
	background: #fff;
}
.about_card_single_item h2 {
	padding: 50px 30px 0;
}
.about_card_single_item p span {
	display: block;
	padding: 30px 30px 50px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.about_card_single_item::before,
.about_card_single_item::after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #71c98d;
}

.about_card_single_item p span::before,
.about_card_single_item p span::after {
	content: '';
	width: 2px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	background: #71c98d;
}
.about_card_single_item:hover::before,
.about_card_single_item:hover::after {
	width: 100%;
}
.about_card_single_item:hover p span::before,
.about_card_single_item:hover p span::after {
	height: 100%;
}
/*----- button 5 -----*/
.about_card_single_item::after {
	left: 0;
	bottom: 0;
	transition-duration: 0.4s;
}
.about_card_single_item p span::after {
	right: 0;
	top: 0;
	transition-duration: 0.4s;
}
.about_card_single_item::before {
	right: 0;
	top: 0;
	transition-duration: 0.4s;
}
.about_card_single_item p span::before {
	left: 0;
	bottom: 0;
	transition-duration: 0.4s;
}

/* Card main effect area End  */
/* About Company Main area start  */
.about_company_main_area {
	padding: 60px 20px 70px 20px;
	/* background:#fff; */
}
.about_company_main_text_area h1 {
	color: #000;
	text-align: center;
	padding-bottom: 40px;
}
.about_company_single_item {
	border: 1px solid #e6e6e6;
	text-align: center;
}
.about_company_single_item a {
	padding: 70px 0;
	display: inline-block;
	width: 100%;
}
.about_company_single_item a img {
	/* width: 130px; */
	height: auto;
	object-fit: contain;
}

@media only screen and (max-width:575px){
	.about_company_text p.red {
		font-size: 26px !important;
	}
	.about_company_text p {
		font-size: 16px !important;
	}
}
/* About Company Main area End  */

/*  ==============================    About Main area End  ==============================   */
/*  ==============================    Industry Page area Start ==============================   */

.industry_text_area p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 16px;
	font-family: "Louis George Cafe'";
}

/* font-family: 'Louis George Cafe\''; */

/* About Company Main area start  */
.about_company_main_area {
    padding: 60px 20px 70px 20px;
}

.about_company_main_text_area h3 {
	display:inline-block;
	text-align:left;
    margin-bottom: 50px;
		color: #2dad72;
		border: 1px solid #2dad72;
		border-radius: 10px;
		padding: 5px 20px;
		position:relative;
}

.about_company_image img {
	width: 100%;
	height: auto;
}

.about_company_text p {
	color:#606060;
	font-size: 20px;
	margin-bottom:30px;
	font-weight: 300;
}

.about_company_text p.red {
	font-size: 32px;
	color:red;
}

.about_company_image p.red {
	color: red;
	text-align:right;
	text-transform: uppercase;
	font-size: 18px;
	margin:30px 0;
}

.about_company_text a {
	display:inline-block;
	color:#606060;
	border: 1px solid #606060;
	border-radius: 10px;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.contact_solution_main_area {
    padding: 110px 0;
}

.contact_solution_single_man_text {
    padding-top: 20px;
}

.contact_solution_single_man_text h2 {
    font-size: 28px;
}

.contact_solution_main_area h2 {
    text-transform: uppercase;
    color: #606060;
}

.single_solution_single_item_area {
    text-align: center;
}

.single_solution_single_item_area img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single_solution_single_right_area h3 {
    text-align: left;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #606060;
    line-height: 1.8;
}

.single_solution_single_right_area h3::after {
    bottom: 0px;
    left: -244px;
}

.single_solution_single_right_area h3:nth-child(2)::after {
    bottom: 0px;
    right: 28px;
}

.single_solution_single_right_area h3:nth-child(3)::after {
    bottom: 0px;
    left: -394px;
}

.contact_solution_main_area .g-5,
.gx-5 {
    --bs-gutter-x: 7rem;
}

.single_solution_single_right_area p {
    padding-top: 40px;
}

/*  ============================== Product Main area Start  ============================== */
.contact_demohead_main_area {
    background: #fff;
    padding: 5px;
}

.demohead_single_item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.demohead_single_item {
    text-align: center;
}

.contact_demohead_main_area h3::after {
    right: -96px;
    width: 80px;
}

.single_solution_single_right_area p {
    padding-top: 40px;
    line-height: 30px;
}

/* single item area start  */
.demohead_single_item_single_text {
    padding-top: 20px;
}

.demohead_single_item_single_text h4 {
    font-size: 20px;
    color: #606060;
    text-transform: uppercase;
}



/*  ============================== Product Main area Start  ============================== */
.contact_post_demo_main_area {
    padding: 90px 0;
}

.contact_post_demo_main_area h3::after {
    right: -97px;
    width: 83px;
}

/* single item area start  */
.contact_post_demo_single_item {
display:block;
    box-shadow: transparent 0px 1px 0px;
}

.contact_post_demo_single_item:hover {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    transition: .3s;
    cursor: pointer;
}

.contact_post_demo_single_item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.contact_post_demo_single_item_text {
    padding: 30px 20px;
    border-top: none;
}

.contact_post_demo_single_item_text h5 {
	font-size: 18px;
	font-weight: 500;
	color: #04184c;
	padding-bottom: 15px;
}
.contact_post_demo_single_item_text p {
	color: gray;
}



/*  ====================   Scroll Button start   =================== */

button.scroll_down {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	height: 50px;
	width: 30px;
	bottom: 60px;
	display: none;
	background-color: transparent;
	border: 2px solid white;
	border-radius: 20px;
	cursor: pointer;
	outline: none;
}
button.scroll_down:before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: scroll_down_btn-animation 2s infinite;
	animation: scroll_down_btn-animation 2s infinite;
	box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes scroll_down_btn-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/*  ============================== Product Main area Start  ============================== */
.contact_demohead_main_area {
    background: #fff;
    padding: 5px;
}

.demohead_single_item img {
    width: 100%;
    text-align: ;
    height: auto;
    object-fit: cover;
}

.demohead_single_item {
    text-align: center;
}

.contact_demohead_main_area h3::after {
    right: -96px;
    width: 80px;
}

.single_solution_single_right_area p {
    padding-top: 40px;
    line-height: 30px;
}

/* single item area start  */
.demohead_single_item_single_text {
    padding-top: 20px;
}

.demohead_single_item_single_text h4 {
    font-size: 20px;
    color: #606060;
    text-transform: uppercase;
}

/* /// News Styel */
.newsDetailSec{position:relative;background:#f2f2f2;padding:100px 0}@media only screen and (max-width: 575px){.newsDetailSec{padding:100px 0}}.newsDetailSec .newsDetailDiv{position:relative}.newsDetailSec .newsDetailDiv .timeStamp{position:relative;margin-bottom:15px;}.newsDetailSec .newsDetailDiv .timeStamp span{font-size:1.5rem;font-weight:300;color:#606161}@media only screen and (max-width: 575px){.newsDetailSec .newsDetailDiv .timeStamp span{font-size:1rem}}.newsDetailSec .newsDetailDiv img{display:block;margin-bottom:30px;width:100%;height:auto}.newsDetailSec .newsDetailDiv h4{line-height:32px;margin-bottom:30px;font-size:1.4rem;font-weight:500;color:#ca203b}@media only screen and (max-width: 575px){.newsDetailSec .newsDetailDiv h4{font-size:1rem;line-height:22px}}.newsDetailDiv h5, .newsDetailDiv p, .newsDetailDiv span,.newsDetailSec .newsDetailDiv p,.newsDetailSec .newsDetailDiv .contactSec .contactText .textUl li .content span,.contactSec .contactText .textUl li .content .newsDetailSec .newsDetailDiv span{line-height:32px;font-size:2rem;font-weight:300;color:#606161}@media only screen and (max-width: 575px){.newsDetailSec .newsDetailDiv p,.newsDetailSec .newsDetailDiv .contactSec .contactText .textUl li .content span,.newsDetailDiv h5, .newsDetailDiv p, .newsDetailDiv span,.contactSec .contactText .textUl li .content .newsDetailSec .newsDetailDiv span{font-size:1rem;line-height:22px}}
.contactSec .contactText .textUl li {
	display:flex;
	flex-flow: row wrap;
}
ul.social {
	display: none;
}

.whiteBox {
	margin: 50px 15px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	padding: 30px 15px;
}

.whiteBox hr { 
	background: #606060;
}
.whiteBox img {
	width:80% !important;
	height:auto;
	display:block;
	margin: 0 auto !important;
}

/* /Contact US Page  */
.contactSec {
	position: relative;
	background: #f3f3f3;
	padding: 100px 0;
}
.contactSec .contactText {
	position: relative;
}
.contactSec .contactText h2 {
	width: fit-content;
	font-size: 3rem;
	font-weight: 500;
	color: #e30613;
	padding-bottom: 20px;
	border-bottom: 1px solid #e30613;
}
.contactSec .contactText .textUl {
	position: relative;
	margin-bottom: 150px;
}
@media only screen and (max-width: 575px) {
	.contactSec .contactText .textUl {
		margin-bottom: 100px;
 }
}
.contactSec .contactText .textUl li {
	padding: 30px 0;
	border-bottom: 1px solid #ababab;
}
@media only screen and (max-width: 575px) {
	.contactSec .contactText .textUl li {
		padding: 20px 0;
 }
}
.contactSec .contactText .textUl li h4 {
	width: 40%;
	font-size: 3rem;
	font-weight: 500;
	color: #e30613;
}
@media only screen and (max-width: 575px) {
	.contactSec .contactText .textUl li h4 {
		width: 100%;
		margin-bottom: 30px;
		font-size: 2rem;
 }
	.contactSec .contactText .textUl li h4 br {
		display: none;
 }
}
.contactSec .contactText .textUl li .content {
	width: calc(100% - 45%);
}
@media only screen and (max-width: 575px) {
	.contactSec .contactText .textUl li .content {
		width: 100%;
 }
}
.contactSec .contactText .textUl li .content p, .contactSec .contactText .textUl li .content span {
	display: block;
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 300;
	color: #414141;
}
@media only screen and (max-width: 575px) {
	.contactSec .contactText .textUl li .content p, .contactSec .contactText .textUl li .content span {
		font-size: 1.2rem;
 }
}
.contactSec .contactText .textUl li .content p a, .contactSec .contactText .textUl li .content span a {
	color: #414141;
}
.contactSec .contactText .textUl li .content span {
	margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
	.contactSec .contactText .textUl li .content span {
		margin-bottom: 20px;
 }
}
.contactSec .contactForm {
	position: relative;
	margin-bottom: 50px;
}
.contactSec .contactForm h3 {
	width: fit-content;
	font-size: 3rem;
	font-weight: 500;
	color: #e30613;
	margin-bottom: 30px;
}
.contactSec .contactForm input, .contactSec .contactForm textarea {
	width: 100%;
	background: #fff;
	font-size: 1.5rem;
	color: #ababab;
	padding: 5px 15px;
	border: 1px solid #ababab;
	margin-bottom: 15px;
}
.contactSec .contactForm textarea {
	height: 225px;
}
.contactSec .contactForm button {
	margin-top: 0;
	display: block;
	margin-left: auto;
	padding: 10px 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	background: #e30613;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border: 1px solid #e30613;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.contactSec .contactForm button:hover {
	color: #e30613;
	background: transparent;
}
.contactSec .companyMap {
	height: 500px;
}
form .row {
	margin-bottom:0 !important;
}
.contact_post_demo_main_text_area a {
	border:1px solid #ececec;
}