/* OVERALL CSS START */
/*{	} REMOVED FONT-FAMILY  FROM HERE AND ADDED THAT TO PARENT DIV .homeScreen edited 03/08/2023*/

.homeScreen{/*added this line for adding font family edited 03/08/2023*/
    font-family: 'Roboto', Arial, sans-serif, Helvetica !important;
}
#square {
    width: 20px;
    height: 20px;
    background: #0185D5;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0%;
    right: -1.9%;
    cursor: pointer;
}
#square:hover{
    background: #fff;
    color: #0185D5;
    top: 0%;
    border: none;
}
.DataImg img {
    width: 65% !important;
    }
.appNameleft{
cursor: pointer;
line-height: 25px;
}

#warning-message{ 
display: none; 
}
.pageHeading {
position: absolute;    
top: 4%;
font-weight: 100;
color: #FFF;
font-size: 30px;
text-align: center;
width: 100%;
}
.homeScreen{
width:1200px;
margin:0 auto;
}
.homeScreen img{
width: 100% ;
height: auto;
vertical-align: middle;
}
img.IconImg {
width: 97%;
cursor: pointer;
}
img.navImage {
width: 100% !important;
max-width: 46px !important;
max-height: 46px !important;
border-radius: 50%;
transition-duration: 0.7s;
cursor: pointer;
}
.appWrapper {
display: flex;
align-items: center;
}
#appIcon1{
display: flex;
align-items: center;
flex-direction:row;
}
#appIcon5,#appIcon6{
display: flex;
align-items: center;
flex-direction:row;
}

#appIcon1 .appNameleft{
padding:10px 20px 10px 25px;
margin-bottom: 3%;
font-weight: normal;
font-size: 20px; 
}
#appIcon6 .appNameleft{
padding:10px 20px 10px 25px; 
font-weight: normal;
font-size: 20px; 
}
#appIcon5 .appNameleft{
padding:10px 20px 10px 25px;
font-weight: normal;
font-size: 20px; 
}
#appIcon2 .appNameleft{
padding:10px 25px 10px 20px;
margin-bottom: 3%;  
font-weight: normal;
font-size: 20px; 
}
#appIcon3 .appNameleft{
padding:10px 25px 10px 20px; 
font-weight: normal;
font-size: 20px;  
}
#appIcon4 .appNameleft{
padding:10px 25px 10px 20px; 
font-weight: normal;
font-size: 20px; 
margin-top:5% 
}

.mainListspl2{
text-indent: -13px;
padding-left: 13px;
font-size: 14px !important;
font-weight: 500;
color: #303030;
margin: 5px 0 !important;
}
div#appIcon1 {     
left: 18.5%;
top: 32%;

}
div#appIcon2 {
top: 32%;
right: 11%;
}
div#appIcon3 {
top: 51%;
right: 10%;
}
div#appIcon4 { 
top: 70%;
right: 23%;
}
div#appIcon5 {
top: 71%;
left: 14%;
}
div#appIcon6 {
left: 8.5%;
top: 51%;
}
@media (hover: hover) {
#appIcon1:hover .appNameleft{
padding: 10px 60px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 20px;
}
#appIcon1:hover{
left: 18.5%;
top: 32%;
}
#appIcon5:hover .appNameleft{
padding: 10px 60px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size:20px;
}
#appIcon5:hover{
top: 71%;
left: 14%;     
}
#appIcon6:hover .appNameleft{
padding: 10px 60px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 20px;
}
#appIcon6:hover{
left: 8.5%;
top: 51%;     
}
#appIcon1:hover .appIcon,#appIcon5:hover .appIcon,#appIcon6:hover .appIcon{
margin-left:-40px;
}
#appIcon2:hover .appNameleft{
padding:2px 25px 2px 60px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 20px;
}
#appIcon2:hover{
top: 32%;
right: 11%;
}
#appIcon3:hover .appNameleft{
padding: 10px 25px 10px 60px;
background: #fff;
color: #003A63;
border-radius: 30px;  
font-weight: normal;
font-size: 20px; 
}
#appIcon3:hover{
top: 51%;
right: 10%;
}
#appIcon4:hover .appNameleft{
padding: 10px 25px 10px 60px;
background: #fff;
color: #003A63;
border-radius: 30px;  
font-weight: normal;
font-size: 20px;
}
#appIcon4:hover{
top: 70%;
right: 23%;
}
#appIcon2:hover .appIcon,#appIcon3:hover .appIcon,#appIcon4:hover .appIcon{
margin-right:-40px;  
z-index:1;  
}
.AppIconBtn:hover .navImage {
transform: scale(1.03);
}
.AppIconBtn:hover .NavTabWrapper.tabName  {   
transform: scale(1.03);
}
a.mainListlink:hover {
text-decoration: underline;
color: #00426A !important;
}
.closePopupBtn:hover {
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseH001.svg");
background-repeat: no-repeat;
background-size: contain;
}
}

#appIcon2{
display: flex;
align-items: center;
flex-direction: row-reverse;  
}
#appIcon3,#appIcon4{
display: flex;
align-items: center;
flex-direction: row-reverse;  
}


.appNameleft {
color:#fff;
font-size: 20px;  
}
.bottomBorder {
background-color: #00A9E0;
height: 10px;
width: 100%;
position: absolute;
top: 99%;
overflow: hidden;
}
.barColor {
background: #0185D5;
height: 10px;
width: 11.4%;
float: right;
margin-right: 4%;
}
.HomeScreen {
position: relative;
}
.appWrapper{
position: absolute;

}

.AppIconBtn{
pointer-events: auto;
background-image: none;
}

.AppIconBtn.active .navImage  {
cursor:unset;
pointer-events: none !important;
display: none;
}
.tabColor{
color:#000 !important;
font-weight: 500;

}
.AppIconBtn0.active { 
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_TabA001.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width:46px;
height:46px;
margin: 0 auto;
}
.AppIconBtn1.active{
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_TabA002.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width:46px;
height:46px;
margin: 0 auto;
}
.AppIconBtn2.active{
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_TabA003.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width:46px;
height:46px;
margin: 0 auto;
}
.AppIconBtn3.active{
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_TabA004.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width:46px;
height:46px;
margin: 0 auto;
}
.AppIconBtn4.active{
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_TabA005.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width:46px;
height:46px;
margin: 0 auto;
}
.AppIconBtn5.active{
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_TabA006.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width:46px;
height:46px;
margin: 0 auto;
}
.appInfoContainer {
display: flex;
justify-content: space-between;
align-items: center;
margin:20px 0;
}
.appImage {
width: 50%;
text-align: center;
}
.appInfo { width: 50%;}

div#Screen2 {display: flex;}

.barColorOne{
height: 10px;
width: 11.4%;
float: right;
background:#00A9E0;
margin-right: 15%;
}
.bottomBorderpopup {
background-color: #0185D5;
height: 10px;
width: 100%;
position: absolute;
top: 99%;
max-width: 100%;
padding-right: 2.65%;
overflow: hidden;
}
#barColorpopup {
height: 10px;
width: 11.4%;
float: right;
margin-right: -22%;
}

.barColorpopup0{background:#82C341;}

.barColorpopup1{background: #E2066F;}

.barColorpopup2{background:#F57F29;}

.barColorpopup3{background: #F2A900;}

.barColorpopup4{background: #80276C;}

.barColorpopup5{background: #26BCB4;}

.closePopupBtn {
width: 20px;
height: 20px;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
margin-right: -2.1%;
margin-top: -5.6%;

}

.NavIconsWrapper {
display: flex;
align-items: flex-end;
position: absolute;
top: 50%;
width: 100%;
}

.navImage{
width:75% !important;
max-width: 50px !important;
}

.mainListWrapper {
padding: 2px 0;
}
p.mainListSpl {
font-size: 14px !important;
font-weight: 500;
color: #303030;
text-indent: -15px;
padding-left: 15px;
margin: 5px 0 !important;
}
.modalHeader {
display: flex;
justify-content: space-between;
background-color: #EDEFF0;
align-items: center;
padding: 1% 0%;
position: relative;
max-height: 75px;
min-height: 8vh;
flex-direction: row-reverse;
}
.selected-instrument-content-wrapper {margin-top: 7%;}
.NavTabWrapper {
margin: -30px 0px 0 0px;
width: 100%;
}

.instrumentOverlay {
width: 1200px;
height: 551px;
text-align: center;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color:#003A63;
z-index: 3;
animation:fadeInDown 0.5s ease-out reverse forwards;
}
.appdetailHeading {
text-align: left;
padding-left: 2%;
/* height: 50px; */
background-color: #0185d5;
display: flex;
align-items: center;
color: #fff;
font-size: 18px !important;
font-weight: 100;
padding: 1.6% 0 1.6% 2%;
}
.dataWrapper {
display: flex;
justify-content: space-between;
animation:fadeInDown 0.6s ease-out reverse forwards;
}


.popUpDataContainer {
background-color: #ffffff;
display: inline-block;
position: relative;
top: 20px;
width: 85%;
height: 440px;
margin: 0 auto;
}
.DataText {
text-align: left;
padding: 0 0 0 45px;
width: 70%;
}

.DataImg {
width: 57%;
text-align: right;
padding: 0 35px 0 0;
}
.NavTabWrapper p {
color: #2394da;
font-size: 12px !important;
transition-duration: 0.7s;
margin: 5px 0 !important;
}
p.appTitle {
font-size: 18px !important;
font-weight: 500 !important;
margin: 5px 0 !important;
}
p.solTitle {
font-size: 14px !important;
font-weight: 500;
margin:0 !important;
color: #000 !important;
}
a.mainListlink {
text-decoration: none;
color: #0085D5!important;
font-weight: 500;
font-size: 14px !important;

}
p.mainList {
font-size: 14px !important;
font-weight: 500;
color: #303030;
margin: 5px 0 !important;

}
p.subList {
padding-left: 26px;
color: #303030 !important;
font-size: 14px;
font-weight: 500;
text-indent: -13px;
margin: 5px 0 !important;
}

@keyframes fadeInDown {

from {
opacity: 1;

}
to{
opacity: 0.8;


}

} 
@keyframes instrumentPopUpOpen {
0%{transform: scale(0.9);}
100%{transform: scale(1);}
}
@keyframes instrumentPopUpClose {
0%{  transform: scale(1); }
100%{   transform: scale(0.9);}
}
/* START MEDIA QUERY */
@media screen and (max-width:1280px) and (orientation:landscape){
    .modalHeader {
        display: flex;
        justify-content: space-between;
        background-color: #EDEFF0;
        align-items: center;
        padding: 1% 0%;
        position: relative;
        max-height: 80px;
        min-height: 8vh;
        flex-direction: row-reverse;
    }
    .closePopupBtn {
        margin-right: -2%;
        margin-top: -5%;
    }
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
.homeScreen{    
width: 100%;    
padding: 0px;    
}  
.instrumentOverlay{
width: 100%; 
}  
}
@media screen and (max-width:1180px) and (orientation:landscape){
    #square {
        width: 20px;
        height: 20px;
        background: #0185D5;
        color: #fff;
        font-size: 16px;
        position: absolute;
        top: 0%;
        right: -2%;
        cursor: pointer;
    }
}
@media screen and (max-width:1093px) and (orientation:landscape){
   
    #square {
        
        top: -1.5%;
        right: -2%;
        cursor: pointer;
    }
    
}
@media screen and (max-width: 1055px) and (orientation: landscape) {
.NavTabWrapper p {
color: #2394da;
font-size: 11px !important;
transition-duration: 0.7s;
margin: 5px 0 !important;
}
.pageHeading {
position: absolute;
top: 8%;
font-weight: 100;
color: #FFF;
font-size: 25px;
text-align: center;
width: 100%;
margin:0 auto !important;
}
img.IconImg {
width: 75%;
}
.appNameleft {
color: #fff;
font-size: 18px !important;
}
@media (hover: hover) {
#appIcon1:hover .appNameleft {
padding: 10px 40px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon1:hover{
left: 16.95%;
top: 32%; 
}
#appIcon2:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon2:hover{
top: 31%;
right: 10%;
}
#appIcon3:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon3:hover{
top: 51%;
right: 10%;
}
#appIcon4:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon4:hover{
top: 70%;
right: 23%;
}
#appIcon5:hover .appNameleft {
padding: 10px 40px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon5:hover {
top: 70%;
left: 13.5%;
}
#appIcon6:hover .appNameleft {
padding: 10px 40px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon6:hover {
left: 7.5%;
top: 51%; 
}
#appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
margin-left: -35px;
}
}

#appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
padding: 10px 20px 10px 25px;
}
#appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
padding: 10px 25px 10px 20px;
}

.appIcon {
text-align: center;
}
div#appIcon1 {
left: 15.5%;
top: 32%;
}
div#appIcon2 {
top: 31%;
right: 8%;
}
div#appIcon3 {
top: 51%;
right: 8%;
}
div#appIcon4 {
top: 70%;
right: 21%;
}
div#appIcon5 {
top: 70%;
left: 12%;
}
div#appIcon6 {
left: 6%;
top: 51%;
}
.popUpDataContainer{
width:94%;
}
.closePopupBtn {
width: 18px;
height: 18px;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
margin-right: -1.8%;
margin-top: -5.9%;

}
}
@media screen and (max-width:1042px) and (orientation:landscape){
    #square {
        top: -1.5%;
        right: -2.3%;
        cursor: pointer;
    }
    
}
@media screen and (max-width:1038px) and (orientation:landscape){
    #square {
        top: -1.5%;
        right: -1.7%;
        cursor: pointer;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
.NavTabWrapper p {
color: #2394da;
font-size: 11px !important;
transition-duration: 0.7s;
margin: 5px 0 !important;
}

.pageHeading {
position: absolute;
top: 8%;
font-weight: 100;
color: #FFF;
font-size: 25px;
text-align: center;
width: 100%;
margin:0 auto !important;
}
img.IconImg {
width: 75%;
}
.appNameleft {
color: #fff;
font-size: 18px !important;
}
@media (hover: hover) {
#appIcon1:hover .appNameleft {
padding: 10px 40px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon1:hover{
left: 16.95%;
top: 32%; 
}
#appIcon2:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon2:hover{
top: 31%;
right: 10%;
}
#appIcon3:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon3:hover{
top: 51%;
right: 10%;
}
#appIcon4:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon4:hover{
top: 70%;
right: 23%;
}
#appIcon5:hover .appNameleft {
padding: 10px 40px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon5:hover {
top: 70%;
left: 13.5%;
}
#appIcon6:hover .appNameleft {
padding: 10px 40px 10px 25px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 18px;
}
#appIcon6:hover {
left: 7.5%;
top: 51%; 
}
#appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
margin-left: -35px;
}
}

#appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
padding: 10px 20px 10px 25px;
}
#appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
padding: 10px 25px 10px 20px;
}

.appIcon {
text-align: center;
}
div#appIcon1 {
left: 15.5%;
top: 32%;
}
div#appIcon2 {
top: 31%;
right: 8%;
}
div#appIcon3 {
top: 51%;
right: 8%;
}
div#appIcon4 {
top: 70%;
right: 21%;
}
div#appIcon5 {
top: 70%;
left: 12%;
}
div#appIcon6 {
left: 6%;
top: 51%;
}
.popUpDataContainer{
width:85%;
}
.closePopupBtn {
    width: 18px;
    height: 18px;
    background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-right: -2.2%;
    margin-top: -7%;

}
.bottomBorderpopup{
    width: 100%;
}
}
@media screen and (max-width:1006px) and (orientation:landscape){
    #square {
        width: 16px;
        height: 16px;
        background: #003A63;
        color: #fff;
        border: .5px solid #fff;
        font-size: 14px;
        position: absolute;
        top: -.8%;
        right: -1.8%;
        cursor: pointer;
    }
}

@media screen and (max-width: 934px) and (orientation: landscape) {
.NavTabWrapper p {
color: #2394da;
font-size: 10px !important;
transition-duration: 0.7s;
margin: 5px 0 !important;
}

.pageHeading {
position: absolute;
top: 8%;
font-weight: 100;
color: #FFF;
font-size: 25px;
text-align: center;
width: 100%;
margin:0 auto !important;
}
img.IconImg {
width: 75%;
}
.appNameleft {
color: #fff;
font-size: 15px !important;
}
@media (hover: hover) {
#appIcon1:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon1:hover {
left: 18.6%;
top: 32%;  
}
#appIcon2:hover .appNameleft {
padding: 2px 25px 2px 45px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon2:hover {
top: 31%;
right: 10.2%;
}
#appIcon3:hover .appNameleft {
padding: 10px 25px 10px 45px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon3:hover {
top: 51%;
right: 9.7%;
}
#appIcon4:hover .appNameleft {
padding: 10px 25px 10px 45px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon4:hover {    
top: 70%;
right: 22.2%; 
}
#appIcon5:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon5:hover {
top: 70%;
left: 14.1%; 
}
#appIcon6:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon6:hover {
left: 8.6%;
top: 51%;
}
#appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
margin-left: -50px;
}
#appIcon2:hover .appIcon, #appIcon3:hover .appIcon, #appIcon4:hover .appIcon {
margin-right: -42px;
z-index: 1;
}
}
#appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
padding: 8px 10px 8px 20px;
}
#appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
padding: 8px 20px 8px 10px;
}

.appIcon {
text-align: center;
}
div#appIcon1 {
left: 17.5%;
top: 32%;
}
div#appIcon2 {
top: 31%;
right: 10%;
}
div#appIcon3 {
top: 51%;
right: 9.5%;
}
div#appIcon4 {
top: 70%;
right: 22%;
}
div#appIcon5 {
top: 70%;
left: 13%;
}
div#appIcon6 {
left: 7.5%;
top: 51%;
}
.popUpDataContainer{
width:94%;
}
.closePopupBtn {
width: 18px;
height: 18px;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
margin-right: -2.1%;
margin-top: -6.3%;

}
.homeScreen {
    width: 100%;
    margin: 0 auto;
}
.instrumentOverlay {
    width: 100%;
}
}
@media screen and (max-width:993px) and (orientation:landscape){
    #square {
        
        top: -1.8%;
        right: -2%;
        cursor: pointer;
    }
}
@media screen and (max-width:930px) and (orientation:landscape){
    .closePopupBtn {
       
        margin-right: -2.1%;
        margin-top: -6.3%;
    }
}
@media sceen and (max-width:914px) and (orientation:landscape){
    .closePopupBtn {
        width: 18px;
        height: 18px;
        background-image: url(https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: -2.1%;
        margin-top: -4.8%;
    }
    .modalHeader {
      
        min-height: 14vh;
       
    }
}
@media screen and (max-width:912px) and (orientation:portrait){
    .closePopupBtn {
       
        margin-right: -2.8%;
    margin-top: -8.9%;
    }
    .NavTabWrapper p {
        line-height: 14px;
    }
    .closePopupBtn {
        width: 20px;
        height: 20px;
        background-image: url(https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: -3%;
        margin-top: -14%;
    }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
.NavTabWrapper {
margin: -25px 0px 0px;
width: 100%;
}
img.navImage {
width: 100% !important;
max-width: 40px !important;
max-height: 40px !important;
border-radius: 50%;
transition-duration: 0.7s;
cursor: pointer;
}
.AppIconBtn0.active, .AppIconBtn1.active, .AppIconBtn2.active, .AppIconBtn3.active, .AppIconBtn4.active, .AppIconBtn5.active {
width: 40px; 
height: 40px;
}
.NavTabWrapper p {
color: #2394da;
font-size: 10px !important;
transition-duration: 0.7s;
}
.pageHeading {
position: absolute;
top: 8%;
font-weight: 100;
color: #FFF;
font-size: 25px;
text-align: center;
width: 100%;
margin:0 auto !important;
}
img.IconImg {
width: 75%;
}
.appNameleft {
color: #fff;
font-size: 15px !important;
}
@media (hover: hover) {

#appIcon1:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon1:hover {
left: 18.2%;
top: 32%;  
}
#appIcon2:hover .appNameleft {
padding: 4px 25px 4px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon2:hover {
top: 31%;
right: 8.5%;
}
#appIcon3:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon3:hover {
top: 51%;
right: 8.5%;
}
#appIcon4:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon4:hover {    
top: 70%;
right: 21.5%; 
}
#appIcon5:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon5:hover {
top: 70%;
left: 13.2%; 
}
#appIcon6:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon6:hover {
left: 7.2%;
top: 51%;
}
#appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
margin-left: -50px;
}
#appIcon2:hover .appIcon, #appIcon3:hover .appIcon, #appIcon4:hover .appIcon {
margin-right: -50px;
z-index: 1;
}
}
#appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
padding: 8px 10px 8px 20px;
}
#appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
padding: 8px 20px 8px 10px;
}

.appIcon {
text-align: center;
}
div#appIcon1 {
left: 17%;
top: 32%;
}
div#appIcon2 {
top: 31%;
right: 8%;
}
div#appIcon3 {
top: 51%;
right: 8%;
}
div#appIcon4 {
top: 70%;
right: 21%;
}
div#appIcon5 {
top: 70%;
left: 12%;
}
div#appIcon6 {
left: 6%;
top: 51%;
}
.popUpDataContainer{
width:94%;
}
.closePopupBtn {
width: 16px;
height: 16px;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
margin-right: -2.1%;
margin-top: -6.5%;
}
.DataText {
text-align: left;
padding: 0 0 0 30px;
width: 70%;
/* animation: instrumentPopUpOpen .5s ease forwards; */
}
}
@media screen and (max-width:844px) and (orientation:landscape){
    #square {
        width: 15px;
        height: 15px;
        
    }
}
@media screen and (max-width:820px) and (orientation:portrait) {
    .closePopupBtn {
        width: 20px;
        height: 20px;
        background-image: url(https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: -3%;
        margin-top: -13.2%;
    }
}
@media screen and (max-width: 813px) and (orientation: landscape) {
    .NavTabWrapper {
    margin: -25px 0px 0px;
    width: 100%;
    }
    img.navImage {
    width: 100% !important;
    max-width: 40px !important;
    max-height: 40px !important;
    border-radius: 50%;
    transition-duration: 0.7s;
    cursor: pointer;
    }
    .AppIconBtn0.active, .AppIconBtn1.active, .AppIconBtn2.active, .AppIconBtn3.active, .AppIconBtn4.active, .AppIconBtn5.active {
    width: 40px; 
    height: 40px;
    }
    .NavTabWrapper p {
    color: #2394da;
    font-size: 10px !important;
    transition-duration: 0.7s;
    }
    .pageHeading {
    position: absolute;
    top: 8%;
    font-weight: 100;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin:0 auto !important;
    }
    img.IconImg {
    width: 75%;
    }
    .appNameleft {
    color: #fff;
    font-size: 15px !important;
    }
    @media (hover: hover) {
    
    #appIcon1:hover .appNameleft {
    padding: 8px 50px 8px 20px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon1:hover {
    left: 18.2%;
    top: 32%;  
    }
    #appIcon2:hover .appNameleft {
    padding: 4px 25px 4px 40px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon2:hover {
    top: 31%;
    right: 8.5%;
    }
    #appIcon3:hover .appNameleft {
    padding: 10px 25px 10px 40px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon3:hover {
    top: 51%;
    right: 8.5%;
    }
    #appIcon4:hover .appNameleft {
    padding: 10px 25px 10px 40px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon4:hover {    
    top: 70%;
    right: 21.5%; 
    }
    #appIcon5:hover .appNameleft {
    padding: 8px 50px 8px 20px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon5:hover {
    top: 70%;
    left: 13.2%; 
    }
    #appIcon6:hover .appNameleft {
    padding: 8px 50px 8px 20px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon6:hover {
    left: 7.2%;
    top: 51%;
    }
    #appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
    margin-left: -50px;
    }
    #appIcon2:hover .appIcon, #appIcon3:hover .appIcon, #appIcon4:hover .appIcon {
    margin-right: -50px;
    z-index: 1;
    }
    }
    #appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
    padding: 8px 10px 8px 20px;
    }
    #appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
    padding: 8px 20px 8px 10px;
    }
    
    .appIcon {
    text-align: center;
    }
    div#appIcon1 {
    left: 16%;
    top: 32%;
    }
    div#appIcon2 {
    top: 31%;
    right: 7%;
    }
    div#appIcon3 {
    top: 51%;
    right: 7%;
    }
    div#appIcon4 {
    top: 70%;
    right: 21%;
    }
    div#appIcon5 {
    top: 70%;
    left: 12%;
    }
    div#appIcon6 {
    left: 5%;
    top: 51%;
    }
    .popUpDataContainer{
    width:94%;
    }
    .closePopupBtn {
    width: 16px;
    height: 16px;
    background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-right: -2.1%;
    margin-top: -5.8%;
    }
    .DataText {
    text-align: left;
    padding: 0 0 0 30px;
    width: 70%;
    /* animation: instrumentPopUpOpen .5s ease forwards; */
    }
    }
    @media screen and (max-width:799px) and (orientation:landscape){
        #square {
            width: 14px;
            height: 14px;
            background: #003A63;
            color: #fff;
            border: .5px solid #fff;
            font-size: 12px;
            position: absolute;
            top: 0%;
            right: -2%;
            cursor: pointer;
        }
    }  
@media screen and (max-width: 768px) and (orientation: landscape) {
.DataText {
text-align: left;
padding: 0 0 0 20px;
width: 70%;
/* animation: instrumentPopUpOpen .5s ease forwards; */
}
.NavTabWrapper p {
color: #2394da;
font-size: 9.5px !important;
transition-duration: 0.7s;
}
.pageHeading {
position: absolute;
top: 8%;
font-weight: 100;
color: #FFF;
font-size: 25px;
text-align: center;
width: 100%;
margin:0 auto !important;
}
img.IconImg {
width: 65%;
}
.appNameleft {
color: #fff;
font-size: 16px !important;
}

@media (hover: hover) {
#appIcon1:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon1:hover {
left: 15.5%;
top: 32%;  
}
#appIcon2:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon2:hover {
top: 31%;
right: 4%;
}
#appIcon3:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon3:hover {
top: 51%;
right: 5.5%;
}
#appIcon4:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon4:hover {
top: 70%;
right: 19.5%; 
}
#appIcon5:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon5:hover {
top: 70%;
left: 9.5%; 
}
#appIcon6:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon6:hover {
left: 3.5%;
top: 51%;
}
#appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
margin-left: -50px;
}
}
#appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
padding: 8px 10px 8px 20px;
}
#appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
padding: 8px 20px 8px 10px;
}

.appIcon {
text-align: center;
}
div#appIcon1 {
left: 14%;
top: 32%;
}
div#appIcon2 {
top: 31%;
right: 3%;
}
div#appIcon3 {
top: 51%;
right: 5%;
}
div#appIcon4 {
top: 70%;
right: 19%;
}
div#appIcon5 {
top: 70%;
left: 8%;
}
div#appIcon6 {
left: 2%;
top: 51%;
}
.popUpDataContainer{
width:94%;
}
.closePopupBtn {
width: 14px;
height: 14px;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
margin-right: -3.2%;
    margin-top: -11.7%;
}
}
@media screen and (max-width: 763px) and (orientation: landscape) {
    .DataText {
    text-align: left;
    padding: 0 0 0 20px;
    width: 70%;
    /* animation: instrumentPopUpOpen .5s ease forwards; */
    }
    .NavTabWrapper p {
    color: #2394da;
    font-size: 9.5px !important;
    transition-duration: 0.7s;
    }
    .pageHeading {
    position: absolute;
    top: 8%;
    font-weight: 100;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin:0 auto !important;
    }
    img.IconImg {
    width: 75%;
    }
    .appNameleft {
    color: #fff;
    font-size: 16px !important;
    }
    
    @media (hover: hover) {
    #appIcon1:hover .appNameleft {
    padding: 8px 50px 8px 20px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon1:hover {
    left: 15.5%;
    top: 32%;  
    }
    #appIcon2:hover .appNameleft {
    padding: 10px 25px 10px 40px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon2:hover {
    top: 31%;
    right: 4%;
    }
    #appIcon3:hover .appNameleft {
    padding: 10px 25px 10px 40px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon3:hover {
    top: 51%;
    right: 5.5%;
    }
    #appIcon4:hover .appNameleft {
    padding: 10px 25px 10px 40px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon4:hover {
    top: 70%;
    right: 19.5%; 
    }
    #appIcon5:hover .appNameleft {
    padding: 8px 50px 8px 20px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon5:hover {
    top: 70%;
    left: 9.5%; 
    }
    #appIcon6:hover .appNameleft {
    padding: 8px 50px 8px 20px;
    background: #fff;
    color: #003A63;
    border-radius: 30px;
    font-weight: normal;
    font-size: 16px;
    }
    #appIcon6:hover {
    left: 3.5%;
    top: 51%;
    }
    #appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
    margin-left: -50px;
    }
    }
    #appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
    padding: 8px 10px 8px 20px;
    font-size: 16px;
    padding: 10px 23px 10px 0px;
    }
    #appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
        padding: 10px 23px 10px 0px;
    font-size: 16px;
    }
    
    .appIcon {
    text-align: center;
    }
    div#appIcon1 {
    left: 9.5%;
    top: 32%;
    }
    div#appIcon2 {
    top: 28%;
    right: -5%;
    }
    div#appIcon3 {
    top: 51%;
    right: 0%;
    }
    div#appIcon4 {
    top: 70%;
    right: 18%;
    }
    div#appIcon5 {
    top: 69%;
    left: 4%;
    }
    div#appIcon6 {
    left: -1.5%;
    top: 51%;
    }
    .popUpDataContainer{
    width:94%;
    }
    .closePopupBtn {
    width: 14px;
    height: 14px;
    background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-right: -3%;
    margin-top: -10%;
    }
    .homeScreen {
        width: 100%;
        margin: 0 auto;
    }
    }
    @media screen and (max-width:740px) and (orientation:landscape){
        .closePopupBtn {
            width: 14px;
            height: 14px;
            background-image: url(https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg);
            background-repeat: no-repeat;
            background-size: contain;
            cursor: pointer;
            margin-right: -2%;
            margin-top: -2.5%;
        }
    }
    @media screen and (max-width:700px) and (orientation:portrait){
        img.IconImg {
            width: 70%;
            cursor: pointer;
        }
        div#appIcon6 {
            left: -2.5%;
            top: 51%;
        }
        div#appIcon1 {
            left: 9.5%;
            top: 32%;
            /* left: 17.5%; */
        }
        div#appIcon2 {
            top: 28%;
            right: 2%;
        }
        div#appIcon4 {
            top: 70%;
            right: 17%;
        }
        div#appIcon3 {
            top: 51%;
            right: -1%;
        }
        div#appIcon5 {
            top: 69%;
            left: 3%;
        }
        .closePopupBtn {
          
            margin-right: -3.5%;
            margin-top: -11%;
        }
    }
    @media screen and (max-width:720px) and (orientation:landscape){
        .closePopupBtn {
            
            margin-right: -2%;
            margin-top: -5.5%;
        }
        #square {
            width: 13px;
            height: 14px;
            background: #003A63;
            color: #fff;
            border: 0.5px solid #fff;
            font-size: 12px;
            position: absolute;
            top: 0%;
            right: -2%;
            cursor: pointer;
        }
    }
@media screen and (max-width: 668px) and (orientation: portrait) {
.modalHeader {
display: flex;
justify-content: space-between;
background-color: #EDEFF0;
align-items: center;
padding: 2% 0%;
position: relative;
max-height: 80px;
height: 45px;
/* border-bottom: 1px solid #c9c0c0; */
flex-direction: row-reverse;
}
.DataText {
text-align: left;
padding: 0 0 0 20px;
width: 70%;
/* animation: instrumentPopUpOpen .5s ease forwards; */
}
.NavTabWrapper p {
color: #2394da;
font-size: 10px !important;
transition-duration: 0.7s;
}
.pageHeading {
position: absolute;
top: 8%;
font-weight: 100;
color: #FFF;
font-size: 25px;
text-align: center;
width: 100%;
margin:0 auto !important;
}
img.IconImg {
width: 60%;
}
img.navImage {
width: 100% !important;
max-width: 35px !important;
max-height: 35px !important;
border-radius: 50%;
transition-duration: 0.7s;
cursor: pointer;
}
.AppIconBtn0.active, .AppIconBtn1.active, .AppIconBtn2.active, .AppIconBtn3.active, .AppIconBtn4.active, .AppIconBtn5.active {
width: 35px; 
height: 35px;
}
.appNameleft {
color: #fff;
font-size: 15px !important;
}

@media (hover: hover) {
#appIcon1:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
}
#appIcon1:hover {
left: 11.6%;
top: 32%;  
}
#appIcon2:hover .appNameleft {
padding: 1px 25px 1px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
}
#appIcon2:hover {
top: 31%;
right: 2%;
}
#appIcon3:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
}
#appIcon3:hover {
top: 51%;
right: 4.3%;
}
#appIcon4:hover .appNameleft {
padding: 10px 25px 10px 40px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon4:hover {
top: 70%;
right: 19.4%; 
}
#appIcon5:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon5:hover {
top: 70%;
left: 7.5%; 
}
#appIcon6:hover .appNameleft {
padding: 8px 50px 8px 20px;
background: #fff;
color: #003A63;
border-radius: 30px;
font-weight: normal;
font-size: 16px;
}
#appIcon6:hover {
left: 1.5%;
top: 51%;
}
#appIcon1:hover .appIcon, #appIcon5:hover .appIcon, #appIcon6:hover .appIcon {
margin-left: -50px;
}
}
#appIcon1 .appNameleft, #appIcon5 .appNameleft, #appIcon6 .appNameleft {
padding: 8px 10px 8px 20px;
font-size: 16px;
}
#appIcon2 .appNameleft, #appIcon3 .appNameleft, #appIcon4 .appNameleft{
padding: 8px 20px 8px 10px;
font-size: 16px;
}

.appIcon {
text-align: center;
}
div#appIcon1 {
left: 8.5%;
top: 32%;
}
div#appIcon2 {
top: 28%;
right: -1%;
}
div#appIcon3 {
top: 51%;
right: 2%;
}
div#appIcon4 {
top: 70%;
right: 15%;
}
div#appIcon5 {
top: 69%;
left: 2%;
}
div#appIcon6 {
left: 0%;
top: 51%;
}
.popUpDataContainer{
width:94%;
}
.closePopupBtn {
width: 12px;
height: 12px;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg");
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
margin-right: -2%;
margin-top: -5.5%;
}
}

@media screen and (max-width:640px) and (orientation:landscape){
.NavTabWrapper p {
color: #2394da;
font-size: 9px !important;
transition-duration: 0.7s;
}
.homeScreen{    
display: none !important;  
} 
#warning-message {
width: 100%;
height: 100vh;
color: #ffffff;
font-size: 20px;
line-height: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_ACD_Mobile_Portrait_Bg_old.png");
background-repeat: no-repeat;
background-size: contain;
background-color: #003A63;
background-position: center;
}
.rotateImg{
margin-bottom:20px;
}
.rotatetxt{
text-align:center;
padding: 10px;
}
}
@media screen and (max-width:640px) and (orientation:portrait){
.homeScreen{    
display: none !important;  
} 
#warning-message {
width: 100%;
height: 100vh;    
color: #ffffff;
font-size: 20px;
line-height: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url("https://www.agilent.com/cs/promotions/images/20230720_ACD_Mobile_Portrait_Bg_old.png");
background-repeat: no-repeat;
background-size: contain;
background-color: #003A63;
background-position: center;
}    
.rotateImg{
margin-bottom:20px;
}
.rotatetxt{
text-align:center;
padding: 10px;
}
}

@media screen and (min-width:1270px) and (orientation:landscape){
    .closePopupBtn {
        width: 20px;
        height: 20px;
        background-image: url(https://www.agilent.com/cs/promotions/images/20230720_CloseD001.svg);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: -2%;
        margin-top: -5.5%;
    }
}


@media screen and (min-width:1061px) and (orientation:landscape){
    
        .closePopupBtn {
            margin-right: -2.3%;
            margin-top: -6%;
        }
    
}