.bottom-container .sortable-container {
    /* margin-top: 25%; */
    text-align: center;
    height: 20%;
}

.bottom-container .sortable-container .sortable-holder {
    display: inline-block;
    font-size: 1.5vw;
    display: inline-block;
    width: 15%;
    height: 29%;
}

.bottom-container .sortable-container .sortable-holder .sortable-words {
    cursor: grab;
}


/* Droppable */

.bottom-container .textordering-droppable-container {
    width: 70%;
    height: auto;
    top: 17%;
    left: 15%;
    overflow: visible;
    text-align: center;
}

.bottom-container .textordering-draggable {
    position: relative;
    font-size: 1vw;
    line-height: 2vw;
    background-color: #1E4363;
    border-radius: 0.5vw;
    text-align: center;
    margin-right: 1%;
    color: #fff;
    cursor: grab;
    margin-top: 3%;
    z-index: 4;
    width: 20%;
    display: inline-block;
}

.bottom-container .sortable-container .sortable-holder .drop-words {
    width: 100%;
    white-space: nowrap;
    height: 98%;
}

.bottom-container .sortable-container .sortable-holder .anchor {
    background-image: url('../images/britanica-desgin/textordering/Anchor.png');
    background-repeat: no-repeat;
    background-position: center;
}

.textordering-bank-li {
    margin-left: 2%;
}

.additiona-text-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 75%;
    width: 0;
    height: 0;
    border: 2.07vw solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    border-right: 0;
    margin-left: -1.03vw;
    margin-top: -2.07vw;
    z-index: 5;
}

.exercise-bubble:after {
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 5.07vw solid transparent;
    border-right-color: #fff;
    border-left: 0;
    border-bottom: 0;
    margin-top: 0vw;
    margin-left: -5.07vw;
}

.sotrable-sliders li {
    background-color: #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.bottom-container .sortable-bank {
    width: 90%;
    height: 43%;
    top: 53%;
    left: 5%;
    /* width: 90%;
    margin-top: 30%; */
}

.bottom-container .sortable-bank li {
    /* border: 1px #f0f0f0 solid; */
    padding: 0;
    width: 15%;
}

.bottom-container .textordering-droppable-container {
    width: 90%;
    left: 5%;
}

.bottom-container .textordering-draggable {
    width: auto;
    padding: 0 10px 0 10px;
}

.sortable-sliders {
    margin-top: 25% !important;
    text-align: center !important;
    height: auto !important;
}

.sliders-holder {
    display: inline-block !important;
    background-color: #1E4363 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 10px !important;
    font-size: 1.5vw !important;
    width: auto !important;
    height: auto !important;
    color: #fff;
    border-radius: 11px;
}

.active {
    border: 2px solid #189EC1;
}