.p_5 {
	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_5 .tab {
    float: none;
    width: 100%;
	position: relative;
}

.p_5 .tab button {
    display: block;
    border: none;
    outline: none;
    background:url(../../images/SVG/p_5_icon1.svg) no-repeat 0 0;
	background-size: contain;
	width: 90px;
	height: 90px;
}
.p_5 .tab button span {
	position: relative;
	width: 90px;
	height: 90px;
	display: block;
}

.p_5 .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_5 .tab button.tab1 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	margin: 0 auto;
}
.p_5 .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_5 .tab button.tab2 {
	position: absolute;
	right: 28px;
	top: 95px;
	background:url(../../images/SVG/p_5_icon2.svg) no-repeat 0 0;
	background-size: contain;
}
.p_5 .tab button.tab2.activeTab span::before {
	left: -157px;
    top: -62px;
	transform: rotate(60deg);
}
.p_5 .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_5 .tab button.tab3.activeTab span::before {
	left: -157px;
    top: -173px;
	transform: rotate(120deg);
}
.p_5 .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_5 .tab button.tab4.activeTab span::before {
    top: -228px;
	transform: rotate(180deg);
}
.p_5 .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_5 .tab button.tab5.activeTab span::before {
	left: 35px;
    top: -173px;
	transform: rotate(240deg);
}
.p_5 .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_5 .tab button.tab6.activeTab span::before {
	left: 35px;
    top: -62px;
	transform: rotate(300deg);
}
.p_5 .tab button.activeTab{
    cursor:default;
    border-right: none;
}
.p_5 .popupOverlayBox{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background: var(--black1-color);
	display: none;
}
.p_5 .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_5 .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_5 .popup_head_icon {
	width: 17%;
	height: 17%;
}
.p_5 .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;
}
