:root {
	--gotham: "Gotham";
	--gotham-book: "Gotham Book";
	--fullsize: 100%;
	--blue: #3e8ddd;
	--black: #333f48;
	--dark-black: #000000;
	--grey: #808080;
	--red: #da140a;
	--white: #fff;
	--purple: #8046a8;
	--green: #6abc46;
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

#point2img5 {
	display: block;
	opacity: 1;
	left: 250px;
	position: fixed;
	top: 577px;
}
#point5image1 {
	position: absolute;
	left: 360px;
	top: 132px;
	width: 199px;
}
#point5image2 {
	position: absolute;
	top: 132px;
	left: 751px;
	width: 199px;
}
#point5image3 {
	position: absolute;
	left: 947px;
	top: 132px;
	width: 199px;
}
#point5image4 {
	position: absolute;
	left: 161px;
	top: 132px;
	width: 199px;
}

.noselect .headerIcon {
	width: 144.77px;
	height: 35.8px;
	position: absolute;
	top: 19px;
	left: 34px;
}
.common-menu {
	position: relative;
	padding-left: 400px;
	padding-top: 50px;
	padding-right: 80px;
}
.circle-img {
	width: 300px;
	height: 300px;
}
.circle-img img {
	width: 100%;
}
.lenovo-text-img img {
	width: 100%;
}
.hide {
	display: none !important;
}

/*for services*/

.maincontent {
	height: var(--fullsize);
}
.maincontent.service-menu {
	padding-top: 50px;
}
.service-menu .heading h3 span {
	font-weight: normal;
}
.data-circle-main {
	max-width: 1200px;
	margin: 0 auto;
}
.data-circle {
	padding: 30px 0 40px;
	text-align: center;
	margin-right: 65px;
}
.data-circle .data-circle-inner {
	display: inline-block;
	position: relative;
}
.data-circle-inner .lenovo-text-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.data-circle-inner .circle-img img {
	-webkit-animation: rotating 15s linear infinite;
	-moz-animation: rotating 15s linear infinite;
	-ms-animation: rotating 15s linear infinite;
	-o-animation: rotating 15s linear infinite;
	animation: rotating 15s linear infinite;
}
/* Safari and Chrome */
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	background: none;
}
.invalid-feedback {
	font-weight: normal;
	font-family: "Gotham Book";
	text-transform: capitalize;
	margin-top: 1rem;
	font-size: 0.875em;
	color: #dc3545;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	box-shadow: none;
}
::placeholder {
	color: #6abc46;
	opacity: 1; /* Firefox */
}
.data-circle-list .active {
	background-color: #fafafa !important;
	opacity: 1;
	border-top: none;
}
.data-circle .data-circle-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.data-circle .data-circle-content.left {
	right: auto;
}
.data-circle .data-circle-content {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: absolute;
	right: 0;
	text-decoration: none;
}
.data-circle .data-circle-content.discover {
	top: -25px;
	left: -188px;
	display: flex;
}
.data-circle .data-circle-content.design {
	top: -23px;
	right: -130px;
}
.data-circle .data-circle-content.implement {
	top: 50%;
	right: -80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.data-circle .data-circle-content.support {
	bottom: -22px;
	right: -147px;
}
.data-circle .data-circle-content.optimize {
	bottom: -26px;
	left: -197px;
}
.data-circle .data-circle-content.retire {
	top: 50%;
	left: -260px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.data-circle .data-circle-content.left .img {
	order: 1;
	margin-left: 72px;
	margin-right: 0;
}

.data-circle .data-circle-content .img {
	display: block;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	margin-right: 0px;
}

.data-circle .data-circle-content.discover .img {
	background-image: url(../images_gl/icon/lifecircle/discover.svg);
}
.data-circle .data-circle-content.discover.active .img,
.data-circle .data-circle-content.discover:hover .img {
	background-position: right;
}
.data-circle .data-circle-content.design .img {
	background-image: url(../images_gl/icon/lifecircle/design.svg);
}
.data-circle .data-circle-content.design.active .img,
.data-circle .data-circle-content.design:hover .img {
	background-position: right;
}
.data-circle .data-circle-content.implement .img {
	background-image: url(../images_gl/icon/lifecircle/implement.svg);
}
.data-circle .data-circle-content.implement.active .img,
.data-circle .data-circle-content.implement:hover .img {
	background-position: right;
}
.data-circle .data-circle-content.support .img {
	background-image: url(../images_gl/icon/lifecircle/support.svg);
}
.data-circle .data-circle-content.support.active .img,
.data-circle .data-circle-content.support:hover .img {
	background-position: right;
}
.data-circle .data-circle-content.optimize .img {
	background-image: url(../images_gl/icon/lifecircle/optimize.svg);
}
.data-circle .data-circle-content.optimize.active .img,
.data-circle .data-circle-content.optimize:hover .img {
	background-position: right;
}
.data-circle .data-circle-content.retire .img {
	background-image: url(../images_gl/icon/lifecircle/retire.svg);
}
.data-circle .data-circle-content.retire.active .img,
.data-circle .data-circle-content.retire:hover .img {
	background-position: right;
}

.data-circle .data-circle-content .text {
	color: var(--green);
	font-weight: bold;
	display: block;
	font-size: 25px;
	position: relative;
	left: 30px;
}
.data-circle .data-circle-content.active .text,
.data-circle .data-circle-content:hover .text {
	color: var(--blue);
}
.data-circle .data-circle-content .text::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-top: 2px solid var(--green);
	border-right: 2px solid var(--green);
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	margin-left: 5px;
}
.data-circle .data-circle-content.active .text::after,
.data-circle .data-circle-content:hover .text::after {
	border-top-color: var(--blue);
	border-right-color: var(--blue);
}

.data-input-content-main {
	border-top: 1px solid var(--blue);
}
.data-input-content-main .data-input {
	margin-top: 15px;
}
.data-input-content-main .data-input .form-control1 {
	border: 1px solid #6abc48;
	color: var(--green) !important;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#service-input {
	width: 100%;
	background-color: #fafafa;
	outline: none;
}
.data-input-content-main .data-input .form-control:focus {
	border-color: var(--green);
}
.data-input-content-main .data-input .form-control1.is-invalid,
.data-input-content-main .data-input .form-control1.is-invalid:focus {
	border-color: #dc3545;
	color: #dc3545 !important;
}

.data-input-content {
	margin-top: 20px;
	font-size: 15px;
}
.data-input-content .title {
	display: block;
	color: var(--blue);
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1rem;
}
.data-input-content .data-input-list-main {
	display: flex;
	flex-wrap: nowrap;
}
.data-input-content .data-input-list-main .data-input-list-left {
	flex: 0 0 40%;
	max-width: 40%;
}
.data-input-content .data-input-list-main .data-input-list-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.data-input-content .data-input-list-main .data-input-list-left ul li {
	font-size: 15px;
	position: relative;
	padding-left: 20px;
}

.data-input-list-left ul > li::marker,
ol > li::marker {
	font-size: 0px;
}
.data-input-content .data-input-list-main .data-input-list-left ul > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.data-input-content .data-input-list-main .data-input-list-left ul li span {
	display: inline-block;
	color: var(--blue);
	vertical-align: middle;
}
.data-input-content .data-input-list-main .data-input-list-left ul li ol li {
	position: relative;
}
.data-input-content .data-input-list-main .data-input-list-left ul li ol > li::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: var(--blue);
	position: absolute;
	top: 10px;
	left: 0;
}
.data-input-content .data-input-list-main .data-input-list-right {
	flex: 0 0 60%;
	max-width: 45%;
}
.service1 .data-input-list-right h4,
.service2 .data-input-list-right h4 {
	max-width: 450px;
}
.data-input-content .data-input-list-main .data-input-list-right h4 {
	font-size: 15px;
	font-weight: normal;
	max-width: 700px;
}

/* overmenu  */
.overmenu6 .heading {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	padding-left: 300px;
	width: 100%;
	margin-left: 0;
	/* margin-bottom: 20px; */
}
.overmenu6 .heading .left-content {
	flex: 0 20%;
	max-width: 20%;
}
.overmenu6 .heading .right-content {
	flex: 0 55%;
	max-width: 55%;
	margin-left: 50px;
}
.overmenu6 .heading .right-content h3 {
	margin-bottom: 20px;
}

.overmenu6 .server-area {
	text-align: center;
	margin: 10px 150px;
	position: relative;
	z-index: 1;
}
.overmenu6 .server-area .circle {
	position: absolute;

	left: -28px;
	width: var(--fullsize);
	z-index: -1;
}
.overmenu6 .server-area .server-infom {
	position: relative;
	z-index: 1;
}
.overmenu6 .server-area [class*="col-"]:not(:last-child) .server-infom {
	margin-bottom: 30px;
}
.overmenu6 .server-area .server-infom .img {
	margin-bottom: 10px;
}
.overmenu6 .server-area .server-infom .title {
	color: var(--blue);
	font-size: 25px;
}
/* learn more */

.learnmore {
	text-align: right;
	padding-bottom: 5px;
	text-decoration: none;
}
.learnmore a {
	text-decoration: none;
	color: #000;
}
.learnmore::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-top: 2px solid var(--black);
	border-right: 2px solid var(--black);
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
	margin-left: 0px;
}

/*for seervices*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: hidden;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		visibility: hidden;
	}
	to {
		opacity: 1;
		visibility: visible;
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		visibility: hidden;
	}
	to {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		visibility: hidden;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		visibility: hidden;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		visibility: hidden;
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		visibility: hidden;
	}
}
/*end seervices*/
/*For Basic Player*/
#onloadCopy,
#point3text,
#point4text,
#point5text,
#point6text,
#point7text,
#point8text,
#point9text,
#point10text,
#point11text,
#point12text,
#point13text,
#point14text,
#point15text,
#point16text,
#point17text,
#point19text,
#point19text,
#point20text {
	/*    display: none !important;*/
}
/*End Basic*/
#canvasContainer {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#loaderDfr {
	position: absolute;
	left: 650px;
	top: 330px;
	display: block;
	z-index: 1020;
}
#adhoc_meet_img {
	display: none;
	position: absolute;
	top: 196px;
	left: 32px;
	width: 637px;
	/*    pointer-events: none;*/
}
/*
#menu7, #menu9, #menu5{
    display : block!important;
}
*/
#schedule_meet_div {
	display: none;
}
.animPlayBtns img {
	width: 65px;
	height: 43px;
	z-index: 11111111;
}

/*neo*/
/*text fade from left to right*/
.textFadeClass {
	top: 330px;
	left: 760px;
	position: relative;
	/* line-height: 01em; */
	overflow: hidden;
	margin-bottom: 10px;
	width: 450px;
	display: none;
}
.fadingEffect {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #dfdfe4;
}
.firstChild {
	/*    color: #0070c0;*/
	font-size: 18px;
	font-weight: bold;
}
#point4img {
	width: 60%;
	left: 0;
	top: 0;
	position: absolute;
	transform: translate(45%, 26%);
}
#block {
	background-color: #498bc9;
	width: 100px;
	border: 1px solid #498bc9;
	top: 161px;
	left: 600px;
	position: absolute;
	z-index: 0;
	text-align: right;
	color: #fff;
	/* height: 50px; */
	padding: 5px;
}

#schedule_meet_img {
	display: block;
	position: absolute;
	top: 197px;
	left: 33px;
	width: 698px;
	/*    pointer-events: none;*/
}
.pointcontent,
#topheading,
#onloadCopy {
	/*    pointer-events: none;*/
}
.pointcontent {
	text-align: left;
	position: absolute;
	padding: 10px;
	z-index: 0;
	display: none;
	height: auto;
}

/*
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light_gdi.eot');
    src: url('fonts/Gotham-Light_gdi.eot') format('embedded-opentype'),
         url('fonts/Gotham-Light_gdi.woff') format('woff'),
         url('fonts/Gotham-Light_gdi.ttf') format('truetype'),
         url('fonts/Gotham-Light_gdi.svg#MyriadProLight') format('svg');
}
*/

@font-face {
	font-family: "Gotham-Book";
	src: url("fonts/gotham_book/Gotham-Book.eot");
	src: url("fonts/gotham_book/Gotham-Book.eot") format("embedded-opentype"), url("fonts/gotham_book/Gotham-Book.woff") format("woff"), url("fonts/gotham_book/Gotham-Book.ttf") format("truetype"), url("fonts/gotham_book/Gotham-Book.svg#MyriadProLight") format("svg");
}

@font-face {
	font-family: "Gotham-Bold_gdi";
	src: url("fonts/Gotham-Bold_gdi.eot");
	src: url("fonts/Gotham-Bold_gdi.eot") format("embedded-opentype"), url("fonts/Gotham-Bold_gdi.woff") format("woff"), url("fonts/Gotham-Bold_gdi.ttf") format("truetype"), url("fonts/Gotham-Bold_gdi.svg") format("svg");
}

html,
body {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #bfbec3;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	font-family: "Gotham-Book";
}

body {
	color: #dedee3;
	padding: 0px;
	font-family: "Gotham-Book";
	margin: 0px;
	overflow: hidden;
}
#blackPatch {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background-color: white;
}
#close {
	position: absolute;
	top: -531px;
	left: 1145px;
	display: none;
}
.switchView {
	position: absolute;
	bottom: 15px;
	left: 145px;
	color: #000;
	padding: 8px 30px;
	height: 21px;
	/* border: 1px solid #000; */
	cursor: pointer;
	font-size: 19px;
	font-family: Audty1;
	z-index: 1;
	top: 15px;
	/*  background-color: #000;*/
}

.switchViewext {
	position: absolute;
	bottom: 15px;
	left: 15px;
	/* color: #000;*/
	padding: 8px 30px;
	height: 21px;
	/*border: 1px solid #000;*/
	/*cursor: pointer;*/
	font-size: 19px;
	font-family: Audty1;
	z-index: 1;
	top: 15px;
	/* opacity: 0.2;*/
	background-color: #000;
}
.fullScreenBox {
	right: 20px;
	top: 26px;
	position: absolute;
	cursor: pointer;
	z-index: 1005;
	width: 32px;
	height: 32px;
}
#reset {
	right: 40px;
	bottom: 90px;
	visibility: hidden;
	z-index: 1005;
}

#home,
#backButton {
	position: absolute;
	left: 1225px;
	top: 18px;
	display: block;
	z-index: 1008;
}
#backText {
	left: 1245px;
	top: 63px;
	z-index: 1008;
	position: absolute;
	font-family: "Gotham-Book";
	font-size: 12px;
}
.cur {
	cursor: pointer;
	z-index: 10;
	display: none;
}
.navDiv {
	display: block;
	position: absolute;
	overflow: hidden;
	font-family: "LenovoGridnik";
	font-size: 16px;
	color: #ec3729;
	z-index: 3;
}

#Menu_test2 {
	position: absolute;
	left: 53px;
	top: 186px;
	max-width: 387px;
	text-align: left;
	display: none;
	background-color: black;
	opacity: 0.7;
	line-height: 20px;
}

.text_head {
	font-size: 15px;
	color: #fff;
	padding: 25px 17px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
}
#Menu6text {
	display: none;
	/*	pointer-events: none;*/
}
.Text6menu {
	position: absolute;
	/*    background: rgba(0,0,0, 0.4);*/
	padding: 5px;
	opacity: 1;
	font-size: 15px;
	color: #000;
	font-family: "Gotham-Book";
	/*	font-family: 'Gotham';*/
}
#Menu3text {
	display: none;
	/*	pointer-events: none;*/
}
.Text3menu {
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px;
	opacity: 0.7;
	font-size: 15px;
	font-family: "Gotham-Book";
	/*	font-family: 'Gotham';*/
	color: #fff;
}
.Point2text {
	top: 18px;
	left: 714px;
	position: absolute;
	width: 280px;
}

.point2text1 li,
.point4text1 li,
.point5text1 li {
	line-height: 20px;
}

#point2img1 {
	position: absolute;
	display: none;
	top: -290px;
	left: -788px;
}
#point2img2 {
	position: absolute;
	display: none;
	top: -360px;
	left: -438px;
}

#Menu2text {
	top: 17px;
	left: 47px;
	position: absolute;
	/* width: 280px; */
	/* transform: rotate(15deg); */
	display: none;
}

#imageContainer {
	z-index: 1;
	cursor: pointer;
}

#backButton {
	text-transform: uppercase;
	color: var(--red);
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 1203px;
	border: none;
	background: transparent;
}
.back-button .text {
	display: block;
	margin-top: 8px;
}

#loader {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	z-index: 0;
	/*   display: none;*/
}
#loader1 {
	z-index: 3050;
	position: absolute;
	left: 0px;
	top: -3px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	/* display: none; */
}
#loader2 {
	z-index: 5030;
	position: absolute;
	left: -300px;
	top: -11px;
	text-align: left;
	padding: 0px 0px;
	margin: 0px;
	/*  display: none;*/
}

#loaderbar {
	position: absolute;
	left: 300px;
	top: 75px;
	width: 1px;
	outline: none;
	overflow: hidden;
}
/*#superblazeWrapper, #superblaze{
  max-width: 1400px;
}*/
#scenediv {
	/*position: absolute;*/
	text-align: left;
	padding: 0px 0px;
	margin: 0;
	width: 1286px;
	height: 723px;
	visibility: visible;
	border: 1px solid rgb(128, 128, 128);
	/*max-width: 1400px;*/
	/* background-image: url(../images_gl/lenovo_smart_hub_500_UI_05.jpg);*/
	overflow: hidden;
	position: absolute;
}

#zoomSliderContainer {
	position: absolute;
}

.ui-slider {
	border: 1px solid #aaaaaa;
	background: #ffffff;
}

.ui-slider .ui-widget-header {
	background: #0083ca;
}

.ui-corner-all {
	/*visibility: hidden;*/
}

.ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	background: url(../images_gl/zoom_Dot.png) no-repeat;
	overflow: hidden;
	position: absolute;
	left: -34px;
	border-style: none;
	outline: none;
}

.ui-slider-handle-hover {
	width: 41px;
	height: 16px;
}

.zoom {
	position: absolute;
	left: -2px;
	top: -2px;
	cursor: pointer;
	width: 44px;
	height: 44px;
}

#zoomInBtn {
	background-image: url("../images_gl/plus_up.png");
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: 44px 44px;
	cursor: pointer;
}

#zoomInBtnActive {
	background-image: url("../images_gl/plus_down.png");
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: 44px 44px;
	visibility: hidden;
	cursor: pointer;
}

#zoomOut {
	left: -2px;
	top: 161px;
	cursor: pointer;
}

#zoomOutBtn {
	background-image: url("../images_gl/minus_up.png");
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: 44px 44px;
	cursor: pointer;
}
#zoomOutBtnActive {
	background-image: url("../images_gl/minus_down.png");
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: 44px 44px;
	visibility: hidden;
	cursor: pointer;
}

.btn {
	position: absolute;
	width: 49px;
	height: 49px;
	cursor: pointer;
}
.btn1 {
	position: absolute;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 3;
}

.btn2 {
	/*
    height: 34px;
    width: 35px;
*/
	position: absolute;
	cursor: pointer;
}
#resetBtn {
	background-repeat: no-repeat;
	overflow: hidden;
}

#lenovo_logo {
	position: absolute;
	bottom: 136px;
	right: 0px;
	z-index: 0;
	height: 119.86px;
}
#Think_smart {
	position: absolute;
	top: 29px;
	left: 39px;
}

#rightAnim {
	position: absolute;
	top: 80px;
	right: -235px;
	z-index: 9999;
	cursor: pointer;
	color: #fff;
}
#righttxt1 {
	list-style: none;
	position: absolute;
	top: 44px;
	left: 28px;
	font-size: 12px;
	font-family: "Gotham-Book";
	line-height: 70px;
}
#righttxt2 {
	list-style: none;
	position: absolute;
	top: 10px;
	left: 41px;
	font-size: 11px;
	font-family: "Gotham-Book";
}

#rightAnim ul li:before {
	background-color: rgba(113, 112, 115, 0);
}
/*-----------colors1-------------*/
#colors16 {
	display: none;
	position: absolute;
	left: 13px;
	bottom: -32px;
	height: 30px;
	width: 300px;
}

/*---------------colors16-------------*/
#colors15 {
	display: none;
	position: absolute;
	left: 13px;
	bottom: -32px;
	height: 30px;
	width: 300px;
}
#option28 {
	left: 0px;
}
#option28Btn {
	overflow: hidden;
}
#option28BtnActive {
	overflow: hidden;
	visibility: hidden;
}

#forselectcolor16 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor1 {
	display: none;
	position: absolute;
	left: 320px;
	bottom: -23px;
}
#forselectcolor2 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor3 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor4 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor5 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor6 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor7 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor8 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor9 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor10 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor11 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor12 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor13 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor14 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#forselectcolor15 {
	display: none;
	position: absolute;
	left: 26px;
	bottom: -23px;
}
#first {
	position: absolute;
	right: -80px;
	bottom: 20px;
	height: 33px;
	width: 420px;
	cursor: pointer;
}
#fan {
	position: absolute;
	left: 26px;
}
#fan1 {
	position: absolute;
	left: 81px;
}
#fan2 {
	position: absolute;
	left: 161px;
}
#fan3 {
	position: absolute;
	left: 296px;
}
#logo {
	position: absolute;
	right: 20px;
	top: 4px;
}
#design {
	position: absolute;
	left: 14px;
	top: 20px;
	height: 30px;
	width: 266px;
	/*z-index: 3;*/
}

#exterior {
	position: absolute;
	cursor: pointer;
}
#interior {
	position: absolute;
	left: 130px;
	cursor: pointer;
	top: 0px;
}

#on {
	position: absolute;
	left: 161px;
	display: block;
}

#off {
	position: absolute;
	left: 161px;
	display: none;
}
/* new  css for ne2572 */
html,
body {
	position: absolute;
	width: 100%;
	height: 100%;
	/*    background-color: #fff; */
	color: #000;
	overflow: hidden;
}

body {
	background-color: #fff;
	color: #3b4652;
	padding: 0px;
	font-size: 18px;
	margin: 0px;
}
table,
th,
td {
	border: 1px solid white;
}
.headingText {
	opacity: 0;
	font-size: 25px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s; /*font-family:'LenovoGridnik';*/ /*text-transform: uppercase;*/
}
.heading5Text,
.heading6Text,
.heading7Text {
	opacity: 0;
	font-size: 31px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
	/*font-family:'LenovoGridnik';*/
	/*text-transform: uppercase;*/
}
.headingText1,
.headingText2,
.headingText3,
.headingText4 {
	opacity: 0;
	font-size: 31px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
	/*font-family:'LenovoGridnik';*/
	/*text-transform: uppercase;*/
}

.body5Text,
.body6Text,
.body7Text {
	opacity: 0;
	font-size: 28px;
	width: 670px;
	padding-top: 77px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
	/*font-family:'LenovoGridnik';*/
	line-height: 20px;
}

.textfadin {
	padding-top: 30px;
}
.bodyText {
	opacity: 1;
	font-size: 15px;
	width: 670px;
	/* padding-top: 10px; */
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s; /*font-family:'LenovoGridnik';*/
}

.bodyTextMenu10 {
	/*    opacity:0;*/
	font-size: 17px;
	width: 670px;
	padding-top: 30px;
}

.bodyText1 {
	opacity: 0;
	font-size: 28px;
	width: 670px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
	/*font-family:'LenovoGridnik';*/
}

.imageTrans {
	opacity: 0;
	padding-top: 30px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
}
#topheading {
	left: 520px;
	top: 9px;
	font-size: 30px;
	font-family: "Gotham-Bold_gdi";
	position: absolute;
	/* height: auto; */
	padding: 10px;
	z-index: 1005;
	opacity: 1;
	line-height: 24px;
	/* text-transform: uppercase; */
	width: 500px;
	-webkit-transition: transform 0.6s, opacity 0.3s;
	-moz-transition: transform 0.6s, opacity 0.3s;
	-o-transition: transform 0.6s, opacity 0.3s;
	transition: transform 0.6s, opacity 0.3s;
}

.noselect,
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	/*  -webkit-backface-visibility: hidden;*/
	/*  -webkit-transform: translateZ(0) scale(1.0, 1.0);*/
	image-rendering: optimizeSpeed;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
}

.insideBtnController {
	position: absolute;
	top: 0;
	left: 170px;
	z-index: 30;
	display: none;
}
.greyOutBox {
	position: relative;
	top: 3px;
	left: 22px;
	height: 10px;
	width: 9px;
	background-color: #707072;
	z-index: 0;
	display: inline-block;
}

.redOutBox {
	background-color: #ff0000;
}

.productName {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 0;
	overflow: hidden;
	/* font-family: 'LenovoGridnik'; */
	font-size: 20px;
	color: #ededed;
	width: 1268px;
	background-image: url(../images_gl/Thinkagle_Newbar.svg);
	height: 74px;
	background-size: contain;
	background-repeat: no-repeat;
	/*background-position: -97px;*/
}
span#pauseplayImg {
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 12px;
}
span#pauseplayImg2 {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
}
.productName span {
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 186px;
}
.productName img {
	position: absolute;
	top: 19px;
	left: 34px;
}
.topheading {
	position: absolute;
	top: 100px;
	left: 55px;
	opacity: 1;
	width: 760px;
}

sub-heading-text {
	position: absolute;
	left: 87px;
	top: 110px;
	z-index: 0;
	font-size: 22px;
	color: #464646;
	display: block;
}

#wellcomeMessage {
	left: 84px;
	top: 820px;
	font-size: 18px;
	text-align: left;
	position: absolute;
	max-width: 520px;
	height: auto;
	padding: 5px;
	z-index: 0;
	display: block;
	color: #ffffff;
	background-color: #505050;
}

.vertical-line {
	width: 2px;
	height: 0px;
	background-color: rgb(236, 55, 41);
	position: absolute;
	overflow: hidden;
	left: 3px;
}
.vertical-line_1 {
	width: 2px;
	height: 0px;
	background-color: rgb(236, 55, 41);
	position: absolute;
	overflow: hidden;
	left: 3px;
}
.vertical-line-box {
	width: 2px;
	height: 0px;
	background-color: rgb(236, 55, 41);
	position: absolute;
	overflow: hidden;
}
.horizontal-line {
	height: 2px;
	width: 0px;
	background-color: rgb(236, 55, 41);
	position: absolute;
	overflow: hidden;
	left: 171px;
}
.horizontal-line1 {
	height: 2px;
	width: 0px;
	background-color: rgb(236, 55, 41);
	position: absolute;
	overflow: hidden;
	left: 179px;
}
.line-bottom .vertical-line {
	left: 3px;
	top: 0;
}
.line-bottom .horizontal-line,
.line-top .vertical-line {
	left: 3px;
	bottom: 0;
}

.line-bottom .right-hori,
.right-hori {
	right: 3px;
	left: auto;
}
/*
li:before {
    content: '';
 background-color: rgba(107, 106, 108, 1);
     background-color:#333f48;
    
 display: inline-block;
 position: relative;
 height: 7px;
 width: 7px;
 border-radius: 50px;

 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 -moz-background-clip: padding;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 margin-right: 5px;
 top: -1px;
}
*/
/*

*/
li {
	/* line-height: 22px;
	font-size: 16px; */
}
#slides2 li {
	list-style-type: none;
}

/*cloudController css*/
#pointtext1,
#point2text,
#point3text,
#point5text,
#point7text,
#point9text,
#point10text {
	pointer-events: all;
}

div#rightSideController {
	z-index: -1;
	pointer-events: all;
	overflow: hidden;
	font-family: "Gotham-Book";
	/* margin-left: -29px;  */
}
ul.point10list > li {
	margin-top: 9px;
}
.animPlayBtns span,
.animPlayBtns1 span {
	position: absolute;
	top: 2px;
	display: inline-block;
	left: 35px;
	color: #4a555d;
	font-size: 14px;
	/* background-color: #bababe; */
}

/*ThinkSystem SR670 start*/

/*point1text*/

#onloadCopy {
	position: absolute;
	display: block;
	top: 90px;
	left: 330px;
	width: 904px;
	z-index: 11;
	font-size: 16px;
	text-align: left;  
}

#onloadCopy ul {
	width: 720px;
}
#onloadCopy ul li {
	text-align: left;
	line-height: 22px;
}
.listTitle {
	text-align: left;
	margin-left: -5px;
	background-color: #e2231a;
	color: #ffffff;
	padding: 5px 5px 5px 10px;
	width: 460px;
}
.listTitle.second-para {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 413px;
	background-color: #6f7170;
}
.listItems.second-list {
	/*position: absolute;
    left: 502px;
    top: 45px;*/
	position: absolute;
	left: 20px;
	top: 0px;
}
#HeadingText {
	position: absolute;
	top: 34px;
	left: 260px;
	width: 1000px;
	text-align: center;
	font-size: 25px;
	font-family: "Gotham-Bold_gdi";
}

/*point2text*/

#point3text1 {
	left: 258px;
    top: 140px;
    width: 208px;
    text-align: left;
    font-size: 16px;
}

#edge_box_container,
#edge_box_desc_container {
	position: absolute;
	width: 1000px;
	top: 300px;
	left: 260px;
}
#edge_box_desc_container {
	top: 400px;
	padding-left: 28px;
}
#edge_box_container .edge-box,
#edge_box_desc_container .edge-box-desc {
	display: inline-block;
	width: 130px;
	margin: 0px 0px 0px 65px;
	padding: 40px 20px;
	text-align: center;
	font-family: "Gotham-Bold_gdi";
	font-size: 20px;
	color: #ffffff;
	border-radius: 15px;
}

#edge_box_container #edge_box1 {
	background-color: #6abf4a;
}
#edge_box_container #edge_box2 {
	background-color: #00bbe3;
}
#edge_box_container #edge_box3 {
	background-color: #bfbfbf;
}
#edge_box_container #edge_box4 {
	background-color: #ff6a00;
}
#edge_box_desc_container .edge-box-desc {
	color: #3b4652;
	vertical-align: top;
	padding: 0px;
	margin: 0px 20px;
	width: 196px;
}
/*#edge_box_desc_container #edge_box_desc3{
    margin-left: 3px;
}*/
.point3_ul {
	position: absolute;
	top: 530px;
	left: 315px;
	line-height: 30px;
	width: 350px;
}
#point3text2,
#point3text3,
#point3text4,
#point3text5 {
	position: absolute;
	top: 540px;
	width: 170px;
	text-align: center;
	font-size: 16px;
	font-family: "Gotham-Bold_gdi";
}
#point3text2 {
	left: 325px;
}
#point3text3 {
	left: 560px;
}
#point3text4 {
	left: 795px;
}
#point3text5 {
	left: 1030px;
}

#point3img1 {
	position: absolute;
	top: 366px;
	left: 733px;
	width: 60px;
}
#point3img2 {
	position: absolute;
	top: 168px;
	left: 567px;
	width: 150px;
}
#point3img3 {
	position: absolute;
	top: 179px;
	left: 341px;
	width: 120px;
}
#point3img4 {
	position: absolute;
	top: 366px;
	left: 967px;
	width: 60px;
}
#point3img5 {
	opacity: 1;
	left: 250px;
	position: fixed;
	top: 577px;
	width: 128px;
}
#point3img5_div {
	position: absolute;
	overflow: hidden;
	top: 438px;
	left: 375px;
}
#point3img6 {
	position: absolute;

	width: 470px;
}
#point3img6_div {
	position: absolute;
	overflow: hidden;
	top: 438px;
	left: 418px;
}
#point3_2d_img1 {
	position: absolute;
	left: 801px;
	top: 168px;
	width: 185px;
}
#point3_2d_img2 {
	position: absolute;
	left: 1010px;
	top: 202px;
	/* z-index: -1; */
	width: 210px;
}
#point2_headingText {
	position: absolute;
	top: 45px;
	left: 615px;
	width: 200px;
	font-size: 29px;
	font-family: "Gotham-Bold_gdi";
}

#hotspot1 {
	position: absolute;
}
#hot1 {
	font-size: 15px;

	text-align: center;
	top: 415px;
	position: absolute;
	left: 245px;
	/* width: 2px; */
	pointer-events: none;
}

#hotspot1plus {
	top: 415px;
	position: absolute;
	left: 245px;
	/* width: 2px; */
	pointer-events: none;
}

#hot2 {
	top: 118px;
	left: 450px;
	width: 95px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot2plus {
	top: 190px;
	position: absolute;
	left: 490px;
	pointer-events: none;
	height: 137px;
}

#hotspot3 {
	position: absolute;
}
#hot3 {
	position: absolute;
	top: 153px;
	left: 500px;
	width: 307px;
	text-align: center;
	font-size: 15px;
	pointer-events: none;
}
#hotspot3plus {
	top: 193px;
	left: 700px;
	position: absolute;
	pointer-events: none;
}

#hotspot4 {
	position: absolute;
}
#hot4 {
	position: absolute;
	top: 150px;
	left: 861px;
	width: 300px;
	font-size: 15px;
	pointer-events: none;
}
#hotspot4plus {
	top: 193px;
	left: 890px;
	height: 100px;
	position: absolute;
	pointer-events: none;
}

#hotspot5 {
	position: absolute;
}
#hot5 {
	position: absolute;
	top: 80px;
	left: -47px;
	width: 100px;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot5plus {
	top: 310px;
	left: 918px;
	/* width: 10px; */
	position: absolute;
	pointer-events: none;
}

#hotspot6 {
	position: absolute;
}
#hot6 {
	top: 82px;
	left: -37px;
	width: 70px;
	position: absolute;
	pointer-events: none;
	text-align: center;
}
#hotspot6plus {
	top: 1px;
	left: -38px;
	position: absolute;
	pointer-events: none;
	width: 70px;
	height: 94px;
}

#hotspot7 {
	position: absolute;
}
#hot7 {
	top: 501px;
	left: 705px;
	width: 117px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot7plus {
	top: 380px;
	left: 725px;
	height: 120px;
	position: absolute;
	pointer-events: none;
}

#hotspot8 {
	position: absolute;
}
#hot8 {
	width: 05px;
	position: absolute;
	top: 440px;
	left: 670px;
	text-align: center;
	font-size: 15px;
	pointer-events: none;
}
#hotspot8plus {
	top: 390px;
	left: 695px;
	height: 60px;
	position: absolute;
	pointer-events: none;
}

#hotspot9 {
	position: absolute;
}
#hot9 {
	width: 20px;
	position: absolute;
	top: 490px;
	left: 643px;
	text-align: center;
	font-size: 15px;
	pointer-events: none;
}
#hotspot9plus {
	top: 390px;
	left: 931px;
	/* height: 110px; */
	position: absolute;
	pointer-events: none;
}

#hotspot10 {
	position: absolute;
}
#hot10 {
	width: 120px;
	position: absolute;
	top: -175px;
	left: -63px;
	text-align: center;
	font-size: 15px;
	pointer-events: none;
}
#hotspot10plus {
	top: 442px;
	left: 918px;
	/* height: 80px; */
	position: absolute;
	pointer-events: none;
}

/*point3text*/
#point4_headingText {
	position: absolute;
	top: 45px;
	left: 615px;
	width: 200px;
	font-size: 29px;
	font-family: "Gotham-Bold_gdi";
}

#point3text1 {
	position: absolute;
}

/*
#hotspot7 {
    position: absolute;

}
#hot7 {
    position: absolute;
    top: -290px;
    left: 195px;
    width: 220px;
    text-align: center;
}
#hotspot7plus {
    top: -210px;
    left: 178px;
    position: absolute;
}
*/

/*point4text*/

#point4_headingText {
	position: absolute;
	top: 45px;
	left: 595px;
	width: 300px;
	font-size: 29px;
	font-family: "Gotham-Bold_gdi";
}
#point4text1 {
	position: absolute;
	top: 650px;
	left: 467px;
	font-family: "Gotham-Bold_gdi";
}

/*point5text*/
#point5_headingText {
	position: absolute;
	top: 45px;
	left: 570px;
	width: 300px;
	font-size: 29px;
	font-family: "Gotham-Bold_gdi";
}

#point5text1 {
	position: absolute;
	left: 405px;
	top: 186px;
	width: 400px;
	font-size: 15px;
	font-family: "Gotham-Book";
	text-align: justify;
	line-height: 22px;
}

#point5text2 {
	position: absolute;
	left: 414px;
	top: 477px;
	width: 226px;
	font-size: 15px;
	font-family: "Gotham-Book";
	/* text-align: justify; */
	line-height: 22px;
}

#point5text6 {
	position: absolute;
	left: 888px;
	top: 251px;
	width: 400px;
	font-size: 15px;
	font-family: "Gotham-Book";
	text-align: justify;
	line-height: 22px;
}

#point6text1 {
	position: absolute;
	left: 617px;
	top: 90px;
	width: 380px;
	font-size: 15px;
	font-family: "Gotham-Book";
	text-align: center;
	line-height: 22px;
}

#point5img {
	position: absolute;
	top: 240px;
	left: 300px;
}

/*point6text*/

#point6_headingText {
	position: absolute;
	left: 300px;
	top: 134px;
	width: 879px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	z-index: 999;
	opacity: 1;
	font-family: "Gotham-Book";
	text-align: justify;
}
#point6img1 {
	position: absolute;
	top: 50px;
	left: 1065px;
}

/*point7text*/

#point7_headingText {
	position: absolute;
	top: 45px;
	left: 565px;
	width: 450px;
	font-size: 29px;
	font-family: "Gotham-Bold_gdi";
}
#point8text1 {
	position: absolute;
	top: 103px;
	left: 604px;
	font-size: 16px;
	width: 400px;
	text-align: center;
	font-family: "Gotham-Book";
}
#point7text1 {
	position: absolute;
	top: 103px;
	left: 322px;
	font-size: 16px;
	width: 950px;
	text-align: center;
	font-family: "Gotham-Book";
}

#point7img1 {
	position: absolute;
	left: 285px;
	top: 254px;
}
#point7img2 {
	position: absolute;
	left: 600px;
	top: 220px;
}
#point7img3 {
	position: absolute;
	left: 260px;
	top: 170px;
	left: 600px;
	top: 220px;
}
#point7img4 {
	position: absolute;
	left: 260px;
	top: 170px;
	left: 600px;
	top: 220px;
}
/*point7*/

#hotspot42 {
	position: absolute;
	pointer-events: none;
}
#hot42 {
	position: absolute;
	top: 247px;
	left: 950px;
	width: 190px;
	font-size: 15px;
	text-align: center;
}
#hotspot42plus {
	position: absolute;
	top: 248px;
	left: 818px;
	height: 46px;
	width: 127px;
}

#point10text1 {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 910px;
	text-align: center;
	font-size: 16px;
}
#point10text .pcie_table {
	position: absolute;
	left: 936px;
	top: 168px;
	width: 300px;
	border: none;
}
#point10text .pcie_table tr,
#point10text .pcie_table th,
#point10text .pcie_table td {
	font-size: 16px;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}
#point10text .pcie_table th {
	font-family: "Gotham-Bold_gdi";
	background-color: #e2231a;
	height: 40px;
	text-align: center;
	color: white;
}
#point10text .pcie_table td {
	height: 70px;
	text-align: center;
	/*    color: black;*/
}

#point10text .pcie_table tr:nth-child(odd) {
	background-color: #f4cccc;
}
#point10text .pcie_table tr:nth-child(even) {
	background-color: #fae8e7;
}

#point11text1 {
	position: absolute;
	left: 299px;
	top: 100px;
	width: 745px;
	font-size: 16px;
	text-align: left;
}
#point11img1 {
	display: block;
	position: absolute;
	top: 269px;
	left: 330px;
}
#point11img2 {
	display: block;
	position: absolute;
	top: 159px;
	left: 426px;
}
#point11img3 {
	position: absolute;
	top: 304px;
	left: 486px;
}

#point12text1,
#point12text3 {
	position: absolute;
	left: 592px;
	top: 100px;
	width: 310px;
	text-align: center;
	font-size: 16px;
}
#point12text2,
#point12text4 {
	position: absolute;
	left: 400px;
	top: 120px;
	width: 704px;
	text-align: center;
	font-size: 16px;
	padding: 0px;
}
#point12text2 li,
#point12text4 li {
	list-style-type: none;
}
#point12img1 {
	position: absolute;
	top: 409px;
	left: 961px;
	transform: rotate(90deg);
}
#point12img2 {
	position: absolute;
	top: 180px;
	left: 1000px;
	transform: rotate(90deg);
}
#point13text1 {
	position: absolute;
	left: 293px;
	top: 550px;
	width: 600px;
}
#point13text2 {
	position: absolute;
	left: 369px;
	top: 550px;
}
#point13img {
	position: absolute;
	top: 140px;
	left: 360px;
}
#point13img1 {
	width: 782px;
}
#point15img {
	position: absolute;
	overflow: overlay;
}
::-webkit-scrollbar {
	display: none;
}
#point15img_div {
	position: absolute;
	overflow: hidden;
	width: 930px;
	height: 523px;
	top: 153px;
	left: 300px;
	overflow: overlay;
}
#point15text1,
#point16text1,
#point17text1,
#point18text1,
#point21text1 {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 910px;
	text-align: center;
	font-size: 16px;
}
#point17text2 {
	position: absolute;
	left: 963px;
	top: 184px;
	font-size: 15px;
}
#point16text2 {
	position: absolute;
	left: 985px;
	top: 207px;
	font-size: 15px;
}
#hotspot46 {
	position: absolute;
}
#hot46 {
	width: 217px;
	position: absolute;
	top: -131px;
	left: 43px;
	text-align: center;
	font-size: 15px;
	pointer-events: none;
}
#hotspot46plus {
	top: -131px;
	left: 73px;
	height: 160px;
	position: absolute;
	pointer-events: none;
	transform: rotate(53deg);
	-webkit-transform: rotate(53deg);
}
#hotspot47 {
	position: absolute;
}
#hot47 {
	width: 217px;
	position: absolute;
	top: -95px;
	left: 45px;
	text-align: center;
	font-size: 15px;
	pointer-events: none;
}
#hotspot47plus {
	top: -95px;
	left: 73px;
	height: 160px;
	position: absolute;
	pointer-events: none;
	transform: rotate(53deg);
	-webkit-transform: rotate(53deg);
}
/*#point17text2{
    top: 146px;
    left: 900px;
}*/

#point16text ul,
#point17text ul {
	top: 550px;
	position: absolute;
	left: 520px;
	width: 410px;
}
.bold {
	font-family: "Gotham-Bold_gdi";
}
/*point19*/
.pointSubText {
	position: absolute;
	top: 98px;
	left: 234px;
	width: calc(100% - 235px);
	text-align: center;
}

.pointSubText .text {
	text-align: left;
	display: inline-block;
	font-size: 16px;
	font-family: "Gotham-Book";
}

#point19text1 .text {
	width: 700px;
}

.point19textmainimg {
	position: absolute;
	top: 175px;
	left: 446px;
	width: 600px;
}

#point19text1 i {
	display: block;
	margin-top: 20px;
	font-style: normal;
}

#point19text2,
#point19text3,
#point19text4,
#point19text5,
#point19text6,
#point19text7 {
	position: absolute;
	width: 44px;
	height: 44px;
	cursor: pointer;
	z-index: 1;
	pointer-events: all;
}

#point19text2 {
	top: 343px;
	left: 445px;
}

#point19text3 {
	top: 230px;
	left: 609px;
}

#point19text4 {
	top: 267px;
	left: 904px;
}

#point19text5 {
	top: 491px;
	left: 966px;
}

#point19text6 {
	top: 590px;
	left: 831px;
}

#point19text7 {
	top: 539px;
	left: 573px;
}

#point19text2 img,
#point19text3 img,
#point19text4 img,
#point19text5 img,
#point19text6 img,
#point19text7 img {
	width: 100%;
	display: block;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transition: -webkit-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.point19text1SubContents {
	position: absolute;
	width: 210px;
	display: none;
	top: 197px;
	left: 1015px;
	z-index: 1;
}

.point19text1SubContents h3 {
	margin: 0 0 10px;
	font-size: 1.17em;
	font-weight: bold;
	/* color: #fff; */
}

.point19text1SubContents p {
	font-size: 14px;
	/* color: #fff; */
}

.point19text1SubContents ul {
	padding-left: 0px;
	margin: 0;
	list-style: none;
}

.point19text1SubContents ul li span {
	/* color: #fff; */
}

.point19text1SubContents ul li {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1;
	color: #3b4652;
	list-style: none;
}

.point19text1SubContents ul li::before {
	content: "\2022";
	color: #3b4652;
	margin-right: 7px;
}

#point19textContent1 {
	top: 281px;
	left: 255px;
}

#point19textContent2 {
	top: 120px;
	left: 400px;
}

#point19textContent3 {
	top: 148px;
	left: 990px;
	width: 240px;
}

#point19textContent4 {
	top: 455px;
	left: 1026px;
	width: 220px;
}

#point19textContent5 {
	top: 541px;
	left: 919px;
	width: 280px;
}

#point19textContent6 {
	top: 430px;
	left: 290px;
	width: 270px;
}

#point19textContent7 {
	top: 130px;
	left: 988px;
	width: 240px;
}

.point19textContent {
	position: absolute;
	width: 200px;
	display: none;
	z-index: 1;
}

.point19textContent h3 {
	margin: 0 0 10px;
	font-size: 1.17em;
	font-weight: bold;
	/* color: #fff; */
}

.point19textContent p {
	font-size: 14px;
	/* color: #fff; */
}

.point19textContent ul {
	padding-left: 0px;
	margin: 0;
	list-style: none;
}

.point19textContent ul li {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1;
	color: #3b4652;
	list-style: none;
}

.point19textContent ul li::before {
	content: "\2022";
	color: #3b4652;
	margin-right: 7px;
	vertical-align: top;
}

.point19textContent ul li span {
	/* color: #fff; */
	display: inline-block;
	width: calc(100% - 20px);
	vertical-align: baseline;
}

.point19textContent a {
	font-size: 14px;
	color: #498bc9;
	margin-top: 5px;
	display: inline-block;
	pointer-events: all;
	position: fixed;
	left: 265px;
	width: 200px;
	top: 670px;
}

#point19li1 {
	position: absolute;
	top: 57px;
	font-size: 16px;
}

#point19text8 {
	position: absolute;
	top: 380px;
	left: 675px;
	width: 187px;
	height: 92px;
	cursor: pointer;
	pointer-events: all;
}

#point19text8 span {
	display: block;
	font-size: 18px;
	font-family: "Gotham-Book";
	font-weight: bold;
	line-height: 1.1;
	-webkit-transition: transform 0.7s linear;
	transition: transform 0.7s linear;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	/* color: #fff; */
}

/*point19end*/

#onloadCopy ul {
	z-index: 1;
	/*    background-color: #e4e4e473;*/
	background-color: transparent;
}

/*network*/

#transpatch5 {
	background-image: url("../images_gl/LENOVO_THINKAGILE_CP_RT_TOUR_6_4-Network.png");
	background-repeat: no-repeat;
}

.animPlayBtns,
.animPlayBtns1 {
	position: relative;
	top: 0;
	left: 0;
	margin: 15px 15px 15px -15px;
	width: 180px;
	cursor: pointer;
}

.arrow-right {
	position: absolute;
	top: 8px;
	left: 153px;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid orange;
}

.arrow-left {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 8px solid orange;
}

.line {
	position: absolute;
	top: 11px;
	left: 13px;
	background: orange;
	height: 2px;
	width: 140px;
}

.arrowGroup {
	/* transform: rotate(10deg); */
	position: absolute;
	left: 646px;
	top: 226px;
	/* width: unset; */
}

.arrowGroup img {
	width: 200px;
}

.arrow-right1 {
	position: absolute;
	top: 8px;
	left: 142px;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid orange;
}

.arrow-left1 {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 8px solid orange;
}

.line1 {
	position: absolute;
	top: 11px;
	left: 13px;
	background: orange;
	height: 2px;
	width: 129px;
}

.arrowGroup1 {
	/* transform: rotate(-19deg); */
	position: absolute;
	left: 478px;
	top: 264px;
}

.arrowGroup1 img {
	width: 154px;
}

.arrow-right2 {
	position: absolute;
	top: 8px;
	left: 34px;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid orange;
}

.arrow-left2 {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 8px solid orange;
}

.line2 {
	position: absolute;
	top: 11px;
	left: 13px;
	background: orange;
	height: 2px;
	width: 22px;
}

.arrowGroup2 {
	/* transform: rotate(90deg); */
	position: absolute;
	left: 447px;
	top: 376px;
}
.arrowGroup2 img {
	height: 30px;
}

.straight_line {
	/*background: cornflowerblue;
    width: 1px;
    position: absolute;*/
}
.hori_line {
	/* background: cornflowerblue;
    height: 1px;*/
	position: absolute;
}

#sline1 {
	position: absolute;
	left: 472px;
	top: 145px;
	height: 150px;
}
#sline2 {
	position: absolute;
	left: 637px;
	top: 150px;
}
#sline3 {
	position: absolute;
	left: 855px;
	top: 114px;
}
#sline5 {
	position: absolute;
	left: 940px;
	top: 169px;
	transform: rotate(49deg);
	-webkit-transform: rotate(49deg);
}

#sline4 {
	position: absolute;
	left: 980px;
	top: 189px;
	transform: rotate(53deg);
	-webkit-transform: rotate(53deg);
}
/*
#sline5{
    left: 920px;
}
*/

#hline1 {
	position: absolute;
	left: 347px;
	top: 381px;
	width: 150px;
}
#hline2 {
	position: absolute;
	left: 346px;
	top: 346px;
	width: 150px;
}

#point4text2 {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 910px;
	text-align: center;
	font-size: 16px;
}
#point4text3 {
	position: absolute;
	left: 686px;
	top: 230px;
	font-size: 15px;
}
#point4text4 {
	position: absolute;
	left: 322px;
	top: 364px;
	font-size: 15px;
}

#hotspot43 {
	position: absolute;
}
#hot43 {
	top: -40px;
	left: -184px;
	width: 220px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot43plus {
	top: -179px;
	position: absolute;
	left: -129px;
	pointer-events: none;
	width: 130px;
}
#hotspot44 {
	position: absolute;
}
#hot44 {
	top: -158px;
	left: -60px;
	width: 220px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot44plus {
	top: -183px;
	position: absolute;
	left: -154px;
	pointer-events: none;
	width: 160px;
}
#hotspot45 {
	position: absolute;
}
#hot45 {
	top: -158px;
	left: -60px;
	width: 220px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot45plus {
	top: -188px;
	position: absolute;
	left: -219px;
	pointer-events: none;
	width: 225px;
}
#hotspot48 {
	position: absolute;
}
#hot48 {
	top: -46px;
	left: -104px;
	width: 220px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
	font-family: "Gotham-Bold_gdi";
	transform: rotate(14deg);
	color: #3ea9f5;
}
#hotspot48plus {
	top: -84px;
	position: absolute;
	left: -87px;
	pointer-events: none;
	width: 170px;
	transform: rotate(8deg);
}

#hotspot49 {
	position: absolute;
}
#hot49 {
	top: -38px;
	left: -115px;
	width: 220px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
	font-family: "Gotham-Bold_gdi";
	transform: rotate(-22deg);
	color: #3ea9f5;
}
#hotspot49plus {
	top: -138px;
	position: absolute;
	left: -117px;
	pointer-events: none;
	width: 225px;
	transform: rotate(-5deg);
}

#hotspot50 {
	position: absolute;
}
#hot50 {
	top: -151px;
	left: -160px;
	width: 60px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}

#hotspot50plus {
	top: -100px;
	position: absolute;
	left: -130px;
	pointer-events: none;
}
#hotspot51 {
	position: absolute;
}
#hot51 {
	top: -98px;
	left: -165px;
	width: 220px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot51plus {
	top: -66px;
	position: absolute;
	left: -50px;
	pointer-events: none;
	height: 70px;
}
#hotspot52 {
	position: absolute;
}
#hot52 {
	top: -147px;
	left: -73px;
	width: 70px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot52plus {
	top: -94px;
	position: absolute;
	left: -34px;
	pointer-events: none;
	height: 117px;
}
#hotspot53 {
	position: absolute;
}
#hot53 {
	top: -88px;
	left: -2px;
	width: 70px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot53plus {
	top: -39px;
	position: absolute;
	left: 26px;
	pointer-events: none;
	height: 61px;
}

#hotspot253 {
	position: absolute;
}
#hot253 {
	top: -88px;
	left: -2px;
	width: 70px;
	position: absolute;
	font-size: 15px;
	pointer-events: none;
	text-align: center;
}
#hotspot253plus {
	top: -39px;
	position: absolute;
	left: 26px;
	pointer-events: none;
	height: 61px;
}
#hotspot54 {
	position: absolute;
}
#hot54 {
	top: -32px;
	left: 149px;
	width: 150px;
	position: absolute;
	pointer-events: none;
	text-align: center;
}
#hotspot54plus {
	top: 1px;
	position: absolute;
	left: 26px;
	pointer-events: none;
	width: 128px;
}
#hotspot55 {
	position: absolute;
}
#hot55 {
	top: -21px;
	left: -245px;
	width: 170px;
	position: absolute;
	pointer-events: none;
	text-align: left;
}
#hotspot55plus {
	top: 29px;
	position: absolute;
	left: -246px;
	pointer-events: none;
	width: 248px;
}
#hotspot56 {
	position: absolute;
}
#hot56 {
	top: 33px;
	left: 140px;
	width: 210px;
	position: absolute;
	pointer-events: none;
	text-align: left;
}
#hotspot56plus {
	top: -29px;
	position: absolute;
	left: 79px;
	pointer-events: none;
	transform: rotate(-65deg);
}
#hotspot57 {
	position: absolute;
}
#hot57 {
	top: -42px;
	left: 174px;
	width: 150px;
	position: absolute;
	pointer-events: none;
	text-align: center;
}
#hotspot57plus {
	top: 8px;
	position: absolute;
	left: 5px;
	pointer-events: none;
}
#hotspot58 {
	position: absolute;
}
#hot58 {
	top: -52px;
	left: 66px;
	width: 120px;
	position: absolute;
	pointer-events: none;
	text-align: right;
}
#hotspot58plus {
	top: 0px;
	position: absolute;
	left: -13px;
	pointer-events: none;
	width: 200px;
}

/**managment*/

#point14logo {
	position: absolute;
	left: 313px;
	width: 194px;
	top: 44px;
}

#point14text1 {
	font-size: 22px;
	position: absolute;
	left: 545px;
	width: 664px;
	top: 79px;
}

#point14data {
	position: absolute;
	left: 380px;
	top: 221px;
}
#point14data > div {
	position: relative;
	padding-left: 96px;
	width: 703px;
	margin-bottom: 42px;
}
#point14data img {
	position: absolute;
	top: 0px;
	left: -50px;
	width: 122px;
}

#point14data p {
	font-size: 17px;
}

.slides {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.slide {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	border: 1px solid #000;
	padding: 8px;
}

.showing {
	opacity: 1;
	z-index: 2;
}

#point15text1 {
	width: 250px;
	position: absolute;
	top: 180px;
	left: 910px;
	font-weight: 900;
	font-size: 17px;
	text-align: center;
}
@-moz-document url-prefix() {
	#point15text1 {
		width: 350px;
		position: absolute;
		top: 180px;
		left: 870px;
		font-weight: 900;
		font-size: 17px;
		text-align: center;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#point15text1 {
		width: 350px;
		position: absolute;
		top: 180px;
		left: 870px;
		font-weight: 900;
		font-size: 17px;
		text-align: center;
	}
}
#point15text01 {
	width: 330px;
	position: absolute;
	top: 210px;
	left: 880px;
	font-size: 16px;
	text-align: center;
}
#point15img1 {
	width: 100px;
	position: absolute;
	top: 90px;
	left: 390px;
	/* border: 1px solid #999;	 */
}
#point15img2 {
	width: 250px;
	position: absolute;
	top: 300px;
	left: 920px;
}
#point15img3 {
	width: 200px;
	position: absolute;
	top: 230px;
	left: 630px;
}
#point15list {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 320px;
	left: 310px;
	width: 300px;
	opacity: 1 !important;
}
#point15list li {
	font-size: 16px;
	margin-bottom: 10px;
}
#point15text2 {
	width: 150px;
	position: absolute;
	top: 180px;
	left: 380px;
	font-weight: 900;
	font-size: 17px;
}
#point15text02 {
	width: 305px;
	position: absolute;
	top: 210px;
	left: 300px;
	font-size: 16px;
}
/*Local management page end*/

/* ****************************New Hotspot img CSS********************************* */

.hotspot-vj {
	position: absolute;
	/* pointer-events: none; */
}

.hotspot-vj p {
	font-size: 15px !important;
}

.plusLine {
	position: relative;
	border-style: dotted;
	border-color: #eb140a;
	border-width: 0;
}

.plusText {
	position: absolute;
	margin: 0;
	text-align: center;
	line-height: 1;
}

.hotspot37Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -9px;
	right: 80px;
}

#hotspot37plus {
	border-width: 2px 0px 0 0;
	top: -7px;
	width: 74px;
	left: -87px;
}

#hot37 {
	bottom: calc(100% - 0px);
	width: 270px;
	text-align: left;
	left: calc(100% - 90px);
}

.hotspot38Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 215px;
	left: -8px;
}
.hotspot38_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 345px;
	left: -9px;
}

#hotspot38plus {
	border-width: 2px 0px 2px 2px;
	top: 217px;
	width: 61px;
	left: -67px;
	height: 128px;
}
#hotspot38_1plus {
	border-width: 2px 0px 0 0;
	top: 160px;
	width: 40px;
	left: -107px;
}

#hot38 {
	bottom: calc(100% - 0px);
	width: 270px;
	text-align: left;
	left: calc(100% - 90px);
}

.hotspot39Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -8px;
	right: 79px;
}

#hotspot39plus {
	border-width: 0px 2px 0 0;
	top: -52px;
	height: 47px;
	left: -81px;
}

#hot39 {
	top: calc(100% - 118px);
	width: 270px;
	text-align: left;
	left: calc(100% - 203px);
}

.hotspot40Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -16px;
	left: -30px;
}

#hotspot40plus {
	border-width: 0px 2px 0 0;
	top: -50px;
	height: 35px;
	left: -28px;
}

#hot40 {
	top: calc(100% - 119px);
	width: 270px;
	text-align: left;
	right: calc(100% - 238px);
}
.hotspot41Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 189px;
	left: 827px;
}

#hotspot41plus {
	border-width: 2px 0px 0 0;
	top: 191px;
	width: 54px;
	left: 832px;
}

#hot41 {
	top: calc(100% - -183px);
	width: 270px;
	text-align: left;
	left: calc(100% - -842px);
}

.hotspot42Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 246px;
	left: 824px;
}
.hotspot42_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 297px;
	left: 824px;
}

#hotspot42plus {
	border-width: 2px 2px 2px 0px;
	top: 248px;
	width: 48px;
	left: 828px;
	height: 49px;
}
#hotspot42_1plus {
	border-width: 2px 0px 0 0;
	top: 275px;
	width: 16px;
	left: 878px;
}

#hot42 {
	bottom: calc(100% - 0px);
	width: 270px;
	text-align: left;
	left: calc(100% - 90px);
}

#hotspot23 {
	position: absolute;
}
.hotspot23Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	left: 0px;
}

#hotspot23plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 23px;
	left: 0px;
}

#hot23 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 300px);
}

#hotspot24 {
	position: absolute;
}
.hotspot24Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	/* left: 126px; */
}

#hotspot24plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 37px;
	/* left: 131px; */
}

#hot24 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 310px);
}

#hotspot25 {
	position: absolute;
}
.hotspot25Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	right: 69px;
}

#hotspot25plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 74px;
	left: 0px;
}

#hot25 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 352px);
}

#hotspot26 {
	position: absolute;
}
.hotspot26Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	right: 69px;
}

#hotspot26plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 74px;
	left: 0px;
}

#hot26 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 352px);
}

#hotspot27 {
	position: absolute;
}
.hotspot27Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	right: 69px;
}

#hotspot27plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 74px;
	left: 0px;
}

#hot27 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 352px);
}

#hotspot28 {
	position: absolute;
}
.hotspot28Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	right: 69px;
}

#hotspot28plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 74px;
	left: 0px;
}

#hot28 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 352px);
}

#hotspot29 {
	position: absolute;
}
.hotspot29Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -6px;
	/* left: 124px; */
}

#hotspot29plus {
	border-width: 2px 0px 0 0;
	top: -4px;
	width: 18px;
	/* left: 131px; */
}

#hot29 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 292px);
}

#hotspot30 {
	position: absolute;
}
.hotspot30Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	right: 75px;
}

#hotspot30plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 74px;
	left: -82px;
}

#hot30 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 95px);
}

.hotspot31Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -30px;
	/* left: 119px; */
}
.hotspot31_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -1px;
	/* left: 119px; */
}

#hotspot31plus {
	border-width: 2px 0px 2px 2px;
	top: -28px;
	width: 49px;
	left: -55px;
	height: 27px;
}
#hotspot31_1plus {
	border-width: 2px 0px 0 0;
	top: -43px;
	width: 20px;
	left: -73px;
}

#hot31 {
	bottom: calc(100% - -4px);
	width: 270px;
	text-align: left;
	left: calc(100% - 343px);
}

.hotspot32Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -24px;
	left: 0px;
}
.hotspot32_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 0px;
	left: 0px;
}

#hotspot32plus {
	border-width: 2px 0px 2px 2px;
	top: -22px;
	width: 49px;
	left: -50px;
	height: 23px;
}
#hotspot32_1plus {
	border-width: 2px 0px 0 0;
	top: -35px;
	width: 22px;
	left: -73px;
}

#hot32 {
	bottom: calc(100% - 0px);
	width: 270px;
	text-align: left;
	left: calc(100% - 316px);
}

#hotspot33 {
	position: absolute;
}
.hotspot33Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	right: 65px;
}

#hotspot33plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 73px;
	left: -70px;
}

#hot33 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - -50px);
}

#hotspot34 {
	position: absolute;
}
.hotspot34Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	right: 70px;
}

#hotspot34plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 74px;
	left: -72px;
}

#hot34 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 112px);
}

#hotspot35 {
	position: absolute;
}
.hotspot35Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 10px;
	/* right: 26px; */
}

#hotspot35plus {
	border-width: 2px 0px 0 0;
	top: 12px;
	width: 159px;
	left: 0px;
}

#hot35 {
	bottom: calc(100% - 20px);
	width: 270px;
	text-align: left;
	left: calc(100% - -9px);
}

#hotspot36 {
	position: absolute;
}
.hotspot36Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -44px;
	left: -5px;
}
.hotspot36_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 6px;
	left: -4px;
}

#hotspot36plus {
	border-width: 2px 0px 2px 2px;
	top: -42px;
	width: 49px;
	left: -57px;
	height: 48px;
}
#hotspot36_1plus {
	border-width: 2px 0px 0 0;
	top: -65px;
	width: 31px;
	left: -86px;
}

#hot36 {
	bottom: calc(100% - 14px);
	width: 180px;
	text-align: left;
	left: calc(100% - 284px);
}

#hotspot11 {
	position: absolute;
}
.hotspot11Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 1px;
	left: 0px;
}
.hotspot11_2Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 90px;
	left: -22px;
}

#hotspot11plus {
	border-width: 2px 2px 0px 0;
	top: 3px;
	width: 16px;
	left: 0px;
	height: 277px;
}
#hotspot11_2plus {
	border-width: 0px 0px 2px 2px;
	top: -213px;
	width: 66px;
	left: -20px;
	height: 193px;
}
#hotspot11_3plus {
	border-width: 2px 0px 0px 0;
	top: -2px;
	width: 23px;
	left: 131px;
	height: 289px;
}
.plusLine1 {
	position: relative;
	border: 2px solid;
	border-color: #eb140a;
	border-width: 0;
}
#hotspot11_1plus {
	border-width: 2px 2px 2px 2px;
	top: -287px;
	width: 23px;
	left: -30px;
	height: 20px;
}

#hot11 {
	bottom: calc(100% - 290px);
	width: 270px;
	text-align: left;
	right: calc(100% - 325px);
}

#hotspot12 {
	position: absolute;
}
.hotspot12Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -11px;
	left: -9px;
}

#hotspot12plus {
	border-width: 0px 2px 0 0;
	top: -7px;
	height: 182px;
	left: -7px;
}

#hot12 {
	bottom: calc(100% - 193px);
	width: 113px;
	text-align: left;
	right: calc(100% - 104px);
}

#hotspot13 {
	position: absolute;
}
.hotspot13Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	left: -2px;
}

#hotspot13plus {
	border-width: 0px 2px 0 0;
	top: -2px;
	height: 105px;
	left: 0px;
}

#hot13 {
	bottom: calc(100% - 119px);
	width: 180px;
	text-align: left;
	right: calc(100% - 35px);
}

#hotspot14 {
	position: absolute;
}
.hotspot14Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 2px;
	left: -5px;
}
.hotspot14_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 53px;
	left: -5px;
}

#hotspot14plus {
	border-width: 2px 0px 2px 2px;
	top: 5px;
	width: 49px;
	left: -57px;
	height: 48px;
}
#hotspot14_1plus {
	border-width: 2px 0px 0 0;
	top: -20px;
	width: 31px;
	left: -85px;
}

#hot14 {
	bottom: calc(100% - 40px);
	width: 180px;
	text-align: left;
	left: calc(100% - 253px);
}

#hotspot15 {
	position: absolute;
}
.hotspot15Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	left: -9px;
}

#hotspot15plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 173px;
	left: -178px;
}

#hot15 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 6px);
}

#hotspot16 {
	position: absolute;
}
.hotspot16Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	left: 0px;
}

#hotspot16plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 105px;
	left: -105px;
}

#hot16 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 42px);
}

#hotspot17 {
	position: absolute;
}
.hotspot17Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -4px;
	left: -10px;
}

#hotspot17plus {
	border-width: 2px 0px 0 0;
	top: -2px;
	width: 204px;
	left: -212px;
}

#hot17 {
	bottom: calc(100% - 6px);
	width: 270px;
	text-align: left;
	right: calc(100% - -17px);
}

#hotspot18 {
	position: absolute;
}
.hotspot18Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -13px;
	left: 0px;
}

#hotspot18plus {
	border-width: 2px 0px 0 0;
	top: -11px;
	width: 120px;
	left: -116px;
}

#hot18 {
	bottom: calc(100% - -2px);
	width: 270px;
	text-align: left;
	right: calc(100% - 5px);
}

#hotspot19 {
	position: absolute;
}
.hotspot19Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -17px;
	left: 0px;
}

#hotspot19plus {
	border-width: 2px 0px 0 0;
	top: -15px;
	width: 121px;
	left: -118px;
}

#hot19 {
	bottom: calc(100% - -6px);
	width: 270px;
	text-align: left;
	right: calc(100% - 5px);
}

#hotspot20 {
	position: absolute;
}
.hotspot20Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -19px;
	left: 0px;
}

#hotspot20plus {
	border-width: 2px 0px 0 0;
	top: -17px;
	width: 118px;
	left: -119px;
}

#hot20 {
	bottom: calc(100% - -8px);
	width: 270px;
	text-align: left;
	right: calc(100% - 5px);
}

#hotspot21 {
	position: absolute;
}
.hotspot21Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -19px;
	left: 0px;
}

#hotspot21plus {
	border-width: 2px 0px 0 0;
	top: -17px;
	width: 121px;
	left: -118px;
}

#hot21 {
	bottom: calc(100% - -8px);
	width: 159px;
	text-align: left;
	right: calc(100% - -100px);
}

#hotspot22 {
	position: absolute;
}

.hotspot22Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 3px;
	left: 0px;
}
.hotspot22_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 173px;
	left: 0px;
}

#hotspot22plus {
	border-width: 2px 2px 2px 0px;
	top: 5px;
	width: 264px;
	left: 0px;
	height: 168px;
}
#hotspot22_1plus {
	border-width: 2px 0px 0 0;
    top: -82px;
    width: 15px;
    left: 268px;
}

#hot22 {
	bottom: calc(100% - 114px);
	width: 132px;
	text-align: center;
	left: calc(100% - -4px);
}

#hotspot93 {
	position: absolute;
}
.hotspot93Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 0px;
	left: -12px;
}

#hotspot93plus {
	border-width: 2px 0px 0 2px;
    top: -17px;
    width: 390px;
    left: -10px;
    height: 20px;
}

#hot93 {
	bottom: calc(100% - -6px);
	width: 147px;
	text-align: left;
	right: calc(100% - 534px);
}

#hotspot94 {
	position: absolute;
}
.hotspot94Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: -23px;
	left: -15px;
}

#hotspot94plus {
	border-width: 2px 0px 0px 2px;
	top: -21px;
	width: 20px;
	height: 144px;
	left: -38px;
}

#hot94 {
	bottom: calc(100% - 141px);
	width: 206px;
	text-align: left;
	right: calc(100% - 17px);
}

#hotspot50 {
	position: absolute;
	display: block;
	visibility: visible;
	left: 43.514%;
	top: 57.0129%;
}
.hotspot50_1Circle {
	position: absolute;
	border: 3px solid red;
	border-radius: 50%;
	top: 168px;
	left: -134px;
}
#hotspot50_1plus {
	border-width: 2px 0px 0 0;
	top: 30px;
	width: 38px;
	left: -172px;
}
#hot50_1 {
	top: 161px;
	left: -311px;
	width: 136px;
	position: absolute;
	font-size: 16px;
	pointer-events: none;
	text-align: center;
}

#point2text1 {
	position: absolute;
    top: -13px;
    width: 925px;
}

/* *****************************************QR Code CSS************************************************* */
#qrcode {
	text-align: center;
	pointer-events: none;
	display: block;
	position: absolute;
	bottom: 6%;
	margin: 0;
	width: 235px;
	z-index: 1200;
}

#qrcodemenu {
	text-align: center;
	margin-top: 560px;
	position: absolute;
	height: auto;
	margin-left: 300px;
	background: transparent;
	padding: 0;
	border-top: 0 !important;
	pointer-events: none;
	opacity: 1;
}

#qrcode img {
	max-width: 90px;
}

#qrcodemenu img {
	max-width: 90px;
}

#qrcodemenu #text {
	text-align: center;
	font-size: 10px;
	position: absolute;
	color: #878787;
	/* display: inline-block; */
	width: 222%;
	top: 92px;
	left: -55px;
}
#qrcode #text {
	text-align: center;
	font-size: 10px;
	color: #878787;
	display: inline-block;
	width: 82%;
}

#loaderAR p {
	font-family: "Gotham-Book";
	font-size: 15px;
	color: #fff;
}
#ARpopUp {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: url("../images_gl/AR_Images/BG.jpg") no-repeat no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.startAR {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Gotham-Book";
	height: 47px;
	width: 227px;
	background-color: rgba(14, 80, 132, 255);
	border: none;
	border-radius: 5px;
	letter-spacing: -1px;
	font-weight: normal;
}

#btnXR,
#btnXR2,
#btnXR-iphone {
	/* font-size: 13px;
	letter-spacing: -1px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Gotham";
	height: 47px;
	width: 227px;
	background-color: rgba(14, 80, 132, 255); */
}

#camera7-refresh img,
#btnXR img,
#btnXR2 img,
#btnXR-iphone img {
	background-size: 40px;
	height: 75px;
	width: 75px;
}

.loaderAR {
	border: 3px solid #323337;
	border-radius: 50%;
	border-top: 3px solid #ffffff;
	width: 30px;
	height: 30px;
	z-index: 11;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0px 0px 0px 67px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media screen and (min-width: 320px) and (max-width: 1366px) {
	/* #btnXR2, #btnXR-iphone {
		padding: 0;
		background: transparent;
		border: 0;
		margin-right: 5px;
		width: 100%;
		height: 100%;
		margin: 0 auto
	} */
	#mobAR {
		display: block;
	}
	.imgMob {
		content: url(".mob_ar.png");
	}
	#qrcode img,
	#qrcodemenu img {
		pointer-events: all;
	}
	#btnXR {
		display: none;
	}
}

#ARModelInfo {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 57px;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 1;
}

#model_image {
	width: 93%;
	max-width: 400px;
}

#i7vProLogo {
	width: 92px;
	height: 92px;
}

#modelId p {
	font-size: 23px;
	color: #ffffff;
	font-family: "Gotham-book";
	letter-spacing: -1px;
}

#logoContainer {
	display: flex;
	position: absolute;
	right: 0px;
	top: 72px;
}

.logoImageContainer {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	width: 199px;
	height: auto;
}

.logoImageContainer img {
	width: 100%;
}
#logoTextContainer {
	margin-right: 15px;
	text-align: right;
	margin-top: 13px;
}

#logoTextContainer p {
	color: rgba(226, 33, 28, 255);
	font-family: "Gotham-Book";
	margin: 0px;
	font-size: 23px;
	font-weight: bold;
}

#modelImageContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 155px;
	left: 50%;
	z-index: 20;
	transform: translatex(-50%);
	width: 100%;
}

#vProLogo {
	display: flex;
	position: absolute;
	left: 40px;
	top: 160px;
}

.blackPatch {
	background: black;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 249px;
}

#modelId {
	margin-bottom: 14px;
}
#loaderAR {
	position: absolute;
	left: 50%;
	bottom: -120%;
	transform: translate(-50%, -50%);
	z-index: 3;
	margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
	.blackPatch {
		height: 155px;
	}

	#modelId {
		margin-bottom: 0px;
	}
	#modelImageContainer {
		bottom: 95px;
		transform: translatex(-50%) scale(0.85);
	}
	#ARModelInfo {
		bottom: 10px;
	}
	#vProLogo {
		display: flex;
		position: absolute;
		left: 3%;
		top: 86px;
		z-index: 2;
	}
	#i7vProLogo {
		width: 92px;
		height: 92px;
	}

	#logoContainer {
		z-index: 2;
		transform: scale(0.8);
		transform-origin: right;
	}
	.loaderAR {
		margin: auto;
	}
	#loaderAR {
		position: unset;
		left: unset;
		bottom: unset;
		transform: unset;
		z-index: unset;
		margin: auto;
		max-height: 68px;
		width: 150px;
		margin-top: -15px;
	}
}

@media screen and (max-height: 700px) and (orientation: portrait) {
	#ARModelInfo {
		bottom: 23px;
	}

	#model_image {
		width: 93%;
		max-width: 300px;
	}

	#modelId {
		margin-bottom: 6px;
	}

	#modelImageContainer {
		bottom: 132px;
	}

	.blackPatch {
		bottom: 0px;
		height: 185px;
	}
}
