.tabs {
    z-index: 1;
}

.ringContainer img {
    margin: 0 !important;
}

.fullHeight {
    height: 100%;
}

.menuBar {
    margin-top: 55px;
    width: 21.7% !important;
    height: 200px;
    position: absolute;
    float: left;
    z-index: 1;
}

#side-menu {
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    list-style-type: none;
    padding-left: 0;
}

#side-menu li {
    display: block;
    padding: 7% 3%;
    border-bottom: 1px solid #e7e7e7;
}

#side-menu li:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

#side-menu li:active {
    background-color: #eeeeee;
}

#side-menu .active {
    background-color: #eeeeee;
}

#fullAnimation {
    width: 87%;
    position: relative;
    float: right;
    z-index: 0;
    height: 100%;
}

#fullAnimation #demoTab1 {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

#fullAnimation #demoTab2,
#fullAnimation #demoTab3,
#fullAnimation #demoTab4,
#fullAnimation #demoTab5 {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
}

#demoTab2,
#demoTab3,
#demoTab4,
#demoTab5 {
    display: none;
}

.ringContainer {
    position: relative;
    font-size: 16px;
    max-width: 1600px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 50px;
}

.circle {
    width: 20px;
    height: 20px;
line-height: 20px;
    background-color: #fe5000;
    border-radius: 50%;
    position: absolute;
    color: white;
    font-family: 'arial', sans-serif;
    text-align: center;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.ringRing {
    border: 3px solid #fe5000;
    -webkit-border-radius: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
    left: -5px;
    top: -5px;
    display: none;
}

.popup {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup p {
    margin-top: 6px !important;
}

.pointNumber {
    line-height: 20px;
    font-size: 12px;
font-weight: 600;
}

/* Toggle this class - hide and show the popup */
.popup .popupText {
    visibility: hidden;
    width: 250px;
    background: rgba(55, 70, 80, 0.9);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 12px 0px 12px;
    position: absolute;
    z-index: 1;
    bottom: 165%;
    left: 50%;
    margin-left: -125px;
    font-family: sans-serif;
}

.popup .popupText p {
    font-size: 16px;
    font-weight: lighter;
    color: #ffffff;
}

.popup .popupText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#firstTabSection #firstTab {
    left: 42%;
    top: 18%;
    position: absolute;
}

#firstTabSection #secondTab {
    left: 65.5%;
    top: 210px;
    position: absolute;
}

#firstTabSection #thirdTab {
    left: 81%;
    top: 100px;
    position: absolute;
}

#firstTabSection #fourthTab {
    left: 39.5%;
    top: 63%;
    position: absolute;
}

#secondTabSection #firstTab {
    left: 32.7%;
    top: 17.9%;
    position: absolute;
}

#secondTabSection #secondTab {
    left: 36.2%;
    top: 68.5%;
    position: absolute;
}

#secondTabSection #thirdTab {
    left: 28%;
    top: 82.5%;
    position: absolute;
}

#secondTabSection #fourthTab {
    left: 29%;
    top: 21.5%;
    position: absolute;
}

#secondTabSection #fifthTab {
    left: 56%;
    top: 16%;
    position: absolute;
}

#secondTabSection #sixthTab {
    left: 44%;
    top: 15.5%;
    position: absolute;
}

#thirdTabSection #firstTab {
    left: 43%;
    top: 19%;
    position: absolute;
}

#thirdTabSection #secondTab {
    left: 66%;
    top: 10.5%;
    position: absolute;
}

#thirdTabSection #thirdTab {
    left: 37%;
    top: 40%;
    position: absolute;
}

#thirdTabSection #fourthTab {
    left: 75%;
    top: 11%;
    position: absolute;
}

#thirdTabSection #fifthTab {
    left: 71%;
    top: 10.5%;
    position: absolute;
    z-index: 2;
}

#thirdTabSection #sixthTab {
    left: 79%;
    top: 11%;
    position: absolute;
}

#fourthTabSection #firstTab {
    left: 33.5%;
    top: 14%;
    position: absolute;
}

#fourthTabSection #fifthTab {
    left: 73.8%;
    top: 18%;
    position: absolute;
}

#fourthTabSection #fourthTab {
    left: 47%;
    top: 21%;
    position: absolute;
}

#fourthTabSection #secondTab {
    left: 73.2%;
    top: 24.5%;
    position: absolute;
}

#fourthTabSection #sixthTab {
    left: 60%;
    top: 66.5%;
    position: absolute;
}

#fifthTabSection #firstTab {
    left: 33.5%;
    top: 13.1%;
    position: absolute;
}

#fifthTabSection #secondTab {
    left: 50.5%;
    top: 18%;
    position: absolute;
}

#fifthTabSection #thirdTab {
    left: 81.5%;
    top: 20%;
    position: absolute;
}

#fifthTabSection #fourthTab {
    left: 35.5%;
    top: 26.5%;
    position: absolute;
}

#fifthTabSection #fifthTab {
    left: 23.5%;
    top: 61%;
    position: absolute;
}

.menuBarMobile {
    display: none;
}

@media screen and (max-width: 830px) {
    .menuBar {
        display: none;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .menuBarMobile {
        float: left;
        z-index: 1;
        width: 100%;
        display: block;
    }

    .menuBarMobile ul {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .menuBarMobile #side-menu li {
        text-align: center;
        padding: 2% !important;
    }

    .ringContainer {
        margin-bottom: 40%;
        width: 100%;
        padding-top: 30px;
    }

    #fullAnimation {
        width: 100%;
    }
}

@media screen and (max-width: 830px) {
    .ringContainer {
        margin-bottom: 55% !important;
    }
    #firstTabSection #firstTab {
        left: 33%;
        top: 14%;
        position: absolute;
    }

    #firstTabSection #secondTab {
        left: 61%;
        top: 33%;
        position: absolute;
    }

    #firstTabSection #thirdTab {
        left: 77.5%;
        top: 17%;
        position: absolute;
    }

    #firstTabSection #fourthTab {
        left: 23%;
        top: 61%;
        position: absolute;
    }

    #secondTabSection #firstTab {
        left: 22.5%;
        top: 16.5%;
        position: absolute;
    }

    #secondTabSection #secondTab {
        left: 27%;
        top: 70%;
        position: absolute;
    }

    #secondTabSection #thirdTab {
        left: 19%;
        top: 84%;
        position: absolute;
    }

    #secondTabSection #fourthTab {
        left: 19.5%;
        top: 22%;
        position: absolute;
    }

    #secondTabSection #fifthTab {
        left: 48%;
        top: 14%;
        position: absolute;
    }

    #secondTabSection #sixthTab {
        left: 36%;
        top: 13.5%;
        position: absolute;
    }

    #thirdTabSection #firstTab {
        left: 34%;
        top: 18%;
        position: absolute;
    }

    #thirdTabSection #secondTab {
        left: 60%;
        top: 9%;
        position: absolute;
    }

    #thirdTabSection #thirdTab {
        left: 29%;
        top: 41%;
        position: absolute;
    }

    #thirdTabSection #fourthTab {
        left: 71%;
        top: 9%;
        position: absolute;
    }

    #thirdTabSection #fifthTab {
        left: 66%;
        top: 9%;
        position: absolute;
        z-index: 2;
    }

    #thirdTabSection #sixthTab {
        left: 75%;
        top: 9%;
        position: absolute;
    }

    #fourthTabSection #firstTab {
        left: 23.5%;
        top: 14%;
        position: absolute;
    }

    #fourthTabSection #fifthTab {
        left: 68.5%;
        top: 18%;
        position: absolute;
    }

    #fourthTabSection #fourthTab {
        left: 38%;
        top: 20%;
        position: absolute;
    }

    #fourthTabSection #secondTab {
        left: 68.7%;
        top: 25%;
        position: absolute;
    }

    #fourthTabSection #sixthTab {
        left: 54%;
        top: 65%;
        position: absolute;
    }

    #fifthTabSection #firstTab {
        left: 23.5%;
        top: 13.5%;
        position: absolute;
    }

    #fifthTabSection #secondTab {
        left: 43%;
        top: 16.5%;
        position: absolute;
    }

    #fifthTabSection #thirdTab {
        left: 77.5%;
        top: 20%;
        position: absolute;
    }

    #fifthTabSection #fourthTab {
        left: 25%;
        top: 26%;
        position: absolute;
    }

    #fifthTabSection #fifthTab {
        left: 12.3%;
        top: 62%;
        position: absolute;
    }
}

@media screen and (min-width: 501px) and (max-width: 829px) {
    .ringContainer {
        margin-bottom: 55% !important;
    }
}

@media screen and (max-width: 500px) {
    html,
    body {
        overflow-x: visible !important;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .ringContainer {
        margin-bottom: 75% !important;
    }
}


@media only screen and (min-width: 100px) and (max-width: 768px) {

    .popup .popupText::after{display: none;}
.popup .popupText p { font-size: 13px; line-height: 18px;}
.popup .popupText {
    width: 230px;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed;
    z-index: 99999;
    top: 150px;
    display: block;
    height: 150px;
}

/*#firstTabSection #firstTab .popupText.show {transform: translatex(-30%);}
#firstTabSection #thirdTab .popupText.show {transform: translatex(-90%);}
#firstTabSection #secondTab .popupText.show {transform: translatex(-66%);}
*/

}