.p_31 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--grey-color);
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.p_31 .right-container{
	position: absolute;
    top: 84px;
    left: 298px;
    height: 310px;
    width: 170px;
}

.p_31 .left-container{
	position: absolute;
    width: 200px;
    left: 55px;
    top: 75px;
    background: var(--white-color);
    height: 430px;
	padding: 10px;
	border-radius: 10px;
}
.p_31 .left-container::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 432px;
	top: 0;
	right: -27px;
	border-radius: 5px;
	background: var(--red-color);
}
.p_31 .timeline-box {
	font-family: 'Calibri-Bold';
	color: var(--white-color);
	padding: 3px 15px;
	line-height: 17px;
	border-radius: 10px;
	background: transparent;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}
.p_31 .timeline-box:nth-child(2) {
	margin-top: 17px;
}
.p_31 .timeline-box:nth-child(3) {
	margin-top: 12px;
}
.p_31 .timeline-box:nth-child(4) {
	margin-top: 10px;
}
.p_31 .timeline-box:nth-child(5) {
	margin-top: 20px;
}
.p_31 .timeline-box:nth-child(6) {
	margin-top: 18px;
}
.p_31 .timeline-box:nth-child(7) {
	margin-top: 20px;
}
.p_31 .timeline-box:nth-child(8) {
	margin-top: 18px;
}
.p_31 .timeline-box::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 2px;
	width: 29px;
	height: 19px;
	background: url(../../images/p_31_step.png) no-repeat 0 0;
    background-size: contain;
}
.p_31 .timeline-box:nth-child(1):before {
	top: 4px;
}
.p_31 .timeline-box:nth-child(2):before {
	top: 14px;
}
.p_31 .timeline-box:nth-child(3):before {
	top: 12px;
}
.p_31 .timeline-box:nth-child(4):before {
	top: 13px;
}
.p_31 .timeline-box:nth-child(5):before {
	top: 3px;
}
.p_31 .timeline-box:nth-child(6):before {
	top: 13px;
}
.p_31 .timeline-box:nth-child(7):before {
	top: 3px;
}
.p_31 .timeline-box:nth-child(8):before {
	top: 13px;
}
.p_31 .timeline-box.timelineSelected{
	color: var(--red-color);
	background: var(--white-color);
}
.p_31 .popup_txt {
	padding-top: 15px;
}
.p_31 ul li {
    padding-bottom: 5px;
}
.p_31 .slider-container {
	position: absolute;
    height: 10px;
    transform: rotate(270deg);
    transform-origin: 50% 50%;
    width: 432px;
    top: 286px;
    left: 61px;
	z-index: 99;
  }



.p_31 .slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;	
	background: transparent;
	outline: none;
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: background 0.3s;
	transform: rotate(180deg);
	
  }

.p_31 .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 43px;
	height: 19px;
	background: url(../../images/p_31_cursor.png) no-repeat 0 0;
    background-size: contain;
	cursor: grab;
	transform: rotate(270deg);
	z-index: 99;
  }





















.p_25 {
    /* background: var(--grey-color); */
    background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}
.p_25 #contentHolder {
    position: relative;
    margin-left: 22px;
}


.p_25 .flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.p_25 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: var(--border-radius);
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.p_25 .flip-card-back p.flip_inst {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 14px;
    font-style: italic;
    padding: 5px;
    border: 1px solid #FFF;
    display: none;
}


.p_25 .flip-card.selected .flip-card-inner {
    transform: rotateY(180deg);
}
.p_25 .flip-card-front {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--white-color);
    position: relative;
}
.p_25 .flip-card-front::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(../../images/SVG/p_25_flip_normal.svg) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
}
.p_25 .flip-card-front:hover::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(../../images/SVG/p_25_flip_hover.svg) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
}
.p_25 .flip-card-front,
.p_25 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    word-wrap: break-word;
    /* font-size: 18px; */
    font-size: 19px;
    line-height: 20px;
    border-radius: var(--border-radius);
    
}
.p_25 .flip-card-front .img_holder img {
    width: 80%;
}
.p_25 .flip-card-front .text_holder {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    margin: 10px 0 0 0;
}
.p_25 .flip-card-back {
    transform: rotateY(180deg);
    padding: 12px 12px 5px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    background: var(--red-color);
    color: var(--white-color);
    cursor: default;
}

.p_25 .flip-card-back .flip_back_title {
    font-family: 'Calibri-Bold';
    font-size: 20px;
    line-height: 14px;
    padding-bottom: 10px;

}

.p_25 .module {
    width: 45%;    
    margin: 5px 5px 0 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 164px;
    font-weight: bold;
}