/* .p_12 {
	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_12 .tab {
    float: none;
    width: 100%;
	position: relative;
}

.p_12 p.para_inner_head {
    font-size: 20px;
    font-family: 'Calibri-Bold';
}

.p_12 .click_main_cont {
	display: flex;
	justify-content: space-between;
}

.p_12 #reveal_boxe1 #contentHolder {
	background: #D1D1D1;
	padding: 10px 15px;
	height: 425px;
}

.p_12 #reveal_boxe2 #contentHolder {
	margin-top: 20px;
}
.p_12 #reveal_boxe2 #contentHolder .reveal_title {
	color: var(--red-color);
}

.p_12 .reveal_title {
    font-size: 14px;
    font-family: 'Calibri-Bold';
}
.p_12 .reveal_text {
    font-size: 14px;
	line-height: 18px;
}


.p_12 .click_cont {
	width: 49%;
	position: relative;
}
.p_12 .click_img_cont {
	position: absolute;
	left: 0;
	bottom: 15px;
}
.p_12 .click_img_cont  img {
	padding: 0 15px;
}
.p_12 .tab button {
    display: block;
    border: none;
    outline: none;
    background:url(../../images/SVG/p_12_click_normal.svg) no-repeat 0 0;
	background-size: contain;
	width: 35px;
	height: 35px;
}
.p_12 .tab button:hover {
    background:url(../../images/SVG/p_12_click_hover.svg) no-repeat 0 0;
	background-size: contain;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
.p_12 .tab button.visited:hover {
    background:url(../../images/SVG/p_12_click_normal.svg) no-repeat 0 0;
	background-size: contain;
	width: 35px;
	height: 35px;
	cursor: default;
}
.p_12 .tab button span {
	position: relative;
	width: 90px;
	height: 90px;
	display: none;
}

/* .p_12 .tab button.tab1 span::after{
	content: "";
	position: absolute;
	background:url(../../images/SVG/p_5_logo.svg) no-repeat 0 0;
	width: 140px;
    height: 140px;
    left: -31px;
    top: 144px;
    background-size: contain;
	pointer-events: none;
} */
.p_12 .tab button.tab1 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -16px;
	margin: 0 auto;
}
/* .p_12 .tab button.activeTab span::before{
	content: "";
	position: absolute;
	background:url(../../images/SVG/p_5_red.svg) no-repeat 0 0;
	width: 200px;
	height: 323px;
	left: -61px;
	top: -8px;
	background-size: contain;
	z-index: -1;
} */
.p_12 .tab button.tab2 {
	position: absolute;
	left: 0;
    right: 0;
    margin: 0 auto;
    top: 271px;
}
/* .p_12 .tab button.tab2.activeTab span::before {
	left: -157px;
    top: -62px;
	transform: rotate(60deg);
} */
.p_12 .tab button.tab3 {
	position: absolute;
	right: 29px;
    top: 267px;
	background:url(../../images/SVG/p_5_icon3.svg) no-repeat 0 0;
	background-size: contain;
}
.p_12 .tab button.tab3.activeTab span::before {
	left: -157px;
    top: -173px;
	transform: rotate(120deg);
}
.p_12 .tab button.tab4 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 354px;
	margin: 0 auto;
	background:url(../../images/SVG/p_5_icon4.svg) no-repeat 0 0;
	background-size: contain;
}
.p_12 .tab button.tab4.activeTab span::before {
    top: -228px;
	transform: rotate(180deg);
}
.p_12 .tab button.tab5 {
	position: absolute;
	left: 30px;
    top: 267px;
	background:url(../../images/SVG/p_5_icon5.svg) no-repeat 0 0;
	background-size: contain;
}
.p_12 .tab button.tab5.activeTab span::before {
	left: 35px;
    top: -173px;
	transform: rotate(240deg);
}
.p_12 .tab button.tab6 {
	position: absolute;
	left: 30px;
    top: 95px;
	background:url(../../images/SVG/p_5_icon6.svg) no-repeat 0 0;
	background-size: contain;
}
.p_12 .tab button.tab6.activeTab span::before {
	left: 35px;
    top: -62px;
	transform: rotate(300deg);
}
.p_12 .tab button.activeTab{
    cursor:default;
    border-right: none;
}
.p_12 .popupOverlayBox{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background: var(--black1-color);
	display: none;
}
.p_12 .popupContainer{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
	height: 45%;
	padding: 45px 35px 25px 25px;
	background: var(--red-color);
	color: var(--white-color);
	border-radius: var(--border-radius);
	display: none;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.p_12 .popup_head_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.popup_head_title {
	font-size: var(--popup-head-size);
	font-family: 'Calibri-Bold';
}
.p_12 .popup_head_icon {
	width: 17%;
	height: 17%;
}
.p_12 .closeBtn {
	position: absolute;
	right: 5px;
    top: 5px;
	background:url(../../images/SVG/p_5_popup_close.svg) no-repeat 0 0;
	background-size: contain;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
