@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.ttf') format('truetype'),
        url('../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Roboto';
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.3;
}

p {
    font-size: 15px;
    margin-bottom: 0;
}

.disabled {
    display: none !important;
}

.container {
    width: 100%;
    min-width: 100%;
    padding: 0px !important;
}

.row {
    margin: 0px !important;
}

#collapseTwo .card-header span {
    /*	font-weight: bold;*/
}

#collapseTwo .card-body .card-body {
    text-align: center;
}

#maincanvasContainer,
#canvasContainer {
    padding: 0px;
}

#maincanvasContainer {
    position: absolute;
    z-index: 2;
}

.showForce {
    display: none !important;
}

#expandArrow {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 28px;
    height: 30px;
    width: 30px;
}

.expandArrow_parent {
    width: 24%;
    position: absolute;
    bottom: 0px;
    height: 100%;
    right: 0px;
    background: #0076ce;
}

#reset-pos {
    position: absolute;
    right: 14px;
    width: 40px;
    margin-top: -60px;
    z-index: 4;
}

#footerPan {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    min-width: 70px;
    max-width: 120px;
}

#footerPan.expanded-t>.row:nth-child(1) {
    height: 15%;
    box-shadow: 0px 6px 12px -4px #888888;
}

#topnav #sharing-icon {
    /*
    right: -30px;
    position: relative;
    top: 40px;
*/
}

#toggle_backlight {
    position: fixed;
    bottom: 2rem;
    left: 0;
    padding: 1rem;
    width: 100%;
    text-align: center;
}

#toggle_backlight p {

    font-size: 1rem;
    margin-bottom: 0;
}

#sharing-icon {
    right: 70px;
    position: absolute;

}

#topnav>.col-6:nth-child(2) img:nth-child(2) {
    float: right;
}

#topnav .share-container {
    width: 60px;
    right: 0px;
    position: absolute;
    top: 72px;
    display: none;
    z-index: 4;
}

#topnav .share-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #dee0df;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
    opacity: 0.8;
}

/*desk*/
#topnav .share-containerDesk {
    width: 50px;
    right: 65px;
    position: absolute;
    top: -10px;
    display: none;
    z-index: -1;
    padding-top: 10px;

}

.instagramDesk {
    margin: 30px 0px 0px 0px !important;
}

.instagramDesk img {
    width: 60px !important;
    margin-left: -5px;
    margin-top: 0px;
}

.facebookDesk {
    margin: 0px 0px !important;
}

.facebookDesk img {
    width: 40px !important;
}

/*desk*/

#topnav .share-container img {
    /*
	    width: 37px !important;
    margin-top: -4px;
    margin-left: 1px;
*/
}

#topnav .share-container>.row:first-child {
    padding-top: 15px;
}

#topnav .share-container .row {
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
}

#topnav .share-container .sharing-cons {
    margin: 15px 0px 10px 0px;
    text-decoration: none !important;
    display: inline-block;
}

#topnav .share-container #facebook {
    margin: 0px 0px 10px 0px;
}

#topnav .share-container #close-sharing {
    background: transparent;
    border: none;
}

#footerPan>.row:nth-child(1) {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 30px !important;
}

/*#footerPan>.row:nth-child(1)::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    background: url(../images_gl/icon/PATCH.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/
#footerPan.expanded-t>.row:nth-child(2) {
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    /*	background-color: #dddddd;*/
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*Desktop Circle button*/
.white_btn {
    width: 100%;
    position: absolute;
    height: 50px;
    z-index: 2;
    bottom: 0px;
    text-align: center;
}

.white_btn .btn-circle-sm {
    width: 18px !important;
    height: 18px !important;
    line-height: 35px !important;
    font-size: 0.9rem !important;
    position: relative !important;
    top: 30% !important;
    margin-top: -8.5px !important;
    border: 1px solid #a09f9f !important;
    display: inline-block !important;
}

.white_btn .btn-circle {
    width: 20px !important;
    height: 20px !important;
    line-height: 45px !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 50% !important;
    margin-left: 3% !important;
    background-color: #ffffff;
}

.white_btn .active {
    background-color: #747673;
}

#buttongrp {
    padding-right: 0px;
    height: 100%;
    margin-left: -15px;
    background: #eeeeee;
}

.btn-circle {
    position: absolute;
    top: 46%;
    margin-top: -15px;
    background: none;
    width: 30px;
    height: 30px;
    display: block;
    outline: none;
}

.clr_1 {
    background-color: #0076ce !important;
}

span#backgoun_clr {
    left: -1px;
    opacity: 0.5;
    top: -1px;
}

.btn-circle:focus {
    box-shadow: none !important;
}

.btn-circle span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    /*    margin-left: 16%;*/
    background-color: #eeeeee;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #0076ce;
}

.btn-circle.active span {
    background-color: #0076ce;
}

.btn-circle-sm span {
    width: 30px;
    height: 30px;
    line-height: 35px;
    font-size: 0.9rem;

}

#buttongrp .btn-circle:nth-child(1) {
    left: 10%;
}

#buttongrp .btn-circle:nth-child(2) {
    left: 32%;
}

#buttongrp .btn-circle:nth-child(3) {
    left: 54%;
}

#buttongrp .btn-circle:nth-child(4) {
    left: 76%;
}

#buttongrp .btn-circle:nth-child(5) {
    left: 82%;
}

.product-title {
    text-align: center;
    margin: 14px 0px 0px 0px;
    font-weight: bold;
    font-size: 18px;
}

#hand-group {
    position: absolute;
    left: 50%;
    width: 0px;
    height: 0px;
    bottom: 0px;
    display: none;
}

#hand-group img {
    position: absolute;
    bottom: 200px;
    width: 180px;
    margin-left: -75px;
    display: none;
}

/*Deskhand*/
#hand-groupDesk {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    display: none;
}

#hand-groupDesk img {
    position: absolute;
    width: 200px;
    display: none;
    margin-left: -100px;
    margin-top: -100px;
}

/*Deskhand*/
/*Accordions*/
.card {
    background-color: transparent;
    border: none;
    margin: 20px 0px;
    /*	margin-left: -4px;*/
}

.card-header {
    background-color: transparent;
    border-bottom: none;
    border: 1px solid #989B98;
    padding: 0.3rem 0.3rem;
}

#collapseTwo .card-header {
    border: none;
    margin-bottom: 5px;
}

#collapseTwo>.card-body {
    padding: 0px;
}

.m-0 {
    margin-right: -7px !important;
}

.card-header:first-child {
    border-radius: 0px !important;
}

#feat.card-link,
#exp.card-link {
    font-size: 18px;
}

.card-header .card-link {
    display: block;
    width: 100%;
    text-align: center;
    color: #212529;
    /*    4B4D4A*/
    padding-left: 0px;
    font-size: 16px;
    box-sizing: content-box;
}

.card-header .card-link::before {
    background: url(../images_gl/icon/minus.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    top: 10px;
}

.card-header .card-link.collapsed::before {
    background: url(../images_gl/icon/plus.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    top: 10px;
}

#collapseTwo .card-header .cardlink2::before {
    background: url(../images_gl/icon/MINUS_WITH_CIRCLE_ICON.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 4px;
    width: 30px;
    height: 30px;
    top: 0px;
}

#collapseTwo .card-header .cardlink2.collapsed::before {
    background: url(../images_gl/icon/PLUS_WITH_CIRCLE_ICON.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 4px;
    width: 30px;
    height: 30px;
    top: 0px;
}

#topnav {
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 3;
}

#topnav img {
    cursor: pointer;
}

.explore-icons {
    font-size: 12px;
    text-align: center;
    padding: 0px;
    color: #1259a1;
    cursor: pointer;
}

.explore-icons span {
    display: block;
}

.row .explore-icons img {
    /*    width: 50%;*/
    height: 80px;
    /*	min-width: 50px;*/
}

.sub-title- {
    display: block;
    padding: 10px 0px;
    text-align: center;
    color: #1259a1;
    cursor: pointer;
}

.sub-title- span {
    font-size: 16px;
    color: #1259a1;
}

#loaderDfr {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: #F5F5F5;
    z-index: 4;
    width: 100%;
}

#loaderDfr * {
    opacity: 1;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

#superblaze-canvas {
    opacity: 1;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}

.loader-group-v {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    display: inline-block;
}

#loaderDfr #progress-loader {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

#loader-img {
    margin-left: -100px;
    margin-top: -200px;
    width: 200px;
    height: 283px;
}

.loader-title {
    font-size: 20px;
    font-weight: 700;
    width: 300px;
    margin-left: -150px;
    margin-top: 20px;
    text-align: center;
}

.hp-screen-images {
    display: none;
}

/*HP Devices............*/
#accordion2-img {
    position: absolute;
    width: 20%;
    left: -10px;
    top: 0px;
}

#accordion5-img {
    position: absolute;
    left: -2%;
    top: 10%;
    width: 24%;
}

#accordion6-img {
    position: absolute;
    left: -15%;
    top: 5%;
    width: 8%;
}

#accordion3-img {
    position: absolute;
    left: -12%;
    top: -6%;
    width: 17%;
}

#accordion4-img {
    position: absolute;
    left: -18%;
    top: 3%;
    width: 24%;
}

/*End.............*/
#ports_img1 {
    position: absolute;
    width: 60%;
    top: 0%;
    left: 2%;
}

#ports_img2 {
    position: absolute;
    width: 60%;
    left: -70%;
    top: 3%;
}

.port1 {
    width: 44% !important;
    top: 12% !important;
    left: -20% !important;
}

.port2 {
    width: 40% !important;
    top: 12% !important;
    left: -28% !important;
}

#ports_img3 {
    position: absolute;
    top: -4%;
    left: -12%;
    width: 30%;
}

#ports_img4 {
    width: 14%;
    left: -4%;
    top: -18%;
    position: absolute;
}

#ports_img5 {
    width: 7%;
    left: 5%;
    top: 1%;
    position: absolute;
}

#ports_img6 {
    width: 26%;
    left: -16%;
    top: 5%;
    position: absolute;
}




body {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #f0f0f0;
    /* prevent overscroll bounce*/
    /*  overflow-y: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
}

.fixed {
    position: fixed !important;
    bottom: 0 !important;
}


.hotSpot {
    height: 100%;
    width: 100%;
}

/*only for mobile version*/

@media screen and (max-width: 650px) {
    .card-header .card-link {
        font-size: 18px;
    }

    #collapseTwo .card-body .card-body {
        text-align: center;
        font-family: HPSimplifiedLite;
        padding-top: 2px;
    }

}

@media screen and (max-width: 640px) {
    #topnav .share-container #instagram img {
        width: 60px !important;
        margin-left: 0px;
        margin-top: 0px;
    }

    #topnav .share-container img {
        width: 37px !important;
        margin-top: -4px;
        margin-left: 1px;
    }
}

@media screen and (min-width: 650px) and (max-width: 799px) {
    #productText {
        padding-left: 80px !important;
        width: 70% !important;
    }
}

@media screen and (min-width: 650px) and (max-width: 760px) {

    .footerpanDesk #collapseTwo .card-header span {
        padding-left: 27px;
        font-size: 15.5px;
    }

}

@media screen and (min-width: 640px) and (max-width: 690px) {

    #collapseTwo .card-header span {
        padding-left: 25px;
    }

    #explore-sub-title span {
        font-size: 13px !important;
    }
}

/*iphone5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 330px) {

    #hotspot1plus {
        top: -50px !important;
        left: -2px !important;
        width: 110px !important;
    }

    #hotspot2plus {
        left: -78px !important;
        top: -103px !important;
        width: 60px !important;
    }

    #hotspot3plus {
        top: -30px !important;
        left: 0px !important;
        width: 90px !important;
    }

    #hotspot3_1plus {
        top: -18px !important;
        left: -318px !important;
        width: 80px !important;
    }

    #hotspot3 span {
        font-size: 18px !important;
        position: absolute !important;
        left: -227px !important;
        top: -20px !important;
        font-weight: bold !important;
    }

    .sub-title- {
        line-height: 15px !important;
    }

    .sub-title- span {
        font-size: 12px !important;
        color: #1259a1 !important;
    }

    #hotspot4plus {
        left: -106px !important;
        top: -129px !important;
        width: 110px !important;
        height: 209px;
    }


}

/*mobile andriod galx*/
@media only screen and (min-device-width : 360px) and (max-device-width : 370px) {

    #hotspot1plus {
        top: -45px !important;
        left: -10px !important;
        width: 120px !important;
    }

    #hotspot2plus {
        left: -78px !important;
        top: -129px !important;
        width: 70px !important;
    }

    #hotspot3plus {
        top: -22px !important;
        left: -4px !important;
        width: 115px !important;
    }

    #hotspot3_1plus {
        top: -12px !important;
        left: -250px !important;
        width: 100px !important;
    }

    #hotspot3 span {
        position: absolute !important;
        left: -330px !important;
        top: -47px !important;
        font-size: 24px !important;
        font-weight: bold !important;
    }

    .sub-title- span {
        font-size: 14px !important;
        color: #1259a1 !important;
    }

}


}

/*mobile andriod galx*/
@media only screen and (min-device-width : 370px) and (max-device-width : 390px) {


    #hotspot1plus {
        top: -110px !important;
        left: -30px !important;
        width: 255px !important;
    }

    #hotspot2plus {
        left: -160px !important;
        top: -260px !important;
        width: 145px !important;
    }

    #hotspot3plus {
        top: -70px !important;
        left: -10px !important;
        width: 185px !important;
    }

    #hotspot3_1plus {
        top: -360px !important;
        left: -10px !important;
        width: 600px !important;
    }
}


/*mobile andriod galaxy S5*/
@media only screen and (min-device-width : 390px) and (max-device-width : 420px) {

    #hotspot1plus {
        top: -70px !important;
        left: -20px !important;
        width: 160px !important;
    }

    #hotspot2plus {
        left: -120px !important;
        top: -160px !important;
        width: 95px !important;
    }

    #hotspot3plus {
        top: -40px !important;
        left: 0px !important;
        width: 125px !important;
    }

    #hotspot3_1plus {
        top: -70px !important;
        left: -632px !important;
        width: 150px !important;
    }

    #hotspot3 span {
        position: absolute !important;
        left: -460px !important;
        top: -68px !important;
    }

}

/*Iphone6 7 8*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

    #hotspot3_1plus {
        position: absolute !important;
        top: 13px !important;
        left: -173px !important;
        width: 70px !important;
    }

    #hotspot3 span {
        font-size: 22px !important;
        position: absolute !important;
        left: -243px !important;
        top: -23px !important;
        font-weight: bold !important;

    }

    .sub-title- span {
        font-size: 14px !important;
        color: #1259a1 !important;
    }

}

/*Iphone X*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {}


/*Ipad for image animation*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /*        Top images icon*/

    #topnav .share-container #instagram img {
        width: 64px !important;
    }

    #close-sharing {
        margin-top: 20px;
        display: inline-block;
    }

    #topnav>.col-6:nth-child(1) img {
        width: 40px;
    }

    /*
    #topnav>.col-6:nth-child(2) img:nth-child(1) {
        right: 100px;
    }
*/
    #topnav .share-container #facebook {
        margin: 0px 0px 0px 0px;
    }

    #topnav .share-container .sharing-cons {
        margin: 10px 0px 5px -2px;
    }

    /* end top images icon*/
    #accordion3-img {
        left: -10% !important;
        top: -6% !important;
        width: 12% !important;
    }

    #accordion4-img {
        left: -18% !important;
        top: 4% !important;
        width: 18% !important;
    }

    #accordion2-img {
        width: 14.2% !important;
        left: -2% !important;
        top: 0px !important;
    }

    #accordion5-img {
        left: 0% !important;
        top: 10% !important;
        width: 18% !important;
    }

    #accordion6-img {
        left: -14% !important;
        top: 4% !important;
        width: 6% !important;
    }

    #ports_img1 {
        top: -4%;
        left: 0%;
        width: 45%;
    }

    #ports_img2 {
        width: 45%;
        left: -48%;
        top: 0%;
    }

    #ports_img3 {
        /* position: absolute; */
        top: -7%;
        left: 5%;
        width: 16%;
    }

    #ports_img4 {
        width: 9%;
        left: -17%;
        top: -22%;
        /* position: absolute; */
    }

    #ports_img5 {
        width: 5%;
        left: 2%;
        /* top: 10px; */
        /* position: absolute; */
    }

    #ports_img6 {
        width: 20%;
        left: -12%;
        top: 3%;
        /* position: absolute; */
    }

    .port1,
    .port2 {
        width: 36% !important;
    }

    .port2 {
        left: -22% !important;
    }

    /*
#accordion2-img{
	left: -20px!important;
	top: -130px!important;
	width: 180px!important;
    
}
#accordion5-img{
	width: 300px!important;
}



#accordion3-img{
	 height: 120px!important; 
	left: -130px!important;
	top: -140px!important;
	width: 180px!important;
}
#accordion4-img{
	left: -200px!important;
	top: -40px!important;
	width: 120px!important;
}
#accordion6-img{
    left: 120px;
    top: 10px;
    width: 90px;
    }

#ports_img1 {
    width: 500px;
    top: -170px;
    left: 600px;
}
#ports_img2 {
     width: 500px;
    top: 30px;
    right: 800px;
}

.port2 {
    width: 400px!important;
    top: 100px!important;
    left: -810px!important;
}
.port1 {
    width: 400px!important;
    top: 100px!important;
    left: 370px!important;
}

#ports_img3 {
    top: -160px!important;
    left: -280px!important;
    width: 260px!important;
}

#accordion{
    padding-bottom: 50px;
}
*/

    #hotspot3 span {
        position: absolute !important;
        left: -530px !important;
        top: -53px !important;
        width: 351px !important;
        font-weight: bold !important;
    }


    #hotspot3_1plus {
        position: absolute !important;
        top: 16px !important;
        left: -370px !important;
        width: 130px !important;
    }

    #hotspot3plus {
        width: 160px !important;
    }


    #hotspot2plus {
        left: -145px !important;
        top: -230px !important;
        width: 127px !important;
    }

    #hotspot1plus {
        top: -65px !important;
        left: -10px !important;
        width: 225px !important;

    }

}




/**************DESK********/
/*
.product-titleDesk{
    top: 0px;
    z-index: 1;
    position: fixed;
    width: 33%;
    height: 80px;
    text-align: center;
     margin-left: -15px !important; 
    background-color: gainsboro;
    box-shadow: -10px 2px 12px -2px #888888;
}
*/
.product-titleDesk {
    top: 0px;
    z-index: 999;
    position: fixed;
    width: 33%;
    height: 80px;
    text-align: center;
    /*    margin-left: -15px !important;*/
    background-size: 100% 14%;
    background-color: #dcdcdc;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.product-titleDesk span {
    font-size: 19px;
    display: table-cell;
    vertical-align: middle;
    /*
    text-align: center;
	padding-right: 42px;
*/
    text-align: center;
    padding-right: 100px;
    line-height: 1.1;
}

#productText {
    padding-right: 10px;
    padding-left: 10px;
    height: 100%;
    width: 100%;
    display: table;
}

#logoDesk {
    z-index: 1;
    float: left;
    margin-top: 15px;
    margin-left: -37px;
}

#logoDesk img {
    cursor: pointer;
}

.reset-posDesk {
    position: absolute;
    right: 0px;
    max-width: 100%;
}

.images-anim-container {
    height: 100%;
}

#explore-feature {
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    display: block;
}

.os-content {
    background: #dcdcdc !important;
}

.explore-featureDesk-imp {
    height: 100%;
}

.card-body_desk {
    /*	padding: 0px 0px 15px 0px;*/
    padding: 0px 15px 15px 3px;
    font-size: 14px;
    /*    text-align: left !important;*/
    font-family: HPSimplifiedLite;
}

.card-body_desk .sub-title- span {
    font-size: 12px !important;
}

.card-body_desk .card-header {
    margin-bottom: 10px !important;
}

#feat_desk,
#exp_desk {
    font-size: 14px;
}

.explore-featureDesk-imp #feat.card-link,
.explore-featureDesk-imp #exp.card-link {
    font-size: 16px !important;
    color: #4B4D4A;
}

.footerpanDesk {
    background-color: #f7f7f7 !important;
    /*	width: 33% !important;*/
    height: 100% !important;
    position: relative !important;
    display: inline-block;
}

.canvasDesk1 {
    width: 67%;
    float: right;
}

.videoDesk {
    width: 100% !important;
    margin: 10px 0px !important;
}

#info {
    width: 30px;
    float: right;
    position: absolute;
    right: 109px;
}

#resize {
    float: right;
    position: relative;
}

#offscreen-icon {
    display: none;
}

#expandArrowDesk {
    cursor: pointer;
    position: absolute;
    /*    left: 32%;*/
    bottom: 0px;
    height: 20%;
    width: 6%;
    z-index: 2;
}

#iStock {
    width: 36%;
    left: 29%;
    top: 27%;
    position: absolute;
}

#chargerImg {
    width: 20%;
    left: 32.5%;
    top: 20%;
    position: absolute;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: none;
}

#logoDesk2 {
    position: absolute;
    left: 20px;
    top: 16px;
    display: block;
    z-index: 1;
}

#logoDesk2 img {
    cursor: pointer;
}

#reset {
    display: block;
    position: absolute;
    right: 4px;
    bottom: 30px;
    z-index: 3;
    cursor: pointer;
    color: #0076ce;
    width: 100px;
    text-align: center;
}

.istockipad {
    top: 29% !important;
    width: 30% !important;
    left: 34% !important;
}


@media screen and (max-width: 1920px) {
    .product-titleDesk span {
        padding-right: 55px;
    }

    /*	#logoDesk1{position: fixed;top: 15px;left: 25px;}*/


    .hotSpotDesk3_1 {
        top: -100px !important;
        left: -1000px !important;
        width: 200px !important;
    }

    .hotSpotDesk4 {
        left: -218px !important;
        top: -244px !important;
        width: 220px !important;
        height: 415px !important;
    }

}

@media screen and (max-width: 2560px) {

    /*    #logoDesk1{position: fixed;top: 15px;left: 70px;}*/
    .product-titleDesk span {
        padding-right: 0px;
    }
}




#pos_container {
    line-height: 45px;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    /*    height: 50%;*/
}

#pos_container #pos_text {
    color: black;
    letter-spacing: 0.5px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 0px 2px;
    line-height: 22px;
    margin-bottom: 15px;
}

/*#two-pos-grp{
    width: 100%;
    max-width: 64px;
    background: #C6C6C6;
    margin: 0 auto;
    padding-bottom: 0px;
    margin-bottom: 25px;
    padding-top: 5px;
}*/
.pos_img_width {
    width: 60px;
    max-width: 100%;
}

.pos_btn {
    position: relative;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
}

#color_container {
    position: relative;
    text-align: center;
    width: 100%;
    /*    height: 15%;*/
}

.clr_btn {
    border-radius: 25px;
    cursor: pointer;
    margin-top: 15px;
}

.clr_btn img {
    border: 2px solid gray;
}

.clr_btn.selectedColor img {
    border: 3px solid rgb(0, 118, 206);
}

#clr_text {
    position: relative;
    color: black;
    letter-spacing: 0.5px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 0px 2px;
}

.clr_btn_img {
    border-radius: 50%;
    width: 45px;
}

/*#color2_img{
   border: 2px solid rgb(0, 118, 206);
}*/
#col_div {
    line-height: 50px;
}

#openCloseDiv {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

#openCloseAnim {
    cursor: pointer;
}

#openCloseAnim_landscape {
    position: relative;
    top: -10px;
}

#reset_landscape {
    float: right;
    position: relative;
    left: -5px;
    top: -9px;
    color: #0076ce;
}

#landscape {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}

/*css for right anim*/
#onOffBacklit {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#onOffBacklitAnim {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

#rightAnim {
    display: block;
    position: absolute;
    top: 130px;
    right: 0px;
    z-index: 0;
    cursor: pointer;
    color: #fff;
    /* height: 770px; */
    overflow: hidden;
    width: 33px;
}

#righttxt1 {
    position: absolute;
    top: 80px;
    left: 36px;
    font-size: 12px;
    line-height: inherit;
    width: 50px;
    letter-spacing: 0.5px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 2px;
    display: table;
}

#righttxt1 li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 124px;
    overflow: hidden;
    text-align: center;
    line-height: 13px;
    margin: auto;
}

#righttxt1 li:nth-child(1) {
    top: -10px;
}

#righttxt1 li:nth-child(2) {
    top: 26px;
}

#righttxt1 li:nth-child(3) {
    top: 60px;
}

#righttxt2 {
    position: absolute;
    top: 0px;
    left: 126px;
    font-size: 12px;
    width: 110px;
    letter-spacing: 0.5px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    height: 40px;
}

#righttxt3 {
    position: absolute;
    top: 0px;
    left: 240px;
    font-size: 12px;
    width: 100px;
    height: 40px;
    letter-spacing: 0.5px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: table;
}

#rightAnim ul li:before {
    background-color: rgba(113, 112, 115, 0);
}

/*css right anim end*/

#logo_div {
    position: relative;
    float: right;
    margin-right: 90px;
}

/*zoom slider css start*/


#zoomSliderContainer {
    position: absolute;
    /*background-size: 24px;
  background-repeat: no-repeat;
  background-image: url(../images_gl/zoom.svg);*/
    z-index: 0;
    /*    display: none !important;*/
}

.ui-slider {
    border: 1px solid #aaaaaa;
    background: #ffffff;
}

.ui-slider .ui-widget-header {
    background: #0083CA;
}

.ui-corner-all {
    visibility: hidden;
}

.ui-slider .ui-slider-handle {
    width: 47px;
    height: 20px;
    /*  background: url(../images_gl/zoom_Dot.png) no-repeat;*/
    background: url() no-repeat;
    overflow: hidden;
    position: absolute;
    left: -2px;
    border-style: none;
    outline: none;
    background-size: 32px;
    visibility: hidden;
    cursor: pointer;
}

.ui-slider-handle-hover {
    width: 41px;
    height: 16px;
    /* background:url("../images_gl/zoom_handle_down.png") no-repeat; overflow:hidden; */
}

.zoom {
    position: absolute;
    left: -2px;
    top: -2px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

#zoomInBtn {
    background-image: url("../images_gl/plus_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    cursor: pointer;
}

#zoomInBtnActive {
    background-image: url("../images_gl/plus_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    visibility: hidden;
    cursor: pointer;
}

#zoomOut {
    cursor: pointer;
}

#zoomOutBtn {
    background-image: url("../images_gl/minus_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    cursor: pointer;
}

#zoomOutBtnActive {
    background-image: url("../images_gl/minus_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 44px 44px;
    visibility: hidden;
    cursor: pointer;
}

/*zoom slider css end*/

#dell_logo,
#sharing-icon,
#fullscreen-icon,
#offscreen-icon {
    width: 45px;
}

#openCloseAnim {
    width: 45px;
    height: 45px;
}

@media only screen and (max-height: 560px) {

    #footerPan>.row:nth-child(1) {
        padding-top: 20px !important;
    }

    #pos_container {
        padding-top: 10px;
    }

    /*#openCloseDiv {
        bottom: auto;
        position: relative;
        margin-top: 20px;
    }*/
    #reset {
        top: 502px;
    }

    #zoomSliderContainer {
        bottom: auto !important;
        top: 332px !important;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 770px) {

    /* #logo_div {
      margin-right: 60px;
    }*/

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

#onOffkeyBoBacklit {
    position: relative;
    text-align: center;
    width: 100%;
    height: 40px;
    /*    margin-top: 20px;*/
}

#onOffkeyBoBacklitAnim {
    width: 100px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    /* font-size: 10px; */
    text-align: center;
    /* padding: 15px 0; */
    color: blue;
}

/*Animation buttons*/
#play-pause-Anim {
    width: 45px;
    height: 45px;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

#play-pause-Anim .play-pause-anim-btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.play-pause-anim-btn.hide-Anim {
    display: none;
}

#play-pause-Anim .play-pause-anim-btn img {
    width: 100%;
}

/*end Anim buttons*/

/*css for hotspots*/
.hotspots {
    display: none;
    position: absolute;
}

.hotspots .hot_text {
    position: absolute;
    word-break: break-word;
}

.circle {
    height: 22px;
    width: 22px;
    background: #d8d8d8;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    line-height: 23px;
    color: black;
    font-size: 12px;
    bottom: 0;
}

.hot_line {
    position: relative;
    border: 0 solid #999999;
}

#hot1_line {
    width: 140px;
    height: 50px;
    margin-left: -100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

#circle1 {
    bottom: -12px;
    left: 0;
}

#hot1_text {
    min-width: 300px;
    right: 100%;
    text-align: right;
    top: 100%;
    margin-right: 13px;
    margin-top: -10px;
}

#hot2_line {
    width: 40px;
    height: 85px;
    margin-left: -100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

#circle2 {
    bottom: -12px;
    left: 0;
}

#hot2_text {
    min-width: 200px;
    right: 100%;
    text-align: right;
    top: 100%;
    margin-right: 13px;
    margin-top: -8px;
}

#hot3_line {
    width: 1px;
    height: 150px;
    margin-left: -10px;
    border-right-width: 1px;
}

#circle3 {
    left: -11px;
}

#hot3_text {
    min-width: 300px;
    right: 100%;
    text-align: right;
    top: 100%;
    margin-top: -20px;
    margin-right: 20px;
}

#hot4_line {
    width: 1px;
    height: 120px;
    border-left-width: 1px;
}

#circle4 {
    left: -12px;
}

#hot4_text {
    min-width: 150px;
    left: 100%;
    top: 100%;
    margin-left: 20px;
    margin-top: -20px;
}

#hot5_line {
    width: 40px;
    height: 50px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#circle5 {
    bottom: -12px;
    right: 0;
}

#hot5_text {
    min-width: 300px;
    left: 100%;
    top: 100%;
    margin-left: 13px;
    margin-top: -8px;
}


#hot6_line {
    width: 120px;
    height: 50px;
    margin-left: -100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-top: -3px;
}

#circle6 {
    bottom: -12px;
    left: 0;
}

#hot6_text {
    min-width: 400px;
    right: 100%;
    text-align: right;
    top: 100%;
    margin-right: 13px;
    margin-top: -10px;
}

#hot7_line {
    width: 70px;
    height: 100px;
    margin-left: -100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-top: -3px;
}

#circle7 {
    bottom: -12px;
    left: 0;
}

#hot7_text {
    min-width: 450px;
    right: 100%;
    text-align: right;
    top: 100%;
    margin-right: 13px;
    margin-top: -10px;
}

#hot8_line {
    width: 1px;
    height: 160px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-top: -3px;
}

#circle8 {
    left: -10px;
}

#hot8_text {
    min-width: 250px;
    right: 100%;
    text-align: right;
    top: 100%;
    margin-right: 20px;
    margin-top: -20px;
}

#hot9_line {
    width: 1px;
    height: 160px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-top: -3px;
}

#circle9 {
    left: -10px;
}

#hot9_text {
    min-width: 300px;
    left: 100%;
    top: 100%;
    margin-left: 20px;
    margin-top: -20px;
}

#hot10_line {
    width: 1px;
    height: 120px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-left: -1px;
    margin-top: -2px;
}

#circle10 {
    left: -10px;
}

#hot10_text {
    min-width: 250px;
    left: 100%;
    top: 100%;
    margin-left: 20px;
    margin-top: -20px;
}

#hot11_line {
    width: 1px;
    height: 80px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-left: -1px;
    margin-top: -2px;
}

#circle11 {
    left: -10px;
}

#hot11_text {
    min-width: 250px;
    left: 100%;
    top: 100%;
    margin-left: 20px;
    margin-top: -20px;
}

#hot12_line {
    width: 90px;
    height: 40px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-left: 6px;
}

#circle12 {
    bottom: -12px;
    right: 0;
}

#hot12_text {
    min-width: 250px;
    left: 100%;
    top: 100%;
    margin-left: 13px;
    margin-top: -8px;
}

#hot13_line {
    width: 50px;
    height: 50px;
    margin-left: -100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

#circle13 {
    bottom: -12px;
    left: 0;
}

#hot13_text {
    min-width: 250px;
    right: 100%;
    text-align: right;
    bottom: 0;
    margin-right: 13px;
    margin-bottom: -10px;
}

#hot14_line {
    width: 40px;
    height: 100px;
    margin-left: -100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

#circle14 {
    bottom: -12px;
    left: 0;
}

#hot14_text {
    min-width: 250px;
    right: 100%;
    text-align: right;
    bottom: 0;
    margin-right: 13px;
    margin-bottom: -10px;
}

#hot15_line {
    width: 40px;
    height: 100px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#circle15 {
    bottom: -12px;
    right: 0;
}

#hot15_text {
    min-width: 250px;
    left: 100%;
    top: 100%;
    margin-left: 13px;
    margin-top: -8px;
}

#hot16_line {
    width: 90px;
    height: 50px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#circle16 {
    bottom: -12px;
    right: 0;
}

#hot16_text {
    min-width: 300px;
    left: 100%;
    bottom: 0;
    margin-left: 13px;
    margin-bottom: -10px;
}

#hot17_line {
    width: 50px;
    height: 40px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#circle17 {
    bottom: -12px;
    right: 0;
}

#hot17_text {
    min-width: 300px;
    left: 100%;
    top: 100%;
    margin-left: 13px;
    margin-top: -8px;
}

#hot18_line {
    width: 60px;
    height: 60px;
    bottom: 0;
    border-left-width: 1px;
    position: absolute;
    border-top-width: 1px;
}

#circle18 {
    top: -12px;
    right: 0;
}

#hot18_text {
    min-width: 250px;
    left: 100%;
    bottom: 100%;
    margin-left: 13px;
    margin-bottom: -8px;
}

@media (max-width: 1370px) {}

@media (min-width: 820px) and (max-width: 1025px) {}

@supports (-ms-ime-align:auto) {}

/*css for hotspots end*/