@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;
    line-height: 1.2;
}

.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%;
    */
    height: 70px;
    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;
    visibility: hidden !important;
}

#footerPan.expanded-t>.row:nth-child(1) {
    height: 15%;
    /*	box-shadow: 0px 6px 12px -4px #888888;*/
}

#topnav #sharing-icon {
    right: 40px;
    position: relative;
    top: 0px;
}

#topnav #Close-icon {
    right: 8px;
    position: absolute;
    top: 0px;
    /* border: 1px solid #007db8; */
    height: 40px;
    border-radius: 50%;
    text-align: center;
    /* padding: 3px; */
    font-size: 21px;
    color: #007db8;
    cursor: pointer;
}

#topnav #Close-icon img {
    width: 100%;
}

.reset-posDesk #sharing-icon {
    right: 70px !important;
    position: absolute;

}

#topnav>.col-6:nth-child(2) img:nth-child(2) {
    float: right;
}

#topnav .share-container {
    width: 60px;
    right: 46px;
    position: absolute;
    top: 31px;
    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: 5px 0px 0px 0px !important;
}

.instagramDesk img {
    width: 60px !important;
    margin-left: -5px;
    margin-top: 0px;
}

.facebookDesk {
    margin: 10px 0px !important;
}

.facebookDesk img {
    width: 37px !important;
    margin-top: -4px;
}

/*desk*/

#topnav .share-container img {
    /*
	    width: 37px !important;
    margin-top: -4px;
    margin-left: 1px;
*/
}

#topnav .share-container>.row:first-child {
    padding-top: 5px;
}

#topnav .share-container .row {
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
}

#topnav .share-container .sharing-cons {
    margin: 0px 0px 5px 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;
}

/*#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: 300px;
    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;
}

.disableView {
    visibility: hidden !important;
}

/*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: 9999;
    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 (min-width: 390px) and (max-width: 420px) {
    #openCloseAnim img {
        margin-left: 12px !important;
    }

    #pos_container {
        left: 15px !important;
    }
}

@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: 0px;
        margin-left: 0px;
    }

    #reset_portrait {
        position: absolute;
        right: 42px;
        color: #0076ce;
        z-index: 999;
    }
}

@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) {


    .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) {


    .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;
    }

    #reset_portrait {
        float: right;
        position: relative;
        left: 305px;
        top: 420px;
        color: #0076ce;
    }

}

/*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;
    }

    #reset_portrait {
        float: right;
        position: relative;
        left: 305px;
        top: 420px;
        color: #0076ce;
        font-size: 100px;
        bottom: 700px !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 img{
        width: 40px !important;
    }*/
    #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-image: url(../images_gl/icon/bagicon/GRADIANT.png);
    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;
}

.images-anim-container {
    height: 100%;
}

#explore-feature {
    width: 100%;
    background: #cacaca47;
    position: absolute;
    z-index: 111;
    bottom: 0px;
    display: block !important;
    overflow: scroll;
    /*    overflow-x: auto;*/
    padding: 10px;
    ;
}

#explore-feature.mob-landscap {
    left: 0px;
    width: 72px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

/*#explore-feature .col-4, #explore-feature .col-6{
   padding: 0px 5px; 
}*/
.os-content {
    background: #dcdcdc !important;
}

.explore-featureDesk-imp {
    margin: 80px 0px !important;
    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: #dcdcdc !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 {
    width: 30px;
    float: right;
    position: relative;
}

#offscreen-icon {
    display: none;
}

/*hotspot1-5*/
#hotspot1 {
    position: absolute;
}

/*
#hotspot1plus {
    position: absolute;
    top: -110px;
    left: -30px;
    cursor: pointer;
    z-index: 2;
    width: 255px;
}
*/
#hotspot2 {
    position: absolute;
}

/*
#hotspot2plus {
    position: absolute;
    left: -160px;
    top: -260px;
    cursor: pointer;
    z-index: 2;
    width: 145px;
}
*/
#hotspot3 {
    position: absolute;
}

/*
#hotspot3plus {
    position: absolute;
    top: -70px;
    left: -10px;
    cursor: pointer;
    z-index: 2;
    width: 185px;
}
*/
/*
#hotspot3_1plus {
    position: absolute;
    top: -360px;
    left: -10px;
    cursor: pointer;
    z-index: 2;
    width: 600px;
}
*/
#hotspot1plus {
    position: absolute;
    top: -50px;
    left: -10px;
    cursor: pointer;
    z-index: 2;
    width: 135px;
}

#hotspot2plus {
    position: absolute;
    left: -80px;
    top: -140px;
    cursor: pointer;
    z-index: 2;
    width: 85px;
}

#hotspot3plus {
    position: absolute;
    top: -30px;
    left: -10px;
    cursor: pointer;
    z-index: 2;
    width: 100px;
}

#hotspot3_1plus {
    position: absolute;
    top: -200px;
    left: 0px;
    cursor: pointer;
    z-index: 2;
    width: 300px;
}

#hotspot4 {
    position: absolute;
}

#hotspot4plus {
    position: absolute;
    left: -149px;
    top: -172px;
    cursor: pointer;
    z-index: 2;
    width: 150px;
}

#hotspot5 {
    position: absolute;
    width: 100%;
    height: 100%;
}

#hotspot5plus {
    position: absolute;
    left: -23%;
    top: -10%;
    cursor: pointer;
    z-index: 2;
    width: 41%;
}

#hotspot6 {
    position: absolute;
}

#hotspot7 {
    position: absolute;
}

#hotspot8 {
    position: absolute;
}

#hotspot9 {
    position: absolute;
}

#hotspot10 {
    position: absolute;
}

#hotspot11 {
    position: absolute;
}

#hotspot12 {
    position: absolute;
}

#hotspot13 {
    position: absolute;
}

.hotSpotDesk1 {
    top: -110px !important;
    left: -30px !important;
    width: 300px !important;
}

.hotSpotDesk2 {
    left: -210px !important;
    top: -340px !important;
    width: 180px !important;
}

.hotSpotDesk3 {
    top: -80px !important;
    left: -35px !important;
    width: 245px !important;
}

.hotSpotDesk3_1 {
    top: -80px !important;
    left: -790px !important;
    width: 160px !important;
}

.hotSpotDesk4 {
    left: -218px !important;
    top: -247px !important;
    width: 220px !important;
    height: 415px !important;
}

.hotSpotDesk5 {
    left: -13% !important;
    top: -9% !important;
    width: 23% !important;
}

.iStockDesk {
    width: 24% !important;
    left: 38% !important;
    top: -3% !important;
}

/*mobaddclass not expand*/
.hotSpotmob1 {
    top: -90px;
    left: -20px;
    width: 245px;
}

.hotSpotmob2 {
    left: -150px;
    top: -220px;
    width: 135px;
}

.hotSpotmob3 {
    top: -60px;
    left: -20px;
    width: 215px;
}

/**/

#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;
}

#logoDesk1 {
    display: none;
    position: absolute;
    left: 20px;
    top: 16px;
    z-index: 3;
    cursor: pointer;
}

.istockipad {
    top: 29% !important;
    width: 30% !important;
    left: 34% !important;
}

#hotspot3 span {
    font-size: 35px;
    position: absolute;
    left: -609px;
    top: -85px;
    width: 240px;
    color: #00b0df;
    font-weight: bold !important;
}

@media screen and (max-width: 1920px) {
    .product-titleDesk span {
        padding-right: 55px;
    }

    /*	#logoDesk1{position: fixed;top: 15px;left: 25px;}*/

    #hotspot3 span {
        font-size: 45px;
        position: absolute;
        left: -780px;
        top: -115px;
        width: 310px;
        color: #00b0df;
        font-weight: bold !important;
    }

    .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;
    }
}

@media screen and (min-width: 800px) and (max-width: 1368px) {
    .product-titleDesk span {
        padding-right: 0px;
    }

    /*#logoDesk1{position: fixed;top: 15	px;left: 18px;}	*/

    .hotSpotDesk3_1 {
        top: -80px !important;
        left: -790px !important;
        width: 160px !important;
    }

    #hotspot3 span {
        font-size: 35px;
        position: absolute;
        left: -609px;
        top: -85px;
        width: 240px;
        color: #00b0df;
        font-weight: bold !important;
    }

    .hotSpotDesk4 {
        left: -219px !important;
        top: -245px !important;
        width: 220px !important;
        height: 415px !important;
    }

}

.iStock111 {
    width: 30% !important;
    left: 34% !important;
    top: 7% !important;
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

    /* For landscape layouts only */
    .istockipad {
        top: 7% !important;
        width: 30% !important;
        left: 34% !important;
    }

    .hotSpotDesk3 {
        top: -50px !important;
        left: -35px !important;
        width: 245px !important;
    }
}

#1.active span {
    background-color: red;
}


#pos_container {
    display: inline-block;
    position: relative;
}

.mob-landscap #pos_container {
    display: block;
    margin: 0;
}

.pos_img_width {
    width: 56px;
}

.pos_btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.mob-landscap .pos_btn {
    margin-right: 0;
    margin-bottom: 10px;
}

.mob-landscap #pos2_img #pos3_img {
    width: 40% !important;
}

.mob-landscap .pos_img_width {
    width: 50px;
}

.scroller-container {
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.mob-landscap .scroller-container {
    white-space: inherit;
    flex-wrap: wrap;
    justify-content: center;
}

#color_container {
    display: inline-block;
    position: relative;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    padding: 0 5px;
}

.mob-landscap #color_container {
    display: block;
    border: none;
    padding: 0;
}

.clr_btn {
    height: 45px;
    border-radius: 25px;
    cursor: pointer;
    margin: 0px 10px;
    display: inline-block;
    /*    width: 40%;*/
    text-align: center;
}

/*
#color2{
	margin-right: -5px;
}
*/
/*

#color1{
	padding-right: 10px;
}
*/
.mob-landscap #color1 {
    padding-right: 0px;
}

.mob-landscap .clr_btn {
    height: 45px;
    border-radius: 25px;
    cursor: pointer;
    margin: 10px 0px;
    display: block;
    width: 100%;
    text-align: center;
}

.clr_btn img {
    border: 2px solid gray;
}

.clr_btn.selectedColor img {
    border: 3px solid rgb(0, 118, 206);
}

#clr_text {
    position: relative;
    color: #007db8;
    letter-spacing: 0.5px;
}

#pos_text {
    color: #007db8;
}

.clr_btn_img {
    border-radius: 50%;
    width: 45px;
}

.mob-landscap .clr_btn_img {
    width: 40px;
}

/*#color2_img{
   border: 2px solid rgb(0, 118, 206);
}*/
#col_div {
    line-height: 50px;
}

#openCloseAnim {
    display: inline-block;
    padding-right: 15px;
}
#openCloseDiv {
     padding-left: 15px;
}
#openCloseAnim {
    height: 42px;
    cursor: pointer;
}

#openCloseAnim img {}

.mob-landscap #openCloseAnim {
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
    height: 57px;
    left: -10px;
    position: relative;
}

.mob-landscap #openCloseAnim img {
    width: 38px !important;
}

.mob-landscap .for_Ko-kr-openCloseAnim {
    border: none;
}

#reset_landscape {
    float: right;
    position: relative;
    left: 5px;
    top: -15px;
    color: #0076ce;
}

#landscape {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9;
}

#landscape img {
    width: 40px;
}

#onOffBacklit {
    position: relative;
    display: inline-block;
}

#onOffBacklitAnim {
    width: 42px;
    cursor: pointer;
}

.mob-landscap #onOffBacklitAnim {
    width: 40px;
}

.mob-landscap #onOffBacklit {
    padding: 0 0 15px;
}

/*css for right anim*/

#rightAnim {
    display: block;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 0;
    cursor: pointer;
    color: #fff;
    /* height: 770px; */
    overflow: hidden;
    width: 33px;
}

#rightAnim.mob-landscap {
    top: -10px;
    display: none !important;
}

#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: -5px;
    left: 80px;
    font-size: 12px;
    width: 112px;
    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*/






/*css for hotspots*/

#hot1_img {
    position: relative;
    left: 3px;
    top: -2px;
    height: 20px;
    width: 1px;
}

#hot2_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 1px;
}

#hot3_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 75px;
    width: 1px;
}

#hot4_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 104px;
    width: 1px;
}

#hot5_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 80px;
    width: 1px;
}

#hot6_img {
    position: relative;
    left: -1px;
    top: 0px;
    height: 60px;
    width: 1px;
}

#hot7_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 1px;
}

#hot8_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 1px;
}

#hot9_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 1px;
}

#hot10_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 80px;
    width: 1px;
}

#hot11_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 1px;
}

#hot12_img {
    position: relative;
    left: 21px;
    top: -22px;
    height: 44px;
    width: 1px;
    transform: rotate(90deg);
}


#circle1 {
    top: -3px;
    left: -2px;
}

#circle2 {
    top: -5px;
    left: -5px;
}

#circle3 {
    top: -3px;
    left: -5px;
}

#circle4 {
    top: -3px;
    left: -6px;
}

#circle5 {
    top: -3px;
    left: -6px;
}

#circle6 {
    top: -3px;
    left: -6px;
}

#circle7 {
    top: -3px;
    left: -6px;
}

#circle8 {
    top: -3px;
    left: -6px;
}

#circle9 {
    top: -3px;
    left: -6px;
}

#circle10 {
    top: -3px;
    left: -5px;
}

#circle11 {
    top: -3px;
    left: -5px;
}

#circle12 {
    top: -50px;
    left: 34px;
}


.circle {
    height: 11px;
    width: 11px;
    background: #d8d8d8;
    border-radius: 50%;
    text-align: center;
    position: relative;
    line-height: 11px;
    color: black;
    padding: 0px 0px 0px 0px;
    font-size: 8px;
}

#hot1_text {
    position: relative;
    left: -92px;
    top: -14px;
    font-size: 8px;
    /* text-align: right; */
    /* width: 140px; */
}

#hot2_text {
    position: relative;
    left: -94px;
    top: -16px;
    font-size: 8px;
}

#hot3_text {
    position: relative;
    left: -79px;
    top: -14px;
    font-size: 8px;
    /* width: 110px; */
    /* text-align: right; */
}

#hot4_text {
    position: relative;
    left: -36px;
    top: -14px;
    font-size: 8px;
    /* width: 130px; */
    /* text-align: right; */
}

#hot5_text {
    position: relative;
    left: 8px;
    top: -14px;
    font-size: 8px;
    /* width: 150px; */
}

#hot6_text {
    position: relative;
    left: 8px;
    top: -14px;
    font-size: 8px;
}

#hot7_text {
    position: relative;
    left: 10px;
    top: -16px;
    font-size: 8px;
    width: 88px;
}

#hot8_text {
    position: relative;
    left: -101px;
    top: -19px;
    font-size: 8px;
    width: 92px;
    text-align: right;
}

#hot9_text {
    position: relative;
    left: -42px;
    top: -13px;
    font-size: 8px;
    /* text-align: right; */
    /* width: 150px; */
}

#hot10_text {
    position: relative;
    left: 8px;
    top: -14px;
    font-size: 8px;
    /* width: 150px; */
}

#hot11_text {
    position: relative;
    left: 9px;
    top: -17px;
    font-size: 8px;
    width: 138px;
}

#hot12_text {
    position: relative;
    left: 33px;
    top: -48px;
    font-size: 8px;
    width: 35px;
}

#hotspot13 {
    position: absolute;
    width: 100%;
    height: 100%;
}

#hot13_img {
    position: relative;
    left: -1px;
    top: -34px;
    /* transform: rotate(90deg); */
    height: 34px;
    width: 1px;
}

#circle13 {
    position: relative;
    left: -6px;
    top: -70px;
}

#hot13_text {
    position: relative;
    top: -81px;
    left: 8px;
    /* width: 90px; */
    font-size: 8px;
}

.mob-landscap #hot1_img {
    position: relative;
    left: 5px;
    top: -2px;
    height: 20px;
    width: 1px;
}

.mob-landscap #circle1 {
    left: 0px;
    top: -3px;
}

.mob-landscap #hot1_text {
    position: relative;
    left: -152px;
    top: -14px;
    font-size: 8px;
    text-align: right;
    width: 150px;
}


.mob-landscap #hot2_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 1px;
}

.mob-landscap #hot3_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 55px;
    width: 1px;
}

.mob-landscap #hot7_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 1px;
}

.mob-landscap #hot4_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 85px;
    width: 1px;
}

.mob-landscap #hot5_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 70px;
    width: 1px;
}

.mob-landscap #hot6_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 1px;
}

.mob-landscap #hot8_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 1px;
}

.mob-landscap #hot9_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 1px;
}

.mob-landscap #hot10_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 70px;
    width: 1px;
}

.mob-landscap #hot11_img {
    position: relative;
    left: 0px;
    top: 0px;
    height: 35px;
    width: 1px;
}

.mob-landscap #hot13_img {
    position: relative;
    left: -1px;
    top: -34px;
    /* transform: rotate(90deg); */
    height: 34px;
    width: 1px;
}

.mob-landscap #circle13 {
    position: relative;
    left: -6px;
    top: -70px;
}

/*css for hotspots end*/

/*for Ko-kr langauge updates*/

.for_Ko-kr-color_container {
    display: none !important;
}

.for_Ko-kr-openCloseAnim {
    border: 1px solid grey;
    border-bottom: none;
    border-top: none;
    margin-top: 10px !important;
    border-right: none;
    padding: 0 10px !important;
}