body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Roboto;
	overflow: hidden;
}

label {
	cursor: pointer;
}
#divRTSkinMain {
	display: none !important;
}
#popupContainer {
	margin-left: 310px;
}

#loadericon {
	width: 100%;
	height: auto;
}

#footerControlDesk {
	display: none;
	position: absolute;
	bottom: 20px;
	left: calc((100% + 307px) / 2);
	transform: translateX(calc((-600px) / 2));
	z-index: 1;
}

.popup {
	padding: 23px;
	background: #eeeeee;
	border-radius: 0px;
	position: absolute;
	transition: opacity 0.5s;
	z-index: -9;
	opacity: 0;
	user-select: none;
	display: none;
}

.popup.active {
	z-index: 0;
	opacity: 1;
	margin-top: 0px;
	display: block;
}

.popup h2 {
	margin: 0;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
}
.popup p {
	margin: 0;
	font-size: 12px;
	text-align: left;
	/* width: 250px; */
}

.popup .close {
	padding: 5px;
	border: 1px solid #dbdddf;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 200ms;
	text-decoration: none;
	color: #000000;
	height: 17px;
	text-align: center;
	font-weight: lighter;
	display: none;
}

.popup .close:hover {
	color: #45d62c;
}

.popup .content {
	max-height: 30%;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0px;
}

.popup .content ol {
	position: relative;
	right: 24px;
}

.popup .content1 {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	/* width: 175px; */
	font-style: italic;
}
.button_div {
	text-align: center;
	border-top: 1px solid #9a9a9a;
	display: flex;
	margin-top: 16px;
	margin-right: -35px;
	margin-left: -35px;
	margin-bottom: -35px;
}

.button_div div:hover {
	background-color: #d9f5fd;
}

.button_div div {
	-ms-flex: 1;
	flex: 1;
	height: 34px;
	line-height: 33px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
}

.button_div div:first-child {
	border-right: 1px solid #9a9a9a;
}

.button_div .active {
	background-color: #d9f5fd;
}

.popup .content ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
}

#ports_popup1 {
	bottom: 2%;
	left: calc(307px + 1%);
	width: 23.6%;
}

#ports_popup2 {
	bottom: 8%;
    left: calc(307px + 1%);
    width: 18%;
    transform-origin: bottom left !important;
}

#ports_popup3 {
	bottom: 5%;
	left: calc(307px + 1%);
	width: 26%;
}

#ports_popup4 {
	bottom: 2%;
	left: calc(307px + 1%);
	width: max-content;
}

#ports_popup5 {
	bottom: 44%;
	left: calc(307px + 5%);
	width: 22%;
}

#ports_popup6 {
	bottom: 6%;
	left: calc(307px + 2.5%);
	width: 39%;
}

.portsPopupBackground{
	/* background-color: #d8d9e1; */
	background-color: transparent;
}
.portsPopupHeading{
	font-size: 24px !important;
	color: #0076ce;
	font-weight: 800 !important;
}	

#ports_popup7 {
	bottom: 44%;
	left: calc(307px + 5%);
	width: 22%;
}

/* #ports_popup5 ol li {
	list-style-type: none;
	margin-left: -14px;
} */

.gold {
	width: 50%;
	top: 25;
	margin-top: 25px;
	margin-bottom: 15px;
}

.hotspots_div ol {
	list-style: none;
	padding: 20px 0 20px 0px;
	white-space: normal;
}

.mob_buttons {
	text-align: center;
	border: 1px solid #9a9a9a;
	width: 90.8%;
	display: flex;
}

.mob_buttons div {
	flex: 1;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
}

.mob_buttons > div:first-child {
	border-right: 1px solid #9a9a9a;
}

.mob_buttons .active {
	background-color: #d9f5fd;
}

.separator {
	display: block;
	border: none;
	height: 1px;
	background: linear-gradient(90deg, rgba(73, 73, 73, 0) 0%, rgba(73, 73, 73, 1) 5%, rgba(73, 73, 73, 1) 95%, rgba(73, 73, 73, 0) 100%);
}

#mainload {
	opacity: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 11;
}

#loader {
	position: absolute;
	left: 50%;
	top: 168px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	margin-top: 136px;
	opacity: 1;
	transition: opacity 1s;
}

.loaderimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.loaderimg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: 11;
}

#exploreButtton {
	position: absolute;
	left: 50%;
	top: 365px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	cursor: pointer;
	height: 74px;
	width: 379px;
	background: #80808057;
	border-radius: 2px;
	align-items: center;
	text-align: center;
	padding: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	border: 0;
}

#loading {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -280%) scale(0.6);
	width: 265px;
	height: 120px;
	color: #ffffff;
}

#loading > div {
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	width: 938px;
}

.desktop {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 12;
}

#move img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#rotate img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#zoom img {
	margin-top: 40px;
	height: 96px;
	width: 210px;
}

#loader {
	position: absolute;
	background: #ffffff;
}

#loaderbar {
	position: absolute;
	height: 5px;
	overflow: hidden;
	background: #0076ce;
}

#move_text,
#rotate_text,
#zoom_text {
	color: #ffffff;
}

#learnMore {
	font-size: 20px;
	position: absolute;
	top: 220%;
	left: 30px;
	z-index: 1;
	color: #0076ce;
}

#softwareContainer {
	position: absolute;
	left: calc(307px / 2 + 50%);
	top: 32%;
	transform: translate(-50%, -50%);
	width: calc(90vw - 307px);
	user-select: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#accordionContainer {
	position: absolute;
    /* left: calc(307px / 2 + 50%); */
    top: 52%;
    right: 8%;
    transform: translate(82%, -48%);
    width: 37%;
    user-select: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#mainLoadHeadingContainer {
	position: absolute;
	width: 54%;
	top: 3%;
	left: calc((100% + 307px) / 2);
	transform: translateX(calc((-100%) / 2));
	font-size: 26px;
	color: #0076ce;
	text-align: center;
	user-select: none;
}

#mainLoadHeadingContainer .subHeading {
	position: absolute;
	top: 65vh;
	left: calc((35px + 13%));
	font-size: 24px;
	/* font-weight: 500; */
}

#mainLoadHeadingContainer .subText {
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
}

#mainHeadingContainer {
	position: absolute;
	width: 100%;
	top: 3%;
	left: calc((100% + 307px) / 2);
	transform: translateX(calc((-100%) / 2));
}
.mainLoadHeading{
	width: 80%;
    left: 12%;
    position: absolute;
}
.mainHeading {
	font-size: 32px;
	color: #0076ce;
	text-align: center;
}
.interiorContainer {
	display: flex !important;
	justify-content: center !important;
	align-items: flex-start !important;
	left: 30% !important;
}
.interiorMainContent {
	width: unset !important;
}
#softwareContainer.interiorContainer .mainContent {
	width: unset !important;
}
#accordionContainer.interiorContainer .mainContent {
	width: unset !important;
}
.platinumLogo {
	/* content: url(./images/software/platinumLogo.jpg); */
	content: url(./images/software/platinumLogo.jpg);
	width: 100%;
}
.logoContainertext {
	margin: 0;
	margin-top: 8px;
}
#logoContainer {
	position: absolute;
	left: calc(307px + 5.2%);
	/* left: calc(16.5% + 169.5px); */
	transform: translateX(calc(-3.85%));
	bottom: 5%;
	display: inline-block;
	max-width: 90px;
}
.logoDisclaimerText {
	width: 200px;
	text-align: left;
	font-size: 12px;
}
.logoText {
	position: absolute;
	left: 125%;
	top: 15%;
	display: block;
	width: 139%;
	font-size: 16px;
}

.disclaimer{
	position: absolute;
	display: block;
	/* text-align: center; */
	bottom: 11%;
	font-size: 12px;
	width: 68%;
	left: 61%;
	transform: translateX(calc((-100%) / 2));
	color: gray;
}






/* Start SIRT error mesagge CSS */
#sirtErrorContainer {
	position: absolute;
	background-color: #d8d9e0;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	clear: both;
	box-sizing: border-box;
	z-index: 13;
	/* padding: 30px; */
}

#errorContent {
	max-width: 545px;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
}

#errorContent h4 {
	font-size: 26px;
	color: #000;
	margin-bottom: 25px;
}

#errorContent p {
	font-size: 18px;
	color: #000;
}

#arnotsupport {
	background-color: #ebebeb;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	clear: both;
	box-sizing: border-box;
	padding: 30px;
	position: absolute;
	z-index: 102;
	top: 0;
}

#arerrorContent {
	background: #fff;
	padding: 40px 20px;
	border-radius: 15px;
	font-size: 16px;
	position: relative;
}
#arerrorContent span {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 999;
	font-weight: 900;
}

/* END SIRT error mesagge CSS */

#vmware {
	display: flex;
	flex-wrap: wrap;
	/* width: 100%; */
   transform: scale(0.95)
}

#vxrailhci .verticalLine,
#fastIngest .verticalLine,
#cpu .verticalLine,
#front .verticalLine,
#rear .verticalLine,
#dataprotection .verticalLine,
#dm .verticalLine {
	display: none;
}

#vxrailhci {
	display: flex;
	flex-wrap: wrap;
   transform: scale(0.95)
}
#vxrailhci .mainContent {
	width: calc(100% / 4);
}

#vxrailhci .mainHead span {
	max-width: 290px;
	padding: 0 5px;
	margin: 15px;
}

 #dataprotection {
	display: flex;
	flex-wrap: wrap;
   transform: scale(0.95)
} 

#productView {
	display: flex;
	flex-wrap: wrap;
}
#dm {
	display: flex;
	flex-wrap: wrap;
   transform: scale(0.95)
}
#security {
	display: flex;
	flex-wrap: wrap;
}
#security.mainImg img {
	height: 55px;
}
#security .mainHead span {
	font-size: 18px;
	max-width: 220px;
}
#security .mainContent {
	margin: 10px 0;
}
#security .mainImg img {
	height: 60px;
}
#security .mainText {
	display: none;
}
#dataProtection {
	display: flex;
	flex-wrap: wrap;
}
#dataProtection .mainHead span {
	max-width: 250px;
}
#productView {
	display: block;
	flex-wrap: wrap;
	width: 100%;
}
#productView .mainHead span {
	max-width: 252px;
}

#dm .mainHead span {
	max-width: 250px;
}
.mainContent {
	width: calc(100% / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #0076ce;
	margin-bottom: 20px;
}

.mainContentCustomize{
	margin-bottom: 100px;
}

#dataprotection .mainContent {
	width: calc(100% / 4);
}
#vmware .mainContent {
	width: calc(100% / 3);
	margin-bottom: -10px;
}

#vmware .mainHead span {
	max-width: 250px;
}

.mainImg {
	margin-bottom: 10px;
}

.mainHead {
	margin: 0;
	display: flex;
	justify-content: center;
}
#vxrailhci .mainHead {
	max-width: 250px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	text-wrap: balance;
}
.mainImg img {
	height: 60px;
}
.mainHead span {
	/* max-width: 200px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	text-wrap: balance; */
	max-width: 250px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	text-wrap: balance;
}
.mainText {
	margin: 0;
}
.mainImg,
.mainHead,
.mainText {
	width: 100%;
	text-align: center;
}
.mainsubTextList {
	text-align: left;
	margin: 0;
	color: #000;
	font-size: 15px;
	font-family: Roboto;
	font-style: normal;
}

.mainsubTextPara {
	width: 75%;
	text-align: left;
	margin: 0;
	color: #000;
	font-size: 13px;
	font-family: Roboto;
	font-style: normal;
}

.verticalLine {
	position: absolute;
	height: 345px;
	width: 2px;
	background-color: #0076ce;
	left: 48vw;
	top: 4vh;
}

.goldLogo {
	content: url("./images/software/goldLogo1.svg");
	position: absolute;
	width: 6%;
	left: calc((33% + 307px) / 2);
	transform: translateX(calc((-7.7%) / 2));
	bottom: 10%;
}
/* .platinumLogo{
	content: url("./images/software/platinumLogo.jpg");
    position: absolute;
	width: 6% ;
	left: calc((33% + 307px) / 2);
    transform: translateX(calc((-7.7%) / 2));
    bottom: 10%;
} */

@media screen and (max-width: 1024px) {
	#root {
		opacity: 0;
		z-index: 0;
	}
	#move_text,
	#rotate_text,
	#zoom_text {
		display: inline-block;
		min-width: 200px;
		text-align: center;
	}
	.loaderimg img {
		margin-top: 26px;
		margin-left: -16px;
		width: calc(100vw - 300px);
	}

	#exploreButtton {
		top: 600px;
	}

	.accordia_icon {
		display: contents;
		letter-spacing: 6px;
	}

	.arrow {
		width: 12px;
		height: 12px;
		background: url("images/Chevron_right.png") center center no-repeat;
		background-size: 15px;
	}

	.subMenuBtn.active .arrow {
		width: 12px;
		height: 12px;
		background: url("images/Expand_accordion.png") center center no-repeat;
		background-size: 15px;
	}

		#mainLoadHeadingContainer .subHeading {
		  top: 58vh;
		}
		
		.disclaimer {
			width: 80%;
			left: 25%;
			transform: scale(0.8);
		}
}

@media screen and (min-width: 1024px) and (max-height: 720px) {
	.disclaimer {
		bottom: 5%;
        width: 73%;
        left: 22%;
        transform: scale(0.8);
	}
}

@media screen and (min-width: 3840px) {
	/* .popup {
		transform: scale(2.5) !important;
	} */

	.accordionContent {
		background-color: #f5f6f7;
	}
	#mainLoadHeadingContainer {
		width: 19%;
	}
	.verticalLine {
		height: 320px;
		top: 2vh;
		left: 37vw;
	}

	.disclaimer{
		font-size: 24px;
	}
	
}
@media screen and (min-width: 2560px) and (max-width: 3839px) {
	#mainLoadHeadingContainer {
		width: 30%;
	}

	.verticalLine {
		left: 53vw;
	}
	.loaderimg img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
		width: 100%;
	}
	.accordionContent {
		background-color: #f5f6f7;
	}

	.popup.active {
		transform: scale(1) !important;
	}
	#learnMore {
		top: 450%;
	}

	.disclaimer{
		font-size: 24px;
	}

}
@media screen and (min-width: 1440px) and (max-width: 1620px) {
	#vxrailhci.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.vxrailhciText {
		padding: 0 15px;
	}
	.vxrailhciText span {
		max-width: 255px;

		font-size: 14px;
	}
	#security.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.securityText {
		margin: 10px 0;
		padding: 0 30px;
	}
	.securityText span {
		font-size: 14px;
	}
	#dataProtection.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	#dataProtection {
		transform: scale(0.97);
	}
	.dataProtectionText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.dataProtectionText .headingText {
		font-size: 14px;
	}
	.dataProtectionText .detailsText {
		font-size: 13px;
	}
	#productView.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.productViewText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.productViewText .headingText {
		font-size: 14px;
	}
	.productViewText .detailsText {
		font-size: 13px;
	}
	#dm.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.dmText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.dmText .headingText {
		font-size: 14px;
	}
	.dmText .detailsText {
		font-size: 13px;
	}
	#softwareContainer {
		display: block;
		left: calc(307px / 2 + 50%);
		top: 26%;
		width: calc(90vw - 307px);
	}

	/* #accordionContainer {
		display: block;
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	} */
	.mainImg img {
		height: 35px;
	}
	#security .mainImg img {
		height: 35px;
	}
	.mainImg,
	.mainHead,
	.mainText {
		padding: 0 20px;
	}
	.mainHead span {
		font-size: 13px;
		padding: 0 30px;
	}
	#security .mainHead span {
		font-size: 14px;
		padding: 0 10px;
	}
	.mainText p {
		font-size: 13px;
		padding: 0 20px;
	}
	#security .mainContent {
		margin: 5px 0;
	}
	.mainHeading {
		font-size: 20px;
	}
	.mainsubTextList {
		font-size: 10px;
	}
	.interiorContainer {
		left: 35% !important;
	}
	#learnMore {
		top: 242%;
	}
	#productView .mainHead span {
		min-width: 252px;
	}
	.topSubHeading h4 {
		font-size: 20px;
	}
	#topsubHeadingContainer,
	#topsubHeadingContainerOne,
	#topsubHeadingContainerTwo {
		top: 0.6%;
		font-size: 26px;
	}

	.popup.active, .bottomTextparaWrapper {
		transform: scale(0.8) !important;
		transform-origin: left Bottom !important;
	}

	#ports_popup5 {
		bottom: 44%;
		left: calc(307px + 4%);
		width: 29%;
	}

	#ports_popup3 {
		bottom: 2%;
		left: calc(307px + 1%);
		width: 24%;
	}
	#mainLoadHeadingContainer {
		width: 75%;
		font-size: 26px;
	}

	#mainLoadHeadingContainer .subHeading {
		font-size: 24px;
		left: calc(47px + 10%);
	}

	#mainLoadHeadingContainer .subText {
		font-size: 20px;
		left: calc(47px + 10%);
	}
	.verticalLine {
		position: absolute;
		height: 245px;
		width: 2px;
		background-color: #0076ce;
		left: 46vw;
		top: 2vh;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1439px) {
	#vxrailhci.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	#dataprotection {
		display: flex;
		transform: scale(0.78);
		flex-wrap: wrap;
	}
	#softwareContainer {
        top: 30% !important;
    }
	#ports_popup5 {
		bottom: 44%;
		left: calc(307px + 2%);
		width: 32%;
	}
	#vmware {
		transform: scale(0.88);
	}
	.vxrailhciText {
		padding: 0 15px;
	}
	.vxrailhciText span {
		max-width: 255px;

		font-size: 14px;
	}
	#security.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.securityText {
		margin: 10px 0;
		padding: 0 30px;
	}
	.securityText span {
		font-size: 14px;
	}
	#dataProtection.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.dataProtectionText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.dataProtectionText .headingText {
		font-size: 14px;
	}
	.dataProtectionText .detailsText {
		font-size: 13px;
	}
	#productView.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.productViewText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.productViewText .headingText {
		font-size: 14px;
	}
	.productViewText .detailsText {
		font-size: 13px;
	}
	#dm.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.dmText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.dmText .headingText {
		font-size: 14px;
	}
	.dmText .detailsText {
		font-size: 13px;
	}
	#softwareContainer {
		display: block;
		left: calc(307px / 2 + 50%);
		top: 27%;
		width: calc(90vw - 307px);
	}
	/* #accordionContainer {
		display: block;
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	} */
	.mainContentCustomize {
		margin-bottom: 60px;
	}
	.mainImg img {
		height: 35px;
	}
	#security .mainImg img {
		height: 35px;
	}
	.mainImg,
	.mainHead,
	.mainText {
		padding: 0 20px;
	}
	.mainHead span {
		font-size: 13px;
		padding: 0 30px;
	}
	#security .mainHead span {
		font-size: 14px;
		padding: 0 10px;
	}
	.mainText p {
		font-size: 13px;
		padding: 0 20px;
	}
	#security .mainContent {
		margin: 5px 0;
	}
	.mainHeading {
		font-size: 20px;
	}
	.mainsubTextList {
		font-size: 10px;
	}
	.interiorContainer {
		left: 35% !important;
	}
	#learnMore {
		top: 242%;
	}
	#productView .mainHead span {
		min-width: 252px;
	}
	.topSubHeading h4 {
		font-size: 20px;
	}
	#topsubHeadingContainer,
	#topsubHeadingContainerOne,
	#topsubHeadingContainerTwo {
		top: 0.6%;
		font-size: 26px;
	}

	.popup.active, .bottomTextparaWrapper {
		transform: scale(0.8) !important;
		transform-origin: left Bottom !important;
	}

	.bottomTextparaWrapper {
		left: calc(307px + 23%) !important;
	}
	
	#ports_popup5 {
		bottom: 44%;
		left: calc(307px + 4%);
		width: 29%;
	}

	#ports_popup6 {
		width: 54%;
	}

	#ports_popup3 {
		bottom: 2%;
		left: calc(307px + 1%);
		width: 24%;
	}
	#mainLoadHeadingContainer {
		width: 75%;
		font-size: 26px;
	}

	#mainLoadHeadingContainer .subHeading {
		font-size: 24px;
		left: calc(47px + 10%);
	}

	#mainLoadHeadingContainer .subText {
		font-size: 20px;
		left: calc(47px + 10%);
	}

	.disclaimer{
		left: 25%;
	}

	.verticalLine {
		height: 223px !important;
		width: 1px !important;
		left: 45vw !important;
		top: 5vh !important;
	}

	.topSubHeading h4 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1280px) {
	.popup.active, .bottomTextparaWrapper {
		transform: scale(0.75) !important;
		transform-origin: left Bottom !important;
	}
	#ports_popup3 {
		width: 33%;
	}
	#ports_popup5 {
		bottom: 22%;
	}
	#ports_popup6 {
		bottom: 8%;
		width: 72%;
	}
	#accordionContainer {
		top: 49%;
	}
	.mainContentCustomize {
		margin-bottom: 0px;
	}
	.bottomTextparaWrapper {
		left: calc(307px + 25%) !important;
	}
	#vmware, #vxrailhci, #dm, #dataprotection{
		transform: scale(0.6);
	}
	.verticalLine {
		left: 44vw;
	}
	#topsubHeadingContainerOne {
        left: calc((307px + 51%)) !important;
    }
	/* #topsubHeadingContainer, #topsubHeadingContainerOne, #topsubHeadingContainerTwo {
        font-size: 22px !important;
    } */

	/* .mainLoadHeading {
		transform: scale(0.8);
	}
	#mainLoadHeadingContainer .subHeading {
		top: 60vh;
		transform: scale(0.8);
	} */
}
/* style for ipad portrait to only software section hotspots */
@media screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
	}
	#root {
		opacity: 0;
		z-index: 0;
	}
	#move_text,
	#rotate_text,
	#zoom_text {
		display: inline-block;
		min-width: 200px;
		text-align: center;
	}
	.loaderimg img {
		margin-top: 26px;
		margin-left: -16px;
		width: calc(100vw - 300px);
	}

	#exploreButtton {
		top: 600px;
	}

	.accordia_icon {
		display: contents;
		letter-spacing: 6px;
	}

	.arrow {
		width: 12px;
		height: 12px;
		background: url("images/Chevron_right.png") center center no-repeat;
		background-size: 15px;
	}

	.subMenuBtn.active .arrow {
		width: 12px;
		height: 12px;
		background: url("images/Expand_accordion.png") center center no-repeat;
		background-size: 15px;
	}
	#vmware, #vxrailhci, #dm, #dataprotection {
		transform: scale(0.65);
	}
	#mainLoadHeadingContainer .subHeading {
		position: absolute;
		top: 27vh;
		left: calc((35px + 1%));
		font-weight: 500;
	}
   	.mobDisclaimer{
		pointer-events: none;
		font-size: 13px;
	}
   
	#mainLoadHeadingContainer .subText {
		font-size: 16px;
		font-weight: normal;
	}
	#vxrailhci.softwarePopUp {
		left: 50%;
		top: 15%;
		width: 90vw;
	}
	.vxrailhciText {
		padding: 0 15px;
	}
	.vxrailhciText span {
		max-width: 255px;

		font-size: 14px;
	}
	#security.softwarePopUp {
		left: 50%;
		width: 90vw;
		top: 13%;
	}
	.securityText {
		margin: 10px 0;
		padding: 0 30px;
	}
	.securityText span {
		font-size: 14px;
	}
	#dataProtection.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.dataProtectionText {
		margin: 20px 0;
		padding: 0 15px;
	}
	.dataProtectionText .headingText {
		font-size: 14px;
	}
	.dataProtectionText .detailsText {
		font-size: 13px;
	}
	
	#productView.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.productViewText {
		margin: 20px 0;
		padding: 0 15px;
	}
	.productViewText .headingText {
		font-size: 14px;
	}
	.productViewText .detailsText {
		font-size: 13px;
	}
	#dm.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.dmText {
		margin: 20px 0;
		padding: 0 15px;
	}
	.dmText .headingText {
		font-size: 14px;
	}
	.dmText .detailsText {
		font-size: 13px;
	}
	#softwareContainer {
		display: block;
		left: 50%;
		top: 14%;
		width: 90vw;
	}
	#accordionContainer {
		display: block;
		right: 83%;
		top: 17%;
		width: 90vw;
	}
	.mainImg img {
		height: 35px;
	}
	#security .mainImg img {
		height: 35px;
	}
	.mainImg,
	.mainHead,
	.mainText {
		padding: 0 32px;
	}

	#security .mainHead span {
		font-size: 14px;
		padding: 0 20px;
	}
	.mainHead span {
		font-size: 14px;
		padding: 0 25px;
	}

	.mainText p {
		font-size: 13px;
		padding: 0 30px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#security .mainImg {
		margin-bottom: 5px;
	}
	#security .mainContent {
		margin: 5px 0;
	}
	.mainHeading {
		font-size: 19px;
		margin-bottom: 1px;
		width: 100%;
	}
	.mainsubTextList {
		font-size: 10px;
	}
	.softwareDiv {
		scale: 0.7;
	}
	.accordionDiv {
		scale: 0.7;
	}
	.exteriorDiv {
		scale: 0.7;
	}
	.verticalLine {
		height: 250px;
		width: 2px;
		left: 60vw;
		top: 3vh;
	}

	.bottomTextparaWrapper {
		top: 28% !important;
		left: 18% !important;
		bottom: unset !important;
		font-size: 18px !important;
	}

	#topsubHeadingContainerOne {
		left: 65% !important;
		font-size: 18px;
		top: 0.6%;
	}

	.interiorContainer {
		left: 15% !important;
	}
	.platinumLogo {
		left: 10% !important;
		top: 33% !important;
	}
	.goldLogo {
		left: 10% !important;
		top: 33% !important;
	}
	#mainHeadingContainer {
		left: 50% !important;
	}
	#mainLoadHeadingContainer {
		left: 50%;
		width: 55%;
		font-size: 25px;
	}
	#vxrailhci .mainHead {
		justify-content: center;
	}
	#learnMore {
		top: 230%;
	}
	#logoContainer {
		position: absolute;
		left: calc(16.5% + -92.5px);
		transform: translateX(calc(16.5%));
		bottom: 59%;
		display: inline-block;
		max-width: 76px;
	}
	.logoText {
		font-size: 14px;
	}
	.disclaimer{
		position: absolute;
		text-align: left;
		top: 40%;
		font-size: 12px;
		width: 92%;
		/* justify-content: center; */
		left: 51%;
		color: gray;
	}
	.topSubHeading h4 {
		font-size: 19px;
	}

	#softwareContainer {
		display: block;
		left: 50%;
		top: 18.5%;
		width: 90vw;
	}

	#productView {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	
}
/* style for ipad landscape to only software section hotspots  */
@media screen and (min-width: 1024px) and (max-width: 1439px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	#exploreButtton {
		display: block;
	}
	.loaderimg {
		opacity: 1;
	}
	#move_text,
	#rotate_text,
	#zoom_text {
		color: #ffffff;
	}
	
	#howToUSE {
		transform: scale(0.7) !important;
		top: -9.5% !important;
		margin-left: -53px !important;
	}
	.popup .content {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.popup p {
		margin: 0;
		font-size: 10px;
	}

	.button_div {
		margin-bottom: -23px;
		margin-left: -23px;
		margin-right: -23px;
	}
	
	#vxrailhci.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.vxrailhciText {
		padding: 0 15px;
	}
	.vxrailhciText span {
		max-width: 255px;

		font-size: 14px;
	}
	#security.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.securityText {
		margin: 10px 0;
		padding: 0 30px;
	}
	.securityText span {
		font-size: 14px;
	}
	#dataProtection.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.dataProtectionText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.dataProtectionText .headingText {
		font-size: 14px;
	}
	.dataProtectionText .detailsText {
		font-size: 13px;
	}
	#productView.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.productViewText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.productViewText .headingText {
		font-size: 14px;
	}
	.productViewText .detailsText {
		font-size: 13px;
	}
	#dm.softwarePopUp {
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.dmText {
		margin: 20px 0;
		padding: 0 5px;
	}
	.dmText .headingText {
		font-size: 14px;
	}
	.dmText .detailsText {
		font-size: 13px;
	}
	#softwareContainer {
		display: block;
		left: calc(307px / 2 + 50%);
		top: 31%;
		width: calc(90vw - 307px);
	}
	#accordionContainer {
		display: block;
		left: calc(307px / 2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.mainImg img {
		height: 35px;
	}
	#security .mainImg img {
		height: 35px;
	}
	.mainImg,
	.mainHead,
	.mainText {
		padding: 0 20px;
	}
	.mainHead span {
		/* font-size: 14px; */
		font-size: 12px;
		padding: 0 30px;
	}
	#security .mainHead span {
		font-size: 14px;
		padding: 0 10px;
	}
	.mainText p {
		font-size: 13px;
		padding: 0 20px;
	}
	.mainHeading {
		font-size: 17px;
		width: 100%;
	}
	.mainsubTextList {
		font-size: 10px;
	}

	.softwareDiv {
		scale: 0.9;
	}

	#topsubHeadingContainer {
		left: calc((36% + 307px));
	}
	.accordionDiv {
		scale: 0.9;
	}
	.exteriorDiv {
		scale: 0.9;
	}

	#dm .mainHead {
		padding: 0px 10px;
	}

	#dm .mainHead {
		padding: 0px 10px;
	}
	.verticalLine {
		height: 226px;
		width: 2px;
		left: 43vw;
		top: 5vh;
	}

	#topsubHeadingContainerTwo {
		position: absolute;
		width: 100%;
		top: 0.6%;
		left: calc((307px + 29%)) !important;
		transform: translateX(calc((-100%) / 2));
	}

	#topsubHeadingContainerOne {
		position: absolute;
		width: 100%;
		top: 0.6%;
		left: calc((307px + 55%)) !important;
		transform: translateX(calc((-100%) / 2));
	}
	.interiorContainer {
		left: 40% !important;
	}
	#vxrailhci .mainHead {
		justify-content: center;
	}
	#mainLoadHeadingContainer {
		width: 50%;
		font-size: 24px;
	}

	#accordionContainer {
		display: block;
		right: calc(307px / 2 + 50%);
		left: unset;
		top: 26%;
		width: calc(90vw - 307px);
	}
	#productView {
		display: flex !important;
	}

	#vmware, #vxrailhci, #dm, #dataprotection {
		transform: scale(1);
	}
	#mainLoadHeadingContainer .subHeading {
		top: 58vh;
	}


	.disclaimer {
		left: 63%;
	}

	
	
}
/* style for mobile portrait to only software section hotspots */
@media screen and (min-width: 300px) and (max-width: 600px) and (orientation: portrait) {
	#move_text,
	#rotate_text,
	#zoom_text {
		text-align: center;
	}

	#loading {
		flex-wrap: wrap;
		left: 50%;
		top: 58%;
		transform: translate(-50%, -240%) scale(0.6);
		min-width: 350px;
	}

	#loading > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 80px;
	}

	#loading > #loader {
		width: 379px;
		height: 5px;
		top: 465px;
	}
	#move img,
	#rotate img,
	#zoom img {
		margin: 0;
	}
	#move {
		margin-bottom: 40px;
	}
	#rotate {
		margin: 10px 137px;
	}
	#zoom {
		margin-top: 40px;
	}

	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
	}


	.topSubHeading h4 {
		font-size: 13px;
		width: 100%;
	}

	#topsubHeadingContainer, #topsubHeadingContainerOne, #topsubHeadingContainerTwo{
		font-size: 13px !important;
	}

	#logoContainer {
		position: absolute;
		left: calc(-33.5% + 169.5px);
		transform: translateX(calc(-32.5%));
		bottom: 57%;
		display: inline-block;
		max-width: 52px;
	}
	.logoText {
		position: absolute;
		left: 110%;
		top: 1%;
		display: block;
		font-size: 12px;
		/* width: 87%; */
	}
	.logoDisclaimerText {
		width: 108px;
		text-align: left;
		font-size: 5px;
	}
	.disclaimer{
		position: absolute;
		text-align: left;
		bottom: 56%;
		font-size: 5px;
		width: 100%;
		left: 80%;
		color: gray;
	}
	#vxrailhci.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.vxrailhciText {
		padding: 0 7px;
	}
	.vxrailhciText span {
		max-width: 255px;
		font-size: 10px;
		text-align: left;
	}
	#security.softwarePopUp {
		left: 50%;
		width: 90vw;
		top: 13%;
	}
	.securityText {
		margin: 6px 0;
		padding: 0 5px;
	}
	.securityText span {
		font-size: 10px;
	}

	#dataProtection.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.dataProtectionText {
		margin: 8px 0;
		padding: 0 5px;
	}
	.dataProtectionText .headingText {
		font-size: 10px;
		margin-bottom: 4px;
	}
	.dataProtectionText .detailsText {
		font-size: 9px;
	}
	#productView.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.productViewText {
		margin: 8px 0;
		padding: 0 5px;
	}
	.productViewText .headingText {
		font-size: 10px;
		margin-bottom: 4px;
	}
	.productViewText .detailsText {
		font-size: 9px;
	}
	#dm.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.dmText {
		margin: 8px 0;
		padding: 0 5px;
	}
	.dmText .headingText {
		font-size: 10px;
		margin-bottom: 4px;
	}
	.dmText .detailsText {
		font-size: 9px;
	}
	#softwareContainer {
		display: block;
		left: 50%;
		top: 16%;
		/* top: 14%; */
		width: 90vw;
	}

	#accordionContainer {
		display: block;
		right: 82%;
		top: 17%;
		width: 90vw;
	}

	#productView {
		display: flex;
	}
	.mainContent {
		margin-bottom: 0px;
	}

	#mainHeadingContainer {
		left: 50% !important;
	}
	#mainLoadHeadingContainer {
		position: absolute;
		width: 71%;
		top: 4%;
		left: 50%;
		transform: translateX(calc((-100%) / 2));
		font-size: 18px;
		color: #0076ce;
		text-align: center;
	}

	#mainLoadHeadingContainer .subHeading {
		position: absolute;
		top: 25vh;
		left: calc((25px + 1%));
		font-size: 16px;
	}

	#mainLoadHeadingContainer .subText {
		font-size: 12px;
		font-weight: normal;
	}

	.mainsubTextList {
		font-size: 10px;
	}
	.mainImg img {
		height: 25px;
	}
	#security .mainImg img {
		height: 25px;
	}
	.mainImg {
		padding: 0;
		margin-bottom: 5px;
	}
	#security .mainImg {
		margin-bottom: 5px;
	}
	#security .mainContent {
		margin: 5px 0;
	}
	.mainHead span {
		font-size: 7px;
	}
	#security .mainHead span {
		font-size: 7px;
	}
	.mainText p {
		font-size: 7px;
		padding: 0 7px;
		margin-top: 5px;
	}
	.mainHeading {
		font-size: 13px;
		width: 100%;
	}
	.mainsubTextList {
		font-size: 8px;
		width: 110px;
	}

	.verticalLine {
		height: 143px;
		left: 60vw;
		top: 3vh;
		width: 1px;
	}
	#vxrailhci .mainHead span {
		margin: 9px;
	}
	.interiorContainer {
		left: 14% !important;
	}
	.platinumLogo {
		left: 10% !important;
		top: 37%;
	}
	.goldLogo {
		left: 10% !important;
		top: 37%;
	}
	#learnMore {
		font-size: 14px;
		position: absolute;
		top: 195%;
		left: 10px;
		z-index: 1;
		color: #0076ce;
	}

	#vxrailhci .mainHead {
		justify-content: center;
	}

	.mainHead {
		width: 80%;
	}

	/* CSS specific to iOS devices */
	@supports (-webkit-touch-callout: none) {
		#security {
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 23px;
		}
	}
	/* CSS for other than iOS devices */
	@supports not (-webkit-touch-callout: none) {
		#security,
		#dataProtection,
		#dm,
		#productView {
			margin-bottom: 13px;
		}
	}

	.bottomTextparaWrapper {
		top: 22% !important;
		left: 7% !important;
		font-size: 15px !important;
		bottom: unset !important;
	}

	#disclaimerTextContainer{
		display: none !important;
	}

	.mobDisclaimer{
		pointer-events: none;
		font-size: 13px;

	}

	.mainLoadHeading{
		width: 115%;
		left: -5%;
	}
}
/* style for mobile landscape to only software section hotspots */
@media screen and (max-height: 500px) and (orientation: landscape) {
	#softwareContainer,
	#vxrailhci,
	#security,
	#dataProtection,
	#productView,
	#dm,
	#accordionContainer {
		display: none;
	}
}

/*Edit Popup*/
.draggable {
	resize: both;
	overflow: auto;
}
.draggable:hover {
	cursor: move;
}
.popupAttribute {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 99;
	background-color: #f1f1f1;
	font-size: 12px;
	padding: 10px;
	min-height: 30px;
	min-width: 200px;
	max-width: 500px;
}
/*Edit Popup End*/

#menu_id_nvRamBatteries ol li:nth-child(3),
#menu_id_nvRamBatteries ol li:nth-child(4),
#menu_id_cpuMemory ol li:nth-child(4) {
	list-style-type: disc;
}


