/* Start Pricing Switcher Common CSS */

.bwdpssx-plan-switcher .bwdpssx-switcher-text {
	margin-bottom:0!important;
}
.bwdpssx-plan-item-2 {
	display: none;
}
.bwdpssx-plan-features-wrapper .bwdpssx-plan-list,
.bwdpssx-features-wrapper .bwdpssx-features-list {
	padding: 0;
}
.bwdpssx-plan-list .bwdpssx-plan-item,
.bwdpssx-features-list .bwdpssx-features-item {
	list-style-type: none;
}
.bwdpssx-main-wrapper .bwdpssx-plan-btn {
	display: inline-block;
}
.bwdpssx-main-wrapper .bwdpssx-prices-wrapper {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.bwdpssx-main-wrapper .bwdpssx-plan-btn {
	background-color: #6834AF;
    padding: 8px 25px;
    border: 2px solid #6834AF;
	color: #FFFFFF;
	transition: all .3s ease-in-out;
	border-radius: 5px;
	margin: 10px;
}
.bwdpssx-main-wrapper .bwdpssx-plan-btn:hover {
	background-color: #FFFFFF;
	color: #6834AF;
}
.bwdpssx-main-wrapper h1,
.bwdpssx-main-wrapper h2,
.bwdpssx-main-wrapper h3,
.bwdpssx-main-wrapper h4,
.bwdpssx-main-wrapper h5,
.bwdpssx-main-wrapper h6 {
	margin: 0;
}
.bwdpssx-main-wrapper .bwdpssx-sale-price {
	font-size: 25px;
}
.bwdpssx-main-wrapper  li.bwdpssx-features-item {
    border-bottom: 1px solid #ddd;
}
.bwdpssx-main-wrapper .bwdpssx-plan,
.bwdpssx-main-wrapper .bwdpssx-plan.bwdpssx-highlight-plan,
.bwdpssx-main-wrapper .bwdpssx-plan.bwdpssx-highlight-plan .bwdpssx-title-price-wrapper,
.bwdpssx-main-wrapper .bwdpssx-plan.bwdpssx-highlight-plan .bwdpssx-heading-wrapper,
.bwdpssx-main-wrapper .bwdpssx-plan.bwdpssx-highlight-plan .bwdpssx-plan-btn {
	transition: all 0.3s ease-out 0s;
}
.bwdpssx-main-wrapper .bwdpssx-plan-heading {
	color: #FFFFFF;
}
.bwdpssx-main-wrapper p {
	margin: 0;
}
.bwdpssx-main-wrapper i.bwdpssx-icon-include {
	color: rgb(18, 136, 18);
}
.bwdpssx-main-wrapper i.bwdpssx-icon-exclude {
	color: red;
}
.bwdpssx-main-wrapper .bwdpssx-price-line p {
	text-decoration: line-through;
	text-decoration-thickness: 3px;
}
.bwdpssx-main-wrapper .bwdpssx-features-list li:last-child {
	border: none !important;
}
.bwdpssx-main-wrapper .bwdpssx-prices-wrapper,
.bwdpssx-main-wrapper .bwdpssx-plan-heading {
    position: relative;
    z-index: 9;
}
.bwdpssx-design-1 .bwdpssx-title-price-wrapper,
.bwdpssx-design-2 .bwdpssx-heading-wrapper,
.bwdpssx-design-3 .bwdpssx-heading-wrapper,
.bwdpssx-design-4 .bwdpssx-title-price-wrapper,
.bwdpssx-design-5 .bwdpssx-heading-wrapper {
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.bwdpssx-design-1 .bwdpssx-title-price-wrapper:after,
.bwdpssx-design-2 .bwdpssx-heading-wrapper:after,
.bwdpssx-design-3 .bwdpssx-heading-wrapper:after,
.bwdpssx-design-4 .bwdpssx-title-price-wrapper:after,
.bwdpssx-design-5 .bwdpssx-heading-wrapper:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.bwdpssx-main-wrapper .bwdpssx-sale-price,
.bwdpssx-main-wrapper .bwdpssx-normal-price {
    display: flex;
}
/* End Common CSS */

/* Start Essential Pricing Plan Switcher Design Switcher CSS */
.bwdpssx-main-wrapper .bwdpssx-plan-switcher {
	display: flex;
	justify-content: center;
	align-items: center;
}
.bwdpssx-main-wrapper .bwdpssx-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin: 0px 10px;
}
.bwdpssx-main-wrapper .bwdpssx-switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.bwdpssx-main-wrapper .bwdpssx-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.bwdpssx-main-wrapper .bwdpssx-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .bwdpssx-slider {
	background-color: #6834AF;
}
input:checked + .bwdpssx-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
} 
.bwdpssx-main-wrapper .bwdpssx-slider.bwdpssx-round {
	border-radius: 34px;
}
.bwdpssx-main-wrapper .bwdpssx-slider.bwdpssx-round:before {
	border-radius: 50%;
}
/* End Essential Pricing Plan Switcher Design Switcher CSS */

/* Start Essential Pricing Plan Switcher Design 1 CSS */
.bwdpssx-design-1 .bwdpssx-plan-list {
	display: grid;
}
.bwdpssx-design-1 .bwdpssx-plan {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease-out 0s;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.bwdpssx-design-1 .bwdpssx-title-price-wrapper {
	background-color: #6834AF;
	padding: 20px;
	color: #FFFFFF;
}
.bwdpssx-design-1 .bwdpssx-content {
	padding: 20px;
}
.bwdpssx-design-1 .bwdpssx-plan:hover {
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.bwdpssx-design-1  li.bwdpssx-features-item,
.bwdpssx-design-4  li.bwdpssx-features-item {
    border-bottom: 1px solid #ddd;
}
/* End Essential Pricing Plan Switcher Design 1 CSS */

/* Start Essential Pricing Plan Switcher Design 2 CSS */
.bwdpssx-design-2 .bwdpssx-plan {
    border-radius: 0 50px;
    border: 1px solid #6834AF;
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
	position: relative;
}
.bwdpssx-design-2 .bwdpssx-heading-wrapper {
	clip-path: polygon(0 0, 103% 0, 100% 100%, 0% 100%);
	background-color: #6834AF;
	padding: 20px;
	width: 100%;
}
.bwdpssx-design-2 .bwdpssx-content {
	padding: 20px;
}
.bwdpssx-design-2 .bwdpssx-plan:hover {
    box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
}
/* End Essential Pricing Plan Switcher Design 2 CSS */

/* Start Essential Pricing Plan Switcher Design 3 CSS */
.bwdpssx-design-3 .bwdpssx-plan {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 0 20px;
	margin: 0 7px;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
	border: 1px solid #FFFFFF;
	margin-top: 20px;
}
.bwdpssx-design-3 .bwdpssx-plan:hover {
	border: 1px solid #6834AF;
	margin-top: -10px;
}
.bwdpssx-design-3 .bwdpssx-content {
	padding: 20px;
}
.bwdpssx-design-3 .bwdpssx-plan-heading {
    z-index: 9;
    position: relative;
}
.bwdpssx-design-3 .bwdpssx-heading-wrapper {
	background-color: #6834AF;
}
.bwdpssx-design-3 .bwdpssx-heading-wrapper {
	text-align: center;
	position: relative;
	width: 80%;
}
.bwdpssx-design-3 .bwdpssx-heading-wrapper:before {
	content: "";
    position: absolute;
	width: 20px;
    height: 30px;
    background-color: #6834AF;
    z-index: -10;
    opacity: 0.9;
	border-radius: 20px;
}
.bwdpssx-design-3 .bwdpssx-heading-wrapper {
	position: relative;
	margin-top: 25px;
	margin-bottom: 5px;
    top: 0px;
    left: -7px;
    width: 80%;
	padding: 10px;
    border-radius: 0 15px 0 10px;
	text-align: center;
}
.bwdpssx-design-3 .bwdpssx-heading-wrapper:after {
	border-radius: 0 15px 0 10px;
}
.bwdpssx-design-3 .bwdpssx-heading-wrapper:before {
    top: -9px;
    left: 0;
}
.bwdpssx-design-3 .bwdpssx-label {
	width: 30%;
	position: relative;
	overflow: hidden;
}
.bwdpssx-design-3 .bwdpssx-title-label-wrapper {
	display: flex;
}
.bwdpssx-design-3 .elementor-grid-4 .bwdpssx-label {
	width: 40%;
}
.bwdpssx-design-3 .bwdpssx-label {
	border-radius: 0 20px;
}
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-1,
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-2,
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-3,
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-4,
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-5 {
	background-color: #6834AF;
	color: #FFFFFF;
}
/* End Essential Pricing Plan Switcher Design 3 CSS */

/* start Essential Pricing Plan Switcher Design 4 CSS */
.bwdpssx-design-4 .bwdpssx-plan-features-wrapper {
    margin: 30px 0;
}
.bwdpssx-design-4 .bwdpssx-plan {
	border: 1px solid #6834AF;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	margin: 15px 0;
}
.bwdpssx-design-4 .bwdpssx-content {
	padding: 20px;
	margin-top: -30px;
}
.bwdpssx-design-4 .bwdpssx-plan:hover {
	margin: -10px 0;
}
.bwdpssx-design-4 .bwdpssx-plan-heading {
	position: relative;
}
.bwdpssx-design-4 .bwdpssx-title-price-wrapper {
	mask-image: url(../image/group.svg);
    -webkit-mask-image: url(../image/group.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 100%;
    color: #FFFFFF;
    height: 160px;
    position: relative;
	margin-top: -2px;
	background-color: #6834AF;
}
.bwdpssx-design-4 .bwdpssx-title-price-wrapper {
	padding: 20px;
}
.bwdpssx-design-4 .bwdpssx-plan-btn {
    border-radius: 25px 25px 25px 25px;
}
/* End Essential Pricing Plan Switcher Design 4 CSS */

/* start Essential Pricing Plan Switcher Design 5 CSS */
.bwdpssx-design-5 .bwdpssx-plan {
	position: relative;
    overflow: hidden;
	box-shadow: 0px 0px 30px #eee;
	border-radius: 10px;
}
.bwdpssx-design-5 .bwdpssx-plan:hover {
    box-shadow: 0px 0px 30px #ccc;
	margin-top: -15px;
}
.bwdpssx-design-5 .bwdpssx-heading-wrapper {
	mask-image: url(../image/curve-mask.svg);
    -webkit-mask-image: url(../image/curve-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 100%;
    color: #FFFFFF;
    height: 100px;
    position: relative;
	margin-top: -2px;
	background-color: #6834AF;
}
.bwdpssx-design-5 .bwdpssx-heading-wrapper {
    padding: 20px 0;
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}
.bwdpssx-design-5 .bwdpssx-prices-wrapper {
    z-index: 1;
    position: relative;
}
.bwdpssx-design-5 .bwdpssx-content {
	padding-bottom: 20px;
	padding-top: 10px;
}
.bwdpssx-design-5 .bwdpssx-plan-btn {
    border-radius: 5px;
}
/* End Essential Pricing Plan Switcher Design 5 CSS */

/* Start Highlight Plan CSS */
/* Essential Pricing Plan Switcher Design 1 */
.bwdpssx-design-1 .bwdpssx-plan.bwdpssx-highlight-plan {
	box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
	-webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
/* Essential Pricing Plan Switcher Design 2 */
.bwdpssx-design-2 .bwdpssx-plan.bwdpssx-highlight-plan {
    box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
}
/* Essential Pricing Plan Switcher Design 3 */
.bwdpssx-design-3 .bwdpssx-plan.bwdpssx-highlight-plan {
	border: 1px solid #6834AF;
	margin-top: -10px;
}

/* Essential Pricing Plan Switcher Design 4 */
.bwdpssx-design-4 .bwdpssx-plan.bwdpssx-highlight-plan {
	margin: -10px 0;
}

/* Essential Pricing Plan Switcher Design 5 */
.bwdpssx-design-5 .bwdpssx-plan.bwdpssx-highlight-plan {
	margin-top: -15px;
}

/* Label 1 CSS*/
.bwdpssx-title-label-wrapper {
	position: relative;
}
.bwdpssx-plan-label.bwdpssx-label-1 {
	font-size: 14px;
    line-height: 24px;
    font-weight: 600;
	padding: 2px 10px 2px 10px;
    color: #000;
    text-align: center;
    position: absolute;
	background-color: #FFFFFF;
}
.bwdpssx-design-2 .bwdpssx-plan-label.bwdpssx-label-1 {
	padding: 2px 25px 2px 10px;
}
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-1,
.bwdpssx-plan-label.bwdpssx-label-1.bwdpssx-label-right {
	right: 0;
    top: 0;
}
.bwdpssx-plan-label.bwdpssx-label-1.bwdpssx-label-left {
	left: 0;
    top: 0;
}

/* Label 2 CSS*/
.bwdpssx-plan-label.bwdpssx-label-2.bwdpssx-label-right {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
	padding: 2px 10px 2px 20px;
    color: #000;
    text-align: center;
    position: absolute;
    right: -1px;
    top: 0;
	clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
	background-color: #FFFFFF;
}
.bwdpssx-plan-label.bwdpssx-label-2.bwdpssx-label-left {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
	padding: 2px 20px 2px 10px;
    color: #000;
    text-align: center;
    position: absolute;
    left: -1px;
    top: 0;
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
	background-color: #FFFFFF;
}
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
	padding: 2px 10px 2px 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    right: -1px;
    top: 0;
	clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
	background-color: #6834AF;
}

/* Label 3 CSS*/
.bwdpssx-plan-label.bwdpssx-label-3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    width: 281px;
    text-align: center;
    display: block;
    position: absolute;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    padding: 3px 0;
	right: -112px;
    top: 19px;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background-color: #FFFFFF;
	color: #000;
}
.bwdpssx-plan-label.bwdpssx-label-3.bwdpssx-label-right {
    right: -112px;
    top: 19px;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bwdpssx-plan-label.bwdpssx-label-3.bwdpssx-label-left {
    left: -112px;
    top: 19px;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Label 4 CSS*/
.bwdpssx-plan-label.bwdpssx-label-4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
	padding: 2px 10px 2px 15px;
    color: #000;
    text-align: center;
    position: absolute;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%, 15% 50%);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
}
.bwdpssx-design-3 .bwdpssx-plan-label.bwdpssx-label-4,
.bwdpssx-plan-label.bwdpssx-label-4.bwdpssx-label-right {
	padding: 2px 10px 2px 15px;
    top: 0;
	right: -1px;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%, 15% 50%);
}
.bwdpssx-plan-label.bwdpssx-label-4.bwdpssx-label-left {
	padding: 2px 15px 2px 10px;
    top: 0;
	left: -1px;
	clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
/* Label 5 CSS*/
.bwdpssx-plan-label.bwdpssx-label-5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
	padding: 2px 10px 2px 10px;
    color: #000;
	top: 0;
	right: 0;
    text-align: center;
    position: absolute;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
	border-radius: 20px 0 0 20px;
}
.bwdpssx-plan-label.bwdpssx-label-5.bwdpssx-label-left {
	top: 0;
	left: 0;
	right: unset;
	border-radius: 0 20px 20px 0;
}
.bwdpssx-plan-label.bwdpssx-label-5.bwdpssx-label-right {
	top: 0;
	right: 0;
	border-radius: 20px 0 0 20px;
}
.bwdpssx-design-2 .bwdpssx-plan-label.bwdpssx-label-5 {
	padding: 2px 20px 2px 10px;
}
.bwdpssx-design-2 .bwdpssx-plan-label.bwdpssx-label-2,
.bwdpssx-design-2 .bwdpssx-plan-label.bwdpssx-label-4 {
	padding: 2px 20px 2px 15px;
}