/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 3.0.1
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */

/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */

/* -- TEMPLATE -- */

/* -- END TEMPLATE -- */

/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: "\4d";
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: "5";
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: "\33";
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: "\32";
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/* -- END HEADER -- */

/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
 * and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-size: 13px;
	line-height: 1.25em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}

/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {

	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}

	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {

	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}

	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column {
		margin-bottom: 1rem;
	}

	/* swap the order of columns when stacked, to the first column is the last one 
	 * and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}

	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}

	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */

/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */

/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist.checklist_none ul li::before {
	display: none
}

.checklist.checklist_none ul li {
	padding-left: 0;
}

.checklist ul li {
	position: relative;
	padding-left: 38px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: "";
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n + 1),
	.checklist-columns-4 ul li:nth-child(3n + 1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n + 1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n + 1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: "ETModules";
	content: "\4e";
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: "\e050";
}

.externallist ul li::before {
	content: "\e906";
}

/* -- END CHECKLIST -- */

/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */

/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1, -1);
}

/* -- END TESTIMONIALS PLUGIN -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */

/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}

	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}

/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {

	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}

	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}

	.stacked-order-negative-3 {
		order: -3;
	}

	.stacked-order-negative-2 {
		order: -2;
	}

	.stacked-order-negative-1 {
		order: -1;
	}

	.stacked-order-1 {
		order: 1;
	}

	.stacked-order-2 {
		order: 2;
	}

	.stacked-order-3 {
		order: 3;
	}

	.stacked-order-4 {
		order: 4;
	}

	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/********************************************************* Start Custom Style   ***************************************/

body {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

.mapWrap {
	line-height: 0;
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .Ppb_mainTitle h2 {
		font-size: 34px;
	}

	body #page-container .et_pb_button {
		font-size: 18px;
	}

	body #page-container .Ppb_titlespaceHide {
		margin-bottom: 20px !important;
	}

	body #page-container .Ppb_rowspaceHIde {
		margin-bottom: 30px !important;
	}

	body,
	body #page-container p, body #page-container .et_pb_toggle_content {
		font-size: 18px;
		line-height: 1.5em;
	}
}

@media only screen and (min-width: 981px) {

	.equalHeight:not(.et_section_specialty) .et_pb_column,
	.et_section_specialty.equalHeight>.et_pb_row>.et_pb_column.et_pb_specialty_column {
		margin: auto;
	}

	.equalHeight .et_pb_column:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 980px) {
	.columnReverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

/********************************************************* End Custom Style   ***************************************/
/**************** Start Header Style **************/
#main-header .container,
#main-footer .container,
#top-header .container {
	width: 91%;
}

body #page-container #top-menu li a {
	font-weight: 500;
	/* 	padding-bottom: 68px; */
	transition: all 300ms ease-in-out;
}

body #page-container #main-header.et-fixed-header #top-menu li a {
	padding-bottom: 46px;
}

body #page-container #main-header li.Pbp_mnuWrap a span.Ppb_menuBTN {
	border-radius: 50px;
}

/* 
body #page-container #main-header #et-top-navigation {
	padding-top: 46px;
} */

body #page-container #main-header.et-fixed-header #et-top-navigation {
	padding-top: 26px;
}

body #page-container #main-header li.Ppb_joinMenu.Pbp_mnuWrap a span.Ppb_menuBTN {
	background: #c51d25;
	padding: 24.33px 37px;
	display: block;
	text-align: center;
}

@media all and (min-width: 981px) and (max-width: 1405px) {
	body #page-container #main-header li.Ppb_joinMenu.Pbp_mnuWrap a span.Ppb_menuBTN {
		padding: 20.33px 20px;
	}

	body #page-container span.Ppb_menuBTN img {
		max-width: 13px;
	}
}

body #page-container #main-header.et-fixed-header li.Ppb_joinMenu.Pbp_mnuWrap a span.Ppb_menuBTN {
	padding: 19.33px 37px;
}

body #page-container #top-menu .Ppb_menuouterWapper {
	background: transparent;
	padding: 16px 0px 17px 0px;
	border: 3px solid #368f6d;
	border-radius: 50px;
	margin-left: 6.3vw;
}

body #page-container #main-header.et-fixed-header #top-menu .Ppb_menuouterWapper {
	padding: 9px 17px 13px 1px;
}

body #page-container #top-menu li.Ppb_joinMenu.Pbp_mnuWrap a span.Ppb_menuBTN img {
	margin-right: 19px;
	margin-top: -3px;
}

body #page-container #top-menu .Ppb_menuouterWapper li.Ppb_loginMenu {
	padding-right: 20px;
}

/** Safari 
@media not all and (min-resolution: 0.001dpcm) {
body #page-container #top-menu .Ppb_menuouterWapper li.Ppb_loginMenu {
    padding-right: 30px;
}
}*/

body #page-container #top-menu li {
	padding-right: 10px;
	padding-left: 25px;
}

/* body #page-container #top-menu li:before {
	content: "";
	position: absolute;
	right: 0;
	top: -8px;
	width: 3px;
	height: 31px;
	background: rgba(161, 189, 180, 0.29);
} */

body #page-container #top-menu .sub-menu li:before {
	height: 0 !important;
}

body #page-container #top-menu li.Pbp_mnuWrap {
	padding-left: 0;
}

body #page-container #top-menu li.Pbp_mnuWrap a {
	padding-bottom: 0 !important;
}

body #page-container #top-menu li.Ppb_cntItem {
	padding-right: 0;
}

body #page-container #top-menu li.Pbp_mnuWrap:before,
body #page-container #top-menu li.Ppb_cntItem:before {
	display: none;
}

body #page-container #top-menu li.Ppb_joinMenu.Pbp_mnuWrap {
	padding-right: 19px;
}

@media all and (min-width: 981px) and (max-width: 1280px) {
	body #page-container #top-menu li.Ppb_joinMenu.Pbp_mnuWrap {
		padding-right: 10px;
	}
}


body #page-container #top-menu li:first-child {
	padding-left: 0;
}

body #page-container #main-header li.Pbp_mnuWrap.Ppb_joinMenu a span.Ppb_menuBTN:hover {
	background: #fff;
}

body #page-container #main-header li.Pbp_mnuWrap a span.Ppb_menuBTN:hover {
	color: #ccd6d3;
	transition: all 300ms ease-in-out;
}

body #page-container #main-header li.Pbp_mnuWrap a:hover {
	opacity: 1;
}

/* body #page-container #main-header li.Pbp_mnuWrap a span.Ppb_menuBTN:hover img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(34%) saturate(6320%) hue-rotate(343deg) brightness(86%) contrast(101%);
} */

body #page-container #main-header li.Pbp_mnuWrap a span.Ppb_menuBTN:hover img {
	filter: brightness(10%) saturate(20%) invert(0%) sepia(24%) saturate(20%) hue-rotate(61deg) brightness(76%) contrast(0%);
}

@media only screen and (min-width: 1441px) {
	body #page-container #top-menu .Ppb_menuouterWapper {
		margin-left: 12vw;
	}

	body #page-container .et-fixed-header #top-menu .Ppb_menuouterWapper {
		margin-left: 15.3vw;
	}
}

@media only screen and (max-width: 1440px) {
	body #page-container #top-menu .Ppb_menuouterWapper {
		margin-left: 30px;
	}

	body #page-container #top-menu li a {
		font-size: 16px;
	}

	body #page-container #top-menu li ul.sub-menu li a {
		font-size: 16px;
	}

	body #page-container #top-menu .Ppb_menuouterWapper {
		padding: 9px 0px 13px 1px;
	}
}

@media only screen and (max-width: 1170px) {
	body #page-container #top-menu .Ppb_menuouterWapper {
		margin-left: 20px;
	}

	body #page-container #top-menu li {
		padding-right: 20px;
		padding-left: 12px;
	}
}

@media only screen and (max-width: 980px) {

	#main-header .container,
	#main-footer .container,
	#top-header .container {
		width: 90%;
	}

	body #page-container #main-header li.Pbp_mnuWrap.Ppb_loginMenu a span.Ppb_menuBTN {
		padding: 15px 19px 15px 19px;
		border: 3px solid #3c6c5a;
		border-radius: 50px;
		display: block;
		text-align: center;
	}

	.mobile_menu_bar::before {
		top: -13px;
	}

	body #page-container #main-header li.Ppb_joinMenu.Pbp_mnuWrap a span.Ppb_menuBTN {
		padding: 15px 19px 15px 19px;
	}

	body #page-container #main-header li.Pbp_mnuWrap a span.Ppb_menuBTN:hover {
		background: #fff;
		color: #c51d25;
		transition: all 300ms ease-in-out;
	}

	body #page-container #main-header li.Pbp_mnuWrap a:hover {
		opacity: 1;
	}

	body #page-container #main-header li.Pbp_mnuWrap a span.Ppb_menuBTN:hover img {
		filter: brightness(0) saturate(100%) invert(21%) sepia(34%) saturate(6320%) hue-rotate(343deg) brightness(86%) contrast(101%);
	}
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgb(255, 255, 255);
}

/**************** End Header Style **************/
/**************** Start Home Banner Style **************/
body #page-container .Ppb_homeBanner .et_pb_slide {
	padding: 0;
}

body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
	right: 0;
	width: 60%;
	margin-right: -7vw;
}

body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
	width: 100%;
	max-height: 100% !important;
	/* 	height: 100% !important; */
}

body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
	height: 33.5vw;
}

body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
	float: left;
	padding-right: 13vw;
}

body #page-container .Ppb_homeBanner .et_pb_button {
	font-family: "Hind Madurai", Helvetica, Arial, Lucida, sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 11.5px 33px !important;
	display: inline-block;
}

body #page-container .Ppb_homeBanner .et_pb_button.Ppb_transBTN {
	background: transparent;
	color: #2b2b2b;
	font-weight: 600;
}

body #page-container .Ppb_homeBanner .et_pb_button.Ppb_transBTN:hover {
	color: #c51d25 !important;
}

body #page-container .Ppb_homeBanner .Ppb_heroContent {
	margin-top: 25px;
	margin-bottom: 38px;
	display: block;
	font-size: 22px;
	max-width: 400px;
}

@media only screen and (max-width: 980px) {
	body #page-container .Ppb_homeBanner .Ppb_heroContent {
		max-width: 100%;
		text-align: center;

		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	body div#page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
		padding-top: 35px;
		padding-bottom: 45px;
	}
}

@media only screen and (max-width: 1440px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
		padding-right: 8vw;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .Ppb_homeBanner .Ppb_heroContent {
		font-size: 18px;
		line-height: 1.5em;
	}

	body #page-container .Ppb_homeBanner .et_pb_button {
		padding: 11px 28px !important;
		font-size: 18px;
	}

	body #page-container .Ppb_homeBanner .Ppb_heroContent {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	/* 	body #page-container .become_member_btn {
		padding-right: 40px !important;
		padding-left: 40px !important;
		font-size: 16px;
	} */
}

/* @media only screen and (min-width: 981px) and (max-width: 1400px){
	body #page-container .become_member_btn {
		font-size: 18px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1200px){
	body #page-container .become_member_btn {
		font-size: 16px;
	}
}

@media only screen and (min-width: 2001px){
	body #page-container .become_member_btn {
		font-size: 18px;
	}
} */

@media only screen and (max-width: 1280px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
		padding-right: 5vw;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
		padding-right: 0;
		width: 100%;
	}

	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image,
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		display: block !important;
	}

	body #page-container .Ppb_homeBanner .Ppb_heroContent {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	body #page-container .Ppb_homeBanner .et_pb_button {
		padding: 11px 25px !important;
		font-size: 16px;
	}

	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
		height: unset;
		width: 100vw;
		position: relative;
		margin-top: 0 !important;
	}
}

/**************** End Home Banner Style **************/
@media only screen and (max-width: 768px) {
	body #page-container .Ppb_aboutBG {
		background-position: left top 20%;
	}
}

/**************** Start Service Style **************/
body #page-container .Ppb_serviceBlurb .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 45px;
}

@media only screen and (min-width: 981px) {
	body #page-container .Ppb_serviceboxWrap .et_pb_column {
		margin-right: 1.5%;
		width: 32.3333%;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1360px) {
	body #page-container .Ppb_serviceBlurb .et_pb_blurb_container .et_pb_module_header {
		padding-bottom: 15px;
		font-size: 24px;
	}

	body #page-container .Ppb_serviceBlurb.testimonial_blurb .et_pb_blurb_container .et_pb_module_header {
		font-size: 18px;
	}

	body #page-container .Ppb_serviceBlurb .et_pb_main_blurb_image {
		margin-bottom: 20px;
	}

	body #page-container .Ppb_serviceBlurb .et_pb_main_blurb_image .et_pb_image_wrap {
		margin-bottom: 0px !important;
	}

	body #page-container .Ppb_serviceBlurb {
		margin-bottom: 30px !important;
	}

	body #page-container .Ppb_serviceboxWrap .et_pb_column {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container .Ppb_serviceBlurb .et_pb_blurb_container .et_pb_module_header {
		padding-bottom: 20px;
	}
}

/**************** End Service Style **************/
/**************** Start Committed Style **************/
body #page-container .Ppb_commitBlurb .et_pb_module_header {
	padding-bottom: 15px;
}

body #page-container .Ppb_commitBlurb .et_pb_blurb_container {
	padding-left: 15px;
}

@media only screen and (min-width: 981px) {
	body #page-container .Ppb_commitBlurb .et_pb_main_blurb_image {
		width: 53px;
	}

	body #page-container .Ppb_commitBlurb .et_pb_main_blurb_image .et_pb_image_wrap {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1440px) {
	body #page-container .Ppb_commitBlurb .et_pb_module_header {
		font-size: 20px;
	}
}

/**************** End Committed Style **************/
/**************** Start Testimonial Carousel Style **************/
body #page-container .Ppb_tstcaroWrap .n2-ss-slide {
	box-shadow: 0 1px 23px rgba(115, 143, 135, 0.13);
}

body #page-container .Ppb_tstcaroWrap .n2-ss-slider-pane-single {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
	body #page-container .Ppb_tstcaroWrap .nextend-arrow {
		padding: 31px 26px 31px 26px;
	}
}

@media only screen and (max-width: 1024px) {
	body #page-container .Ppb_tstcaroWrap .nextend-arrow {
		padding: 22px 17px 22px 17px;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container .Ppb_tstcaroWrap .nextend-arrow {
		padding: 15px 10px 15px 10px;
	}

	body #page-container .Ppb_tstcaroWrap .n2-ss-slide {
		border-radius: 30px;
	}
}

@media only screen and (max-width: 768px) {
	body #page-container .Ppb_tstcaroWrap .n2-ss-slide {
		border-radius: 20px;
	}
}

@media only screen and (max-width: 700px) {
	body #page-container .Ppb_tstcaroWrap .nextend-arrow {
		padding: 10px 6px 10px 6px;
	}

	body #page-container .Ppb_tstcaroWrap .nextend-arrow {
		--widget-offset: -15px !important;
	}
}

/**************** End Testimonial Carousel Style **************/
/**************** Start CTA Style **************/
@media only screen and (min-width: 981px) and (max-width: 1360px) {
	body #page-container .Ppb_ctaWrap {
		padding-right: 60px !important;
		padding-left: 60px !important;
	}
}

@media only screen and (max-width: 600px) {
	body #page-container .Ppb_ctaWrap {
		border-radius: 30px !important;
	}
}

/**************** End CTA Style **************/

/**************** Start Checklist Style **************/
.checklist ul li::before {
	content: url("/wp-content/uploads/list-icon_-.svg");
}

/**************** End Checklist Style **************/
/**************** Start Footer Style **************/
body #page-container .Ppb_ftSocial .et_pb_social_icon a {
	width: 32px;
}

/**************** End Footer Style **************/
@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .Ppb_lpsecspcHide {
		padding-bottom: 210px;
	}
}

@media only screen and (max-width: 980px) {
	body #page-container .custom_blog .et_pb_post {
		margin-bottom: 40px;
	}
}

div#page-container .n2-ss-slide {
	height: auto !important;
}

/*****Blog button Alignment****/
@media (min-width: 768px) {
	div#page-container .custom_blog .et_pb_post {
		position: relative;
	}

	div#page-container .custom_blog .et_pb_post .post-content {
		padding-bottom: 50px;
	}

	div#page-container .custom_blog .et_pb_post .post-content a {
		position: absolute;
		bottom: 25px;
	}
}

/***circle go to top***/
.et_pb_scroll_top.et-pb-icon {
	right: 4vw !important;
	color: #114b36 !important;
	padding: 6px !important;
	padding-right: 7.5px !important;
	background: #fff !important;
	border-radius: 50% !important;
	box-shadow: 0px 0px 12px rgba(17, 75, 54, 0.2) !important;
	bottom: 70px !important;
}

@media (max-width: 767px) {

	/***circle go to top mobile***/
	.et_pb_scroll_top.et-pb-icon {
		padding: 4px !important;
		padding-right: 5.5px !important;
	}
}

/****Footer Bottom fix****/
#freshy_copyright {
	opacity: 0.79 !important;
}

/* ============ Start Accordion css ============ */

body #page-container .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\4b" !important;
	font-size: 30px !important;
}

@media only screen and (min-width: 981px) and (max-width: 1460px) {
	#page-container .faq_section_two {
		margin-bottom: 100px !important;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	#page-container .accordion_h2 h2 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
	.accordion_h .et_pb_toggle_title {
		font-size: 22px !important;
	}

	#page-container .accordion_h2 h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 980px) {
	.faq_section_two {
		background-position: right 0px top 30% !important;
	}

	#page-container .faq_section_two {
		margin-bottom: 130px !important;
	}

	#page-container .accordion1_col1 {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	#page-container .faq_section_two {
		margin-bottom: 180px !important;
	}
}

/* ============ End Accordion css ============ */

/* css by azim */
/* start footer area  */
div#page-container .footer_menu_cmn ul {
	margin-left: 0;
	margin-right: 0;
}

div#page-container .footer_menu_cmn ul li {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 26px;
}

div#page-container .footer_menu_cmn ul li a {
	padding-bottom: 0;
	opacity: 0.7;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

div#page-container .footer_menu_cmn ul li:last-child {
	margin-bottom: 0;
}

div#page-container .footer_menu_cmn ul li a:hover {
	opacity: 1;
}

/* overlay  */
.footer_section {
	position: relative;
}


.footer_section:after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/footer-left-bg-shape.png);
	left: 0;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
}

@media only screen and (max-width: 980px) {

	.footer_section:after {
		height: 0%;
	}
}

.footer_section:before {
	content: "";
	width: 10vw;
	height: 23.5vw;
	background-image: url(/wp-content/uploads/footer-bg-right-shape.png);
	right: 0;
	top: 48px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.footer_section {
	overflow: hidden;
}

@media all and (max-width: 980px) {
	.footer_menu_cmn .et_mobile_nav_menu {
		display: none;
	}

	.footer_menu_cmn .et_pb_menu__menu {
		display: block;
	}

	.footer_menu_cmn .et_pb_menu__wrap {
		justify-content: flex-start;
	}
}

/* up  */
@media only screen and (min-width: 981px) and (max-width: 1650px) {
	.footer_section {
		padding-bottom: 50px !important;
	}
}

/* up  */
@media all and (max-width: 1650px) {
	div#page-container .footer_menu_cmn ul li {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 767px) {
	div#page-container .footer_menu_cmn ul li a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	div#page-container .footer_menu_cmn ul li a {
		font-size: 18px;
	}
}

/* footer respsonvei  */
@media all and (min-width: 1651px) {
	.footer_content_row .et_pb_column:nth-child(1) {
		width: calc(22.75% + 16%);
	}

	.footer_content_row .et_pb_column:nth-child(2) {
		width: calc(22.75% + -3%);
	}

	.footer_content_row .et_pb_column:nth-child(3) {
		width: calc(22.75% - 4%);
	}

	.footer_content_row .et_pb_column:nth-child(4) {
		width: calc(22.75% - 7%);
	}
}

@media only screen and (min-width: 1151px) and (max-width: 1650px) {
	.footer_content_row .et_pb_column:nth-child(1) {
		width: calc(22.75% + 9%);
	}

	.footer_content_row .et_pb_column:nth-child(4) {
		width: calc(22.75% - 4%);
	}

	.footer_content_row .et_pb_column:nth-child(2) {
		width: calc(22.75% + -4%);
	}

	.footer_content_row .et_pb_column:nth-child(3) {
		width: calc(22.75% - 4%);
	}

	.footer_content_row .et_pb_column:nth-child(1) .et_pb_image {
		max-width: 250px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1150px) {
	.footer_content_row .et_pb_column:nth-child(1) {
		width: calc(22.75% + 8%);
	}

	.footer_content_row .et_pb_column:nth-child(4) {
		width: calc(22.75% - 4%);
	}

	.footer_content_row .et_pb_column:nth-child(2) {
		width: calc(22.75% + -4%);
	}

	.footer_content_row .et_pb_column:nth-child(3) {
		width: calc(22.75% - 4%);
	}

	.footer_content_row .et_pb_column:nth-child(1) .et_pb_image {
		max-width: 200px;
	}

	div#page-container .footer_menu_cmn ul li a {
		font-size: 18px;
	}
}

/* up */
@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .title_footer h2 {
		font-size: 25px;
	}

	body #page-container .title_footer {
		margin-bottom: 30px !important;
	}
}

.footer_btm_sec span.copyright_text {
	font-size: 20px;
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	color: rgb(255 255 255 / 79%);
}

@media all and (max-width: 980px) {
	.footer_btm_sec span.copyright_text {
		font-size: 18px;
	}
}

@media all and (max-width: 767px) {
	.footer_btm_sec span.copyright_text {
		font-size: 16px;
	}
}

@media all and (min-width: 600px) {
	#freshy_copyright span.copyright_via {
		opacity: 0;
	}
}

/* up  */
div#page-container {
	overflow: hidden;
}

/* end footer area  */

/********************************************************* contact page  area  ***************************************/
div#page-container .contact_custom_cmn form .gform_body input,
div#page-container .contact_custom_cmn form .gform_body textarea {
	margin-top: 0 !important;
	color: #2b2b2b !important;
	font-size: 20px;
	font-weight: 400;
	background: #dce2e0;
	border-radius: 0px;
	border: 1px solid #d4d4d4;
	padding: 15px;
	padding-left: 20px;
	border-radius: 50px !important;
}

.contact_custom_cmn form .gform_body input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #959595;
	opacity: 1;
}

.contact_custom_cmn form .gform_body input::-moz-placeholder {
	/* Firefox 19+ */
	color: #959595;
	opacity: 1;
}

.contact_custom_cmn form .gform_body input:-ms-input-placeholder {
	/* IE 10+ */
	color: #959595;
	opacity: 1;
}

.contact_custom_cmn form .gform_body input:-moz-placeholder {
	/* Firefox 18- */
	color: #959595;
	opacity: 1;
}

.contact_custom_cmn form .gform_body textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #959595;
	opacity: 1;
}

.contact_custom_cmn form .gform_body textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #959595;
	opacity: 1;
}

.contact_custom_cmn form .gform_body textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #959595;
	opacity: 1;
}

.contact_custom_cmn form .gform_body textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #959595;
	opacity: 1;
}

div#page-container .contact_custom_cmn form .gform_body textarea {
	resize: none;
	height: 134px;
	border-radius: 30px !important;
}

div#page-container .contact_custom_cmn form .gform_body input:hover,
div#page-container .contact_custom_cmn form .gform_body textarea:hover,
div#page-container .contact_custom_cmn form .gform_body input:focus,
div#page-container .contact_custom_cmn form .gform_body textarea:focus {
	border: 1px solid #c51d25;
}

div#page-container .contact_custom_cmn form .gform_body input,
div#page-container .contact_custom_cmn form .gform_body textarea {
	transition: 0.3s ease-in;
}

/* up  */
div#page-container .contact_custom_cmn form .gform_footer {
	text-align: center;
}

div#page-container .contact_custom_cmn .gform_footer {
	justify-content: center;
}

div#page-container .contact_custom_cmn .gform_footer input {
	border: 0px;
	padding: 22.09px 33px;
	/* 	width: 218px; */
	line-height: 1;
	font-size: 22px;
	font-family: "Hind Madurai", Helvetica, Arial, Lucida, sans-serif;
	/* 	font-weight: 600; */
	/* 	text-transform: uppercase; */
	border-radius: 50px;
	color: #fff;
}

/* up  */
div#page-container .contact_custom_cmn select {
	margin-top: 0 !important;
	font-size: 20px;
	border-radius: 50px !important;
	height: 60px;
	background: #dce2e0;
	border-radius: 0px;
	border: 1px solid #d4d4d4;
	color: #959595;
}

div#page-container .contact_custom_cmn select:hover {
	cursor: pointer;
	border: 1px solid #c51d25;
}

div#page-container .contact_custom_cmn .gchoice label {
	font-size: 20px;
	color: #2b2b2b;
}

div#page-container .contact_custom_cmn .gfield_checkbox {
	margin-top: 0px !important;
}

/* end destiop  */

@media all and (max-width: 980px) {
	div#page-container .contact_custom_cmn .gform_footer input {
		font-size: 18px;
	}
}

@media all and (max-width: 767px) {
	div#page-container .contact_custom_cmn .gform_footer input {
		font-size: 18px;
	}
}

div#page-container .contact_custom_cmn .gform_footer {
	justify-content: flex-start;
}

/* up  */
.contact_custom_cmn .gform_heading {
	display: none;
}

/* @media only screen and (min-width:981px) and (max-width:1340px) {
	.row_for_contact_f .et_pb_column:nth-child(1) {
		width: calc(65.667% - 8%) !important;
		margin-right: 3% !important;
	}

	.row_for_contact_f .et_pb_column:nth-child(2) {
		width: calc(31.33% + 8% + 2%) !important;
	}
}
 */
@media all and (max-width: 980px) {

	div#page-container .contact_custom_cmn select,
	div#page-container .contact_custom_cmn .gchoice label,
	div#page-container .contact_custom_cmn form .gform_body input,
	div#page-container .contact_custom_cmn form .gform_body textarea {
		font-size: 18px;
	}

	div#page-container .contact_custom_cmn select {
		height: 57px;
	}
}

/* end up  */
/* up  */
.sp_for_padding_in_h h2,
.sp_for_padding_in_h h3,
.sp_for_padding_in_h h4 {
	padding-bottom: 10px;
}

/********************************************************* End contact page area  ***************************************/
/* blog  */
.custom_blog a.more-link {
	display: inline-block;
	margin-top: 15px;
}

.custom_blog a.more-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* end blog  */
/* end by azim  */

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */

@media only screen and (min-width: 981px) and (max-width: 1560px) {
	.inner_banner {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.inner_banner h1 {
		font-size: 50px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1460px) {
	.cmn_section {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
}

@media only screen and (min-width: 981px) {
	#page-container .services_section .services_row .et_pb_column:nth-child(1) {
		padding-right: 16px !important;
		width: 24% !important;
		/* 		border-right: 6px solid #a1bdb4; */
	}

	#page-container .services_section .services_row .et_pb_column:nth-child(2) {
		width: 76% !important;
		padding-left: 65px !important;
	}

	.align_tems_cmn {
		align-items: center !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1270px) {
	body #page-container .sml_btn {
		font-size: 16px !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	#page-container .services_section .services_row .et_pb_button_module_wrapper {
		margin-right: 0px !important;
		margin-bottom: 0px !important;
	}

	#page-container .services_section .services_row .et_pb_button_module_wrapper .service_btn {
		margin-right: 155px !important;
	}

	#page-container .services_section .services_row p {
		font-size: 18px !important;
	}

	#page-container .services_section .services_row ul li {
		font-size: 18px !important;
	}

	body #page-container .services_section .services_row {
		padding-top: 40px !important;
		padding-right: 35px !important;
		padding-bottom: 40px !important;
		padding-left: 35px !important;
	}

	#page-container .services_section .services_row .et_pb_column:nth-child(1) {
		padding-right: 35px !important;
		width: 25% !important;
	}

	#page-container .services_section .services_row .et_pb_column:nth-child(2) {
		padding-left: 35px !important;
		width: 75% !important;
	}
}


@media only screen and (min-width: 981px) {
	body #page-container #top-menu li li a {
		padding: 8px 25px !important;
		font-size: 20px;
	}

	body #page-container #top-menu li li {
		padding-right: 0px;
		padding-left: 0px !important;
	}

	body #page-container .et-fixed-header #top-menu li li a {
		font-size: 15px;
	}

	body #page-container #top-menu li.current_page_item>a {
		color: #fff !important;
		font-weight: 600 !important;
	}

	body #page-container ul.sub-menu {
		width: auto;
	}
}

/****CSS by Rashed***/
/****Header spacing fix****/
/* @media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container #main-header #et-top-navigation {
		padding-top: 30px;
	}

	body #page-container #top-menu li a {
		padding-bottom: 52px;
	}
} */

/***Mobile Dropdown***/
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	background-color: #fff;
}

/*****button Spacing fix on mobile****/
@media (max-width: 767px) {
	body #page-container #main-header li.Pbp_mnuWrap a {
		padding-left: 0;
		padding-right: 0;
	}

	body #page-container #main-header li.Pbp_mnuWrap a span.Ppb_menuBTN {
		padding: 14px 19px 14px 19px !important;
	}

	/* body #page-container #main-header li.Pbp_mnuWrap.Ppb_loginMenu a span.Ppb_menuBTN {
    padding: 7px 19px 7px 19px !important;
} */
}

/****Become a Member page fixes***/
@media only screen and (min-width: 981px) and (max-width: 1280px) {
	body #page-container #et-boc .str_para_list p {
		font-size: 20px;
	}

	.req_inf_row .et_pb_column:first-child {
		width: 60%;
	}

	.req_inf_row .et_pb_column:last-child {
		width: 40%;
	}
}

/************* Ridoy CSS starts ***********/

@media only screen and (min-width: 981px) and (max-width: 1360px) {
	body #page-container .Ppb_serviceBlurb.et_pb_blurb {
		margin-bottom: 90px !important;
	}

	body #page-container .Ppb_serviceBlurb.et_pb_blurb.testimonial_blurb {
		margin-bottom: 0px !important;
	}

	body #page-container .et_pb_button.service_btn_fix {
		font-size: 18px;
		width: 165px;
	}
}

@media all and (max-width: 980px) {
	/* 	.n2-ss-slider .n2-ss-section-main-content {
    flex: 1 1 auto;
    display: block;
} */

	div#page-container .n2-ss-slide {
		height: auto !important;
	}
}

/************* Nur update CSS ***********/

body #page-container .et_pb_toggle_open {
	background-color: #fff !important;
}

body #page-container .accordion_gray_bg .et_pb_toggle_open {
	background-color: #e5e9e7 !important;
}

body #page-container .blog_section .et_pb_module.et_pb_post_content h2 {
	margin-bottom: 15px !important;
}

body #page-container .blog_section .et_pb_module.et_pb_post_content h3 {
	margin-bottom: 15px !important;
}

body #page-container .blog_section .et_pb_module.et_pb_post_content h4 {
	margin-bottom: 15px !important;
}

@media all and (min-width: 981px) {
	body #page-container .custom_blog .et_pb_blog_grid .et_pb_post {
		padding: 35px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1360px) {
	body #page-container .custom_blog .et_pb_blog_grid .et_pb_post {
		padding: 30px !important;
	}
}

@media all and (max-width: 980px) {
	body #page-container .custom_blog .et_pb_blog_grid .et_pb_post {
		padding: 25px !important;
	}

	body #page-container .blog_section .et_pb_module.et_pb_post_content h2 {
		margin-bottom: 10px !important;
	}

	body #page-container .blog_section .et_pb_module.et_pb_post_content h3 {
		margin-bottom: 10px !important;
	}

	body #page-container .blog_section .et_pb_module.et_pb_post_content h4 {
		margin-bottom: 10px !important;
	}
}

@media all and (max-width: 767px) {
	body #page-container .custom_blog .et_pb_blog_grid .et_pb_post {
		padding: 20px !important;
	}
}

@media all and (min-width: 2040px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
		padding-right: 20px !important;
	}

	body #page-container .Ppb_homeBanner .et_pb_slide_title {
		font-size: 100px !important
	}

	body #page-container .Ppb_homeBanner .et_pb_slide_content .Ppb_heroContent {
		padding-right: 0px !important;
	}


}

@media all and (min-width: 2340px) {
	body #page-container .Ppb_homeBanner .et_pb_slide_image {
		top: 65%;
	}
}


/****** Ridoy CSS update 17-1-23 ******/

@media all and (min-width: 768px) and (max-width: 980px) {

	body #page-container .img_max_width {
		text-align: left;
	}

	.img_max_width img {
		max-width: 50%;
		border-radius: 30px;
	}
}


/******** Ridoy CSS update 13-2-23 ********/

.tick_mark {
	content: url("/wp-content/uploads/list-icon_-.svg");
}

.column-2,
.column-3,
.column-4,
.column-5 {
	text-align: center !important
}

.entry-content table:not(.variations) {
	margin: 0 0 0px;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
	font-size: 16px;
	line-height: 1.7em;
	color: #2b2b2b !important;
	background: #fff !important;
	z-index: 99999999999 !important
}

@media all and (max-width: 767px) {
	.Zebra_Tooltip .Zebra_Tooltip_Message {
		max-width: 310px !important;
		padding-left: 14px;
	}
}

/* @media all and (min-width: 768px){
	.compare_row .et_pb_column{
    padding-right: 15px;
    padding-left: 15px;
}
} */

@media all and (max-width: 1280px) {
	.compare_row .et_pb_blurb .et_pb_module_header {
		font-size: 24px !important;
	}

	.compare_row .et_pb_blurb_description {
		font-size: 16px;
	}
}

/******Compare Plans Save coupon Style******/
body .compare_premium:before,
body .compare_superior:before {
	content: "Save $300";
	position: absolute;
	top: 6%;
	right: -12%;
	background: #114b36;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding: 3px 50px;
	line-height: 1.5em;
	transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
}

body .compare_superior:before {
	content: "Save $50";
}

@media (min-width: 981px) and (max-width: 1500px) {

	body .compare_premium:before,
	body .compare_superior:before {
		top: 6%;
		right: -15%;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {

	div#page-container #et-boc .compare_premium:before,
	div#page-container #et-boc .compare_superior:before {
		top: 4%;
		right: -20%;
		font-size: 18px;
	}
}

@media (max-width: 980px) {

	div#page-container #et-boc .compare_premium:before,
	div#page-container #et-boc .compare_superior:before {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	div#page-container #et-boc .compare_premium:before,
	div#page-container #et-boc .compare_superior:before {
		font-size: 16px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {

	div#page-container #et-boc .compare_premium:before,
	div#page-container #et-boc .compare_superior:before {
		top: 6%;
		right: -15%;
	}
}

@media (min-width: 480px) and (max-width: 550px) {

	div#page-container #et-boc .compare_premium:before,
	div#page-container #et-boc .compare_superior:before {
		top: 4%;
		right: -20%;
	}
}

/*******compare Plans See Details Button CSS******/
body a.compare_btn {
	padding-top: 11.5px !important;
	padding-right: 32.1px !important;
	padding-bottom: 11.5px !important;
	padding-left: 32.1px !important;
	background-color: #114b36;
	border-width: 0px !important;
	border-radius: 50px;
	color: #fff;
	transition: all 300ms ease 0ms;
}

body a.compare_btn:hover {
	background-color: #c51d25;
}

body #page-container .Ppb_serviceBlurb.testimonial_blurb .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 8px;
	padding-top: 16px;
}

body #page-container .Ppb_joinMenu span.Ppb_menuBTN img {
	max-width: 15px;
}

@media (max-width: 980px) {
	body #page-container .Ppb_serviceBlurb.testimonial_blurb .et_pb_blurb_container .et_pb_module_header {
		padding-top: 5px;
	}
}

@media (min-width: 981px) and (max-width: 1440px) {
	body #page-container .Ppb_joinMenu span.Ppb_menuBTN img {
		max-width: 14px;
	}

	body #page-container #main-header li.Ppb_joinMenu.Pbp_mnuWrap a span.Ppb_menuBTN {
		background: #c51d25;
		padding: 19.33px 37px;
		display: block;
		text-align: center;
	}

}

/******* Ridoy CSS 14-3-23 *******/

@media (min-width: 981px) and (max-width: 1280px) {
	body #page-container #main-header.et-fixed-header li.Ppb_joinMenu.Pbp_mnuWrap a span.Ppb_menuBTN {
		padding: 19.33px 33px;
	}
}

body #page-container .Ppb_loginMenu span.Ppb_menuBTN img {
	max-width: 23px;
}

body #page-container .et-fixed-header .Ppb_joinMenu span.Ppb_menuBTN img {
	max-width: 13px;
}

body #page-container .Ppb_serviceboxWrap {
	justify-content: center;
}

.mobile_menu_bar:before {
	font-size: 42px;
	top: -2px;
}

.contact_cmn_bl span.et-waypoint.et_pb_animation_top.et_pb_animation_top_tablet.et_pb_animation_top_phone.et-pb-icon.et-animated {
	top: 2px;
	position: relative;
}

body #page-container .et_mobile_menu li a {
	font-size: 17px;
}

@media (min-width: 2560px) {
	body #page-container .Ppb_ctaWrap {
		padding-right: 5em !important;
		padding-left: 5em !important;
	}
}

@media (min-width: 1641px) and (max-width: 1890px) {
	body #page-container .Ppb_tstcaroWrap .n2-ss-slide {
		height: 560px !important;
	}
}


@media (min-width: 767px) and (max-width: 1640px) {
	body #page-container .Ppb_tstcaroWrap .n2-ss-slide {
		height: 460px !important;
	}

	body #page-container .Ppb_tstcaroWrap .n2-ss-slider .n2-ss-widget {
		top: -5%;
	}

	body #page-container .Ppb_tstcaroWrap div#n2-ss-3 .n2-ss-slider-1 {
		margin-bottom: -12%;
	}
}

@media (min-width: 1920px) and (max-width: 2000px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: absolute;
		right: -2vw;
	}
}

@media (min-width: 2001px) and (max-width: 2200px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: absolute;
		right: -6vw;
	}
}

@media (min-width: 2201px) and (max-width: 2400px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: absolute;
		right: -9vw;
	}
}

@media (min-width: 2401px) and (max-width: 2650px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: absolute;
		right: -12vw;
	}
}

@media (min-width: 2651px) and (max-width: 2900px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: absolute;
		right: -18vw;
	}
}


@media (min-width: 2901px) and (max-width: 3500px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: absolute;
		top: 3vw;
		right: -22vw;
	}
}

@media (min-width: 3501px) and (max-width: 4000px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: absolute;
		right: -26vw;
		top: 5vw;
	}
}

@media (min-width: 4001px) {
	body #page-container .Ppb_homeBanner .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
		position: relative;
		margin-top: 7vw;
	}
}

/*CSS update by Ridoy for epicrx.com - Dev Revs 3 at 03-21-23*/

body #page-container #top-menu li a {
	padding-bottom: 48px;
}

body #page-container #main-header #et-top-navigation {
	padding-top: 22px;
}

body #page-container #top-menu li li a:hover {
	background: #163e33;
	color: #fff !important;
}

@media (max-width: 980px) {
	#main-header .container {
		width: 100%;
		padding: 0 5%;
	}

	body #page-container #main-header #mobile_menu.et_mobile_menu li li a {
		padding-left: 22px;
	}

	body #page-container .et_mobile_menu {
		padding: 5% 3%;
	}

	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
		background-color: rgb(0 0 0 / 19%);
	}

}

@media (max-width: 700px) {
	body #page-container .Ppb_tstcaroWrap .nextend-arrow {
		position: absolute;
		padding: 17px 12px;
	}

	body #page-container .Ppb_tstcaroWrap .nextend-arrow img {
		width: 21px;
	}

	body #page-container .Ppb_tstcaroWrap .nextend-arrow-next {
		right: 36%;
		bottom: -6% !important;
	}

	body #page-container .Ppb_tstcaroWrap .nextend-arrow-previous {
		left: 36%;
		bottom: -6% !important;
	}
}


@media (min-width: 481px) and (max-width: 767px) {
	.footer_content_row .et_pb_column:nth-child(2) {
		width: 47% !important;
	}

	.footer_content_row .et_pb_column:nth-child(3) {
		width: 47% !important;
	}
}

@media (max-width: 480px) {
	.footer_content_row .et_pb_column:nth-child(2) {
		width: 50% !important;
	}

	.footer_content_row .et_pb_column:nth-child(3) {
		width: 50% !important;
	}
}

body {
	overflow-x: hidden !important
}

@media (min-width: 981px) {
	.Ppb_serviceBlurb .et_pb_main_blurb_image {
		min-height: 118px;
	}
}

div#page-container .contact_custom_cmn select {
	padding: 16px 18px;
}

.tooltipck {
	cursor: pointer;
}

.tooltipck-inner a {
	color: #fff !important;
	text-decoration: underline
}

.tooltipck-inner {
	font-size: 17px;
	line-height: 1.7em;
}

@media (max-width: 767px) {
	.tooltipck-tip {
		width: 300px !important
	}

	.tooltipck-inner {
		font-size: 15px;
	}
}

body div#page-container .compare_superior:before {
	top: 6.3%;
	padding: 3px 53px;
}

.popup_offer.compare_premium:before {
	top: 7.5%;
	right: -14%;
}

.popup_offer.compare_superior:before {
	top: 7.5%;
	right: -12%;
}

span.tooltipck-tip:before {
	content: "";
	background: #006f50;
	height: 21px;
	width: 13px;
	position: absolute;
	transform: skew(313deg, 43deg);
	left: -4px;
	top: 5%;
	display: block;
}

@media (max-width: 980px) {
	span.tooltipck-tip:before {
		display: none
	}
}

/* .tooltipck.tooltipck-active .tooltipck-pointer:after {
    display: inline-block;
    width: 12px;
    height: 13px;
    top: 24px;
    right: -21px;
    background: #006f50;
    position: absolute;
    opacity: 1;
    content: "";
    transform: skew(43deg, 311deg);
} */

@media (min-width: 981px) and (max-width: 1800px) {
	.pum-container.pum-responsive.pum-responsive-large {
		width: 100%;
	}
}

@media (min-width: 981px) and (max-width: 1500px) {
	.popup_offer.compare_premium:before {
		top: 5.5%;
		right: -15%;
		font-size: 15px;
	}

	.popup_offer.compare_superior:before {
		font-size: 15px;
		top: 5.5%;
		right: -14%;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {
	.popup_offer.compare_premium:before {
		top: 4.5%;
		right: -21%;
		font-size: 14px;
	}

	.popup_offer.compare_superior:before {
		font-size: 14px;
		top: 4.5%;
		right: -19%;
	}
}


@media (min-width: 480px) and (max-width: 700px) {
	.popup_offer.compare_superior:before {
		top: 7.5%;
		right: -18%;
	}

	.popup_offer.compare_premium:before {
		top: 7.5%;
		right: -19%;
	}
}

@media (min-width: 480px) and (max-width: 620px) {
	.popup_offer.compare_premium:before {
		top: 4.5%;
		right: -21%;
		font-size: 14px;
	}

	.popup_offer.compare_superior:before {
		font-size: 14px;
		top: 4.5%;
		right: -19%;
	}
}

/****** Edit by Ridoy 04-11-23 ******/

body #page-container .accordion_h .et_pb_toggle_open h3.et_pb_toggle_title {
    background: #a1bdb4;
    padding: 22px !important;
}

body #page-container .accordion_h.accordion_gray_bg .et_pb_toggle_open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

body #page-container .accordion_h.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before{
margin-right: 20px;
}

body #page-container .accordion_h .et_pb_toggle_content {
    padding: 22px;
	padding-bottom: 7px;
}