/* OVERALL CSS START */
/* *{
	margin: 0px;
} */

.data-container sub {
    font-size: 11px;
    line-height: 11px;
    padding-right: 2px;
}

#pcr-workflow {
    width: 1200px;
    padding: 0px 8px;
    margin: 0 auto;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif, Helvetica !important;
}

#pcr-main-container ::-webkit-scrollbar {
    width: 5px;
}

#pcr-main-container ::-webkit-scrollbar-thumb {
    background-color: #d5d2d2;
}

#pcr-main-container ::-webkit-scrollbar-thumb:hover {
    background-color: #d5d2d2;
}

#pcr-main-container {
    /* background-color: #F5F5F5; */
}

#warning-message {
    display: none;
}

#pcr-workflow img {
    max-width: 100%;
    /* display: block; */
    height: auto;
    vertical-align: middle;
}

.link-italic{
    font-style: italic;
}


/* OVERALL CSS END */


/* CSS pcr-sc1 Start */

#pcr-sc1 {
    background-color: #D8F1FA;
    padding: 3.2%;
}

.pcr-sc1-heading {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 1.8%;
}

.pcr-sc1-description {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #202020;
    margin-bottom: 3.2%;
}

#pcr-card-container {
    position: relative;
    padding-bottom: 4.3%;
}

.cardImg {
    position: absolute;
    width: 15.2%;
}

/* .cardImg:hover .card-name{
	color: #FFFFFF !important;
} */

.card1 {
    left: 5.4%;
}

.card2 {
    left: 30.7%;
}

.card3 {
    left: 56.2%;
}

.card4 {
    left: 81.4%;
}

.card-name {
    color: #0085D5;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 5%;
}

.band-color {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.band-color1 {
    border-bottom: 3px solid #7FB12C !important;
}

.band-color2 {
    border-bottom: 3px solid #F2A900 !important;
}

.band-color3 {
    border-bottom: 3px solid #CE0F69 !important;
}

.band-color4 {
    border-bottom: 3px solid #E87722 !important;
}

.card-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #0085D5;
}

/* CSS pcr-sc1 End */

/***********************************************************************************************************************************/

/* CSS pcr-sc2 start */

.pcr-sc1-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcr-watch-video img {
    width: 24px;
    padding-left: 10px;
    padding-bottom: 1px;
}

.pcr-watch-video:hover {
    color: #003458;
}

.pcr-watch-video {
    font-size: 16px;
    line-height: 22px;
    color: #0085D5;
}


#option-container {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

#option-panel {
    width: 100%;
}

.option-heading {
    font-size: 23px;
    line-height: 29px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #0085D5;
    display: inline-block;
    float: left;
}

/* .option-heading::after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid red
} */

.tab-list {
    display: flex;
    padding-top: 15px;
}

.tab-name {
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    color: #0085D5;
    margin: 0 4%;
    cursor: pointer;
}

.tab-name:hover:not(.touch){
    color: #00426A !important;
    transform: scale(1.07);
}

.tab-name-selected {
    color: #303030;
    font-weight: 500;
    pointer-events: none;
}

#tab-divide-line {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #dedede;
}

#tab-divide-line:last-child {
    display: none;
}

.band1 {
    width: 20px;
    height: 50px;
    background-color: #00A9E0;
}

.band2 {
    width: 20px;
    height: 50px;
    background-color: #0085D5;
}

.band-container {
    /* float: right; */
    /* position: absolute; */
    /* right: 0; */
    display: flex;
    /* top: 0; */
}

.home-icon {
    margin-right: 3%;
    cursor: pointer;
}


/* ****  ********   CSS lab-sc2   *********  ***** */

#pcr-sc2-lab {
    position: relative;
}

.instrument-wrapper {
    position: absolute;
    top: 22.4%;
    left: 6%;
    right: 6%;
}

.pcr-instrument-rack {
    width: 100%;
}

.window .window1 {
    position: absolute;
    top: 23.3%;
    left: 6.7%;
    width: 29%;
}

.window .window2 {
    position: absolute;
    top: 23.3%;
    left: 35.5%;
    width: 29%;
}

.window .window3 {
    position: absolute;
    top: 23.3%;
    left: 64.3%;
    width: 29%;
}

.window11 {
    animation: anim-window1 2s both;
}

.window22 {
    animation: anim-window2 2s both;
}

.window33 {
    animation: anim-window3 2s both;
}

@keyframes anim-window1 {
    from {
        left: 6.7%;
    }

    to {
        left: 35.5%;
    }
}

@keyframes anim-window2 {
    from {
        left: 35.5%;
    }

    to {
        left: 64.3%;
    }
}

@keyframes anim-window3 {
    from {
        left: 64.3%;
    }

    to {
        left: 35.5%;
    }

}

.teaser-data {
    height: 308px;
    overflow: auto;
}

/***************************************       pcr-sc2-hotspot    *******************************/

.instrumentHotspot {
    padding: 5px;
    position: absolute !important;
}

.hotspotTitle {
    text-align: center;
    cursor: pointer;
    left: -12px;
    bottom: 32px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #0085D5;
    font-weight: 300;

    background-color: #FFFFFF;
    padding: 7px;

}

.hotspotTitle:hover {
    color: #003458;
}

/* .hotspotTitle:hover + .box2{

} */

.hotspotTitle1 {
    border-bottom: 3px solid #84BD00;
}

.hotspotTitle2 {
    border-bottom: 3px solid #F2A900;
}

.hotspotTitle3 {
    border-bottom: 3px solid #CE0F69;
}

.hotspotTitle4 {
    border-bottom: 3px solid #E87722;
}

.instrumentHotspot .instrumentHotspotBtn1 {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    margin-left: 42%;
    top: 100%;
    opacity: 1;
    transition: background 0.25s ease;
    background-color: #0085D5;
    border: 5px solid #84BD00;
}

.instrumentHotspot .instrumentHotspotBtn2 {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    margin-left: 41%;
    top: 100%;
    opacity: 1;
    transition: background 0.25s ease;
    background-color: #0085D5;
    border: 5px solid #F2A900;
}

.instrumentHotspot .instrumentHotspotBtn3 {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    margin-left: 36%;
    top: 100%;
    opacity: 1;
    transition: background 0.25s ease;
    background-color: #0085D5;
    border: 5px solid #CE0F69;
}

.instrumentHotspot .instrumentHotspotBtn4 {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    margin-left: 36%;
    top: 100%;
    opacity: 1;
    transition: background 0.25s ease;
    background-color: #0085D5;
    border: 5px solid #E87722;
}

.instrumentPulseBtn {
    position: absolute;
    /* top: -6px;
    left: -6px;
    width: 12px;
    height: 12px; */
    top: -8px;
    left: -8px;
    width: 16px;
    height: 16px;

    border-radius: 30px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
}

.instrumentHotspot {
    animation: hotspot-anim 4s both;
}

.instrumentPulseBtn.-pulse1 {
    animation: pulse 2s linear infinite 1s;
}

.instrumentPulseBtn.-pulse2 {
    animation: pulse 2s linear infinite 0s;
}


@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    33% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

@keyframes hotspot-anim {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hotspot-line {
    border-left: 1px solid #FFFFFF;
    height: 30px;
    margin-left: 50%;
}


/* *************************************  pcr-sc2-hotspot alignment******************************************* */

#instrumentHotspot10 .instrumentHotspotBtn1 {
    margin-left: 43% !important;
}

#instrumentHotspot21 .instrumentHotspotBtn2 {
    margin-left: 37% !important;
}

#instrumentHotspot30 .instrumentHotspotBtn3 {
    margin-left: 40% !important;
}

#instrumentHotspot35 .instrumentHotspotBtn3 {
    margin-left: 40% !important;
}

#instrumentHotspot43 .instrumentHotspotBtn4 {
    margin-left: 43%;
}

#instrumentHotspot42 .instrumentHotspotBtn4 {
    margin-left: 41%;
}

#instrumentHotspot21 .hotspot-line {
    margin-left: 48%;
}

#instrumentHotspot22 .hotspot-line {
    margin-left: 49%;
}

#instrumentHotspot10 {
    top: 8%;
    left: 5%;
}

#instrumentHotspot11 {
    top: 8%;
    left: 23.5%;
}

#instrumentHotspot20 {
    top: 8%;
    left: 35.5%;
}

#instrumentHotspot21 {
    top: 21%;
    left: 47.8%;
}

#instrumentHotspot22 {
    top: 8%;
    left: 54.5%;
}

#instrumentHotspot30 {
    top: 64%;
    left: 13%;
}

#instrumentHotspot31 {
    top: 51%;
    left: 26.5%;
}

#instrumentHotspot32 {
    top: 21%;
    left: 66.1%;
}

#instrumentHotspot33 {
    top: 8%;
    left: 72.5%;
}

#instrumentHotspot34 {
    top: 21%;
    left: 80.2%;
}

#instrumentHotspot35 {
    top: 8%;
    left: 85%;
}

#instrumentHotspot40 {
    top: 52%;
    left: 27%;
}

#instrumentHotspot41 {
    top: 52%;
    left: 42%;
}

#instrumentHotspot42 {
    top: 40%;
    left: 54%;
}

#instrumentHotspot43 {
    top: 50%;
    left: 69%;
}


/* CSS pcr-sc2 End */

/* CSS pcr-sc2 popup Start  */

.popup-overlay {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 66, 106, 1) 0%, rgba(0, 66, 106, 0.8) 70%, rgba(0, 66, 106, 0.7) 100%);
    animation-name: fadeInDown;
}

.bg-change {
    background: rgba(65, 69, 72, 1) !important;
}

.popup-data-container {
    /* background-color: #ffffff; */
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin: 0 auto;
}

.popup-overlay {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.popup-overlay.show {
    opacity: 1;
}


.popup-container-wrapper {
    background-color: #ffffff;
    display: flex;
}

/* Left Container */

.popup-left-container {
    width: 30%;
    float: left;
    background-color: #EDEFF0;
    text-align: left;
    color: #303030;
}

.instrument-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #303030;
    margin-left: 11%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.instrument-img {
    text-align: center;
}

/* Right Container */

.popup-right-container {
    text-align: left;
    width: 70%;
    float: left;
}

.popup-tab-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 4%;
}

.popup-tab-name {
    position: relative;
    width: 25%;
    float: left;
    padding-top: 1.9%;
    padding-bottom: 1.9%;
    color: #FFFFFF;
    background-color: #0085D5;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    /* border: none; */
    outline: none;
}

.popup-tab-name:hover:not(.touch) {
    background-color: #00426A;
    font-size: 16px;
    scale: 0.97;
}

.teaser-data {
    padding-top: 1%;
}

.data-container {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #202020;
}




.summary-para1 {
    padding-bottom: 10px;
}

.tab-key-features li::marker {
    font-size: 15px;
    color: #5D5D5D;

}

.tab-key-features li {
    padding-bottom: 10px;
}

.v-logo {
    display: flex;
}

.product-container {
    padding-left: 1%;
    padding-right: 1%;
}

.product-card:first-child {
    margin-right: 4%;
}

.product-card {
    width: 45%;
}

.v-logo-card {
    width: 96%;
    position: relative;
    cursor: pointer;
    transition: transform .4s;
}

.v-logo-card img {
    max-width: 98% !important;
    top: 0%;
    left: -2%;
    -webkit-transition: all .2s;
}

.v-logo-card img:hover {
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.videoHeading {
    font-size: 14px;
    line-height: 18px;
    color: #0085D5;
    font-weight: 400;
}

.videoHeading:hover {
    color: #00426A;
    text-decoration: underline;
}

.accordion img {
    margin-right: 6px;
    margin-bottom: 3px;
    width: 11px;
}

.summarypara1 {
    padding-bottom: 10px;
}

.accordion {
    border-bottom: 1px solid #D0D0CE;
    padding-bottom: 15px;
    padding-top: 15px;
}

#accordion0 .accordion {
    padding-top: 0px;
}

.activeQuestion {
    font-weight: 500;
}

.panel {
    padding: 0px 17px;
    padding-bottom: 15px;
    /* padding-right: 0px; */
    border-bottom: 1px solid #D0D0CE;
}

.tab-key-features ul {
    margin-top: 0px;
    padding-left: 16px;
}

.popup-close-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
    padding-top: 0.2%;
}

.popup-close-txt {
    font-size: 20px;
    color: #FFFFFF;
}

.tab-caption-selected {
    color: #303030;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    pointer-events: none;
}



.panel-link {
    margin-top: 0px;
    margin-bottom: 12px;
}

.panel-link a {
    color: #0085D5;
    text-decoration: none;
}

.panel-link a:hover {
    color: #00426A;
    text-decoration: underline;
}

.border-color1 {
    border-bottom: 10px solid #84BD00;
}

.border-color2 {
    border-bottom: 10px solid #F2A900;
}

.border-color3 {
    border-bottom: 10px solid #CE0F69;
}

.border-color4 {
    border-bottom: 10px solid #E87722;
}

/* CSS pcr-sc2 popup End  */


/* CSS pcr-sc2 video-popup Start  */

.video-overlay {
    top: 0%;
    width: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    background: rgba(65, 69, 72, 0.9);
    height: 100%;
    position: absolute;
    z-index: 11;
    display: none;
}

.video-overlay {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.video-overlay.show {
    opacity: 1;
}


.video-popup {
    width: 67%;
    /* height: 100%; */
    /* background-color: #FFFFFF; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-popup img {
    position: relative;
    float: right;
    margin-bottom: 6px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.video-popup video {
    height: 82%;
    width: 100%;
    /* padding: 1.5% 8% 3.5% 8%; */
    /* margin: 1.5% 8% 3.5% 8%; */
}

.video-popup-txt {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}


/* CSS pcr-sc2 video-popup End  */

.mainVideoPopup {
    max-width: 1200px;
}

.mainVideoPopup {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}


.mainVideoPopup::before {
    content: '';
    position: absolute;
    background-color: #003A63;
    opacity: 0.97;
    top: 0%;
    width: 100%;
    height: 100%;
}

.mainVideo {
    opacity: 1;
    position: absolute;
    top: 10%;
    display: none;
    display: block;
    gap: 5%;
    padding: 4%;
}

/* .mainVideo p:nth-child(1){
    padding-bottom: 9%;
} */

.mainVideo p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
}

.video-div {
    width: 67%;
    float: left;
}

.pcr-sc-1-heading {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 1.5% 1.5%;
    background-color: #003A63;
    box-shadow: 0px 5px 6px #00000029;
    position: relative;
    border-bottom: 3px solid #0185D5;
}


.mainVideo p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
}

.exploreBooth {
    margin-top: 30px;
}

.mainvideo-text {
    font-weight: 400;
    width: 27%;
    float: left;
    margin-left: 2.5%;
}

.pcr-explore-more {
    width: fit-content;
    font-size: 16px;
    padding: 6% 7%;
    font-weight: 400 !important;
    color: #ffffff !important;
    background-color: #0085D5;
    border: 1px solid #fff;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;

}

.pcr-explore-more:hover {
    background-color: #003A63;
    color: #fff;
    text-decoration: none;
}


/* video Arrows */

.pre-btn{
	left: 0;
	transform: rotate(180deg);
}

.pre-btn, 
.nxt-btn {
	position: absolute;
	border-radius: 20px;
	border: none;
	background: none;
	width: 4%;
    height: 8%;
    top: 26%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 9;
}

.pre-btn {
	left: 0.9%;
}

.nxt-btn{
    right: 1%;
}
	
.pre-btn,.nxt-btn{
	top: 34%;
}

img.arrow-btn2, img.arrow-btn1 {
    max-width: 28px !important;
    width: 28px !important;
    height: 28px !important;
}



    /*slider  */

    .product-card{
        flex:0 0 auto;
    }

    .product-margin{
        margin-right: 4%;
    }

    .carousel{
        overflow: hidden;
        margin-left: 8%;
    }

    .carousel .product-card{
        width: 47.5%;
    }

    .carousel #product-container{
        padding-left: 4%;
    margin-left: 5.2%;
    }

    .teaser-data{
        position: relative;
    }

    .disable{
        pointer-events: none;
    }
    

    #product-container{
        overflow-x: hidden;
    scroll-behavior: smooth;
        padding-top: 5%;
        padding-left: 4%;
    }


    .product-margin2{
        margin-right: 2%;
    }

    /* .tab-summary{
        padding-top: 4%;
    }

    .tab-key-features{
        padding-top: 4%;
    }

    .Literature{
        padding-top: 4%;
    } */

    .videoss.data-container {
        margin-left: 0% !important;
    }









/* Media Query Start*/

@media screen and (max-width:640px) and (orientation:portrait) {
    /* body {
        margin: 0;
    } */

    .mainVideoPopup {
        display: none !important;
    }

    #pcr-workflow {
        width: 100%;
        padding: 0px;
    }

    #pcr-main-container {
        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/20230531-rotate-bg-img-pcr.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .rotateImg {
        margin-bottom: 20px;
    }

    .rotatetxt {
        text-align: center;
        padding: 10px;
    }
}

@media (max-width: 1199px) and (orientation: landscape) {
    
    #pcr-workflow {
        width: 100%;
        padding: 0px;
    }
    
    /* .mainVideoPopup{
        width: 99.6%;
    } */
}

@media (max-width: 1180px) and (orientation: landscape) {
    /* .mainVideoPopup{
        width: 98.6%;
    } */

    #instrumentHotspot10 {
        top: 7%;
        left: 4.5%;
    }

    #instrumentHotspot11 {
        top: 7%;
        left: 23%;
    }

    #instrumentHotspot20 {
        top: 7%;
        left: 35.5%;
    }

    #instrumentHotspot21 {
        top: 20%;
        left: 47.5%;
    }

    #instrumentHotspot22 {
        top: 7%;
        left: 54.5%;
    }

    #instrumentHotspot30 {
        top: 63%;
        left: 13%;
    }

    #instrumentHotspot31 {
        top: 51%;
        left: 27%;
    }

    #instrumentHotspot32 {
        top: 20%;
        left: 66%;
    }

    #instrumentHotspot33 {
        top: 7%;
        left: 72%;
    }

    #instrumentHotspot34 {
        top: 20%;
        left: 79.5%;
    }

    #instrumentHotspot35 {
        top: 7%;
        left: 84.5%;
    }

    #instrumentHotspot40 {
        top: 51%;
        left: 26.5%;
    }

    #instrumentHotspot41 {
        top: 51%;
        left: 42%;
    }

    #instrumentHotspot42 {
        top: 39%;
        left: 54%;
    }

    #instrumentHotspot43 {
        top: 50%;
        left: 68.5%;
    }

}

@media (max-width: 1120px) and (orientation: landscape) {

    .teaser-data {
        height: 264px;
        overflow: auto;
    }

    #instrumentHotspot10 {
        top: 6%;
        left: 4.5%;
    }

    #instrumentHotspot11 {
        top: 6%;
        left: 23%;
    }

    #instrumentHotspot20 {
        top: 6%;
        left: 35.5%;
    }

    #instrumentHotspot21 {
        top: 19%;
        left: 47.5%;
    }

    #instrumentHotspot22 {
        top: 6%;
        left: 54.5%;
    }

    #instrumentHotspot30 {
        top: 62%;
        left: 13%;
    }

    #instrumentHotspot31 {
        top: 49%;
        left: 26.5%;
    }

    #instrumentHotspot32 {
        top: 19%;
        left: 66%;
    }

    #instrumentHotspot33 {
        top: 6%;
        left: 72%;
    }

    #instrumentHotspot34 {
        top: 19%;
        left: 79.5%;
    }

    #instrumentHotspot35 {
        top: 6%;
        left: 84.5%;
    }

    #instrumentHotspot40 {
        top: 50%;
        left: 26%;
    }

    #instrumentHotspot41 {
        top: 50%;
        left: 42%;
    }

    #instrumentHotspot42 {
        top: 38%;
        left: 54%;
    }

    #instrumentHotspot43 {
        top: 49%;
        left: 68%;
    }

}

@media (max-width: 1080px) and (orientation: landscape) {

    .instrument-title {
        margin-left: 7%;
    }

    .home-icon {
        margin-right: 2%;
    }

    #instrumentHotspot10 {
        top: 5%;
        left: 4%;
    }

    #instrumentHotspot11 {
        top: 5%;
        left: 22.5%;
    }

    #instrumentHotspot20 {
        top: 5%;
        left: 35%;
    }

    #instrumentHotspot21 {
        top: 18%;
        left: 47%;
    }

    #instrumentHotspot22 {
        top: 5%;
        left: 54%;
    }

    #instrumentHotspot30 {
        top: 61%;
        left: 12.5%;
    }

    #instrumentHotspot31 {
        top: 48%;
        left: 26.5%;
    }

    #instrumentHotspot32 {
        top: 18%;
        left: 65.5%;
    }

    #instrumentHotspot33 {
        top: 5%;
        left: 71.5%;
    }

    #instrumentHotspot34 {
        top: 18%;
        left: 79%;
    }

    #instrumentHotspot35 {
        top: 5%;
        left: 84%;
    }

    #instrumentHotspot40 {
        top: 49%;
        left: 26.5%;
    }

    #instrumentHotspot41 {
        top: 49%;
        left: 42%;
    }

    #instrumentHotspot42 {
        top: 37%;
        left: 53.5%;
    }

    #instrumentHotspot43 {
        top: 48%;
        left: 68%;    
    }

}

@media (max-width: 1043px) and (orientation: landscape) {
    #pcr-sc1 {
        padding-top: 2.1%;
        padding-bottom: 2.1%;
    }
}

@media (max-width: 1020px) and (orientation: landscape) {

    .option-heading {
        font-size: 21px;
        line-height: 27px;
    }

    .tab-name {
        font-size: 18px;
        line-height: 20px;
        margin: 0 3%;
    }

    .hotspotTitle {
        font-size: 12px;
        line-height: 14px;
        padding: 6px;
    }

    #instrumentHotspot10 {
        top: 4.5%;
        left: 4%;
    }

    #instrumentHotspot11 {
        top: 4.5%;
        left: 22.5%;
    }

    #instrumentHotspot20 {
        top: 4.5%;
        left: 35%;
    }

    #instrumentHotspot21 {
        top: 17.5%;
        left: 47%;
    }

    #instrumentHotspot22 {
        top: 4.5%;
        left: 54%;
    }

    #instrumentHotspot30 {
        top: 60.5%;
        left: 12.5%;
    }

    #instrumentHotspot31 {
        top: 47.5%;
        left: 26.5%;
    }

    #instrumentHotspot32 {
        top: 17.5%;
        left: 65.5%;
    }

    #instrumentHotspot33 {
        top: 4.5%;
        left: 72%;
    }

    #instrumentHotspot34 {
        top: 17.5%;
        left: 79.5%;
    }

    #instrumentHotspot35 {
        top: 4.5%;
        left: 84.5%;
    }

    #instrumentHotspot40 {
        top: 48.5%;
        left: 26.5%;    
    }

    #instrumentHotspot41 {
        top: 48.5%;
        left: 41.5%;
    }

    #instrumentHotspot42 {
        top: 37%;
        left: 53.5%;
    }

    #instrumentHotspot43 {
        top: 48%;
        left: 68%;
    
    }

}

@media (max-width: 980px) and (orientation: landscape) {

    .instrument-title {
        font-size: 19px;
        line-height: 27px;
    }

    .popup-tab-name {
        padding-top: 1.5%;
        padding-bottom: 1.5%;
    }

    .teaser-data {
        height: 250px;
        overflow: auto;
    }

    .popup-close-txt {
        font-size: 18px;
        color: #FFFFFF;
    }

    .popup-close-img {
        width: 24px;
    }

    .data-container {
        font-size: 13px;
        line-height: 18px;
    }

    .pcr-sc1-heading {
        font-size: 32px;
        line-height: 38px;
    }

    .card-name {
        font-size: 15px;
        line-height: 20px;
    }

    .pcr-sc1-description {
        font-size: 15px;
        line-height: 20px;
    }

    .option-heading {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .band1,
    .band2 {
        height: 45px;
    }


    #instrumentHotspot10 {
        top: 3.5%;
        left: 4%;
    }

    #instrumentHotspot11 {
        top: 3.5%;
        left: 22.5%;
    }

    #instrumentHotspot20 {
        top: 3.5%;
        left: 35%;
    }

    #instrumentHotspot21 {
        top: 16.5%;
        left: 47%;
    }

    #instrumentHotspot22 {
        top: 3.5%;
        left: 54%;
    }

    #instrumentHotspot30 {
        top: 59.5%;
        left: 12.5%;
    }

    #instrumentHotspot31 {
        top: 46.5%;
        left: 26.5%;
    }

    #instrumentHotspot32 {
        top: 16.5%;
        left: 65.5%;
    }

    #instrumentHotspot33 {
        top: 3.5%;
        left: 72%;
    }

    #instrumentHotspot34 {
        top: 16.5%;
        left: 79.5%;
    }

    #instrumentHotspot35 {
        top: 3.5%;
        left: 84.5%;
    }

    #instrumentHotspot40 {
        top: 47.5%;
        left: 26.5%;
    }

    #instrumentHotspot41 {
        top: 47.5%;
        left: 41.5%;
    }

    #instrumentHotspot42 {
        top: 36%;
        left: 53.5%;
    }

    #instrumentHotspot43 {
        top: 47%;
        left: 68%;
    }
}

@media (max-width: 940px) and (orientation: landscape) {

    .pcr-sc-1-heading {
        font-size: 22px;
        line-height: 22px;
    }

    .mainVideo p {
        font-size: 16px;
        line-height: 23px;
    }

    .pcr-explore-more {
        font-family: "Roboto", Arial, sans-serif, Helvetica;
        font-size: 15px;
        padding: 5% 6%;
    }


    .instrument-title {
        font-size: 17px;
        line-height: 23px;
        margin-left: 6%;
    }

    .videoHeading {
        font-size: 12px;
        line-height: 16px;
        color: #0085D5;
        font-weight: 400;
    }

    .teaser-data {
        height: 246px;
        overflow: auto;
    }

    .tab-name {
        font-size: 16px;
        line-height: 18px;
        margin: 0 2.5%;
    }

    .option-heading {
        font-size: 19px;
        line-height: 27px;
    }

    .hotspotTitle {
        font-size: 11px;
        line-height: 14px;
        padding: 5px;
    }


    #instrumentHotspot10 {
        top: 2.5%;
        left: 4%;
    }

    #instrumentHotspot11 {
        top: 2.5%;
        left: 22.5%;
    }

    #instrumentHotspot20 {
        top: 2.5%;
        left: 35%;
    }

    #instrumentHotspot21 {
        top: 15.5%;
        left: 47%;
    }

    #instrumentHotspot22 {
        top: 2.5%;
        left: 54%;
    }

    #instrumentHotspot30 {
        top: 58.5%;
        left: 12.5%;
    }

    #instrumentHotspot31 {
        top: 46.5%;
        left: 26.5%;
    }

    #instrumentHotspot32 {
        top: 15.5%;
        left: 65.5%;
    }

    #instrumentHotspot33 {
        top: 2.5%;
        left: 72%;
    }

    #instrumentHotspot34 {
        top: 15.5%;
        left: 79.5%;
    }

    #instrumentHotspot35 {
        top: 2.5%;
        left: 84.5%;
    }

    #instrumentHotspot40 {
        top: 46.5%;
        left: 26.5%;
    }

    #instrumentHotspot41 {
        top: 46.5%;
        left: 41.5%;
    }

    #instrumentHotspot42 {
        top: 35%;
        left: 53.5%;
    }

    #instrumentHotspot43 {
        top: 46.5%;
        left: 67.5%;
    }
}

@media (max-width: 880px) and (orientation: landscape) {
    /* .mainVideoPopup {
        width: 98.2%;
    } */

    .video-popup-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .teaser-data {
        height: 232px;
        overflow: auto;
    }

    .hotspot-line {
        height: 25px;
    }

    img.arrow-btn2, img.arrow-btn1 {
        max-width: 23px !important;
        width: 23px !important;
        height: 23px !important;
    }
}

@media (max-width: 840px) and (orientation: landscape) {

    /* .video-popup video{
        height: 80%;
    } */

    .instrument-title {
        font-size: 15px;
        line-height: 21px;
        margin-left: 4%;
    }

    .teaser-data {
        height: 215px;
        overflow: auto;
    }

    .option-heading {
        padding-left: 35px;
        padding-right: 35px;
    }

    #instrumentHotspot10 {
        top: 1%;
        left: 3%;
    }

    #instrumentHotspot11 {
        top: 1%;
        left: 21.5%;
    }

    #instrumentHotspot20 {
        top: 1%;
        left: 34%;
    }

    #instrumentHotspot21 {
        top: 14%;
        left: 46%;
    }

    #instrumentHotspot22 {
        top: 1%;
        left: 53%;
    }

    #instrumentHotspot30 {
        top: 57%;
        left: 12.5%;
    }

    #instrumentHotspot31 {
        top: 45%;
        left: 25.5%;
    }

    #instrumentHotspot32 {
        top: 14%;
        left: 65%;
    }

    #instrumentHotspot33 {
        top: 1%;
        left: 71.5%;
    }

    #instrumentHotspot34 {
        top: 14%;
        left: 79%;
    }

    #instrumentHotspot35 {
        top: 1%;
        left: 84%;
    }

    #instrumentHotspot40 {
        top: 45%;
        left: 25.5%;
    }

    #instrumentHotspot41 {
        top: 45%;
        left: 41.5%;
    }

    #instrumentHotspot42 {
        top: 34%;
        left: 53%;
    }

    #instrumentHotspot43 {
        top: 45%;
        left: 67%;
    }

}

@media (max-width: 790px) and (orientation: landscape) {

    .pcr-sc-1-heading {
        font-size: 20px;
        line-height: 20px;
    }

    .mainVideo p {
        font-size: 14px;
        line-height: 21px;
    }

    .pcr-explore-more {
        font-size: 14px;
        padding: 4% 5%;
    }

    .exploreBooth {
        margin-top: 15px;
    }

    .popup-tab-name {
        font-size: 13px;
        line-height: 13px;
    }

    .popup-close-txt {
        font-size: 16px;
        color: #FFFFFF;
    }

    .teaser-data {
        height: 196px;
        overflow: auto;
    }

    .hotspot-line {
        height: 20px;
    }

    .tab-name {
        font-size: 15px;
        line-height: 17px;
        margin: 0 2%;
    }

    .option-heading {
        font-size: 18px;
        line-height: 27px;
    }

    .option-heading {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-icon {
        margin-right: 1%;
    }
}

@media (max-width: 768px) and (orientation: landscape) {

    .video-popup img {
        width: 20px;
    }

    .video-popup {
        width: 64%;
    }

    .video-popup-txt {
        font-size: 13px;
        line-height: 18px;
    }

    .videoHeading {
        font-size: 11px;
        line-height: 14px;
        color: #0085D5;
        font-weight: 400;
    }

    .teaser-data {
        height: 187px;
        overflow: auto;
    }

    .pcr-sc1-heading {
        font-size: 29px;
        line-height: 36px;
    }

    .card-name {
        font-size: 13px;
        line-height: 17px;
    }

    .pcr-sc1-description {
        font-size: 14px;
        line-height: 19px;
    }

    .hotspotTitle {
        font-size: 10px;
        line-height: 13px;
        padding: 4px;
    }

    .home-icon img {
        width: 85%;
    }


}

@media (max-width: 730px) and (orientation: landscape) {

    img.arrow-btn2, img.arrow-btn1 {
        max-width: 19px !important;
        width: 19px !important;
        height: 19px !important;
    }
    .nxt-btn {
        right: 2%;
    }

    .pre-btn {
        left: 1.9%;
    }

    #instrumentHotspot10 .hotspot-line {
        margin-left: 51%;
    }

    #instrumentHotspot11 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot20 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot22 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot30 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot31 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot32 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot33 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot34 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot35 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot40 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot41 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot42 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot43 .hotspot-line {
        margin-left: 52%;
    }

    #instrumentHotspot21 .hotspot-line {
        height: 10px;
    }

    #instrumentHotspot20 .hotspot-line {
        height: 18px;
    }

    #instrumentHotspot22 .hotspot-line {
        height: 18px;
    }


    #instrumentHotspot30 .hotspot-line {
        height: 16px;
    }

    #instrumentHotspot31 .hotspot-line {
        height: 15px;
    }

    #instrumentHotspot33 .hotspot-line {
        height: 13px;
    }

    #instrumentHotspot34 .hotspot-line {
        height: 15px;
    }

    #instrumentHotspot35 .hotspot-line {
        height: 15px;
    }

    #instrumentHotspot32 .hotspot-line {
        height: 9px;
    }

    #instrumentHotspot40 .hotspot-line {
        height: 12px;
    }

    #instrumentHotspot41 .hotspot-line {
        height: 15px;
    }

    #instrumentHotspot42 .hotspot-line {
        height: 12px;
    }

    #instrumentHotspot43 .hotspot-line {
        height: 12px;
    }

    #instrumentHotspot10 {
        top: 1%;
        left: 2%;
    }

    #instrumentHotspot11 {
        top: 1%;
        left: 21.5%;
    }

    #instrumentHotspot20 {
        top: 1%;
        left: 33.5%;
    }

    #instrumentHotspot21 {
        top: 17%;
        left: 46%;
    }

    #instrumentHotspot30 {
        top: 56%;
        left: 11.5%;
    }

    #instrumentHotspot31 {
        top: 44%;
        left: 25.5%;
    }

    #instrumentHotspot32 {
        top: 16.5%;
        left: 64.5%;
    }

    #instrumentHotspot33 {
        top: 2%;
        left: 71.5%;
    }

    #instrumentHotspot34 {
        top: 15%;
        left: 79%;
    }

    #instrumentHotspot35 {
        top: 1%;
        left: 83.5%;
    }

    #instrumentHotspot40 {
        top: 46%;
        left: 25.5%;
    }

    #instrumentHotspot41 {
        top: 45%;
        left: 40.5%;
    }

    #instrumentHotspot42 {  
        top: 35%;
        left: 52.5%;
    }

    #instrumentHotspot43 {
        top: 47%;
        left: 66.5%;
    }

}

@media (max-width: 700px) and (orientation: landscape) {

    .pcr-watch-video {
        font-size: 14px;
        line-height: 20px;
    }

    .pcr-watch-video img {
        width: 21px;
        padding-left: 10px;
    }


    .instrument-title {
        font-size: 13px;
        line-height: 19px;
        margin-left: 4%;
    }

    .data-container {
        font-size: 12px;
        line-height: 17px;
    }

    .popup-close-txt {
        font-size: 15px;
        color: #FFFFFF;
    }

    .teaser-data {
        height: 181px;
        overflow: auto;
    }

    .option-heading {
        padding-left: 20px;
        padding-right: 20px;
    }


    .instrumentPulseBtn {
        top: -7px;
        left: -7px;
        width: 14px;
        height: 14px;
        border: 2px solid #FFFFFF;
    }

    .instrumentHotspot .instrumentHotspotBtn1 {
        border: 4px solid #84BD00;
    }

    .instrumentHotspot .instrumentHotspotBtn2 {
        border: 4px solid #F2A900;
    }

    .instrumentHotspot .instrumentHotspotBtn3 {
        border: 4px solid #CE0F69;
    }

    .instrumentHotspot .instrumentHotspotBtn4 {
        border: 4px solid #E87722;
    }

    #instrumentHotspot10 {
        top: 1%;
        left: 1.5%;
    }

    #instrumentHotspot10 .hotspot-line {
        height: 15px;
    }

    #instrumentHotspot11 .hotspot-line {
        height: 15px;
    }

    #instrumentHotspot20 .hotspot-line {
        height: 15px;
    }

    .instrumentHotspot21 .hotspot-line {
        height: 8px;
    }

    #instrumentHotspot22 .hotspot-line {
        height: 15px;
    }

    #instrumentHotspot22 {
        top: 1%;
        left: 52%;
    }

    #instrumentHotspot34 .hotspot-line {
        height: 7px;
    }

    #instrumentHotspot34 {
        top: 17%;
        left: 79%;
    }

    #instrumentHotspot43 {
        top: 48%;
        left: 67%;    
    }

    .option-heading {
        font-size: 17px;
        line-height: 26px;
    }

    .tab-name {
        font-size: 14px;
        line-height: 18px;
    }



}

@media (max-width: 680px) and (orientation: landscape) {

    /* .mainVideoPopup {
        width: 97.4%;
    } */

    .mainVideo p {
        font-size: 12px;
        line-height: 18px;
    }


    .pcr-sc1-heading {
        font-size: 27px;
        line-height: 34px;
    }

    .pcr-sc1-description {
        font-size: 13px;
        line-height: 17px;
    }

    .card-name {
        font-size: 12px;
        line-height: 16px;
    }

}

@media (max-width: 670px) and (orientation: landscape) {

    .option-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .option-heading {
        font-size: 14px;
        line-height: 26px;
    }

    .tab-name {
        font-size: 13px;
        line-height: 17px;
        margin: 0 2%;
    }

    #instrumentHotspot10 {
        top: 2%;
        left: 1%;
    }

    #instrumentHotspot11 {
        top: 2%;
        left: 21.5%;
    }

    #instrumentHotspot20 {
        top: 1%;
        left: 33%;
    }

    #instrumentHotspot21 {
        top: 17%;
        left: 45%;
    }

    #instrumentHotspot32 {
        top: 16.5%;
        left: 64%;
    }

    #instrumentHotspot33 {
        top: 1%;
        left: 71.5%;
    }

    #instrumentHotspot10 .hotspot-line {
        height: 8px;
    }

    #instrumentHotspot11 .hotspot-line {
        height: 8px;
    }

    #instrumentHotspot22 .hotspot-line {
        height: 10px;
    }

    #instrumentHotspot20 .hotspot-line {
        height: 10px;
    }

    #instrumentHotspot21 .hotspot-line {
        height: 5px;
    }

    #instrumentHotspot32 .hotspot-line {
        height: 5px;
    }

    #instrumentHotspot33 .hotspot-line {
        height: 10px;
    }

    #instrumentHotspot34 .hotspot-line {
        height: 5px;
    }

    #instrumentHotspot35 .hotspot-line {
        height: 11px;
    }

    #instrumentHotspot40 .hotspot-line {
        height: 9px;
    }

    #instrumentHotspot41 .hotspot-line {
        height: 9px;
    }

    #instrumentHotspot42 .hotspot-line {
        height: 7px;
    }

    #instrumentHotspot43 .hotspot-line {
        height: 6px;
    }



}

@media (max-width: 656px) and (orientation: landscape) {
    .hotspotTitle {
        font-size: 9px;
        line-height: 12px;
        padding: 4px;
    }

    .teaser-data {
        height: 164px;
        overflow: auto;
    }

    .popup-tab-name {
        font-size: 12px;
        line-height: 12px;
    }
}



@media (max-width: 610px) and (orientation: landscape) {

    /* .video-popup video {
        height: 74%;
    } */

    .instrument-title {
        font-size: 12px;
        line-height: 17px;
        margin-left: 4%;
    }

    .teaser-data {
        height: 193px;
        overflow: auto;
    }

    .popup-tab-name:hover {
        font-size: 15px;
        line-height: 11px;
    }

    #instrumentHotspot10 {
        top: 0%;
        left: 1%;
    }

    #instrumentHotspot11 {
        top: 0%;
        left: 21.5%;
    }

    #instrumentHotspot20 {
        top: 0%;
        left: 33%;
    }

    #instrumentHotspot22 {
        top: 0%;
        left: 52%;
    }

    #instrumentHotspot20 {
        top: 0%;
        left: 33%;
    }

    #instrumentHotspot22 {
        top: 0%;
        left: 52%;
    }

    #instrumentHotspot30 {
        top: 53%;
        left: 11.5%;
    }

    #instrumentHotspot31 {
        top: 40%;
        left: 24.5%;
    }

    #instrumentHotspot33 {
        top: 0%;
        left: 71.5%;
    }

    #instrumentHotspot35 {
        top: 0%;
        left: 83.5%;
    }

    #instrumentHotspot34 {
        top: 16%;
        left: 79%;
    }

    #instrumentHotspot40 {
        top: 44%;
        left: 24.5%;    
    }

    #instrumentHotspot41 {
        top: 44%;
        left: 40.5%;
    }

    #instrumentHotspot42 {
        top: 34%;
        left: 51.5%;
    }

    #instrumentHotspot43 {
        top: 46%;
        left: 67%;
    }

    #instrumentHotspot33 .hotspot-line {
        height: 9px;
    }

    #instrumentHotspot20 .hotspot-line {
        height: 9px;
    }

    #instrumentHotspot22 .hotspot-line {
        height: 9px;
    }

    #instrumentHotspot21 .hotspot-line {
        height: 2px;
    }
}

@media (max-width: 590px) and (orientation: landscape) {

    .mainVideo p {
        font-size: 11px;
        line-height: 16px;
    }

    .exploreBooth {
        margin-top: 10px;
    }


    .data-container {
        font-size: 11px;
        line-height: 16px;
    }

    .teaser-data {
        height: 153px;
        overflow: auto;
    }

    .popup-close-txt {
        font-size: 14px;
        color: #FFFFFF;
    }

    .pcr-sc1-heading {
        font-size: 25px;
        line-height: 32px;
    }

    .pcr-sc1-description {
        font-size: 12px;
        line-height: 16px;
    }

    .card-name {
        font-size: 10px;
        line-height: 14px;
    }

}

@media (max-width: 580px) and (orientation: landscape) {

    .instrument-title {
        font-size: 11px;
        line-height: 15px;
        margin-left: 3%;
    }

    .popup-tab-name:hover {
        font-size: 13px;
        line-height: 13px;
    }

    .option-heading {
        font-size: 15px;
        line-height: 26px;
    }

    .tab-name {
        font-size: 12px;
        line-height: 18px;
        margin: 0 1%;
    }

    #instrumentHotspot10 {
        top: 0%;
        left: 0%;
    }

    #instrumentHotspot20 {
        top: 0%;
        left: 32%;
    }

    #instrumentHotspot30 {
        top: 53%;
        left: 10.5%;
    }

    #instrumentHotspot31 {
        top: 41%;
        left: 24.5%;
    }

    #instrumentHotspot32 {
        top: 14.5%;
        left: 64%;
    }

    #instrumentHotspot40 {
        top: 42%;
        left: 24.5%;
    }

    #instrumentHotspot41 {
        top: 42%;
        left: 40.5%;
    }

    #instrumentHotspot42 {
        top: 32%;
        left: 51.5%;
    }

    #instrumentHotspot43 {
        top: 45%;
        left: 67.5%;
    }

    #instrumentHotspot10 .hotspot-line {
        height: 4px;
    }

    #instrumentHotspot11 .hotspot-line {
        height: 4px;
    }

    #instrumentHotspot20 .hotspot-line {
        height: 4px;
    }

    #instrumentHotspot22 .hotspot-line {
        height: 4px;
    }

    #instrumentHotspot30 .hotspot-line {
        height: 9px;
    }

    #instrumentHotspot31 .hotspot-line {
        height: 11px;
    }

    #instrumentHotspot32 .hotspot-line {
        height: 2px;
    }

    #instrumentHotspot33 .hotspot-line {
        height: 3px;
    }

    #instrumentHotspot34 .hotspot-line {
        height: 1px;
    }

    #instrumentHotspot35 .hotspot-line {
        height: 4px;
    }
}

@media (max-width: 540px) and (orientation: landscape){

    .option-heading {
        font-size: 13px;
        line-height: 26px;
    }

    .tab-name {
        font-size: 11px;
        line-height: 18px;
        margin: 0 1%;
    }
}

/* Media Query End */