.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;
	margin-top: 40px;
}

.p_5 .tab_row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.p_5 .tab_inner {
	background: #707070;
	width: 218px;
	height: 119px;
	border-radius: 20px;
	position: relative;
	display: flex;
	align-items: center;
	
}
.p_5 .tab_row .tab_inner:nth-child(odd){
	border-radius: 80px 10px 10px 80px;
	justify-content: flex-start;
}
.p_5 .tab_row .tab_inner:nth-child(even){
	border-radius: 10px 80px 80px 10px;
	justify-content: flex-end;
}
.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: 70px;
	height: 70px;
	border-radius: 50%;
}
.p_5 .tab button#btnTab1 {
    background:url(../../images/SVG/p_5_icon1.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab1:hover {
    background:url(../../images/SVG/p_5_icon1_hover.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab2 {
    background:url(../../images/SVG/p_5_icon2.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab2:hover {
    background:url(../../images/SVG/p_5_icon2_hover.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab3 {
    background:url(../../images/SVG/p_5_icon3.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab3:hover {
    background:url(../../images/SVG/p_5_icon3_hover.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab4 {
    background:url(../../images/SVG/p_5_icon4.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab4:hover {
    background:url(../../images/SVG/p_5_icon4_hover.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab5 {
    background:url(../../images/SVG/p_5_icon5.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab5:hover {
    background:url(../../images/SVG/p_5_icon5_hover.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab6 {
    background:url(../../images/SVG/p_5_icon6.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button#btnTab6:hover {
    background:url(../../images/SVG/p_5_icon6_hover.svg) no-repeat 0 0;
	background-size: 70px 70px;
}
.p_5 .tab button span {
	position: relative;
	width: 90px;
	height: 90px;
	display: none;
}

.p_5 .reveal_boxes {
    position: absolute;
    width: 100%;
    position: absolute;
    top: 139px;
    left: 0;
}
.p_5 .reveal_boxe {
	width: 218px;
    height: 119px;
}
.p_5 .reveal_boxe #contentHolder {
	width: 218px;
    height: 119px;
	display: flex;
	align-items: center;
}
.p_5 .reveal_boxe:nth-child(odd) #contentHolder {
    border-radius: 80px 10px 10px 80px;
	background: var(--white-color);
}
.p_5 .reveal_boxe:nth-child(even) #contentHolder {
    border-radius: 10px 80px 80px 10px;
	background: var(--white-color);
}
/* .p_5 .reveal_boxe:nth-child(odd) #contentHolder {
	justify-content: flex-start;
}
.p_5 .reveal_boxe:nth-child(even) #contentHolder {
	justify-content: flex-end;
} */
.p_5 .reveal_boxe#reveal_boxe1 #contentHolder .popup_icon{
	background: url(../../images/SVG/p_5_icon1_hover.svg) no-repeat 0 0;
    background-size: 70px 70px;
	width: 70px;
    height: 70px;
}
.p_5 .reveal_boxe#reveal_boxe2 #contentHolder .popup_icon{
	background: url(../../images/SVG/p_5_icon2_hover.svg) no-repeat 0 0;
    background-size: 70px 70px;
	width: 70px;
    height: 70px;
}
.p_5 .reveal_boxe#reveal_boxe3 #contentHolder .popup_icon{
	background: url(../../images/SVG/p_5_icon3_hover.svg) no-repeat 0 0;
    background-size: 70px 70px;
	width: 70px;
    height: 70px;
}
.p_5 .reveal_boxe#reveal_boxe4 #contentHolder .popup_icon{
	background: url(../../images/SVG/p_5_icon4_hover.svg) no-repeat 0 0;
    background-size: 70px 70px;
	width: 70px;
    height: 70px;
}
.p_5 .reveal_boxe#reveal_boxe5 #contentHolder .popup_icon{
	background: url(../../images/SVG/p_5_icon5_hover.svg) no-repeat 0 0;
    background-size: 70px 70px;
	width: 70px;
    height: 70px;
}
.p_5 .reveal_boxe#reveal_boxe6 #contentHolder .popup_icon{
	background: url(../../images/SVG/p_5_icon6_hover.svg) no-repeat 0 0;
    background-size: 70px 70px;
	width: 70px;
    height: 70px;
}

.p_5 .reveal_boxe #contentHolder .popup_text_cont {
	width: calc(100% - 70px);
}
.p_5 #reveal_boxe1 {
	position: absolute;
	top: 0px;
	left: 30px;
}
.p_5 #reveal_boxe2 {
	position: absolute;
	top: 0px;
	left: 259px;
}
.p_5 #reveal_boxe3 {
	position: absolute;
	top: 131px;
	left: 30px;
}
.p_5 #reveal_boxe4 {
	position: absolute;
	top: 131px;
	left: 259px;
}
.p_5 #reveal_boxe5 {
	position: absolute;
	top: 262px;
	left: 30px;
}
.p_5 #reveal_boxe6 {
	position: absolute;
	top: 262px;
	left: 259px;
}
.p_5 .reveal_boxe:nth-child(odd) #contentHolder .popup_text_cont {
	padding: 3px 5px 3px 5px;
}
.p_5 .reveal_boxe:nth-child(even) #contentHolder .popup_text_cont {
	padding: 3px 5px 3px 10px;
}
.p_5 .popup_head_title {
	font-family: 'Calibri-Bold';
	font-size: 14px;
}
.p_5 .popup_text_main {
	font-size: 14px;
}

/* .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;
} */
/* .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;
} */
/* .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;
} */
/* .p_5 .tab button.tab4.activeTab span::before {
    top: -228px;
	transform: rotate(180deg);
} */
/* .p_5 .tab button.tab5 {
	position: absolute;
	left: 30px;
    top: 267px;
} */
/* .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;
} */
/* .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;
}
