* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none !important;
	color: #61bd4f;
}

li {
	list-style: none !important;
}

.post-template-default .blog_post_main_wrapper li {
	list-style: circle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #000000;
}

.my_container_375 {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}

.second_head {
	color: #000000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
}

.primary_btn,
.secondary_btn {
	position: relative;
	color: #ffffff;
	background-color: #61bd4f;
	min-width: 245px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	padding: 0 40px;
	gap: 10px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #61bd4f;
}

.primary_btn:before,
.secondary_btn:before {
	content: '';
	top: 0;
	bottom: 0;
	left: -120%;
	transform: skewX(-45deg);
	width: 100%;
	background: #ffffff;
	transition: 0.4s ease;
	position: absolute;
	z-index: -1;
}

.primary_btn:hover:before,
.secondary_btn:hover:before {
	width: 240%;
}

.primary_btn:hover i::before,
.secondary_btn:hover i::before {
	color: #000000;
}

.primary_btn i::before,
.secondary_btn i::before {
	transition: 0.2s linear;
}

.secondary_btn {
	color: #000000;
	background-color: #f3f3f3;
	border: 1px solid #d3d3d3;
}

.secondary_btn::before {
	background: #61bd4f;
}

.secondary_btn:hover i::before {
	color: #ffffff;
}

.secondary_btn:hover {
	color: #ffffff;
}

body.active_body {
	overflow: hidden !important;
}

@keyframes up-down {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-13px);
	}
}

.demo_sc_pink_bg {
	background-color: #bc2a8d;
}

.demo_sc_pink_text {
	color: #bc2a8d;
}

.demo_sc_yellow_bg {
	background-color: #fecf5d;
}

.demo_sc_yellow_text {
	color: #fecf5d;
}

.demo_sc_black_bg {
	background-color: #000000;
}

.demo_sc_black_text {
	color: #000000;
}

.demo_sc_green_bg {
	background-color: #61bd4f;
}

.demo_sc_green_text {
	color: #61bd4f;
}

.demo_sc_white_bg {
	background-color: #ffffff;
}

.demo_sc_white_text {
	color: #ffffff;
}

.demo_sc_cyan_bg {
	background-color: #fbfdfd;
}

.demo_sc_dblue_bg {
	background-color: #3c8595;
}

.demo_sc_dblue_text {
	color: #3c8595;
}

.demo_sc_grad {
	background: linear-gradient(90deg, #502ae1 0%, #ff7d67 98.41%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.demo_sc_h1 {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
}

.demo_sc_h2 {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	text-transform: capitalize;
}

.demo_sc_h3 {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
}

.demo_sc_h4 {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.demo_sc_h5 {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.demo_sc_h6 {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.demo_sc_main_para {
	color: #4d4d4d;
	font-family: "Poppins", sans-serif;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	max-width: 793px;
	margin: 0 auto;
}

.demo_sc_second_para {
	color: #00000099;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	max-width: 670px;
}

.demo_sc_span_b {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
	margin-right: 3px;
}

.demo_sc_span_p {
	color: #bc2a8d;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
	margin-right: 3px;
}

.demo_sc_span_g {
	color: #61bd4f;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
	margin-right: 3px;
}

.demo_sc_link {
	color: #61bd4f;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline !important;
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
	margin-right: 3px;
}

.demo_sc_link:hover {
	color: #000000;
}

.demo_sc_primary_btn {
	position: relative;
	color: #ffffff;
	background-color: #61bd4f;
	width: auto;
	min-width: 310px;
	max-width: 439px;
	min-height: 47px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 51px;
	box-shadow: 0px 10px 20px 0px rgba(97, 189, 79, 0.2);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	padding: 0 40px;
	gap: 10px;
	z-index: 1;
	border: 1px solid #61bd4f !important;
	outline: none !important;
	text-align: center;
}

.demo_sc_primary_btn:before {
	content: '';
	top: 0;
	bottom: 0;
	left: -120%;
	transform: skewX(-45deg);
	width: 100%;
	background: #ffffff;
	transition: 0.4s ease;
	position: absolute;
	z-index: -1;
}

.demo_sc_primary_btn:hover:before {
	width: 240%;
}

.demo_sc_primary_btn:hover {
	color: #000000;
}

.demo_sc_primary_btn:hover i::before {
	color: #000000;
}

.demo_sc_primary_btn i::before {
	transition: 0.2s linear;
}

.demo_sc_grad_btn {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 320px;
	background: linear-gradient(90deg, #502ae1 0%, #ff7d67 98.41%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Roboto", sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 71px;
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
	padding: 0;
	border: none;
	outline: none;
}

.demo_sc_grad_btn::after {
	content: '';
	position: absolute;
	right: -70px;
	top: -10px;
	width: 95px;
	height: 95px;
	background-image: url("assets/images/demo_sc_img/demo_sc_grad_btn_arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	transition: 0.3s ease-in-out;
}

.demo_sc_grad_btn:hover::after {
	transform: translateX(5px);
}

.simcal-calendar .fc .fc-button-primary,
.simcal-calendar .fc .fc-button-primary:not(:disabled).fc-button-active,
.simcal-calendar .fc .fc-button-primary:not(:disabled):active,
.simcal-fullcalendar-grid div[id*='fullcalendar-'] button[disabled] {
	color: #ffffff;
	background-color: #61bd4f;
	border-color: #61bd4f;
}

.simcal-calendar .fc .fc-button-primary:hover,
.simcal-calendar .fc .fc-button-primary:not(:disabled).fc-button-active:hover,
.simcal-calendar .fc .fc-button-primary:not(:disabled):active:hover {
	color: #000000;
	background-color: #00000000;
	border-color: #61bd4f;
}

.simcal-fullcalendar-grid div[id*='fullcalendar-'] button[disabled]:hover {
	border: 1px solid;
	background-color: #dfffda;
	border-color: #61bd4f #61bd4f #61bd4f;
	text-shadow: 0 1px 1px #61bd4f;
	cursor: none;
	pointer-events: none;
	color: #ffffff;
	border-color: #61bd4f;
}

.demo_sc_center_title {
	position: relative;
	max-width: 793px;
	margin: 0 auto;
	text-align: center;
}

.demo_sc_center_title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 65px;
	height: 65px;
	background-image: url("assets/images/demo_sc_img/title_arrow.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 5;
}

.demo_sc_center_title p {
	margin: 0 auto 8px;
}

.demo_sc_center_title h2,
.demo_sc_center_title h3 {
	margin: 0 auto 18px;
}

.demo_sc_center_title .demo_sc_primary_btn {
	margin-top: 20px;
}

.demo_sc_lv_ul {
	position: relative;
	padding: 25px 30px 10px;
	background-color: #fbfdfd;
	margin-bottom: 20px;
}

.demo_sc_lv_ul .demo_sc_h3 {
	border-bottom: 1px solid #e7e9e9;
	padding-bottom: 12px;
	margin-bottom: 22px;
}

.demo_sc_lv_ul p {
	margin-bottom: 15px;
}

.demo_sc_lv_ul ul {
	margin: 0;
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.demo_sc_lv_ul ul li {
	color: #00000099;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
	position: relative;
}

.demo_sc_lv_ul ul li a {
	color: #00000099;
	font-family: "Poppins", sans-serif;
	transition: 0.3s ease-in-out;
}

.demo_sc_lv_ul ul li a:hover {
	color: #61bd4f;
}

.demo_sc_lv_ul ul li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -25px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background-color: #bc2a8d;
}

.demo_sc_lv_ul a.demo_sc_primary_btn {
	margin-top: 25px;
}

.demo_sc_sd_wd .simcal-default-calendar-list::after {
	content: '';
	position: absolute;
	bottom: -100px;
	right: -100px;
	width: 118px;
	height: 118px;
	background-image: url("assets/images/demo_sc_img/demo_sc_circle_shape.png");
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(-26px, -36px);
	z-index: -1;
}

.demo_sc_sd_wd .widget_gce_widget {
	margin-top: 0px;
}

.demo_sc_sd_wd .widget_gce_widget .simcal-calendar-grid::after {
	content: '';
	position: absolute;
	bottom: -25px;
	right: -68px;
	width: 99px;
	height: 99px;
	background-image: url("assets/images/demo_sc_img/demo_sc_square_shape.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: translate(40px, 25px);
}

.demo_sc_top_c {
	position: relative;
	padding: 37px 25px 0;
	background-color: #bc2a8d;
	border-radius: 5px;
	text-align: center;
}

.demo_sc_top_c .demo_sc_inner aside,
.demo_sc_top_c .demo_sc_inner img,
.demo_sc_top_c .demo_sc_inner div {
	position: relative;
	top: 37px;
	z-index: 2;
	filter: drop-shadow(0px 30px 50px rgba(0, 0, 0, 0.1));
}

.demo_sc_top_c::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 118px;
	background-image: url("assets/images/demo_sc_img/demo_sc_circle_shape.png");
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(-26px, -36px);
	z-index: -1;
}

.demo_sc_top_c::after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 99px;
	height: 99px;
	background-image: url("assets/images/demo_sc_img/demo_sc_square_shape.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: translate(40px, 25px);
}

.demo_sc_bottom_c {
	position: relative;
	padding: 37px 25px 0;
	background-color: #fecf5d;
	border-radius: 5px;
	text-align: center;
}

.demo_sc_bottom_c .demo_sc_inner aside,
.demo_sc_bottom_c .demo_sc_inner img,
.demo_sc_bottom_c .demo_sc_inner div {
	position: relative;
	top: 80px;
	z-index: 2;
	filter: drop-shadow(0px 20px 60px rgba(0, 0, 0, 0.1));
}

.demo_sc_bottom_c::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99px;
	height: 99px;
	background-image: url("assets/images/demo_sc_img/demo_sc_square_shape.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	transform: translate(-25px, -25px);
}

.demo_sc_bottom_c::after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 118px;
	height: 118px;
	background-image: url("assets/images/demo_sc_img/demo_sc_circle_shape.png");
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(46px, 36px);
	z-index: -1;
}

.demo_sc_card_pink {
	position: relative;
	padding: 24px 34px;
	border-radius: 28px;
	border: 2px solid #ffe6fe;
	background: #ffe6fe;
}

.demo_sc_card_green {
	position: relative;
	padding: 24px 34px;
	border-radius: 28px;
	border: 2px solid #dfffda;
	background: #dfffda;
}

.demo_sc_card_bluish {
	position: relative;
	padding: 24px 34px;
	border-radius: 28px;
	border: 2px solid #d3dfff;
	background: #d3dfff;
}

.demo_sc_card_sand {
	position: relative;
	padding: 24px 34px;
	border-radius: 28px;
	border: 2px solid #f1efd2;
	background: #f1efd2;
}

.demo_sc_main_footer {
	position: relative;
	z-index: 1;
}

.demo_sc_main_footer .demo_sc_footer_container {
	position: relative;
	padding: 80px 0 105px;
	max-width: 1800px;
	margin: 0 auto;
	border-radius: 40px;
	background-image: url("assets/images/demo_sc_img/demo_sc_footer_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row {
	position: relative;
	width: 100%;
	max-width: 840px;
	min-height: 395px;
	margin: 0 auto;
	background-image: url("assets/images/demo_sc_img/demo_sc_ft_ipad.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px 25px;
	background: black;
	border-radius: 25px;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_mode {
	height: 100%;
	display: grid;
	place-items: center;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_mode .widget {
	min-width: 150px;
	width: 100%;
	max-height: 440px;
	overflow: hidden;
	background-color: #f7f5e7;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_mode .widget .widget-title {
	display: none;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_mode .demo_sc_mode_title {
	position: absolute;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 55px;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode {
	border-radius: 10px 0px 0px 10px;
	background-color: #000000;
	overflow: hidden;
	text-align: center;
	padding: 20px 30px;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode .demo_sc_mode_title {
	left: -135px;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode {
	border-radius: 0px 10px 10px 0px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	padding: 20px 30px;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode .demo_sc_mode_title {
	right: -135px;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode .widget {
	background-color: black;
}

.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 51%;
	width: 65px;
	height: 65px;
	background-image: url("assets/images/demo_sc_img/dark-light.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}

.demo_sc_main_footer .demo_sc_copyright_row {
	position: relative;
	padding: 30px 0;
	background-color: #ffffff;
}

.demo_sc_main_footer .demo_sc_copyright_row .site_info p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	text-align: center;
	color: #00000099;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}

.demo_sc_main_footer .demo_sc_copyright_row .site_info p a {
	color: #00000099;
	transition: 0.3s ease-in-out;
	text-decoration: underline !important;
}

.demo_sc_main_footer .demo_sc_copyright_row .site_info p a:hover {
	color: #000000;
}

ul.demo_sc_ul {
	margin: 0;
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

ul.demo_sc_ul li {
	color: #00000099;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
	position: relative;
}

ul.demo_sc_ul li a {
	color: #00000099;
	font-family: "Poppins", sans-serif;
	transition: 0.3s ease-in-out;
}

ul.demo_sc_ul li a:hover {
	color: #61bd4f;
}

ul.demo_sc_ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: -25px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background-color: #bc2a8d;
}

h2.widget-title {
	font-size: 24px;
	font-family: 'Poppins';
	font-weight: 700;
}

span.simcal-current-month {
	font-size: 23px;
}

span.simcal-current-year {
	font-size: 23px;
}

.simcal-current h3 {
	font-size: 23px;
}

.demo_sc_heading {
	padding-top: 20px;
	padding-bottom: 20px;
}

.demo_sc_ws {
	margin-top: 85px;
}

.demo_sc_pro {
	margin: 70px 0px 100px;
}

.demo_sc_also {
	margin: 40px 20px 50px 0px;
}

.demo_sc_also_rm30 {
	margin: 40px 20px 50px 30px;
}

.demo_sc_also_pro {
	margin-bottom: 30px;
}

.demo_sc_also_heading {
	margin-bottom: 50px;
}

.demo_sc_third_para {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
	max-width: 676px;
}

.demo_sc_footer_symbol {
	padding: 80px;
	text-align: center;
}

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 24px 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px 'Source Sans Pro', Helvetica, sans-serif;
}

.demo_sc_sd_wd {
	max-width: 300px;
	margin: auto;
}

.demo_sc_lv_ul_main_h {
	position: relative;
	padding: 25px 30px 38px;
	margin-bottom: 20px;
}

.demo_sc_dark_mode .widget {
	color: #fff;
}

.demo_sc_dark_mode h3 {
	color: #fff;
}

.demo_sc_pd_b {
	padding-bottom: 120px;
}

dl.simcal-events-list-container {
	margin: 0 20px;
}

ul {
	padding-left: unset;
}

ul.simcal-events {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

td.simcal-day {
	border: none;
}

ul.simcal-events {
	padding: 0px;
}

tbody.simcal-month td {
	border-top: 1px solid #ededed;
}

.widget a {
	color: #60bc4e;
}

.widget a:hover {
	color: #000;
	text-decoration: underline;
}

li.simcal-event a {
	color: #60bc4e;
}

li.simcal-event a:hover {
	color: #000;
	text-decoration: underline;
}

table.simcal-calendar-grid {
	border-bottom: 1px solid #ededed;
}

a {
	color: #60bc4e;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.demo_sc_wrapper {
	padding: 100px 0 300px;
}

.demo_btn {
	display: inline-flex;
	flex-direction: column;
	gap: 20px;
}

.demo_sc_main_header {
	position: relative;
	padding: 35px 10px 32px;
	background-image: url("assets/images/demo_sc_img/demo_sc_header_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}

.demo_sc_main_header .header_wrapper {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.demo_sc_main_header .header_wrapper .demo_sc_logo h1,
.demo_sc_main_header .header_wrapper .demo_sc_logo p {
	text-align: center;
}

.demo_sc_main_header .header_wrapper .demo_sc_logo h1 a,
.demo_sc_main_header .header_wrapper .demo_sc_logo p a {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav {
	margin-top: 35px;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li > a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li > a::before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	background-color: #ffffff;
	bottom: -5px;
	left: 0;
	transition: 0.3s ease-in;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li > a:hover::before {
	width: 100%;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li ul {
	position: absolute;
	top: 150%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 20px;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: 0.3s ease-in-out;
	min-width: 215px;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li ul li a {
	width: 100%;
	padding: 10px 15px 10px 20px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: 0.3s ease-in;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li ul li a:hover {
	background-color: #dff2dc;
	color: #000;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li ul .current-menu-item {
	background-color: #dff2dc;
	color: #000;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li:hover ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul .current-menu-item > a::before,
.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul .current_page_item > a::before {
	width: 100%;
}

.demo_sc_main_header .header_wrapper .demo_sc_toggle {
	display: none;
	width: 22px;
}

.demo_sc_main_header .header_wrapper .demo_sc_toggle .bar {
	width: 100%;
	background: #ffffff;
	border-radius: 50px;
	height: 3px;
	margin: 4px 0;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

@media screen and (max-width: 1199px) {
	.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul li ul {
		left: -30px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode .demo_sc_mode_title {
		left: unset;
		top: -48px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode .demo_sc_mode_title {
		right: unset;
		top: -48px;
	}
}

@media screen and (max-width: 991px) {
	.demo_sc_wrapper {
		padding: 60px 0 100px;
	}
	.demo_sc_main_header {
		padding: 20px 10px 18px;
	}
	.demo_sc_main_header .header_wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_logo h1 a,
	.demo_sc_main_header .header_wrapper .demo_sc_logo p a {
		font-size: 20px;
		max-width: 236px;
		display: block;
		margin: 0 auto;
		line-height: 25px;
		text-align: left;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_nav {
		position: absolute;
		left: 0;
		background: #fbfdfd;
		top: 88px;
		margin: 0;
		max-height: 480px;
		overflow: hidden;
		overflow-y: scroll;
		display: none;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul {
		flex-direction: column;
		align-items: start;
		gap: 0;
		padding: 10px 0;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul > li {
		width: 100%;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul > li > a {
		color: #000000;
		padding: 12px 15px;
		width: 100%;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul > li ul {
		width: 100%;
		position: relative;
		box-shadow: none;
		left: 0;
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		padding: 0;
		transition: none;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_nav div > ul > li ul li a {
		padding: 10px 15px 10px 25px;
	}
	.demo_sc_main_header .header_wrapper .demo_sc_toggle {
		display: block;
	}
	.demo_sc_primary_btn {
		font-size: 13px;
		font-weight: 500;
		min-width: 160px;
		padding: 0 25px;
		min-height: 45px;
	}
	.demo_sc_grad_btn {
		font-size: 20px;
	}
	.demo_sc_grad_btn::after {
		right: 20px;
		top: 5px;
		width: 60px;
		height: 60px;
	}
	.demo_sc_link {
		font-size: 14px;
	}
	.demo_sc_h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.demo_sc_h2 {
		font-size: 19px;
	}
	.demo_sc_h3 {
		font-size: 21px;
		line-height: 34px;
	}
	.demo_sc_main_para,
	.demo_sc_span_p,
	.demo_sc_span_b,
	.demo_sc_span_g {
		font-size: 14px;
		line-height: 24px;
	}
	.demo_sc_sd_wd .simcal-default-calendar-list::after,
	.widget_gce_widget .simcal-calendar-grid::after {
		display: none;
	}
	.demo_sc_grad_btn::after {
		right: -45px;
	}
}

@media screen and (max-width: 768px) {
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode {
		padding: 10px 10px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode .demo_sc_mode_title {
		left: unset;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode {
		padding: 10px 10px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode .demo_sc_mode_title {
		right: unset;
		top: -48px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode span {
		transform: unset;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode span {
		transform: unset;
		bottom: 570px;
	}
	.demo_sc_grad_btn {
		font-size: 18px;
	}
	.demo_sc_grad_btn::after {
		right: -48px;
	}
	.demo_sc_pd_b {
		padding-bottom: 0px;
	}
	.demo_sc_footer_symbol {
		padding: 20px 20px 35px 20px;
	}
	.demo_sc_sd_wd {
		max-width: unset;
	}
	.demo_sc_main_footer .demo_sc_footer_container {
		border-radius: 82px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row::after {
		left: 52%;
	}
}

@media screen and (max-width: 575px) {
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row {
		background: #000000;
		border-radius: 30px;
		min-height: 100%;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row::after {
		width: 50px;
		height: 50px;
		left: 50%;
	}
	.demo_sc_main_footer .demo_sc_footer_container {
		padding: 50px 10px 60px;
		border-radius: 30px;
		background: #e9f3f4;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row {
		padding: 25px 0px;
		border-radius: 25px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_mode span {
		font-size: 12px;
		transform: unset;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode {
		border-radius: 0px 0px 10px 10px;
		padding: 25px 15px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode span {
		bottom: -50px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode {
		border-radius: 10px 10px 0px 0px;
		padding: 25px 15px;
	}
	.demo_sc_center_title::after {
		width: 50px;
		height: 50px;
	}
	.demo_sc_center_title h2,
	.demo_sc_center_title h3 {
		margin: 0 auto 10px;
	}
	.demo_sc_center_title p {
		margin: 0px auto 5px;
	}
	.demo_sc_center_title .demo_sc_primary_btn {
		margin-top: 15px;
	}
	.demo_sc_lv_ul {
		padding: 15px 25px 25px;
		margin-bottom: 15px;
	}
	.demo_sc_lv_ul .demo_sc_h3 {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.demo_sc_lv_ul ul {
		gap: 11px;
	}
	.demo_sc_lv_ul ul li {
		font-size: 15px;
	}
	.demo_sc_second_para {
		font-size: 14px;
	}
	.demo_sc_lv_ul p {
		margin-bottom: 10px;
	}
	.demo_sc_card_pink,
	.demo_sc_card_green,
	.demo_sc_card_bluish,
	.demo_sc_card_sand {
		padding: 20px 22px;
	}
	ul.demo_sc_ul {
		gap: 11px;
	}
	ul.demo_sc_ul li {
		font-size: 15px;
	}
	.demo_sc_top_c,
	.demo_sc_bottom_c {
		padding: 30px 20px 0;
	}
	.demo_sc_top_c::after, .demo_sc_top_c::before,
	.demo_sc_bottom_c::after,
	.demo_sc_bottom_c::before {
		display: none;
	}
	.demo_sc_pd_b {
		padding-bottom: 25px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode .demo_sc_mode_title {
		left: unset;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode .demo_sc_mode_title {
		right: unset;
		top: unset;
		bottom: -51px;
	}
	.demo_sc_grad_btn {
		font-size: 18px;
	}
	.demo_sc_grad_btn::after {
		right: -45px;
	}
	.demo_sc_footer_symbol {
		padding: 20px 20px 35px 20px;
	}
}

@media only screen and (min-device-width: 576px) and (max-device-width: 1024px) {
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_light_mode .demo_sc_mode_title {
		left: unset;
		top: -48px;
	}
	.demo_sc_main_footer .demo_sc_footer_container .demo_sc_footer_row .demo_sc_dark_mode .demo_sc_mode_title {
		right: unset;
		transform: unset;
	}
}

@media screen and (min-width: 769px) {
	.page-template-demo-sc-sidebar .col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.page-template-demo-sc-sidebar .demo_sc_home_block {
		flex: 0 0 auto;
		width: 33.33333337%;
	}
}

footer.sc_footer_main {
	position: relative;
}

footer.sc_footer_main .sc_footer_container {
	position: relative;
	padding: 80px 40px;
	max-width: 1800px;
	margin: 0 auto;
	background-color: #e9f3f4;
	border-radius: 40px;
}

footer.sc_footer_main .sc_footer_container .footer_top {
	max-width: 870px;
	margin: 0 auto;
}

footer.sc_footer_main .sc_footer_container .footer_top .f_title {
	position: relative;
	margin-bottom: 60px;
}

footer.sc_footer_main .sc_footer_container .footer_top .f_title h3 {
	text-align: center;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 85px;
	text-transform: uppercase;
}

footer.sc_footer_main .sc_footer_container .footer_top .f_title h2.stroke_text {
	color: transparent;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 85px;
	letter-spacing: 3.5px;
	-webkit-text-stroke-width: 2px;
	stroke-width: 2px;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

footer.sc_footer_main .sc_footer_container .footer_top .footer_form {
	position: relative;
}

footer.sc_footer_main .sc_footer_container .footer_top .footer_form form {
	position: relative;
	max-width: 870px;
	height: 81px;
}

footer.sc_footer_main .sc_footer_container .footer_top .footer_form form input[type='email'] {
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background: #ffffff;
	padding-left: 45px;
	padding-right: 240px;
	border: none;
	outline: none;
}

footer.sc_footer_main .sc_footer_container .footer_top .footer_form form input[type='submit'] {
	min-width: 221px;
	height: 53px;
	border-radius: 50px;
	background: #61bd4f;
	outline: none;
	border: 1px solid #61bd4f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	right: 13px;
	transition: 0.3s ease-in-out;
}

footer.sc_footer_main .sc_footer_container .footer_top .footer_form form input[type='submit']:hover {
	background: #ffffff;
	color: #61bd4f;
}

footer.sc_footer_main .sc_footer_container .footer_bottom {
	position: relative;
	margin-top: 84px;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_social_media .ftpara {
	color: #404040;
	margin: 29px 0;
	max-width: 375px;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_social_media .social_link {
	display: flex;
	align-items: center;
	gap: 10px;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_social_media .social_link .link_box {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background: #61bd4f;
	display: grid;
	place-items: center;
	transition: 0.3s ease-in-out;
	border: 1px solid #61bd4f;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_social_media .social_link .link_box:hover {
	background: #ffffff;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_social_media .social_link .link_box:hover i::before {
	color: #61bd4f;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_links_wrapper .f_links_column h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_links_wrapper .f_links_column ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0;
	padding: 0;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_links_wrapper .f_links_column ul li a {
	position: relative;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
}

footer.sc_footer_main .sc_footer_container .footer_bottom .f_bottom_row .footer_links_wrapper .f_links_column ul li a:hover {
	color: #61bd4f;
}

footer.sc_footer_main .copyright_row {
	position: relative;
	padding: 32px 0;
}

footer.sc_footer_main .copyright_row h6 {
	max-width: 515px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}

footer.sc_footer_main .ftr_shape .shape {
	position: absolute;
	left: 0;
	top: -200px;
	z-index: -999;
}

footer.sc_footer_main #go_to_top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 56px;
	color: #404040;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 99;
	background-color: #ffffff;
	transition: 0.3s ease-in-out;
	transform: translateX(100%);
	border: none !important;
	outline: none !important;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.133333);
	opacity: 0;
}

footer.sc_footer_main #go_to_top svg {
	height: 20px;
	width: 20px;
	fill: #000000;
}

footer.sc_footer_main #go_to_top.show {
	transform: translateX(0);
	opacity: 1;
}

body.page-template-about-us footer.sc_footer_main .ftr_shape,
body.page-template-refund-policy footer.sc_footer_main .ftr_shape {
	display: none;
}

.sc_footer_main .gform_wrapper .gform_heading h2 {
	display: none;
}

.sc_footer_main .gform_wrapper form .gform_body label.gfield_label {
	display: none;
}

.sc_footer_main .gform_wrapper form .gform_body .ginput_container_email input[type='email'] {
	min-height: 81px;
}

.sc_footer_main .gform_wrapper form .gform_footer input[type='submit'] {
	width: auto;
}

.not_found_title .demo_sc_lv_ul_main_h {
	text-align: center;
	padding: 40px 0;
}

.not_found_title .demo_sc_main_para {
	margin-bottom: 20px;
}

.not_found_title .demo_sc_h2.demo_sc_heading {
	font-size: 2.5em;
	margin-bottom: 10px;
}

.not_found_content {
	text-align: center;
	/*--------------------------------------------------------------
  ## Search Form
  --------------------------------------------------------------*/
	/*--------------------------------------------------------------
  ## Recent Posts Widget
  --------------------------------------------------------------*/
}

.not_found_content .blog_post_wrapper {
	margin-top: 30px;
}

.not_found_content .page-header {
	margin: 30px 0px;
}

.not_found_content .container p {
	font-size: 1.1em;
	color: #7e7e7e;
	line-height: 1.6;
	margin-bottom: 30px;
	margin-top: 30px;
}

.not_found_content .search_form {
	padding: 20px;
	text-align: center;
}

.not_found_content .search_form label {
	display: contents;
}

.not_found_content .search-form {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	width: 93%;
	margin: 0 auto;
}

.not_found_content .search-form label {
	display: contents;
}

.not_found_content .search-form label input[type='search'] {
	position: relative;
	height: 60px;
	padding: 0 23px;
	-webkit-appearance: none;
	flex-grow: 1;
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 30px 0 0 30px;
	font-size: 1em;
	width: 500px;
	outline: none;
}

.not_found_content .search-form input[type='submit'] {
	position: relative;
	color: #ffffff;
	background-color: #61bd4f;
	min-width: 200px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 30px 30px 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	padding: 0 40px;
	gap: 10px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #61bd4f;
	outline: none;
}

@media (max-width: 600px) {
	.not_found_content .search-form input[type='submit'] {
		min-width: 100px;
		padding: 0 15px;
	}
}

.not_found_content .search-form input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.not_found_content .search-form input[type='submit']:hover {
	background: #ffffff;
	color: #61bd4f;
}

.not_found_content .no-results {
	margin: 30px 0px;
}

.not_found_content .blog_post_item .blog_post_row {
	text-align: left;
}

.not-found {
	padding: 60px 0;
}

.blog_banner_wrapper h1.second_head {
	margin-top: 30px;
}

.search_page_main_wrapper .page-header {
	margin: 30px 0px;
}

.second_head_add_on {
	color: white;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	text-transform: capitalize;
	font-family: Roboto;
}

.sc_pricing_card_wrapper .add_title {
	max-width: 542px;
	margin: -450px auto 126px;
	text-align: center;
	margin-bottom: 110px;
}

.add_on_banner_wrapper_ad {
	position: relative;
	padding: 180px 0 460px;
	background-image: url("assets/images/add_ons_img/add_ons_banner_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.add_on_banner_wrapper_ac .title h1 {
	color: #ffffff;
}

.add_on_banner_wrapper_ad .title h1 {
	color: #ffffff;
}

.add_on_banner_wrapper .title {
	position: relative;
	max-width: 710px;
	margin: 0 auto;
}

.addon_download_wrapper {
	position: relative;
	padding: 90px 0 100px;
}

.addon_download_wrapper .addon_download_row {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.addon_download_wrapper .addon_download_row .download_item {
	height: 100%;
	padding-bottom: 25px;
}

.addon_download_wrapper .download_item_inner .edd_price_options ul {
	display: flex;
	gap: 15px;
	flex-direction: column;
	max-width: 275px;
	margin: 0 auto;
	padding: 36px 0;
}

.addon_download_wrapper .download_item_inner .edd_price_options ul label {
	display: flex;
	align-items: center;
}

.addon_download_wrapper .addon_download_row .download_item .download_item_inner {
	position: relative;
	height: 100%;
	min-height: 230px;
	padding: 50px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.13);
	background: #ffffff;
	box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.addon_download_wrapper .addon_download_row .download_item .download_item_inner h2 {
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.addon_download_wrapper .addon_download_row .download_item .download_item_inner a {
	margin-top: 30px;
}

.sc_edd_wrapper {
	position: relative;
	padding: 70px 0 100px;
}

.sc_edd_wrapper .sc_edd_container {
	max-width: 1170px;
	margin: 0 auto;
}

.edd-aa-login-purchase-area.edd-aa-login-purchase-normal-plus-aa-mode {
	display: none;
}

.sc_edd_wrapper .sc_edd_container main h2,
.sc_edd_wrapper .sc_edd_container main h3 {
	text-align: center;
	font-size: 30px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	text-transform: capitalize;
	margin: 0 0 12px;
}

.sc_edd_wrapper .sc_edd_container main h3 {
	font-size: 25px !important;
}

.sc_edd_wrapper .sc_edd_container main hr {
	display: none;
}

.sc_edd_wrapper .sc_edd_container main > p {
	text-align: center;
	font-size: 17px;
	max-width: 750px;
	margin: 0 auto 10px;
}

.sc_edd_wrapper .sc_edd_container main > p a {
	color: #61bd4f;
	transition: 0.3s ease-in-out;
}

.sc_edd_wrapper .sc_edd_container main > p a:hover {
	color: #000000;
}

.sc_edd_wrapper .sc_edd_container main div.dont-print {
	text-align: center;
}

.sc_edd_wrapper .sc_edd_container main div.dont-print a {
	color: #61bd4f;
	transition: 0.3s ease-in-out;
	display: block;
}

.sc_edd_wrapper .sc_edd_container main div.dont-print a:hover {
	color: #000000;
}

.sc_edd_wrapper .sc_edd_container main form {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 0 !important;
}

.sc_edd_wrapper .sc_edd_container main form fieldset legend {
	color: #000000;
	text-align: center;
	font-size: 33px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
	margin: 0 0 20px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p,
.sc_edd_wrapper .sc_edd_container main form fieldset span {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: left;
	margin: 0 !important;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p a,
.sc_edd_wrapper .sc_edd_container main form fieldset p label,
.sc_edd_wrapper .sc_edd_container main form fieldset span a,
.sc_edd_wrapper .sc_edd_container main form fieldset span label {
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 22px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='text'],
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='email'],
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='password'],
.sc_edd_wrapper .sc_edd_container main form fieldset p select,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='text'],
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='email'],
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='password'],
.sc_edd_wrapper .sc_edd_container main form fieldset span select {
	position: relative;
	border: 1px solid #d1d1d1;
	background-color: #ffffff;
	border-radius: 30px;
	width: 100%;
	outline: none;
	height: 60px;
	padding: 0 23px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='text']:focus,
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='email']:focus,
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='password']:focus,
.sc_edd_wrapper .sc_edd_container main form fieldset p select:focus,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='text']:focus,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='email']:focus,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='password']:focus,
.sc_edd_wrapper .sc_edd_container main form fieldset span select:focus {
	border-color: #61bd4f;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='text']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='email']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='password']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset p select:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='text']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='email']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='password']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span select:focus::placeholder {
	opacity: 0;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='text']::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='email']::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='password']::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset p select::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='text']::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='email']::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='password']::placeholder,
.sc_edd_wrapper .sc_edd_container main form fieldset span select::placeholder {
	color: rgba(0, 0, 0, 0.29);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='checkbox'],
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='checkbox'] {
	outline: none;
	border: 1px solid #d1d1d1;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='submit'],
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='submit'] {
	position: relative;
	color: #ffffff;
	background-color: #61bd4f;
	min-width: 245px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	padding: 0 40px;
	gap: 10px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #61bd4f;
	outline: none;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='submit']:hover,
.sc_edd_wrapper .sc_edd_container main form fieldset span input[type='submit']:hover {
	background: #ffffff;
	color: #61bd4f;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p select,
.sc_edd_wrapper .sc_edd_container main form fieldset span select {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right 1.7rem top 50%;
	background-size: 0.65rem auto;
}

.sc_edd_wrapper .sc_edd_container main form fieldset input[type='checkbox'] {
	width: 16px;
	height: 16px;
	accent-color: #61bd4f !important;
}

.sc_edd_wrapper .sc_edd_container main form a {
	color: #61bd4f;
}

.sc_edd_wrapper .sc_edd_container main form a:hover {
	color: #000000;
}

.sc_edd_wrapper .sc_edd_container main form#edd_login_form {
	max-width: 550px;
}

.sc_edd_wrapper .sc_edd_container main form#edd_profile_editor_form {
	max-width: 750px;
}

.sc_edd_wrapper .sc_edd_container main form#edd_profile_editor_form fieldset legend {
	text-align: left;
	margin-bottom: 10px;
}

.sc_edd_wrapper .sc_edd_container main form#edd_profile_editor_form fieldset p input[type='submit'] {
	max-width: 230px;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 fieldset legend {
	margin: 0 0 5px;
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
	text-align: center;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 fieldset legend span {
	display: none;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 a,
.sc_edd_wrapper .sc_edd_container main form#gform_3 label {
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 22px;
	display: flex;
	align-items: center;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 a span,
.sc_edd_wrapper .sc_edd_container main form#gform_3 label span {
	margin-left: 10px;
	color: red;
	font-size: 12px;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='text'],
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='email'],
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='password'],
.sc_edd_wrapper .sc_edd_container main form#gform_3 select {
	position: relative;
	border: 1px solid #d1d1d1;
	background-color: #ffffff;
	border-radius: 30px;
	width: 100%;
	outline: none;
	height: 60px;
	padding: 0 23px;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: 30px;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='text']:focus,
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='email']:focus,
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='password']:focus,
.sc_edd_wrapper .sc_edd_container main form#gform_3 select:focus {
	border-color: #61bd4f;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='text']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='email']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='password']:focus::placeholder,
.sc_edd_wrapper .sc_edd_container main form#gform_3 select:focus::placeholder {
	opacity: 0;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='text']::placeholder,
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='email']::placeholder,
.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='password']::placeholder,
.sc_edd_wrapper .sc_edd_container main form#gform_3 select::placeholder {
	color: rgba(0, 0, 0, 0.29);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='submit'] {
	position: relative;
	color: #ffffff;
	background-color: #61bd4f;
	min-width: 245px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	padding: 0 40px;
	gap: 10px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #61bd4f;
	outline: none;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 input[type='submit']:hover {
	background: #ffffff;
	color: #61bd4f;
}

.sc_edd_wrapper .sc_edd_container main form#gform_3 .gform_footer {
	text-align: center;
}

.sc_edd_wrapper .sc_edd_container main table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0 40px !important;
}

.sc_edd_wrapper .sc_edd_container main table thead tr th {
	background-color: #61bd4f !important;
	padding: 10px 20px !important;
	font-size: 16px !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
}

.sc_edd_wrapper .sc_edd_container main table thead tr td {
	font-size: 14px;
	border: 1px solid #efefef !important;
	padding: 10px 20px !important;
}

.sc_edd_wrapper .sc_edd_container main table thead tr td a {
	color: #61bd4f;
	transition: 0.3s ease-in-out;
}

.sc_edd_wrapper .sc_edd_container main table thead tr td a:hover {
	color: #000000;
}

.sc_edd_wrapper .sc_edd_container main table tbody tr td {
	font-size: 14px;
	border: 1px solid #efefef !important;
	padding: 10px 20px !important;
}

.sc_edd_wrapper .sc_edd_container main table tbody tr td a {
	color: #61bd4f;
	transition: 0.3s ease-in-out;
}

.sc_edd_wrapper .sc_edd_container main table tbody tr td a:hover {
	color: #000000;
}

.sc_edd_wrapper .sc_edd_container main table tfoot {
	background: #fbfbfb !important;
}

.sc_edd_wrapper .sc_edd_container main table#edd_purchase_receipt thead tr th {
	background: transparent !important;
	color: #000000 !important;
	font-size: 14px;
	border: 1px solid #efefef !important;
	padding: 10px 20px !important;
}

.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form input[type='submit'],
.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form button {
	position: relative;
	color: #ffffff;
	background-color: #61bd4f;
	min-width: 245px;
	height: 58px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	padding: 0 40px;
	gap: 10px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #61bd4f;
	outline: none;
	max-width: 250px;
}

.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form input[type='submit']:hover,
.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form button:hover {
	background: #ffffff;
	color: #61bd4f;
}

.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form#edd_sl_renewal_form fieldset {
	border: none !important;
	background: transparent !important;
}

.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form#edd_purchase_form {
	margin-block: 30px !important;
}

.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form#edd_purchase_form fieldset {
	border: none !important;
	margin-bottom: 35px !important;
}

.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
legend {
	text-align: left !important;
}

.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form#edd_purchase_form fieldset p {
	gap: 8px;
}

.sc_edd_wrapper .sc_edd_container main #edd_checkout_wrap #edd_checkout_form_wrap form#edd_purchase_form fieldset p a {
	color: #61bd4f !important;
	margin-left: 0 !important;
	transition: 0.3s ease-in-out;
}

.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
p
a:hover {
	color: #000000;
}

.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
p
label {
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 22px;
}

.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
p
span {
	margin-left: 22px !important;
	margin-top: -8px !important;
}

.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
p
input[type='text'],
.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
p
input[type='email'],
.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
p
input[type='password'],
.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset
p
select {
	padding: 0 23px !important;
	width: 100% !important;
}

.sc_edd_wrapper
.sc_edd_container
main
#edd_checkout_wrap
#edd_checkout_form_wrap
form#edd_purchase_form
fieldset#edd_cc_fields
.edd-stripe-new-card
#edd-card-wrap
#edd-card-name-wrap {
	margin-bottom: 25px !important;
}

.blog_post_main_wrapper .blog_single_container {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	z-index: 5;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 20px;
	border: 1px solid #e9e9e9;
	padding: 25px;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post .blog_post_thumbnail {
	width: 100%;
	height: 325px;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post .blog_post_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post .blog_post_title {
	padding: 39px 40px;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post .blog_post_title .blog_post_user_date_content {
	display: flex;
	align-items: center;
	margin: 12px 0 10px;
}

.blog_post_main_wrapper
.blog_single_container
.blog_single_post
.blog_post_title
.blog_post_user_date_content
.user_detail {
	padding-right: 20px;
	border-right: 1px solid #000000;
}

.blog_post_main_wrapper
.blog_single_container
.blog_single_post
.blog_post_title
.blog_post_user_date_content
.date_detail {
	padding-left: 20px;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post .blog_post_title .blog_post_user_date_content span {
	text-transform: capitalize;
	color: #61bd4f;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post .blog_post_title .blog_post_user_date_content span a {
	color: #000000;
}

.blog_post_main_wrapper .blog_single_container .blog_single_post .blog_post_title h2 a {
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	line-height: 50px;
}

.blog_post_main_wrapper .blog_single_container .blog_post_description_wrapper {
	position: relative;
	margin-top: 50px;
}

.blog_post_main_wrapper .blog_single_container .blog_post_description_wrapper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 18px;
}

.blog_post_main_wrapper .blog_single_container .blog_post_description_wrapper h2,
.blog_post_main_wrapper .blog_single_container .blog_post_description_wrapper h3 {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.4px;
	line-height: 30px;
	margin: 30px 0 15px;
}

.blog_post_main_wrapper .blog_single_container .blog_post_description_wrapper h2 {
	font-size: 30px;
}

.sc_edd_wrapper {
	padding: 0 0 60px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset legend {
	font-size: 30px !important;
	line-height: 42px;
	margin: 0 0 15px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p a,
.sc_edd_wrapper .sc_edd_container main form fieldset p label {
	font-size: 13px;
	margin-left: 18px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='text'],
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='email'],
.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='password'],
.sc_edd_wrapper .sc_edd_container main form fieldset p select {
	height: 50px;
	padding: 0px 18px;
}

.sc_edd_wrapper .sc_edd_container main form fieldset p input[type='submit'] {
	height: 45px;
	margin: 0 auto;
}

span.simcal-current-month {
	font-size: 25px;
}

span.simcal-current-year {
	font-size: 25px;
}

.simcal-current h3 {
	font-size: 25px;
}

.contact_banner .contact_banner_row {
	justify-content: center;
}

.purchase_popup .popup_inner form ul li label span > .edd_price_option_price {
	font-size: 15px;
}

.icon_popup {
	padding-bottom: 23px;
}

.auth_description {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 18px;
}

.left_points_col.auth_description {
	margin-bottom: 150px;
}

.gform_ajax_spinner {
	max-width: 20px;
}

a:hover {
	color: #000;
}

button.edd-add-to-cart:hover {
	color: #000;
	border-color: #000;
}

/*# sourceMappingURL=style-demo.css.map */