.automizely_page_builder_wrapper {
	background: var(--apb--bg-color)
}

.apb_reset {
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
	background: var(--apb--bg-color)
}

.apb_reset dl,
.apb_reset dt,
.apb_reset dd,
.apb_reset ul,
.apb_reset ol,
.apb_reset li,
.apb_reset pre,
.apb_reset form,
.apb_reset fieldset,
.apb_reset input,
.apb_reset p,
.apb_reset blockquote,
.apb_reset th,
.apb_reset td {
	font-weight: 400;
	margin: 0;
	padding: 0
}

.apb_reset h1,
.apb_reset h2,
.apb_reset h3,
.apb_reset h4,
.apb_reset h4,
.apb_reset h5 {
	margin: 0;
	padding: 0
}

.apb_reset table {
	border-collapse: collapse
}

.apb_reset fieldset,
.apb_reset img {
	border: 0 none
}

.apb_reset fieldset {
	margin: 0;
	padding: 0
}

.apb_reset fieldset p {
	margin: 0;
	padding: 0 0 0 8px
}

.apb_reset legend {
	display: none
}

.apb_reset address,
.apb_reset caption,
.apb_reset th,
.apb_reset i {
	font-style: normal;
	font-weight: 400
}

.apb_reset input {
	text-indent: 0
}

.apb_reset a {
	text-decoration: none;
	color: var(--apb--description-color);
	border-bottom: 0;
	padding-bottom: 0
}

.apb_reset a[href=""],
.apb_reset a[href="#!"],
.apb_reset a:not([href]) {
	cursor: default
}

.apb_reset img[src=""],
.apb_reset img:not([src]) {
	opacity: 0
}

.apb_reset p {
	display: block;
	color: var(--apb--description-color);
	font-family: var(--apb--font-family)
}

.apb_aline_space {
	font-size: 0
}

.apb_common_padding {
	padding: 30px 20px;
	margin: auto
}

.apb_tags_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	box-sizing: border-box;
	padding: 4px 36px 16px 40px
}

.apb_tags_container .apb_tag {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	min-height: 20px;
	padding: 2px 8px;
	margin: 12px 4px 0 0;
	background-color: #f1f2f3;
	border-radius: 4px;
	color: #6d7175;
	outline: .1rem solid transparent;
	cursor: pointer;
	text-decoration: none;
	font-size: 13px;
	word-break: break-word
}

.apb_tags_container .apb_tag_cursor {
	cursor: default
}

.apb_add_section+.apb_tags_container {
	position: absolute;
	bottom: 42px
}

@media screen and (max-width: 749px) {
	.apb_tags_container {
		width: 100%;
		padding: 4px 12px 16px 16px
	}
}

.mobile_screen .apb_tags_container {
	width: 100%;
	padding: 4px 12px 16px 16px
}

.apb_collapse_title_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	cursor: pointer
}

.apb_collapse_title {
	text-align: left;
	font-size: 16px;
	margin-right: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--apb--description-color)
}

.apb_collapse_content {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-top: -4px;
	padding: 0 20px 20px;
	text-align: left;
	color: var(--apb--description-color)
}

.apb_collapse_content a {
	text-decoration: underline
}

.apb_collapse_arrow_container {
	width: 12px;
	height: 12px
}

.apb_collapse_arrow {
	width: 12px;
	height: 12px;
	margin-top: 6px;
	border-top: 2px solid var(--apb--description-color);
	border-left: 2px solid var(--apb--description-color);
	transform: rotate(45deg);
	transition: transform .1s linear;
	border-radius: 3px 0 0 0;
	opacity: .8;
	user-select: none
}

.apb_collapse_transition_closed {
	display: none
}

.apb_collapse_transition_opened {
	display: block
}

.apb_collapse_split_line {
	width: 100%;
	height: 0;
	border-bottom: 1px solid var(--apb--description-color);
	opacity: .2
}

@media screen and (max-width: 749px) {
	.apb_collapse_title {
		font-size: 14px;
		line-height: 20px
	}

	.apb_collapse_content {
		font-size: 14px;
		line-height: 20px
	}
}

.mobile_screen .apb_collapse_title {
	font-size: 14px;
	line-height: 20px
}

.mobile_screen .apb_collapse_content {
	font-size: 14px;
	line-height: 20px
}

.product_modal {
	width: 100%;
	position: absolute;
	background-color: #fff;
	bottom: 0;
	box-shadow: 0px -18px 40px rgba(0, 0, 0, .06);
	transform: translateY(1px);
	transition: all .3s linear;
	overflow: scroll
}

.product_modal_show {
	max-height: 448px
}

.product_modal_hidden {
	max-height: 0
}

.product_modal .apb_mask {
	display: none
}

.product_modal .apb_wrapper {
	transition: all .3s linear;
	padding-bottom: 20px
}

.product_modal .apb_product_detail_price_container {
	text-align: left;
	font-size: 0;
	line-height: 0
}

.product_modal .apb_info_wrapper {
	padding: 20px 20px 0px
}

.product_modal .apb_title_wrapper {
	margin-top: 0
}

.product_modal .apb_title_wrapper .apb_product_detail_information_title {
	max-width: 224px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.product_modal .apb_cancel {
	width: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	top: 22px;
	right: 22px
}

.product_modal .apb_price_wrapper {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 16px
}

.product_modal .apb_price_wrapper .apb_product_detail_price {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #c35056;
	margin-right: 8px
}

.product_modal .apb_price_wrapper .apb_product_detail_compare_price {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 4px;
	color: #cbcbcb;
	text-decoration: line-through
}

.product_modal .apb_scrollable_area {
	padding: 0 20px 0px;
	max-height: 316px;
	overflow: scroll
}

.product_modal .apb_variants .apb_product_detail_options_group {
	font-size: 0;
	min-width: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.product_modal .apb_variants .apb_product_detail_options_group select::-ms-expand {
	display: none
}

.product_modal .apb_variants .apb_product_detail_options_group .button_options {
	margin-bottom: 8px;
	width: 100%;
	text-align: left
}

.product_modal .apb_variants .apb_product_detail_options_group .apb_product_detail_button_variant {
	cursor: pointer;
	display: inline-block;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, .08);
	color: #000;
	font-size: 13px;
	line-height: 20px;
	margin: 0 8px 8px 0;
	font-family: var(--apb--font-family);
	font-style: normal;
	font-weight: 500
}

.product_modal .apb_variants .apb_product_detail_options_group .active {
	color: var(--apb--button-color);
	background-color: var(--apb--button-background)
}

.product_modal .apb_variants .apb_product_detail_options_group .button_variant_input {
	display: none
}

.product_modal .apb_variants .apb_product_detail_option_container {
	color: var(--apb--description-color);
	margin-bottom: 0;
	width: 100%
}

.product_modal .apb_variants .apb_product_detail_option_container select {
	width: 100%;
	color: var(--apb--description-color);
	font-family: var(--apb--font-family);
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNCAxMkwwIDhIOEw0IDEyWk00IDBMOCA0SDBMNCAwWiIgZmlsbD0iIzVDNUY2MiIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 12px;
	border: 1px solid var(--apb--description-color);
	padding: 0 28px 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px
}

.product_modal .apb_variants .apb_product_detail_option_container select:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
	outline-offset: 0
}

.product_modal .apb_variants .apb_product_detail_option_container:first-of-type {
	margin-right: 0
}

.product_modal .apb_variants .apb_product_detail_option_container:nth-of-type(3) {
	width: 100%
}

.product_modal .apb_variants .apb_product_detail_option_container:nth-of-type(3) select {
	width: 100%;
	background-position-x: 98%
}

.product_modal .apb_variants .apb_product_detail_option {
	margin-bottom: 16px;
	height: 36px;
	display: inline-block;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .05);
	border-radius: 4px;
	border: 1px #babfc3 solid;
	opacity: 1
}

.product_modal .apb_variants .apb_product_detail_option_description {
	line-height: 0;
	text-align: left;
	margin-bottom: 8px
}

.product_modal .apb_variants .apb_product_detail_option_description span {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal
}

.product_modal .apb_variant_item {
	margin-bottom: 16px
}

.product_modal .apb_product_detail_action_btn {
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-radius: 8px;
	font-size: 16px;
	background-color: var(--apb--button-background);
	color: #fff;
	font-weight: 400;
	border: 0
}

.product_modal .apb_product_detail_add_to_cart_sold_out {
	height: 44px;
	font-weight: 400;
	color: #8c9196;
	font-size: 16px;
	line-height: 24px
}

.product_modal .button_options {
	margin-bottom: 8px
}

.overflow-h {
	overflow: hidden
}

@media screen and (max-width: 749px) {
	.apb_mask {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .25)
	}

	.product_modal {
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		position: fixed;
		background-color: rgba(0, 0, 0, .25);
		max-height: 100%;
		z-index: 99999;
		transition: unset;
		overscroll-behavior: none
	}

	.product_modal .apb_cancel {
		width: 20px;
		height: 20px
	}

	.product_modal_show {
		max-height: 100% !important
	}

	.product_modal_hidden {
		max-height: 0;
		bottom: 0
	}

	.product_modal .apb_scrollable_area {
		padding: 0 16px
	}

	.product_modal .apb_info_wrapper {
		padding: 16px 16px 0
	}

	.product_modal .button_options {
		margin-bottom: 8px
	}

	.product_modal .apb_product_detail_options_group {
		margin-bottom: 0px
	}

	.product_modal .apb_product_detail_button_variant {
		padding: 6px 12px !important
	}

	.product_modal .apb_product_detail_add_to_cart_sold_out {
		height: 40px;
		font-weight: 400;
		color: #8c9196;
		font-size: 14px;
		line-height: 20px
	}

	.product_modal .apb_wrapper {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 9;
		background-color: #fff;
		transition: transform .3s linear;
		padding-bottom: 16px
	}

	.product_modal .apb_wrapper .apb_title_wrapper .apb_product_detail_information_title {
		font-size: 14px;
		line-height: 20px;
		max-width: 307px
	}

	.product_modal .apb_wrapper .apb_price_wrapper .apb_product_detail_price {
		font-size: 14px;
		line-height: 20px
	}

	.product_modal .apb_wrapper .apb_price_wrapper .apb_product_detail_compare_price {
		font-size: 14px;
		line-height: 20px
	}

	.product_modal .apb_product_detail_action_btn {
		font-size: 14px;
		height: 40px;
		line-height: 40px
	}

	.apb_wrapper_animation_hide {
		transform: translateY(700px)
	}

	.apb_wrapper_animation_show {
		transform: translateY(0)
	}

	.product_modal_mobile {
		max-height: 100% !important
	}
}

.mobile_screen .apb_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .25)
}

.mobile_screen .product_modal {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, .25);
	max-height: 100%;
	z-index: 99999;
	transition: unset;
	overscroll-behavior: none
}

.mobile_screen .product_modal .apb_cancel {
	width: 20px;
	height: 20px
}

.mobile_screen .product_modal_show {
	max-height: 100% !important
}

.mobile_screen .product_modal_hidden {
	max-height: 0;
	bottom: 0
}

.mobile_screen .product_modal .apb_scrollable_area {
	padding: 0 16px
}

.mobile_screen .product_modal .apb_info_wrapper {
	padding: 16px 16px 0
}

.mobile_screen .product_modal .button_options {
	margin-bottom: 8px
}

.mobile_screen .product_modal .apb_product_detail_options_group {
	margin-bottom: 0px
}

.mobile_screen .product_modal .apb_product_detail_button_variant {
	padding: 6px 12px !important
}

.mobile_screen .product_modal .apb_product_detail_add_to_cart_sold_out {
	height: 40px;
	font-weight: 400;
	color: #8c9196;
	font-size: 14px;
	line-height: 20px
}

.mobile_screen .product_modal .apb_wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #fff;
	transition: transform .3s linear;
	padding-bottom: 16px
}

.mobile_screen .product_modal .apb_wrapper .apb_title_wrapper .apb_product_detail_information_title {
	font-size: 14px;
	line-height: 20px;
	max-width: 307px
}

.mobile_screen .product_modal .apb_wrapper .apb_price_wrapper .apb_product_detail_price {
	font-size: 14px;
	line-height: 20px
}

.mobile_screen .product_modal .apb_wrapper .apb_price_wrapper .apb_product_detail_compare_price {
	font-size: 14px;
	line-height: 20px
}

.mobile_screen .product_modal .apb_product_detail_action_btn {
	font-size: 14px;
	height: 40px;
	line-height: 40px
}

.mobile_screen .apb_wrapper_animation_hide {
	transform: translateY(700px)
}

.mobile_screen .apb_wrapper_animation_show {
	transform: translateY(0)
}

.mobile_screen .product_modal_mobile {
	max-height: 100% !important
}

.apb_tabs {
	position: relative
}

.apb_tabs .tab_header {
	line-height: 0;
	border-bottom: 1px solid rgba(60, 62, 62, .2)
}

.apb_tabs .tabs_title {
	display: inline-block;
	font-size: 16px;
	margin-right: 24px;
	margin-top: 6px;
	padding-bottom: 4px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
	max-width: 210px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: var(--apb--heading-color);
	border-bottom: 2px solid transparent
}

.apb_tabs .tabs_title:last-child {
	margin-right: 0
}

.apb_tabs .active {
	border-bottom: 2px solid var(--apb--button-background)
}

.apb_tabs .description_content {
	overflow: hidden;
	margin-top: 24px
}

.apb_tabs .description_content a {
	text-decoration: underline
}

.apb_quantity_selector {
	user-select: none;
	margin-bottom: 24px
}

.apb_quantity_selector .apb_quantity_wrapper {
	width: 122px;
	height: 36px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 8px
}

.apb_quantity_selector .apb_quantity_title {
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	color: var(--apb--description-color);
	margin-bottom: 8px
}

.apb_quantity_selector .apb_quantity_minus {
	cursor: pointer;
	line-height: 0;
	padding: 8px 8px 8px 16px;
	fill-opacity: 40%
}

.apb_quantity_selector .apb_quantity_minus path {
	fill: var(--apb--description-color)
}

.apb_quantity_selector .apb_quantity_number {
	text-align: center;
	width: 42px;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: var(--apb--description-color)
}

.apb_quantity_selector .apb_quantity_plus {
	cursor: pointer;
	line-height: 0;
	padding: 8px 16px 8px 8px;
	fill-opacity: 40%
}

.apb_quantity_selector .apb_quantity_plus path {
	fill: var(--apb--description-color)
}

.apb_quantity_selector .apb_quantity_active {
	pointer-events: initial;
	fill-opacity: 100%
}

.apb_quantity_selector .apb_quantity_active svg {
	fill: var(--apb--description-color)
}

.apb_quantity_selector .apb_quantity_active path {
	fill: var(--apb--description-color)
}

.apb_quantity_selector .apb_quantity_overflow {
	display: flex;
	margin-top: 8px
}

.apb_quantity_selector .apb_quantity_overflow img {
	margin-right: 8px
}

.apb_hide {
	display: none !important
}

.apb_disable {
	pointer-events: none !important
}

@media screen and (max-width: 749px) {
	.apb_quantity_selector .apb_quantity_title {
		margin-bottom: 16px
	}
}

.mobile_screen .apb_quantity_selector .apb_quantity_title {
	margin-bottom: 16px
}

.apb_image_with_text_section {
	margin: auto;
	padding: 30px 40px;
	box-sizing: content-box
}

.apb_image_with_text_section .apb_image_with_text_row {
	max-width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.apb_image_with_text_section .apb_image_with_text_row .apb_image_with_text_column {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.apb_image_with_text_section .apb_image_with_text_row .apb_image_with_text_column .apb_image_with_text_img_btn {
	text-align: center;
	border-bottom: 0;
	width: 100%
}

.apb_image_with_text_section .apb_image_with_text_row_reserve {
	flex-direction: row-reverse
}

.apb_image_with_text_section .apb_image_with_text_img {
	width: 100%
}

.apb_image_with_text_section .apb_image_with_text_heading {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
    /* font-family: 'lato'; */
	color: #fade70;
}

.apb_image_with_text_section .apb_image_with_text_text {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
	padding: 20px 0
}

.apb_image_with_text_section .apb_image_with_text_text p {
	color: var(--apb--description-color);
	font-family:Lato;
	margin: 0
}

.apb_image_with_text_section .apb_image_with_text_text a {
	text-decoration: underline
}

.apb_image_with_text_section .apb_image_with_text_btn {
	margin-top: 20px;
	border-radius: 8px;
	height: 44px;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	color: var(--apb--button-color);
	background: var(--apb--button-background)
}

.apb_image_with_text_section .btn_center {
	margin: 20px auto 0
}

@media screen and (max-width: 749px) {
	.apb_image_with_text_section {
		width: 100%;
		padding: 20px 16px;
		margin: 0;
		box-sizing: border-box
	}

	.apb_image_with_text_section .apb_image_with_text_row {
		flex-direction: column
	}

	.apb_image_with_text_section .apb_image_with_text_column {
		width: 100%;
		align-items: center;
		margin: 0
	}

	.apb_image_with_text_section .apb_image_with_text_row .apb_image_with_text_column {
		padding: 0
	}

	.apb_image_with_text_section .apb_image_with_text_img {
		width: 100%
	}

	.apb_image_with_text_section .apb_image_with_text_heading {
		width: 100%;
		font-size: 24px;
		line-height: 29px;
		text-align: center !important;
		margin-top: 20px
	}

	.apb_image_with_text_section .apb_image_with_text_text p {
		font-size: 14px;
		line-height: 20px
	}

	.apb_image_with_text_section .apb_image_with_text_btn {
		margin: 20px auto 0
	}
}

.mobile_screen .apb_image_with_text_section {
	width: 100%;
	padding: 20px 16px;
	margin: 0;
	box-sizing: border-box
}

.mobile_screen .apb_image_with_text_section .apb_image_with_text_row {
	flex-direction: column
}

.mobile_screen .apb_image_with_text_section .apb_image_with_text_column {
	width: 100%;
	align-items: center;
	margin: 0
}

.mobile_screen .apb_image_with_text_section .apb_image_with_text_row .apb_image_with_text_column {
	padding: 0
}

.mobile_screen .apb_image_with_text_section .apb_image_with_text_img {
	width: 100%
}

.mobile_screen .apb_image_with_text_section .apb_image_with_text_heading {
	width: 100%;
	font-size: 24px;
	line-height: 29px;
	text-align: center !important;
	margin-top: 20px
}

.mobile_screen .apb_image_with_text_section .apb_image_with_text_text p {
	font-size: 14px;
	line-height: 20px
}

.mobile_screen .apb_image_with_text_section .apb_image_with_text_btn {
	margin: 20px auto 0
}

.apb_body * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

.apb_layout {
	width: 100%
}

.apb_powered_by_container {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 960px;
	text-align: right;
	font-size: 0;
	padding: 0
}

.apb_powered_by_container .apb_powered_by {
	display: inline-block;
	padding: 4px 8px;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05), 0 0 1px 0 rgba(0, 0, 0, .25);
	border-radius: 4px;
	font-weight: 500;
	font-size: 10px;
	z-index: 9;
	white-space: nowrap;
	line-height: 16px;
	width: unset
}

.apb_powered_by_container a {
	text-decoration: none;
	color: #000;
	cursor: pointer
}

.apb_powered_by_container a:hover {
	text-decoration: underline
}

.apb_aline_space {
	font-size: 0
}

.section_hovered {
	position: relative;
	z-index: 10
}

.section_hover_container {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: 2px solid #5a67cb;
	z-index: 99
}

.section_container_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 12px;
	height: 30px;
	background-color: #5a67cb;
	border-radius: 4px;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	cursor: pointer;
	border: none
}

.section_container_btn_top {
	top: -15px
}

.section_container_btn_bottom {
	bottom: -15px
}

.section_tool_btns {
	position: absolute;
	z-index: 999;
	left: 16px;
	top: 16px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1), 0px 4px 20px rgba(0, 0, 0, .15);
	border-radius: 4px;
	padding: 6px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.section_tool_btns span {
	height: 30px;
	width: 30px;
	font-size: 0;
	fill: #8c9196;
	margin-right: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color .3s
}

.section_tool_btns span:last-child {
	margin-right: 0
}

.section_tool_btns span:hover {
	background-color: #f5f6f8
}

@media screen and (max-width: 749px) {
	.apb_common_padding {
		padding: 20px 16px;
		margin: auto
	}

	.apb_powered_by_container {
		width: 100%;
		text-align: center
	}

	.apb_powered_by_container .apb_powered_by {
		padding: 2px 8px
	}
}

.mobile_screen .apb_common_padding {
	padding: 20px 16px;
	margin: auto
}

.mobile_screen .apb_powered_by_container {
	width: 100%;
	text-align: center
}

.mobile_screen .apb_powered_by_container .apb_powered_by {
	padding: 2px 8px
}
.footer-bottom-con{
        margin: 0 auto; 
		padding: 9px 0px 220px;
		 text-align: center;

}
.inlifefooter{
	display: flex; 
	justify-content: center; 
	align-items: center;
	 flex-wrap: wrap; 
	 gap: 18px 24px; 
	 margin-bottom: 55px;
}
.inlife-link {
    color: rgb(16, 14, 14);
    font-size: 24px !important;
    text-decoration: underline;
    font-family: 'OwnerReg', sans-serif;
    font-weight: 500;
}
.copyright-text{
	color: #263238; 
	font-size: 15.5px !important;
	 line-height: 1.5; 
	  font-family: 'OwnerReg';
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .inlife-link  {
        font-size: calc((var(--normal-text-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem) !important;
		line-height: .7;
    }
	.inlifefooter{
		text-align: center;
    white-space: pre-wrap;
	gap: 10px 13px;
	
}
.copyright-text{
	font-size: 12.2px !important;
	
}
.footer-bottom-con {
    margin: 0 auto;
  padding: 0px 0px 22px;
}
}
@media screen and (max-width: 375px) {
   .copyright-text{
        font-size: 10px !important;
    }
}
@media screen and (max-width: 320px) {
   .copyright-text{
        font-size: 9.0px !important;
    }
}

button.close.btn-close.modal-policy {
    background-color: #ffffff;
    opacity: 1;
    color: #fff;
    padding: 10px;
    float: right;
    position: absolute;
    right: 8px;
    bottom: auto;
    border-radius: 2px;
    top: 7px;
    border: 2px solid #fade70;
    z-index: 2;
}