.digi {
    min-height: 400px;
    position: relative;
    padding: 0px 0 0;
    z-index: 9;
}

.locator {
    position: absolute;
    font-size: 13px;
}

.locator p {
    margin: 0;
}

.locator.warranty {
       left: 76%;
    bottom: 54%;
}

.locator.service {
      left: 6%;
    top: 67%;
}

.locator.ownership {
   left: 6%;
    bottom: 15%;
}

.locator.passport {
      left: 6%;
    top: 45%;
}

.locator.setup {
   right: 15%;
    bottom: 34%;
    left: inherit;
}

.locator.compliance {
    left: 73%;
    bottom: 19%;
}


.fs-pointer.collapsed {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.closer, .fs-pointer {
    background: #fff;
    border: 1px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    outline: 0 !important;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
.fs-pointer .leftlabel {
    color: #fff;
    font-weight: 400;
    position: absolute;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    text-align: left;
    top: 0;
    left: 32px;
}

.fs-pointer .rightlabel {
    color: #fff;
    font-weight: 400;
    position: absolute;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    text-align: right;
    top: 0;
    left: -32px;
}

.fs-pointer_dot {
    height: 45px;
    width: 45px;
    z-index: 0;
    opacity: 0;
    border: 10px solid #229bd7;
    background: 0 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-animation: flash 2s ease-out;
    -moz-animation: flash 2s ease-out;
    animation: flash 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -7px;
    left: -7px;
}
@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
.closer {
    position: absolute;
    z-index: 9;
    top: -5px;
    right: -5px;
}
.box-cont1{
	height: 150px
}
@media (max-width: 575px) {
    .closer, .fs-pointer {
        background: #fff;
        border: 1px;
        display: block;
        width: 18px;
        height: 18px;
        text-align: center;
        border-radius: 50%;
        outline: 0 !important;
    }

    .fs-pointer .leftlabel {
        font-size: 12px;
        left: 28px;
    }

    .fs-pointer_dot {
        height: 28px;
        width: 28px;
        z-index: 0;
        opacity: 0;
        border: 3px solid #229bd7;
        background: 0 0;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        -webkit-animation: flash 2s ease-out;
        -moz-animation: flash 2s ease-out;
        animation: flash 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        position: absolute;
        top: -5px;
        left: -5px;
    }

    .locator.warranty {
       left: 67%;
        bottom: 55%;
    }

    .locator.service {
       left: 6%;
        top: 58%;
    }

    .locator.ownership {
   left: 6%;
        top: 76%;
    }

    .locator.passport {
   left: 6%;
        bottom: 54%;
    }

    .locator.setup {
             left: inherit;
			 right:21%;
        bottom: 35%;
    }

    .locator.compliance {
                  left: inherit;
        right: 27%;
        bottom: 22%;
    }

  
}

.fs-content {
    padding: 0;
    position: relative;
    overflow: hidden;
    max-width: /*220px*/ 380px;
}

.fs-content.show {
    z-index: 999;
}

.tech-content.show {
    z-index: 990;
}

.fs-inner-content {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    text-align: justify;
}

.digi .tab-content .tab-pane.collapse.show {
    display: block;
}
