.pricing_foot_box_title{
    padding-left: 30px;
    position: relative;
}   
.pricing_foot_box_title:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 20px;
    justify-content: end;
    width: 30px;
    position: absolute;
    left: -10px;
    top: -3px;
    background-color: #7d64df;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
}
.pricing_foot_box_title.active:after {
    content: '\f106';
}
.pricing_foot_box_title .pricing_foot_box_title_collapse {
    display: none;
}
.pricing_foot_box_title .pricing_foot_box_title_expand {
    display: block;
}
.pricing_table_section .title_content.priceHide {
    display: none;
}
.pricing_hero_box .nectar-shape-divider-wrap .nectar-shape-divider {
    fill: #F5F5F5 !important; 
}


.pricing_table_section {
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
	padding: 15px;
}
.pricing_table_section:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 98.6%;
    margin-top: 20px;
    z-index: -1;
    border-radius: 50px;
    background: var(--Gradient-Gradient-4, linear-gradient(0deg, #E7EDFF 0%, rgba(250, 250, 255, 0.00) 102.76%));
}
.pricing_table_section .pricing_title {
    width: 300px;
    height: 100vh;
    display: inline-block;
    position: absolute;
	z-index: 99;
}
.pricing_table_section .title_heading {
    color: #2d2d2d;
    min-height: 70px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.pricing_table_section .title_heading h4 {
    color: #2d2d2d;
    font-weight: 600;
    margin: 0;
}
.pricing_table_section .pricing_title_content {
/* 	padding: 20px; */
	width: 100%;
/*  min-height: 180px;
    display: flex;
    flex-wrap: wrap;
    text-align:center;
    align-items: center;
    border-left: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8; */
}
.pricing_table_section .pricing_title_content .strike_price {
    display: block;
    width: 100%;
    text-align: center;
}
.pricing_table_section .pricing_title_content .strike_price >span {
    position: relative;
    padding: 0 6px;
    color: #7d64df;
    font-size: 18px;
}
.pricing_table_section .pricing_title_content .strike_price >span:before {
    content: "";
    background-color: red;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 10px;
}
.pricing_table_section .pricing_title_content.content_number a {
    font-weight: 600 !important;
    margin-top: 16px;
/*  color: #7d64df !important; */
/*  text-decoration: underline; */
}
.pricing_table_section .pricing_title_content.content_number, 
.pricing_table_section .pricing_title_content.content_mail  {
    justify-content: center;
}
.pricing_table_section .sidebar .pricing_title_content:last-child {
    border-left-color: transparent;
}
.pricing_table_section .pricing_title_content sup {
    display: inline-block !important;
    top: -8px;
    position: relative;
    color: #7d64df;
    font-size: 20px;
    font-weight: 600;
    left: -2px;
}
.pricing_table_section .pricing_title_content h2 {
    display: inline-block;
    margin: 0 !important;
    color: #7d64df;
}
.pricing_table_section .title_content {
    padding: 20px 10px;
    min-height: 68px;
    display: flex;
    align-items: center;
    border-left: 0px solid #f8f8f8;
    border-bottom: 2px solid #0000001a;
}
.pricing_table_section .sidebar .title_content {
    border-left-color: transparent;
}
.pricing_table_section .title_content.title_content_check {
    justify-content: center;
    text-align:center;
}
.pricing_table_section .title_content i {
    display: inline-block;
    margin: 0 !important;
    color: #079e07;
    font-size: 20px;
}
.pricing_table_section .title_content i.fa-times{
    color: #fa0000;
}
.pricing_table_section .pricing_table_content {
    display: inline-block;
    padding-left: 300px;
    width: 100%;
}
.pricing_table_section .pricing_table_content .slick-list {
    padding-top: 20px !important;
	overflow: inherit;
}

.pricing_header_content h4 {
    width: 100%;
}
.pricing_table_section .pricing_table_content .slick-list .slick-track:before {
    content: unset !important;
}
.pricing_table_content_wrape {
    margin: 0 15px 0 0px;
}
.pricing_table_content_wrape .pricing_header_content a {
    display: block;
}
.highlight .pricing_header_content {
	border: 1px solid var(--Primary-Periwinkle, #CCCCE9);
	background: var(--Gradient-Gradient-1, linear-gradient(177deg, #070044 -13.59%, #4A24A5 109.86%));
}
.highlight .pricing_header_content:before {
	content: "Recommended";
	background-color: #ffa800;
	padding: 6px 10px 4px 10px;
	font-size: 11px;
	line-height: 1;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 90px;
	text-transform: uppercase;
	border-radius: 10px;
}
.highlight .pricing_header_content h4 { 
    color: #fff;
}
.highlight .pricing_header_content p { 
   color: #fff;
}
.highlight .switch-price span {
    color: #ffffff !important;
}
.pricing_header_content {
    text-align: center;
    min-height: 200px;
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
	position: sticky;
	top: 125px;
	z-index: 1;
}
.sidebar .pricing_header_content {
    margin-top: 20px;
    border-left-color: transparent;
    background-color: transparent;
    border-bottom: 0px solid #f8f8f8;
	position: relative;
}
.pricing_header_content p {
    min-height: 60px;
    font-size: 14px;
    line-height: 20px;
}
.pricing_header_content a {
    width: 100%;
    margin: 0 auto;
    max-width: 150px;
}
/* .pricing_table_content_wrape.highlight {
    background-color: #5C86F1;
} */
/* .pricing_table_content_wrape a.nectar-button {
    background-color: transparent !important;
    color: rgb(255, 181, 53) !important;
}
.pricing_table_content_wrape a.nectar-button:hover {
    color: #fff !important;
    background-color: rgb(255, 181, 53) !important;
} */
.pricing_table_content_wrape.highlight a.nectar-button {
    color: rgb(82, 126, 240) !important;
    background-color: #fff !important;
/*     box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important; */
}
/* .pricing_table_section .pricing_table_content_wrape.highlight h4 {
    color: #fff !important;
} */
/* .pricing_table_section .pricing_table_content_wrape.highlight .switch-price span {
    color: #fff !important; 
} */
/* .pricing_table_section .pricing_table_content_wrape.highlight  .title_heading {
    background-color: #5C86F1;
    border-left: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
} */
/* .pricing_table_section .pricing_table_content_wrape.highlight .title_content i {
    color: #fff !important;
} */
/* .pricing_table_content_wrape.highlight .pricing_header_content {
    padding: 0 !important;
} */
.pricing_table_content_wrape.highlight .pricing_header_content .pricing_header_content_wrape {
    position: relative;
/*     transform: translateY(-30px);
    border-bottom-color: transparent;
    background-color: #5C86F1;
    border-radius: 10px;
    position: relative;
    padding: 40px 20px 20px 20px; */
    width: 100%;
/*     color: #fff; */
}
/* .pricing_table_content_wrape.highlight .pricing_header_content .pricing_header_content_wrape:before {
    content: '';
    text-align: left;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(/wp-content/uploads/2020/01/hightlight_badge.svg);
    height: 30px;
    background-repeat: no-repeat;
} */
.pricing_footer_content {
    padding: 32px 20px 24px 20px;
/*     border-left: 2px solid #f8f8f8; */
}
.pricing_footer_content a {
    display: block;
    width: 100%;
    margin: 0px auto 0 auto;
    text-align: center;
/*     max-width: 150px; */
}
.pricing_table_content_wrape .pricing_header_content a.learn_btn {
    color: #7d64df;
    text-decoration: underline;
}
.pricing_footer_content a.learn_btn {
    margin-top: 16px;
    color: #7d64df;
    text-decoration: underline;
}
.pricing_table_section #pricing_table_content_list {
    margin-bottom: 0 !important;
}
.pricing_table_section ul.slick-dots {
    display: none !important;
}

.monthly_billing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px 0 15px 0 !important;
}
.monthly_billing .monthly_billing_text {
    color: #1e2e50!important;
    position: relative;
    font-weight: 500;
    font-size: 18px;
}
.monthly_billing .monthly_billing_text .badge {
    position: absolute;
    top: 0px;
    right: 0;
    margin-top: -32px;
    margin-right: -48px;
    color: #fff !important;
    background-color: #34bd91!important;
     font-size: 12px; 
}
.monthly_billing .form-switch input {
    display: none;
}
.monthly_billing .form-switch label.form-check-label {
    margin: 0 16px;
    width: 48px;
    height: 24px;
    position: relative;
    border-radius: 20px;
    -webkit-transition: box-shadow .45s cubic-bezier(0.4, 0.0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: box-shadow .45s cubic-bezier(0.4, 0.0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-sizing: border-box;
    display: block;
	background-color: #22a6f9;
}
.monthly_billing .form-switch label.form-check-label:before {
    position: absolute;
    top: 3px;
    width: 18px;
    bottom: 5px;
    right: 27px;
    display: block;
    content: '';
    background-color: #fff;
    border-radius: 19px;
    cursor: pointer;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.2, 1);
    height: 18px;
}
.monthly_billing .form-switch input:checked+label {
    background-color: #527EF0;
}
.monthly_billing .form-switch input:checked+label:before {
    right: 3px;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.home_pricing_box .vc_column-inner .wpb_wrapper h5 {
    color: #212529 !IMPORTANT;
    font-weight: 400 !important;
    margin-bottom: 8px;
}
.switch-prices {
	position: relative;
	height: 50px;
}
.switch-price.switch-price-monthly {
    transform: translateY(25px);
}
.switch-price.switch-price-yearly  {
    transform: translateY(-25px);
}
.switch-price.switch-price-active {
    opacity: 1;
    transform: translateY(0)!important;
}
.switch-price {
    display: flex;
	align-items: flex-start;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
	justify-content: center;
}
.switch-price .dollar {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	align-self: auto;
	position: relative;
	margin: 6px 0 0 0;
}
.home_pricing_box.home_pricing_box_3 .wpb_wrapper .switch-price span {
    color: #fff !important;
}
.switch-price span {
    color: #212529 !important;
}
.switch-price .price_nmber {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 4px;
}
.switch-price .year_text {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 600;
	line-height: 1.2;
    position: relative;
    margin: 18px 0 0 0;
}

@media only screen and (max-width: 1300px) {
    .pricing_header_content {
        min-height: 220px;
    }
    .pricing_header_content p {
        min-height: 0px;
    } 
    .pricing_table_section ul.slick-dots {
        display:block !important;
        bottom: -45px !important;
    }
    .pricing_table_section ul.slick-dots li button:before {
        color: #7D64DF !important;
        font-size: 10px !important;
        opacity: 0.60 !important;
    }
    .pricing_table_section ul.slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
}


@media only screen and (max-width: 1024px) {
    .pricing_table_section .pricing_table_content #pricing_table_content_list {
        display: block;
    }
    .pricing_header_content {
        min-height: 240px;
        padding: 28px 24px;
    }
/*     .pricing_table_content_wrape.highlight .pricing_header_content .pricing_header_content_wrape {
        transform: translateY(-40px);
    } */
    .pricing_table_content_wrape .pricing_header_content a.learn_btn {
        margin-top: 20px;
    }
    .pricing_footer_content {
        padding: 48px 20px 32px 20px;
    }
    .wpb_row.home_hero_box {
        padding-bottom: 280px !important;
    }
	.pricing_table_section ul.slick-dots {
		bottom: -10px !important;
	}
	.monthly_billing {
		margin: 40px 0 0 !important;
	}
}

@media only screen and (max-width: 690px) {
    .pricing_header_content {
		min-height: 200px;
		padding: 32px 40px;
		border-radius: 14px;
    }
/*     .pricing_table_content_wrape.highlight .pricing_header_content .pricing_header_content_wrape {
        transform: translateY(-34px);
    } */
    .pricing_footer_content {
        padding: 48px 10px 32px 10px;
    }
	.pricing_table_section {
		padding: 0px;
	}
	.pricing_table_section {
		padding: 0px !important;
	}
	.switch-price .year_text {
		font-size: 14px;
		line-height: 1.2;
	}
	.switch-price .price_nmber {
		font-size: 30px;
		line-height: 40px;
		margin: 0 4px;
	}
	.switch-price .year_text {
		font-size: 14px;
		line-height: 1.2;
	}
	body .pricing_footer_content .nectar-button.medium {
		font-size: 14px !important;
		padding: 16px 5px 16px 5px !important;
	}
	.pricing_table_section .sidebar .title_content p {
		
	}
	.all_in_one_lottery_wrap .vc_column-inner .wpb_wrapper h2 {
		font-size: 30px;
        line-height: 40px;
        text-align: center;
	}
	.all_in_one_lottery_wrap .tabbed ul.wpb_tabs_nav {
		margin-bottom: 20px;
	}
	.pricing_table_section .title_content {
        min-height: 85px;
        padding: 10px 10px;
    }
	.pricing_foot_box_title .pricing_foot_box_title_expand {
		font-size: 14px;
	}

}


@media only screen and (max-width: 480px) {
 
    .popup_form_box .gform_footer input[type="submit"] {
        padding: 8px 18px 5px;
    }
    .pricing_table_section:before {
        height: 98.9%;
    }
    .pricing_table_section .pricing_title {
        width: 180px;
    }
    .pricing_table_section .pricing_table_content {
        padding-left: 180px;
    }
    .pricing_table_section .pricing_title_content {
         padding: 10px;
        min-height: 50px;
    }
    .pricing_header_content {
        padding: 8px;
    }
    .pricing_header_content a {
        width: 100% !important;
    }
    .pricing_footer_content a {
        width: 100% !important;
    }
	.pricing_header_content p {
		min-height: 50px;
		font-size: 12px;
		line-height: 25px;
	}
	.pricing_table_content_wrape {
		margin: 0 5px 0 0px;
	}
}

