.paragraph--type--bp-tabs > .paragraph__column{
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 25px !important;
    border-radius: 50px;
    box-shadow: 0 0 10px 5px #efefef;
}

.paragraph--type--bp-tabs nav, .paragraph--type--bp-tabs .tab-content{
	display: inline-block;
	vertical-align: top;
}

.paragraph--type--bp-tabs nav{
	width: 20%;
	position: relative;
	left: -4px;
}

.paragraph--type--bp-tabs nav::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000px;
	background: #fff;
}

.paragraph--type--bp-tabs .nav-tabs{
	position: relative;
	border: none;
}

.paragraph--type--bp-tabs .tab-content{
	width: 79%;
}

.paragraph--type--bp-tabs .tab-content .tab-pane{
	display: none;
}

.paragraph--type--bp-tabs .tab-content .tab-pane .paragraph{
	padding: 30px 35px 0;
	width: auto;
}

.paragraph--type--bp-tabs .tab-content .tab-pane .paragraph:last-child{
	padding-bottom: 30px !important;
}

.paragraph--type--bp-tabs .tab-content .tab-pane.active{
	display: block;
}

.paragraph--type--bp-tabs nav .nav-link{
	display: block;
	width: 100%;
	padding: 20px 10px;
	background: #7768f8 !important;
	color: #fff;
	border: none;
	border-bottom: 1px solid #dedede;
	box-shadow: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	border-radius: 45px;
    margin: 0 0 10px !important;
}

.paragraph--type--bp-tabs .tabs-mobile-link{
	text-align: center;
    padding: 15px 45px;
    background: #7768f8;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    font-weight: 600;
	display: none;
	position: relative;
}

.paragraph--type--bp-tabs nav .nav-link.active{
	background: #a79dfc !important;
}

.paragraph--type--bp-tabs .tabs-mobile-link::after{
	content: "+";
    position: absolute;
    right: 10px;
    top: -2px;
    font-size: 40px;
}

.paragraph--type--bp-tabs .tab-pane.active .tabs-mobile-link::after{
	content: "-";
    top: -10px;
    font-size: 50px;
    right: 15px;
}

@media (max-width:1200px) {
	
	.paragraph--type--bp-tabs .tab-content .tab-pane .paragraph {
		padding: 30px;
	}
	
	.paragraph--type--bp-tabs nav{
		width: 30%;
	}

	.paragraph--type--bp-tabs .tab-content{
		width: 69%;
	}
	
}

@media (max-width:1023px) {
	
	.paragraph--type--bp-tabs nav{
		display: none;
	}
	
	.paragraph--type--bp-tabs .tab-content {
        width: 100%;
    }
	
	.paragraph--type--bp-tabs .tabs-mobile-link{
		display: block;
	}
	
	.paragraph--type--bp-tabs .tab-content .tab-pane{
		display: block !important;
		border-bottom: 1px solid #dedede;
	}
	
	.paragraph--type--bp-tabs .tab-content .tab-pane .paragraph{
		display: none;
		padding: 20px;
	}
	
	.paragraph--type--bp-tabs .tab-content .tab-pane.active .paragraph{
		display: block;
	}
	
}

@media (min-width:1024px) {

	.paragraph--type--bp-tabs .tab-content .tab-pane.active .paragraph{
		display: block !important;
	}
	
}
