/* Header CSS Start */
#pp-menu-f0e0b97 .header-login-btn a {
	background-color: #DDF8EE;
	padding: 11px 24.5px;
	border-radius: 50px;
	transition: all .2s linear;
}
#pp-menu-f0e0b97 .header-login-btn a:hover {
	background-color: #FF6C11;
	color: white;
}
div#ast-scroll-top {
	bottom: 50px;
}

/* Homepage CSS Start */
.elementor-10 .elementor-element.elementor-element-87ce90c .pp-info-box-description {
	background: linear-gradient(
		90deg,
		#FF6C11,
		#FF914D,
		#35B8BD,
		#0A1F20
	);
	background-size: 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: text-bg-animation 5s infinite;
}
/* .elementor.elementor-10, .elementor.elementor-12 {
	background: url(http://stitchsloth.saviormarketing.com/wp-content/uploads/2024/07/line-bg.png) no-repeat;
	background-position: center center;
} */
.elementor-element.elementor-element-e81f28b .elementor-repeater-item-9c0382a a {
	border: 1px solid #35B8BD;
	border-radius: 100px;
	padding: 8.5px 17px;
	color: #35B8BD !important;
}
.elementor-element.elementor-element-e81f28b .elementor-repeater-item-9c0382a a span {
	color: #35B8BD !important;
}
.elementor-element.elementor-element-e81f28b .elementor-repeater-item-9c0382a a:hover {
	background: rgba(53, 184, 189, 0.20);
}
.offer-img:hover {
	cursor: pointer;
}
.elementor-element.elementor-element-5e1b007:hover .offer-text {
	z-index: 1 !important;
}
.team-box {
	background: linear-gradient(0deg, rgba(255, 145, 77, 0.02) 0%, rgba(255, 145, 77, 0.02) 100%), #FFF !important;
}
.team-box .pp-info-box-description {
	text-align: left !important;
}
.team-box .pp-info-box-icon-wrap span {
	position: relative;
}
.team-box .pp-info-box-icon img {
	z-index: 99;
	position: inherit;
}
.team-box .pp-info-box-icon-wrap span:before {
	content: "";
	background: #00D7DF;
	filter: drop-shadow(0px 1.964px 9.819px rgba(0, 0, 0, 0.10));
	width: 256px;
	height: 256px;
	position: absolute;
	top: 0;
	border-radius: 150px;
	z-index: 0;
}
.elementor-element.elementor-element-beb3b17 .pp-info-box-icon.pp-icon:before {
	right: 0;
	top: 10px;
}
.elementor-element.elementor-element-b8b6746 .pp-info-box-icon.pp-icon:before {
	right: 0;
}
.elementor-element.elementor-element-9275474 .pp-info-box-icon.pp-icon:before {
	top: 10px;
}

@keyframes text-bg-animation{
	0%{background-position:0% 87%}
	50%{background-position:100% 14%}
	100%{background-position:0% 87%}
}


/* Footer CSS Start */

.footer-info .pp-info-box-content {
	margin-top: 34px !important;
}

.footer-info span.pp-button-text {
	position:relative
}

.footer-info span.pp-button-text:after {
	content: " ";
	position: absolute;
	width: 28px;
	height: 12px;
	background: url(http://stitchsloth.saviormarketing.com/wp-content/uploads/2024/09/Arrow-2.png );
	background-repeat:no-repeat;
	right: -45px;
	bottom: 4px;
}




.elementor-element.elementor-element-f7c3695 .elementor-heading-title span {
	color: #ff6c11;
	font-size: 10px;
	animation: heartbeat 2s infinite;
}
.elementor-31 .elementor-element.elementor-element-591e30f {
	width: 70%;
}
.elementor-31 .elementor-element.elementor-element-d3cacfd {
	width: 30%;
}
/* .elementor-align-icon-left {
background: white;
border-radius: 100px;
padding: 1px 1.5px;
} */
.elementor-element.elementor-element-3a2440c a:hover i {
	background: #ff6c11 !important;
	color: #FFF !important;
	transition: 0.25s !important;
}

@keyframes heartbeat {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	25% {
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		transform: scale(1);
		opacity: 0.7;
	}
	75% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.7;
	}
}




/* Custom CSS for Select2 */
.select2-container--default .select2-selection--multiple {
	height: auto;
	width: 300px;

	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 3px 5px 3px 0;
	color: #333;
	font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
	flex-grow: 1;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
	border: none;
	margin-top: 0;
	font-size: 14px;
}

#previewContainer {
	margin-top: 10px;
	text-align: center;
}

#previewImage {
	display: flex;
	max-width: 250px;
	height: 250px;
	border: 2px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gf-form-container {
	display: flex;
	flex-direction: row;
	height: 100vh; /* Make sure the container takes full height */
}

.gf-sidebar {
	width: 200px; /* Adjust width as necessary */
	background-color: #f8f8f8;
	padding: 10px;
	border-right: 1px solid #ddd;
	position: fixed; /* Fix the sidebar position */
	height: 100%; /* Full height of the viewport */
	overflow-y: auto; /* Scroll if the content is longer than the viewport */
}

.gf-sidebar ul {
	list-style: none;
	padding: 0;
}

.gf-sidebar-item {
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.gf-sidebar-item.active {
	background-color: #e0e0e0;
}

.gf-main-content {
	flex-grow: 1;
	padding: 20px;
	margin-left: 200px; /* Adjust to the same width as .gf-sidebar */
}

/* Style the select element */
.gfield_select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* Style the selected options */
.gfield_select option:checked {
	background-color: #0073aa;
	color: #fff;
}

/* Style the placeholder */
.gfield_select option[value=""] {
	display: none;
}

/* Additional custom styles */
.ginput_container select {
	height: auto;
	overflow-y: auto;
	box-sizing: border-box;
}

.gfield_select option {
	padding: 8px;
}

/* General Styles */
.custom_pmpro_levels {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.custom_pmpro_levels h1 {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}

.custom_pmpro_levels p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

/* Flex Container for Levels */
.custom_pmpro_levels_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* Individual Level Styling */
/* .custom_pmpro_level {
background: #fff;
border: 1px solid #ddd;
padding: 20px;
margin: 10px;
width: 45%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
} 

.custom_pmpro_level_free {
width: 100%;
}

.custom_pmpro_level_paid {
width: 45%;
}
.custom_pmpro_level-price {
font-size: 3em;
color: #e94e77;
margin: 10px 0;
font-weight: bold;
}

.custom_pmpro_level_paid .custom_pmpro_level-price {
color: #f39c12;
}

.custom_pmpro_level-benefits {
text-align: left;
font-size: 1em;
margin-bottom: 1em;
}

.custom_pmpro_level-benefits ul {
list-style-type: none;
padding-left: 0;
}

.custom_pmpro_level-benefits li {
margin-bottom: 10px;
}

.custom_pmpro_btn-select {
display: inline-block;
background: #e94e77;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-size: 1em;
align-self: center;
margin-top: auto;
}

.custom_pmpro_level_paid .custom_pmpro_btn-select {
background: #f39c12;
}

.custom_pmpro_btn-select:hover {
background: #c0392b;
}

.custom_pmpro_level_paid .custom_pmpro_btn-select:hover {
background: #e67e22;
} */

/* Specific Styles for Figma Design */
/* 
.custom_pmpro_level_basic {
width: 45%;
}

.custom_pmpro_level_advanced {
width: 45%;
padding-top: 30px;
padding-bottom: 30px;
}

.custom_pmpro_level_advanced .custom_pmpro_level-price {
font-size: 4em;
}

.custom_pmpro_level-benefits li {
line-height: 1.5em;
}

.custom_pmpro_levels_container > div {
margin: 0 10px;
}

.custom_pmpro_levels_container {
justify-content: space-between;
}
*/
/* Toggle Button Styles */
/*
.toggle-buttons {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.toggle-buttons button {
background: none;
border: 1px solid #ddd;
padding: 10px 20px;
cursor: pointer;
margin: 0 5px;
transition: background 0.3s;
}

.toggle-buttons button.active {
background: #f39c12;
color: #fff;
border-color: #f39c12;
}
*/


/*/* Signup Pages CSS Starts */
div#pmpro_level-1, div#pmpro_level-2, div#pmpro_level-3, div#pmpro_level-4 {
	font-family: "Roboto", Sans-serif;
	padding: 0;
	width: 50%;
	max-width: 544px;
}
div#pmpro_levels {
	display: flex;
	justify-content: space-between;
	--column-gap: 20px;
	margin-bottom: 0;
}
div#pmpro_level-1 .pmpro_card {
	background: #FFFFFF;
	border: 1px solid #E4E4E7;
	border-radius: 30px;
	padding: 60px 70px;
	box-shadow: unset;
	margin: 0;
}
div#pmpro_level-5 > .pmpro_card{
	background: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E4E4E7;
	border-radius: 30px 30px 30px 30px;
	padding: 60px 70px;
	box-shadow: unset;
	margin: 0;
}
/* div#pmpro_level-3 > .pmpro_card{
background: #FFFFFF;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #E4E4E7;
border-radius: 0px 0px 30px 30px;
padding: 60px 70px;
box-shadow: unset;
}
div#pmpro_level-4 > .pmpro_card{
background: #FFFFFF;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #E4E4E7;
border-radius: 0px 0px 30px 30px;
padding: 60px 70px;
box-shadow: unset;
} */

div#pmpro_level-5 .pmpro_card {
	padding: 0 0;
}
#pmpro_level-5 .pmpro_card, #pmpro_level-6 .pmpro_card, #pmpro_level-7 .pmpro_card {
	border: 0;
	box-shadow: unset;
}
div#pmpro_level-6, div#pmpro_level-7 {
	display: none;
}
.pmpro_level .custom_pmpro_level_paid {
	background: #FFFFFF;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #E4E4E7;
	border-radius: 30px;
	padding: 60px 70px;
}
.pmpro_paid_levels {
	padding: 60px 70px 0;
}
.pmpro_top_heading {
	font-size: 40px !important;
	line-height: 47px;
	text-align: center;
	color: #0A1F20 !important;
	font-weight: 600;
	margin-bottom: 4px !important;
}
.pmpro_top_subheading {
	color: #35B8BD;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}
.custom_pmpro_level-price {
	font-size: 100px;
	line-height: 117px;
	font-weight: 600;
	color: #0A1F20;
	margin-top: 25px;
	text-align: center;
}
.custom_pmpro_level-price span {
	font-size: 24px;
	line-height: 28px;
	color: #515151;
	font-weight: 400;
}
.custom_pmpro_level hr {
	background-color: rgba(10, 31, 32, 0.10) !important;
	margin: 40px 0 !important;
}
.custom_pmpro_level_free .custom_pmpro_level-benefits {
	margin-top: 112px !important;
}
.custom_pmpro_level-benefits h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #0A1F20;
	margin-bottom: 16px;
}
.custom_pmpro_level-benefits ul {
	margin: 00 0 0 20px;
}
.custom_pmpro_level-benefits ul li strong {
	color: #35B8BD;
	font-weight: 700;
}
.custom_pmpro_level-benefits ul li {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.custom_pmpro_level-benefits ul li:not(:last-child) {
	margin-bottom: 16px;
}
/* h2.pmpro_card_title.pmpro_font-large, .pmpro_card_actions, .pmpro_card_content {
display: none;
} */
a.custom_pmpro_btn-select {
	background: #FF6C11;
	border: 1px solid #FF6C11;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 20px;
	color: #FFFFFF;
	width: 100%;
	max-width: 352px;
	display: block;
	text-align: center;
	margin: 40px auto 0;
	transition-duration: 0.25s;
}
a.custom_pmpro_btn-select:hover {
	background: transparent;
	color: #FF6C11;
}
.pmpro_card .toggle-buttons {
	border-radius: 12px;
	border: 1px solid #E4E4E7;
	background: #FCFCFC;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 8px;
	display: flex;
	margin-top: 25px;
}
.pmpro_card .toggle-buttons button {
	background: transparent;
	border: 1px solid transparent;
	width: 33.33%;
	color: #0A1F20;
	font-size: 14px;
	line-height: 20px;
	box-shadow: unset;
	padding: 9px 20px;
	border-radius: 8px;
}
.pmpro_card .toggle-buttons button.active {
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02), 0px 2px 10px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.30);
}
.custom_pmpro_free_text {
	color: #515151;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
div#pmpro_level-1 .pmpro_card_content, div#pmpro_level-2 .pmpro_card_content, div#pmpro_level-3 .pmpro_card_content, div#pmpro_level-4 .pmpro_card_content {
	display: none;
}
.pmpro_actions_nav.pmproal_actions_nav {
	display: none !important;
}
.custom_pmpro_level.custom_pmpro_level_paid p strong {
	color: #FF914D;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
a.custom_pmpro_btn-select i {
	background: white;
	color: #FF6C11;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	padding: 2px 1.65px;
	margin-right: 8px;
	transition-duration: 0.25s;
}
a.custom_pmpro_btn-select:hover i {
	background: #FF6C11;
	color: #fff;
}
.pmpro_card_content {
	padding: 0 !important;
}
.custom_pmpro_automatic_renewal p {
	display: none;
}
.custom_pmpro_level-benefits .switch .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}
.custom_pmpro_level-benefits .switch {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 32px;
	margin-right: 16px;
}
input:checked + .slider:before {
	left: 14px !important;
}
div#pmpro_level-1 {
	padding-top: 89px !important;
}
/* div#pmpro_level-5 > .pmpro_card {
	border-color: #FF6C11 !important;
	border-top: 4px SOLID;
} */
.step-heading-container {
	font-family: "Roboto", Sans-serif;
	margin-bottom: 16px;
}
.step-heading-container .step-label {
	color: rgba(81, 81, 81, 0.40);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}
.step-heading-container .select-plan-heading {
	color: #0A1F20;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	margin: 16px 0 8px 0;
}
.step-heading-container .select-plan-subheading {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}
.custom_pmpro_level.custom_pmpro_level_free h2 span {
	color: rgba(81, 81, 81, 0.70);
}
.pmpro_paid_levels_container h2 span {
	color: #FF914D;
}
body.page-id-371 div#content {
/* 	background-image: url(http://stitchsloth.saviormarketing.com/wp-content/uploads/2024/08/Progress-bar-1.png); */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
}
body.page-id-368 div#content {
/* 	background-image: url(http://stitchsloth.saviormarketing.com/wp-content/uploads/2024/08/Progress-bar-2.png); */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
}
body.pmpro-confirmation.page-id-369 header.entry-header.ast-no-thumbnail {
	display: none;
}
body.pmpro-confirmation.page-id-369  .step-heading-container {
	display: none;
}
body.pmpro-confirmation.page-id-369 .pmpro_confirmation {
	width: 100%;
	max-width: 865px;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0 288px;
	font-family: "Roboto", sans-serif;
}
body.pmpro-confirmation.page-id-369 .pmpro_confirmation h2 {
	color: rgba(81, 81, 81, 0.40);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.9px;
	text-transform: uppercase;
	margin: 0;
}
body.pmpro-confirmation.page-id-369 .pmpro_confirmation  h1 {
	color: #0A1F20;
	font-family: Roboto;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	margin: 16px 0 8px 0;
}
body.pmpro-confirmation.page-id-369 .pmpro_confirmation p {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
body.pmpro-confirmation.page-id-369 .pmpro_confirmation p:last-child {
	margin-top: 32px;
}
body.pmpro-confirmation.page-id-369 .pmpro_confirmation p a {
	color: #FF914D;
}
.pmpro_message.pmpro_success {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #515151;
	background: #35B8BDB3;
	margin: 0 0;
	border-radius: 10px;
}
.pmpro_message.pmpro_success.pmpro_discount_code_msg {
    color: #FFF !important;
}
.pmpro_checkout-h3-name, h2.pmpro_form_heading.pmpro_font-large {
	font-size: 32px;
	font-family: Roboto;
	font-weight: 600;
	line-height: 38px;
	color: #0A1F20;
}
div#pmpro_pricing_fields .pmpro_card_content, div#pmpro_pricing_fields .pmpro_card_title.pmpro_font-large {
	display: none;
}
fieldset#pmpro_billing_address_fields {
	display: block !important;
}
.pmpro_form_label, .pmpro_checkout-fields label {
	color: #0A1F20 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	font-family: Roboto !important;
}
.pmpro_form_field {
	gap: 0 !important;
}
.page-id-368 fieldset .pmpro_card {
	border: 0px !important;
	box-shadow: none !important;
	margin-bottom: 14px;
}
.pmpro_form_input, .pmpro_checkout.box input, .pmpro_form_field input, .pmpro_checkout.box select {
	font-size: 14px !important;
	font-weight: 400 !important; 
	line-height: 20px !important;
	padding: 18px 12px !important;
	border-radius: 12px !important;
	color: #515151 !important;
	font-family: Roboto !important;
	height: 56px !important;
	border: 1px solid #E4E4E7 !important;
	background: #FCFCFC !important;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05) !important;
	outline: unset !important;
}
div#profile_information {
	margin-top: 14px;
}
.page-id-368 div#terms_conditions, div#additional_information {
	padding: 18px 0 14px 0;
}
.pmpro_checkout-fields input[type="checkbox"] {
	background: transparent;
	border: unset !important;
	padding: 0 !important;
	height: unset !important;
	margin-right: 4px !important;
	height: 24px !important;
	width: 24px !important;
	position: relative;
	top: 4px;
}
.pmpro_checkout-field.pmpro_checkout-field-terms, .pmpro_checkout-field.pmpro_checkout-field-kind, .pmpro_checkout-field.pmpro_checkout-field-ban {
	padding: 8px;
	display: flex;
	align-items: center;
}
#additional_information .pmpro_checkout-fields .pmpro_checkout-field:not(:last-child) {
	margin-bottom: 18px;
}
span#pmpro_submit_span {
	width: 100%;
}
input#pmpro_btn-submit {
	width: 100%;
	background: #FF6C11;
	border: 1px solid #FF6C11;
	border-radius: 100px;
	box-shadow: unset;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 27px 20px;
}
input#other_discount_code_button {
    background-color: #FF6C11 !important;
    color: white !important;
    font-size: 14px !important;
}
input#pmpro_btn-submit:hover, input#other_discount_code_button:hover {
	background: transparent !important;
	color: #FF6C11 !important;
}
section#pmpro_level-1, section#pmpro_level-5, section#pmpro_level-6, section#pmpro_level-7 {
	margin-bottom: 0;
}
.pmpro_form_submit {
	--pmpro--base--spacing--medium: 10px;
}
div#pmpro_processing_message {
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 28px;
}








/* css of sign up page rudraksh  */

.pmpro_level .custom_pmpro_level_paid {
	background: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E4E4E7;
	padding: 0px 0px 60px 0px ;
}
.pmpro_level p {
	margin: 0;
	padding: 0;
	text-align: center;
}
/* .pmpro_level p strong {
color: #FF914D;
text-align: center;
font-size: 18px;
font-family: Roboto;
font-weight: 600;
line-height: 24px;
} */
div#pmpro_level-1, div#pmpro_level-5, div#pmpro_level-6, div#pmpro_level-7 {
	font-family: "Roboto", Sans-serif;
	padding: 0;
	width: 100%;
	max-width: 544px;
}
div#pmpro_level-3, div#pmpro_level-4 {
	margin-top: -65px;
}
/*  .pmpro_level .custom_pmpro_level_paid {
background: #FFFFFF;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #E4E4E7;
padding: 0px 70px 60px 70px; 
}  */
.custom_pmpro_level.custom_pmpro_level_paid {
	display: block !important;
}
/* #pmpro_level-6, #pmpro_level-7 {
display:none;
} */
.custom_pmpro_level.custom_pmpro_level_free .pmpro_card_actions {
	display: none;
}
.custom_pmpro_level.custom_pmpro_level_free .pmpro_card_title.pmpro_font-large {
	display: none;
}
.custom_pmpro_level.custom_pmpro_level_paid .pmpro_card_title.pmpro_font-large {
	display: none;
}
.custom_pmpro_level.custom_pmpro_level_paid .pmpro_card_actions {
	display: none;
}

/* css of membership-checkout  */

/* .page-id-368 .ast-container div#additional_information {
padding:  0px 36px; */
}
/* .page-id-368 .ast-container div#terms_conditions {
padding: 0px 36px;
} */
.page-id-368 .ast-container .entry-title, .ast-container .pmpro_form_submit {
	padding: 0px 36px;
}
.page-id-368 .ast-container div#pmpro_message, .ast-container div#pmpro_message_bottom { 
	display: none;
}
fieldset#pmpro_user_fields .pmpro_card_actions {
	display: none;
}
article#post-369 .entry-title {
	padding: 0;
}
article#post-368 .entry-title {
	display: none;
}
section#pmpro_level-2 div#pmpro_pricing_fields {
	display: none;
}

section#pmpro_level-2 legend.pmpro_form_legend {
	display: none;
}
div#profile_information .pmpro_checkout-fields {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
}
div#profile_information .pmpro_checkout-field.pmpro_checkout-field-first_name {
	width: 50%;
	padding-right: 8px;
}
div#profile_information .pmpro_checkout-field.pmpro_checkout-field-last_name {
	width: 50%;
	padding-left: 8px;
}
div#profile_information .pmpro_checkout-field.pmpro_checkout-field-phone_number {
	width: 100%;
}

div#profile_information .pmpro_checkout-field.pmpro_checkout-field-dob {
	width: 100%;
	max-width: 240px;
}
/* section#pmpro_level-2 .pmpro_form_field.pmpro_form_field-email.pmpro_form_field-bconfirmemail.pmpro_form_field-required {
display: none;
} */
.pmpro_form_field.pmpro_form_field-email.pmpro_form_field-bemail.pmpro_form_field-required {
	width: 100%;
}
.pmpro_form_field.pmpro_form_field-password.pmpro_form_field-required {
	width: 100%;
}
/* section#pmpro_level-2 .pmpro_form_field-password-toggle, section#pmpro_level-1 .pmpro_form_field-password-toggle {
display: none;
} */
.pmpro_cols-2 input#password, .pmpro_cols-2 input#password2, .pmpro_cols-2 input#bemail{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	padding: 18px 12px;
	border-radius: 12px;
	color: #515151;
	font-family: Roboto;
	height: 56px;
	border-radius: 12px;
	border-color: #E4E4E7;
}
/* section#pmpro_level-2 fieldset#pmpro_payment_information_fields {
display: none;
} */
section#pmpro_level-2 div#additional_information {
	padding: 36px 36px;
}
section#pmpro_level-2 .pmpro_checkout .step-heading-container, section#pmpro_level-2 .pmpro_checkout .pmpro_checkout_box.your_membership, section#pmpro_level-2 .pmpro_checkout .pmpro_checkout_box.payment_details, section#pmpro_level-2 .pmpro_checkout .pmpro_checkout_box, section#pmpro_level-2 .pmpro_checkout .after-submit-text {
	display: none;
}

.pmpro_form_field.pmpro_form_field-email.pmpro_form_field-bconfirmemail.pmpro_form_field-required {
	width: 100%;
}
/* section#pmpro_level-1 .pmpro_checkout {
padding: 36px;
} */
/* #pmpro_billing_address_fields::after {
content: "Mailing Address";
position: absolute;
font-family: Roboto;
font-size: 32px;
font-weight: 600;
line-height: 37.5px;
padding: 0px 36px 16px 36px;
color: #0A1F20;
top: 0;
} */
.step-heading-container {
	text-align: center;
}
.page-id-371 .ast-container div#primary {
	padding: 100px 0px;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.page-id-371 .custom_pmpro_btn-select {
	background: #FF6C11;
	border: 1px solid #FF6C11;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto';
	line-height: 28px;
	padding: 11px 20px;
	color: #FFFFFF;
	width: 100%;
	max-width: 352px;
	display: block;
	text-align: center;
	margin: 40px auto 16px;
	transition-duration: 0.25s;
}
.page-id-371 .custom_pmpro_btn-select {
	text-decoration: none !important;
}
.pmpro_paid_levels .custom_pmpro_renewal_notice {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #A1A1AA;
	padding: 0px 26px;
}
.page-id-371 .Login, .page-id-368 .Login{
	font-family: Roboto;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #515151;
	text-align: center;
	/* 	margin: 16px 0px 0px 0px !important; */
}
.page-id-371 .Login a, .page-id-368 .Login a  {
	color: #FF914D;
}

.custom_pmpro_automatic_renewal {
	margin-bottom: 42px;
}
.custom_pmpro_automatic_renewal span {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #0A1F20;
}
.page-id-368 div#primary {
	padding: 100px 0px !important;
	width: 100%;
	max-width: 693px;
	margin: 0px auto !important;
}
.pmpro-levels .custom_pmpro_level-benefits li::marker {
	color: rgba(81,81,81,20%) !important;
}
.pmpro-levels p.Login {
	margin-top: 50px;
}
.pmpro-levels .custom_pmpro_automatic_renewal span {
	vertical-align: sub;
}
.error404  li.pp-breadcrumbs-item.pp-breadcrumbs-item-current {
	margin-top: 2px;
}
p.gform_required_legend, div#gform_7_validation_container {
	display: none;
}
input#gform_submit_button_7 {
	width: 100%;
	margin-top: 32px;
	border-radius: 100px;
	background: #FF6C11;
	padding: 30px 60px;
	color: #FFF;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	transition: 0.25s;
	box-shadow: unset !important;
	outline: none !important;
	border: 1px solid #FF6C11;
}
input#gform_submit_button_7:hover {
	background: #FFF;
	color: #FF6C11;
}
.custom-asterisk .gfield_required.gfield_required_asterisk {
	color: #FF914D;
	font-family: Roboto;
	font-size: 18px;
	line-height: 28px;
}
div#gfield_description_7_1 {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
}

.post-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.post-content h2 {
    font-size: 24px;
    margin-top: 20px;
    color: #333;
}

.post-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.post-content a {
    color: #0073e6;
    text-decoration: underline;
}



/* css of sign up page  */
.pmpro_level .custom_pmpro_level_paid {
	background: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E4E4E7;
	border-radius: 30px;
	/*     padding: 60px 70px; */
}
input#autorenew {
    height: unset !important;
}
@media(max-width: 1440px){
	.elementor .elementor-element.home-bg-img {
		background-size:100%;
	}
}
