.plan_page_head {
	text-align: center;
}
.st_plans_section .onoffswitch_pannel {
	margin-bottom: 20px;
}
.st_plans_section .onoffswitch_pannel .onoffswitch {
	margin: 0 auto 15px auto;
}
.swfb_both_the_checkbox input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
}
.swfb_both_the_checkbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	color: #333333;
	padding-left: 35px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.swfb_both_the_checkbox input[type="checkbox"]:checked + label {
	color: #09b4f4;
}
.swfb_both_the_checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: rotate(41deg) scale(1);
	-webkit-transform: rotate(41deg) scale(1);
}
.swfb_both_the_checkbox input[type="checkbox"] + label:after {
	content: '';
	display: block;
	font-size: 30px;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 6px;
	height: 16px;
	border: solid #09b4f4;
	border-width: 0 3px 3px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.swfb_both_the_checkbox input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid #09b4f4;
	position: absolute;
	left: 0;
	top: 3px;
	opacity: 1;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.buy-modal-show {
	overflow: hidden;
}
.buy-modal-show .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.d-none {
	display: none!important;
}
.price_Month, .price_Monthly, .pricing-options {
	display: none
}
.onoffswitch {
	position: relative;
	width: 120px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin: auto;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
	background-color: #09b4f4;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 18px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Monthly";
	padding-left: 10px;
	color: #FFFFFF;
	width: 38%;
}
.onoffswitch-inner:after {
	content: "Yearly";
	padding-right: 10px;
	color: #FFFFFF;
	text-align: right;
	width: 59%;
}
.onoffswitch-switch {
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px 9px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 76px;
	border: 2px solid #EBEBEB;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.plan_page_head h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 40px !important;
	text-transform: uppercase;
}
.plan_page_head strong {
	color: #09b4f4;
}
.plan_page_head h4 {
	margin-top: 0;
}
.st_yellow_plan_main {
	box-shadow: 0 0 29px 3px rgba(0,0,0,.12);
	z-index: 9;
}
.st_plan_box_title {
	font-size: 35px;
	color: #fff;
}
.st_plan_box_content {
	padding: 30px 30px;
}
.st_plan_box_duration sup {
	vertical-align: top;
	margin-top: 15px;
	display: inline-block;
	padding-right: 8px;
	font-weight: 600;
	font-size: 30px;
}
.st_plan_box_duration .amount {
    display: block;
    font-size: 94px;
    font-weight: 500;
    letter-spacing: .01064em;
    line-height: 1.17;
    margin-left: 0;
    vertical-align: bottom;
    color: #fff;
}
.st_plan_box_duration .period {
	margin-bottom: 10px;
	display: block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 22px;
}

.st_premium_support_plan_main {
    box-shadow: 0 0 29px 3px rgba(0,0,0,.12);
    z-index: 9;
}
.pricing_plans_new_layout .st_plan_box_content {
    padding: 0px 0px 20px 0px;
}
.pricing_plans_new_layout .st_plan_box_title {
    font-size: 28px;
    color: #fff;
}
.pricing_plans_new_layout .best_value {
	padding: 6px;
    background: #fac84b;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    max-width: 140px;
    margin: 0 auto;
}
.pricing_plans_new_layout .st_plan_box_header {
    display: table;
	min-height:215px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    line-height: normal;
    background-color: #09b4f4;
    text-align: center;
    padding: 20px 0;
}
.pricing_plans_new_layout .st_plan_box_header .mid_section {
    display: table-cell;
    vertical-align:  middle;
}
.plan_section_cls.st_premium_plan_main {
    box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.04);
}
body .plan_section_cls {
    padding: 0;
	border-bottom: 4px solid #09b4f4;
	text-align:center;
}
.plan_section_cls.st_trans_main {
    box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.04);
}
.st_eCommerce_plan_main{
    box-shadow: 20px 0px 20px 0px rgba(0, 0, 0, 0.04);
}
.pricing_plans_new_layout ul.plans_name li:nth-child(odd) {
    background-color: rgba(9, 180, 244, 0.15);
}
.plans_name.desk_only {
    padding-left: 0;
    margin-top: 0;
}
.plans_name.desk_only li {
    display: block;
    color: #333;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 10px;
}
.pricing_plans_new_layout .st_plan_box_content ul.plans_name li i.fa {
    font-size: 0px;
}
.st_plan_box_content i.fa {
    color: #008000;
}
.pricing_plans_new_layout .st_plan_box_content ul.plans_name li i.fa:before {
    font-size: 16px;
}
.st_plan_box_content ul li.disable-cls i.fa {
    color: #de4949;
}
.pricing_plans_new_layout .st_plan_box_content ul li strong {
    font-size: 13px;
    position: absolute;
	margin-left: 5px;
}
.row.st_full_width.st_plans_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plan_section_cls_main ul.plans_name.desk_only {
    text-align: right;
}
.plan_section_cls .single_add_to_cart_button.button:hover, button.wp_plan_button_box:hover {
    color: #09b4f4;
    background-color: transparent;
}

.plan_section_cls .single_add_to_cart_button.button, button.wp_plan_button_box {
    background-color: #09b4f4;
    border: 2px solid #09b4f4;
    color: #fff;
	outline:0;
    padding: 8px 18px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 20px;
    transition: all 0.5s;
}
.buy-modal-show .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
	padding-top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
	z-index: 9999999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
ul.ul_modal li.flex-row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin: auto;
    padding: 20px;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-content .container {
    border-radius: 5px;
	width:100%;
    background-color: #f2f2f2;
    padding: 20px;
}
.modal-content .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #09b4f4;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border-radius: 50px;
    color: #fff!important;
    font-size: 38px;
    opacity: 1;
    font-weight: 500;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
ul.ul_modal {
    margin: 0;
    padding: 0;
}
ul.ul_modal li {
    display: block;
	text-align:left;
}
ul.ul_modal li .show_hide_toggle {
    margin-bottom: 10px;
	text-align: center;
    font-weight: 600;
    color: #333;
}
ul li.wp_plan_button_li {
    text-align: center;
}
ul.ul_modal li input.wp_plan_input_box{
	width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
	color:#333;
	font-weight: 600;
	margin-right:0;
    margin-bottom: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}
select.wp_plan_select_box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    color: #aaa9a9;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}
.half_from_wrapper.wp_plan_input_boxhalf:last-child {
    margin-right: 0;
    margin-left: 5px;
}
.half_from_wrapper.wp_plan_input_boxhalf {
    width: 50%;
    margin-right: 5px;
}
@media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
body .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
}
