/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 4.2.0
*/
/* 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,
#et-boc header .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,
#et-boc header .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"],
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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: #000000;
    font-size: 22px;
    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;
	background:transparent;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 68px;
	height: 20px;
	background-image: url("/wp-content/uploads/freshy-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 4px 0 0 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 ul li {
	position: relative;
	padding-left: 30px;
	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 -- */


/**Custom CSS Starts**/
/****Common CSS****/
.container {
	width: 90% !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
	padding-bottom: 0;
}
body .main_menu ul li a,
body .second_menu ul li a{
	font-weight: 400;
}
body .main_menu ul li a:hover,
body .second_menu ul li a:hover{
	opacity: 1;
}
.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;
}
/**Common Button**/
body #page-container .cmn_btn{
	line-height: 1em !important;
}
body #page-container .green_txt{
	color: #1E753F;
}
/*Column reverse on mobile*/

@media all and (max-width: 980px) {
    .column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .column-reverse .et_pb_column:first-child {
        margin-bottom: 0;
    }
    .column-reverse .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }
}
@media (min-width: 981px) and (max-width: 1650px) {
    #page-container .cmn_txt h1 {
        font-size: 60px !important;
    }
    #page-container .cmn_txt h2 {
        font-size: 40px;
    }
    #page-container .cmn_txt h3,
	body #page-container .blog_body h2,
	body #page-container .team_member_title h1{
        font-size: 35px !important;
    }
	body #page-container .blog_body h3{
		font-size: 30px;
	}
	body #page-container .blog_body h4{
		font-size: 25px;
	}
	#page-container .big_txt h2 {
        font-size: 55px;
    }
	body #page-container .cmn_btn,
	body #page-container .cmn_txt,
	body #page-container .blog_body{
		font-size: 25px !important;
	}
    #page-container .cmn_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #page-container .cmn_section_top {
        padding-top: 80px;
    }
    #page-container .cmn_section_btm {
        padding-bottom: 80px;
    }
    #page-container .cmn_row_btm {
        padding-bottom: 80px !important;
    }
    #page-container .cmn_row_top {
        padding-top: 80px !important;
    }
	#page-container .title_h2_40 h2 {
		font-size: 28px !important;
	}
}
@media (min-width: 981px) and (max-width: 1350px) {
    #page-container .cmn_txt h1 {
        font-size: 55px !important;
    }
    #page-container .cmn_txt h2 {
        font-size: 38px;
    }
    #page-container .cmn_txt h3,
	body #page-container .blog_body h2,
	body #page-container .team_member_title h1{
        font-size: 32px !important;
    }
	#page-container .big_txt h2 {
        font-size: 50px;
    }
	#page-container .title_h2_40 h2 {
		font-size: 25px !important;
	}
	body #page-container .cmn_btn,
	body #page-container .cmn_txt,
	body #page-container .blog_body{
		font-size: 22px !important;
	}
	body #page-container .blog_body h3{
		font-size: 25px;
	}
	body #page-container .blog_body h4{
		font-size: 22px;
	}
}
@media (max-width: 980px){
	body #page-container .left_img_r .et_pb_column:first-child{
		margin-bottom: 30px;
	}
}
@media (min-width: 981px) {
    .justify_cnt_row {
        justify-content: center !important;
        display: flex;
    }
}
/**Bottom Bar**/
#freshy_copyright{
	font-weight: 400 !important;
}
@media all and (max-width:599px){
	#freshy_copyright span.copyright_via {
		background: #000;
	}
}
@media all and (max-width:980px){
	#freshy_copyright {
		font-size: 20px;
	}
}
@media all and (max-width:767px){
    #freshy_copyright{
        font-size:18px;
    }
}
/*****Common CSS End****/

/**Header styling**/
body #page-container .second_menu:before{
    content: '';
    background: rgba(121,167,83,0.1);
    height: 100%;
    width: 100vw;
    position: absolute;
    display: block;
    left: 50%;
	top: 0;
    transform: translateX(-50%);
    z-index: -1;
}
body #page-container .main_menu .et_pb_menu__logo{
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
	box-shadow: 0px 0px 115px 0px rgba(0,0,0,0.1);
}
body #page-container .main_menu .et_pb_menu__logo a,
body #page-container #et-boc .main_menu .et_pb_menu__logo img{
    height: 100%;
    width: auto;
}
body #page-container .main_menu .et_pb_menu__logo-wrap,
body #page-container .main_menu,
body #page-container .main_menu .et_pb_menu_inner_container,
body #page-container .menu_r .et_pb_column{
    position: unset !important;
}
body #page-container .menu_r{
    position: relative;
}
body #page-container #et-boc .main_menu ul.nav > li.menu-item-has-children{
	padding-left: calc(5.2vw - 30px);
}
body #page-container #et-boc .main_menu ul.nav > li{
    padding-left: 5.2vw;
}
body #page-container #et-boc .second_menu ul.nav > li{
    padding-left: 3.125vw;
    margin: 0;
}
body #page-container #et-boc .second_menu ul.nav li a{
    padding: 5px 0;
}
body #page-container #et-boc .main_menu ul.nav li ul{
	position: absolute;
	right: 0;
	left: unset;
}
body #page-container #et-boc .main_menu ul.nav > li > a{
    padding: 45px 0;
	padding-right: 30px;
}
body #page-container #et-boc .main_menu ul.nav > li > a:after{
	font-size: 25px;
}
body #page-container .main_menu ul.nav li.current-menu-item a{
	font-weight: 700;
}
body #page-container .main_menu ul.nav li a:before,
body #page-container .second_menu ul.nav li a:before{
    content: '';
    height: 4px;
    width: 0;
    background: #251F1F;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}
body #page-container .second_menu ul.nav li a:before{
	height: 2px;
}
body #page-container .main_menu ul.nav > li.current-menu-item > a:before,
body #page-container .second_menu ul.nav li.current-menu-item a:before,
body #page-container .main_menu ul.nav li > a:hover:before,
body #page-container .second_menu ul.nav li a:hover:before{
    width: 100%;
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .main_menu ul.nav li a{
		font-size: 25px;
	}
	body #page-container .second_menu ul.nav li a{
		font-size: 22px;
	}
}
/**Common Button**/
body #page-container .cmn_btn:before,
body #page-container .slidr_btn .nicomoon:before,
body #page-container .sml_btn:before,
body #page-container .home_hero .et_pb_button:before,
body #page-container .cmn_blog article .et_pb_button:before{
    content: "" !important;
    background-image: url("/wp-content/uploads/Arrow-icon.png");
    width: 58px;
    height: 58px;
    position: absolute;
    left: 10px;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #1E753F;
    border-radius: 50%;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0 !important;
}
body #page-container .cmn_btn,
body #page-container .home_hero .et_pb_button{
    margin-left: 80px;
    position: unset;
    z-index: 1;
    transition: all .3s ease;
}
body #page-container .cmn_btn_wrapper,
body #page-container .home_hero .cmn_btn_wrapper{
    display: inline-flex;
    position: relative;
    background: #136934;
    border-radius: 45px;
    transition: all .3s ease;
	overflow: hidden;
}
body #page-container .cmn_btn:after,
body #page-container .home_hero .et_pb_button:after{
    content: '';
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
    margin: 0;
}
body #page-container .cmn_btn_wrapper:hover,
body #page-container .home_hero .cmn_btn_wrapper:hover{
    background: #79a753;
}
body #page-container .cmn_btn_wrapper:hover .cmn_btn,
body #page-container .home_hero .cmn_btn_wrapper:hover .et_pb_button{
    background: #136934;
}
@media (max-width: 1650px){
	body #page-container .cmn_btn:before,
	body #page-container .home_hero .et_pb_button:before{
		width: 55px;
		height: 55px;
	}
	body #page-container .cmn_btn,
	body #page-container .home_hero .et_pb_button{
		margin-left: 75px;
	}
}
@media (max-width: 980px){
	body #page-container .cmn_btn:before,
	body #page-container .home_hero .et_pb_button:before{
		width: 48px;
		height: 48px;
		left: 7px;
	}
	body #page-container .cmn_btn,
	body #page-container .home_hero .et_pb_button{
		margin-left: 65px;
	}
}
/**Home Blurb**/
body #page-container .bg_img_opacity_r .et_pb_column:before{
    content: '';
    height: 10.67vw;
    width: 10.67vw;
    position: absolute;
    right: 2.5vw;
    bottom: 0;
    background: url('/wp-content/uploads/row-house-2.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    opacity: 0.05;
}
body #page-container .bg_img_opacity_r .et_pb_column.commercial_bg_img:before{
    background: url('/wp-content/uploads/building-2.png');
}
body #page-container .cmn_blrb .et_pb_module_header {
    margin-bottom: 26px;
}
body #page-container .cmn_blrb .et_pb_module_header {
    margin-bottom: 26px;
}
body #page-container .bg_img_blurb_r .et_pb_column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/* 	align-items: center; */
}
@media (min-width: 981px){
    body #page-container .bg_img_blurb_r .et_pb_column{
        margin-right: 0;
/* 		width: 100% !important; */
		order: unset;
    }
    body #page-container .bg_img_blurb_r{
        display: flex;
        column-gap: 24px;
/* 		grid-template-columns: repeat(2, 1fr); */
    }
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .cmn_blrb .et_pb_module_header{
		font-size: 35px;
	}
	body #page-container .cmn_blrb .et_pb_blurb_description{
		font-size: 25px;
	}
}
/**Home Hero**/
body #page-container .home_hero_img{
	max-width: 1098px !important;
}
@media (min-width: 981px){
	body #page-container .home_hero_img{
		width: 57% !important;
	}
}
@media (min-width: 1921px){
	body #page-container .home_hero_img{
		padding-left: 234px !important;
	}
}	
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .home_hero_s{
		padding-top: 100px;
		padding-bottom: 150px;
	}
}
/**home image logo**/
body #page-container .home_img_logo:before{
    content: '';
    height: 11.5vw;
    width: 11.5vw;
    background: url('/wp-content/uploads/Logo-over-image.png');
    position: absolute;
    bottom: 2.2vw;
    left: 1.6vw;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 980px){
    body #page-container .home_img_logo:before{
        height: 100px;
        width: 100px;
    }
}
@media (max-width: 767px){
    body #page-container .home_img_logo:before{
        bottom: 20px;
        left: 20px;
        height: 80px;
        width: 80px;
    }
}
/**Slider**/
body #page-container .counseling_slidr .counseling_slidr_cont:hover > *{
    background-color: #fff !important;
}
body #page-container .counseling_slidr .n2-ss-slide{
    border-radius: 35px 35px 0 0;
}
body #page-container .counseling_slidr .n2-ss-slide:hover{
    box-shadow: 0 0 20px 0 rgba(30, 117, 63, .1);
}
body #page-container .counseling_slidr .n2-ss-slider-pane-single{
    overflow: visible !important;
}
body #page-container .slidr_btn .nicomoon{
    margin-right: 58px !important;
	transition: all .3s ease;
}
body #page-container .slidr_btn .nicomoon:before,
body #page-container .sml_btn:before,
body #page-container .cmn_blog article .et_pb_button:before{
    height: 40px;
    width: 39px;
    background-image: url('/wp-content/uploads/Learn-More-icon.svg');
	transition: all .3s ease;
	left: 0;
}
body #page-container .slidr_btn:hover .nicomoon:before,
body #page-container .sml_btn:hover:before,
body #page-container .cmn_blog article .et_pb_button:hover:before{
    background-color: #79A753;
}
body #page-container .counseling_slidr .n2-ss-slider-wrapper-inside .nextend-arrow-previous {
    left: calc(70% - 78px) !important;
}
.shape-style img{
	clip-path: polygon(45% 0, 100% 58%, 100% 100%, 0 100%, 0 55%);
}

.style-carousel .n2-ss-slider-pane-single {
	justify-self: start!important;
	max-width: 100%!important;
}


@media (max-width: 1850px) {
	div#et-boc .left-space-fix{
		margin-left: calc(10% - 30px) !important;
	}
}
@media (max-width: 1750px) {
	div#et-boc .left-space-fix{
		margin-left: calc(8% - 30px) !important;
	}
	body #page-container .counseling_slidr .n2-ss-slider-wrapper-inside .nextend-arrow-previous {
		left: calc(80% - 78px) !important;
	}
	body #page-container .counseling_slidr .n2-ss-slider-wrapper-inside .nextend-arrow-next{
		left: 80% !important;
	}
}
@media (max-width: 1600px) {
	div#et-boc .left-space-fix{
		margin-left: calc(5% - 30px) !important;
	}
	body #page-container .counseling_slidr .n2-ss-slider-wrapper-inside .nextend-arrow-previous {
		left: calc(88% - 78px) !important;
	}
	body #page-container .counseling_slidr .n2-ss-slider-wrapper-inside .nextend-arrow-next{
		left: 88% !important;
	}
}
@media (max-width: 980px) {
	div#et-boc .left-space-fix{
		margin: auto !important;
		width: 90%;
	}
}
/* Ensure column is positioned for layering */
.et_pb_column {
/*   position: relative; */
}

/* ============================
   Main House Shape (Background)
=============================== */
.main-house-img .et_pb_image_wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  clip-path: polygon(
    0% 100%,    /* bottom left */
    0% 30%,     /* up left wall */
    20% 15%,    /* left roof slope */
    50% 0%,     /* roof peak */
    80% 15%,    /* right roof slope */
    100% 30%,   /* down right wall */
    100% 100%   /* bottom right */
  );
  z-index: 1;
}

.main-house-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


/* ============================
   Green House Overlay (Foreground)
=============================== */
.green-house-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 235px;
  z-index: 2;
  mix-blend-mode: multiply;
}

.green-house-overlay .et_pb_image_wrap {
  width: 100%;
  height: 100%;
  background-color: #1b5e20;
  clip-path: polygon(
    0% 100%,    /* bottom left */
    0% 35%,     /* left wall */
    35% 10%,    /* left roof slope */
    50% 0%,     /* peak */
    65% 10%,    /* right roof slope */
    100% 35%,   /* right wall */
    100% 100%   /* bottom right */
  );
  opacity: 0.9;
  overflow: hidden;
}

.green-house-overlay img {
  opacity: 0;
}


/**Common Blog**/
body #page-container .cmn_blog article:hover{
    background: #fff;
    box-shadow: 0 0 85px 0 rgba(30, 117, 63, .1);
}
body #page-container .cmn_blog article{
    padding: 0;
    padding-bottom: 65px;
	transition: all .3s ease;
}
body #page-container .cmn_blog article .dp-dfg-image img{
    margin-bottom: 30px;
    aspect-ratio: 5/3;
    object-fit: cover;
}
body #page-container .cmn_blog article > *:not(.dp-dfg-image){
    margin-left: 50px;
    margin-right: 50px;
    padding: 0;
}
body #page-container .cmn_blog article .entry-header{
    margin-bottom: 27px;
}
body #page-container .cmn_blog article .dp-dfg-content{
    margin-bottom: 38px;
}
body #page-container .cmn_blog article .et_pb_button{
    line-height: 1em;
    padding: 0;
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .cmn_blog article .entry-header .entry-title,
	body #page-container .cmn_blog article .entry-header .entry-title a{
		font-size: 25px !important;
	}
	body #page-container .cmn_blog article .dp-dfg-content{
		font-size: 22px !important;
	}
}
@media (min-width: 981px) and (max-width: 1350px){
	body #page-container .cmn_blog article .entry-header .entry-title,
	body #page-container .cmn_blog article .entry-header .entry-title a{
		font-size: 22px !important;
	}
	body #page-container .cmn_blog article .dp-dfg-content{
		font-size: 20px !important;
	}
}
@media (max-width: 1650px){
	body #page-container .cmn_blog article{
		padding-bottom: 40px;
	}
	body #page-container .cmn_blog article .dp-dfg-image img{
		margin-bottom: 20px;
	}
	body #page-container .cmn_blog article > *:not(.dp-dfg-image){
		margin-left: 30px;
		margin-right: 30px;
	}
	body #page-container .cmn_blog article .entry-header{
		margin-bottom: 18px;
	}
	body #page-container .cmn_blog article .dp-dfg-content{
		margin-bottom: 25px;
	}
}
/**Inner Banner**/
body #page-container #et-boc .inr_bnr_img{
    bottom: 0 !important;
    position: absolute;
	max-width: 399px;
	aspect-ratio: 1/1 !important;
}
body #page-container .inr_bnr_img img{
    height: 399px;
    object-fit: cover;
	clip-path: polygon(50% 0%, 100% 60%, 100% 100%, 0 100%, 0 60%);
}
body #page-container .cmn_txt h1{
	word-wrap: break-word !important;
}
body #page-container .inr_bnr_img:before{
    content: '';
    height: 285px;
    width: 168px;
    position: absolute;
    bottom: 0;
    right: calc(100% - 65px);
    background: url('/wp-content/uploads/Inner-banner-img-shape.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .inr_bnr_r .et_pb_column:first-child{
		padding: 120px 0;
	}
}
@media (max-width: 1650px){
	body #page-container #et-boc .inr_bnr_img{
		max-width: 300px;
	}
	body #page-container #et-boc .inr_bnr_img img{
		height: 300px;
	}
	body #page-container .inr_bnr_img:before{
		height: 220px;
		width: 130px;
		right: calc(100% - 55px);
	}
}
@media (max-width: 980px){
	body #page-container #et-boc .inr_bnr_img{
        position: relative;
	}
	body #page-container .inr_bnr_r .et_pb_column:first-child{
		padding-top: 0 !important;
	}
	body #page-container .inr_bnr_r{
		padding-top: 50px !important;
	}
}
@media (max-width: 767px){
	body #page-container .inr_bnr_r{
		padding-top: 30px !important;
	}
}
@media (max-width: 480px){
	body #page-container #et-boc .inr_bnr_img{
		max-width: 210px;
	}
	body #page-container #et-boc .inr_bnr_img img{
		height: 210px;
	}
	body #page-container .inr_bnr_img:before{
		height: 160px;
		width: 100px;
	}
	body #page-container .cmn_txt h1{
		font-size: 40px;
	}
}
/*scroll to top*/
.et_pb_scroll_top.et-pb-icon {
    background: #136934;
    border-radius: 0;
    padding: 25px 0;
}
/**Counseling page**/
body #page-container .couseling_img img{
    height: 300px;
    object-fit: cover;
}
/**Horizontal Scrolling**/
html.js {
    overflow-x: hidden;
}

/**Azim CSS**/
/* footer area  */
div#page-container .footer_menu ul li {
    padding: 0;
    padding-right: 60px;
}

div#page-container .footer_menu ul li a {
    padding: 0;
    padding-bottom: 3px;
}

div#page-container .footer_menu ul {
    align-items: center;
}
div#page-container .footer_menu ul li:last-child {
    padding-right: 0;
}

/* up  */
div#freshy_copyright {
    justify-content: center;
}

/* up  */
@media only screen and (min-width: 981px) and (max-width: 1250px) {
    div#page-container .footer_menu ul li {
        padding-right: 20px;
    }

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

    div#page-container .footer_menu .et_pb_menu__logo {
        max-width: 180px;
    }
}
@media only screen and (min-width: 1251px) and (max-width: 1650px) {
    div#page-container .footer_menu ul li {
        padding-right: 40px;
    }
    div#page-container .footer_menu .et_pb_menu__logo {
        max-width: 200px;
    }
    div#page-container .footer_menu ul li a {
        font-size: 20px;
    }
}
div#page-container .footer_menu ul {
    margin: 0;
}
/* update for 25-7-23  */
/* footer under line  */

div#page-container .footer_menu ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1.5px;
    background: #251f1f;
    left: 0;
    bottom: 0;
    transition: 0.3s ease-in;
    border-radius: 0px;
    left: 50%;
    transform: translatex(-50%);
}

div#page-container .footer_menu ul li:hover a::before {
    width: 100%;
}

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

/* up  */

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

div#page-container .footer_menu ul li.current-menu-item a::before {
    width: 100%;
}

/* end underline  */
/* footer mobile  */
@media all and (max-width: 980px) {
    .footer_menu .et_mobile_nav_menu {
        display: none;
    }

    .footer_menu .et_pb_menu__menu {
        display: block;
    }

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

    div#page-container .footer_menu ul li a {
        font-size: 17px;
    }
}
@media all and (max-width: 767px) {
    div#page-container .footer_menu ul li a {
        font-size: 16px;
    }
}
/* end footer mobile  */

/* end update 25-7-23  */
/* end footer  */
/* contact us section  */

.blub_contact_cmn span.et_pb_image_wrap {
    background: #1e753f;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.blub_contact_cmn span.et_pb_image_wrap img {
    max-width: 30px;
}

.blub_contact_cmn span.et_pb_image_wrap:after {
    position: absolute;
    width: 72px;
    height: 72px;
    background: rgb(30 117 63 / 30%);
    top: -6px;
    left: -6px;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.blub_contact_cmn .et_pb_blurb_container {
    padding-left: 30px;
}

@media all and (max-width: 980px) {
    .blub_contact_cmn span.et_pb_image_wrap {
        width: 45px;
        height: 45px;
    }

    .blub_contact_cmn span.et_pb_image_wrap:after {
        width: 55px;
        height: 55px;
        left: -5px;
        top: -5px;
    }

    .blub_contact_cmn span.et_pb_image_wrap img {
        max-width: 25px;
    }

    .blub_contact_cmn .et_pb_blurb_container {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .blub_contact_cmn .et_pb_blurb_description {
        font-size: 26px;
    }
}

/* contact form area  */
/********************************************************* contact page  area  ***************************************/

.cmn_contact .gform_heading {
    display: none;
}
.cmn_contact .gform_body input,
.cmn_contact .gform_body textarea {
    background-color: #f5f5f5 !important;
    font-size: 25px !important;
    font-weight: 300;
    line-height: 1 !important;
    color: #000 !important;
    padding: 25.5px 30px !important;
    margin-top: 0 !important;
    border: 1px solid #d9d7d7 !important;
    transition: 0.3s ease-in !important;
    border-radius: 10px;
    /* box-shadow: 0px 4px 4px #000000; */
}
.cmn_contact .gform_body input:hover,
.cmn_contact .gform_body textarea:hover,
.cmn_contact .gform_body input:focus,
.cmn_contact .gform_body textarea:focus {
    border: 1px solid #79a753 !important;
}

.cmn_contact .gform_body .gform_fields {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}
.cmn_contact .gform_footer {
    margin-top: 0;
    padding: 0;
    justify-content: start;
}

.cmn_contact .gform_footer input {
    margin-top: 20px;
}

/* placeholder  */
/* placeholder css update - 30-11-23  */

/* placeholder  */
.cmn_contact form .gform_body input::placeholder {
    color: #000;
    opacity: 1;
}

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

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

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

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

.cmn_contact form .gform_body textarea::placeholder {
    color: #000;
    opacity: 1;
}

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

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

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

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

/* up  */
/* update  */

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .cmn_contact .gform_body input,
    .cmn_contact .gform_body textarea {
        font-size: 20px !important;
        padding: 15px !important;
    }
}

@media all and (max-width: 767px) {
    .cmn_contact .gform_body input,
    .cmn_contact .gform_body textarea {
        font-size: 18px !important;
        padding: 15px !important;
    }
}

.cmn_contact .gform_body textarea {
    resize: none;
    height: 150px;
}

div#page-container .cmn_contact .gform_footer input {
    background: #79a753;
    color: #fff;
    padding: 15.5px 58px !important;
    border: 0px;
    font-size: 28px;
    font-weight: 600;
    border-radius: 39px !important;
}

@media all and (max-width: 980px) {
    div#page-container .cmn_contact .gform_footer input {
        /* 		margin-top: 30px !important; */
        font-size: 22px !important;
        padding: 15.5px 50px !important;
    }
}

@media all and (max-width: 767px) {
    div#page-container .cmn_contact .gform_footer input {
        font-size: 20px;
        padding: 12px 50px !important;
    }
}

/* @media all and (max-width:980px) {

	div#page-container .cmn_contact .gform_body input,
	div#page-container .cmn_contact .gform_body textarea {
		font-size: 16px;
		padding: 16px;
	}
}
 */
.contact_checklist legend.gfield_label {
    display: none !important;
}

.contact_checklist label {
    font-weight: 600;
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .cmn_contact .gform_body input,
    .cmn_contact .gform_body textarea {
        padding: 16px !important;
        font-size: 20px !important;
    }
}

.cmn_contact .gform_body .upload_file_c input {
    border: 0px !important;
    padding: 0;
    border-radius: 0;
}

div#page-container .cmn_contact .gform_body input,
div#page-container .cmn_contact .gform_body textarea {
    margin-top: 0px !important;
}

/********************************************************* End contact  page  area  ***************************************/

@media all and (max-width: 767px) {
    .cmn_contact .gform_footer input {
        font-size: 16px !important;
    }
}

.title_h2_50 h2 {
    padding-bottom: 10px;
}
.blub_contact_cmn h3 {
    padding-bottom: 5px;
}
/********************************************************* End another page  area  ***************************************/

/* end contact form area  */
.get_in_t_conta_f h3 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    div#page-container .footer_menu ul li {
        padding: 0;
        padding-right: 14px;
    }

    .footer_menu .et_pb_menu__logo-wrap img {
        max-width: 110px;
    }

    .footer_menu .et_pb_menu__logo {
        margin-right: 5px;
    }
    div#page-container .footer_menu ul li a {
        font-size: 16px;
    }
}

/* up  */

@media (max-width: 980px) {
    body .footer_menu .et_pb_menu_inner_container {
        flex-direction: column;
    }
    body #page-container .footer_menu ul {
        justify-content: center;
    }
    body #page-container .footer_menu ul li {
        padding: 0 20px;
    }

    .footer_menu .et_pb_menu__logo-wrap img {
        max-width: 120px;
    }
}
@media (max-width: 767px) {
    body #page-container .footer_menu ul {
        flex-direction: column;
    }
    body #page-container .footer_menu ul li {
        padding: 0;
    }
    body #page-container .footer_menu ul li {
        margin-bottom: 5px;
    }
    .footer_menu .et_pb_menu__logo {
        margin-right: 0;
    }
}

body #page-container .footer_menu ul li a {
    font-weight: 400;
}
/* up  */

/* phone  */

/* end phone  */

.shape_right_bottom {
    position: relative;
}

.shape_right_bottom:before {
    content: "";
    width: 249px;
    height: 217px;
    right: 276px;
    bottom: 0;
    background-image: url("/wp-content/uploads/green-shape.png");
    opacity: 1;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.shape_right_bottom::after {
    content: "";
    width: 277px;
    height: 475px;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/big-shape-g.png");
    opacity: 1;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .shape_right_bottom::before {
        width: 185px;
		height: 161px;
		right: 199px;
    }

    .shape_right_bottom::after {
        width: 200px;
		height: 342px;
        background-repeat: no-repeat;
    }

    /* 	up  */
    #page-container .get_in_t_conta_f {
        padding: 40px 30px !important;
    }

    .get_in_t_conta_f h3 {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1380px) {
    .shape_right_bottom::before {
        width: 92px;
		height: 80px;
		right: 109px;
    }
    .shape_right_bottom::after {
        width: 110px;
		height: 189px;
    }
}

/* up  */

#page-container .img_news_l_shape .et_pb_image_wrap {
    position: relative;
    overflow: visible;
}
.img_news_l_shape .et_pb_image_wrap:after {
    content: "";
    position: absolute;
    background-image: url(" /wp-content/uploads/newslatter-image-shape.png");
    right: -160px;
    bottom: 0;
    width: 258px;
    height: 444px;
    z-index: -1;
}

/* up  */
div#page-container .cmn_contact .gform-footer {
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: 28px;
}

div#page-container .cmn_contact .gform_footer input {
    margin-top: 0;
}

/* form button effect after before  */

div#page-container .cmn_contact .gform-footer {
    padding-left: 80px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

div#page-container .cmn_contact .gform-footer:after {
    content: "";
}

div#page-container .cmn_contact .gform-footer:after {
    content: "";
    background-image: url("/wp-content/uploads/Arrow-icon.png");
    width: 58px;
    height: 58px;
    position: absolute;
    left: 10px;
    background-repeat: no-repeat;
    background-size: inherit;
    background-color: #1e753f;
    border-radius: 50%;
    background-position: center;
    top: 10px;
}

/* hover effect  */

div#page-container .cmn_contact .gform_footer:hover input {
    background: #136934;
}

div#page-container .cmn_contact .gform_footer input,
div#page-container .cmn_contact .gform-footer {
    transition: 0.3s ease-in;
}

div#page-container .cmn_contact .gform-footer:before {
    background: #136934;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 39px;
    transition: 0.3s ease-in;
}
div#page-container .cmn_contact .gform-footer:hover:before {
    background: #79a753;
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    div#page-container .cmn_contact .gform_footer input {
        font-size: 25px;
    }

    div#page-container .cmn_contact .gform-footer:after {
        width: 54px;
        height: 54px;
    }
}
@media all and (max-width: 980px) {
    div#page-container .cmn_contact .gform-footer:after {
        width: 50px;
        height: 50px;
        background-size: 25px;
        top: 10px;
        left: 10px;
    }

    div#page-container .cmn_contact .gform-footer {
        padding-left: 70px;
    }
}

/* end hover eefect  */
/* end button effect  */

/* end contact us section  */
/* image shape responsive  */
@media all and (max-width: 980px) {
    .section_for_newsform .et_pb_column:first-child {
/*         margin-bottom: 30px; */
    }
}
@media only screen and (max-width: 1750px) {
    .section_for_newsform h2 {
        padding-bottom: 10px;
    }

    .img_news_l_shape .et_pb_image_wrap {
        max-width: 80%;
    }

    .img_news_l_shape .et_pb_image_wrap:after {
        height: 80%;
        width: 50%;
        right: -30%;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media all and (min-width: 981px) and (max-width: 1650px) {
    div#page-container .section_for_newsform {
/*         padding-top: 50px;
        padding-bottom: 50px; */
    }
}
/* shape phone responsive  */
@media all and (max-width: 1200px) {
    .shape_right_bottom::after {
        width: 75px;
        height: 128px;
        background-repeat: no-repeat;
    }
    .shape_right_bottom::before {
        width: 70px;
        height: 61px;
        right: 74px;
    }
}
@media all and (max-width: 767px) {
    .shape_right_bottom::after {
        width: 52px;
        height: 90px;
    }

    .shape_right_bottom::before {
        width: 45px;
        height: 40px;
        right: 51px;
    }
}

.align_tems_cmn {
    align-items: center;
}
/* end phone responsvei  */

/* end image shape responsvei  */
/* seroruse page css  */

.cmn_img_3_shape img {
    clip-path: polygon(50% 0%, 85% 55%, 85% 100%, 15% 100%, 15% 55%);
}

.cmn_img_left_shape_cl {
    position: relative;
}

.cmn_img_left_shape_cl span.et_pb_image_wrap:after {
    content: "";
    width: 166px;
    height: 249px;
    background-image: url("/wp-content/uploads/banner-shape-right.png");
    position: absolute;
    bottom: -7px;
    left: -12px;
    z-index: 34;
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
.cmn_img_left_shape_cl span.et_pb_image_wrap {
    overflow: visible;
}

/* end resouce page css  */

/* check list  */
div#page-container .cmn_contact .ginput_container_checkbox label {
    font-size: 25px;
}

@media only screen and (min-width: 981px) and (max-width: 1650px) {
    div#page-container .cmn_contact .ginput_container_checkbox label {
        font-size: 22px;
    }
}

@media all and (max-width: 980px) {
    div#page-container .cmn_contact .ginput_container_checkbox label {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    div#page-container .cmn_contact .ginput_container_checkbox label {
        font-size: 18px;
    }
}

/* end checkli st  */
/*  cehcklist update 23-11-24  */

/* check box tetst  */
.cmn_contact .gfield_checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.cmn_contact .gfield_checkbox label {
    padding-left: 30px !important;
}
.cmn_contact .gfield_checkbox input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}

.cmn_contact .gfield_checkbox input[type="checkbox"] + label:before,
.cmn_contact .gfield_checkbox input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/* after */
.cmn_contact
    .gfield_checkbox
    input[type="checkbox"]:not(:checked)
    + label:after {
    width: 18px;
    height: 18px;
    border: 1px solid #1e753f;
    top: 8px;
}
.cmn_contact .gfield_checkbox input[type="checkbox"]:checked + label:after {
    top: 8px;
    width: 18px;
    height: 18px;
    border: 1px solid #1e753f;
    background-color: transparent;
    z-index: 0;
    border-radius: 0px;
}
/* before */
.cmn_contact
    .gfield_checkbox
    input[type="checkbox"]:not(:checked)
    + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.cmn_contact .gfield_checkbox input[type="checkbox"]:checked + label:before {
    top: 8px;
    left: 0px;
    width: 5px;
    height: 10px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #79a753;
    border-bottom: 2px solid #79a753;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.cmn_contact .gfield_checkbox input[type="checkbox"] + label:before,
.cmn_contact .gfield_checkbox input[type="checkbox"] + label:after {
    transform: translateY(2px);
}
/* end checklist  */
/*  responsive  */
@media all and (max-width: 980px) {
    .cmn_contact .gfield_checkbox input[type="checkbox"]:checked + label:after {
        top: 4px;
    }

    .cmn_contact
        .gfield_checkbox
        input[type="checkbox"]:checked
        + label:before {
        top: 4px;
    }

    .cmn_contact
        .gfield_checkbox
        input[type="checkbox"]:not(:checked)
        + label:after {
        top: 4px;
    }
}

div#page-container .cmn_contact legend.gfield_label {
    font-size: 25px;
}
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    div#page-container .cmn_contact legend.gfield_label {
        font-size: 22px;
    }
}

@media all and (max-width: 980px) {
    div#page-container .cmn_contact legend.gfield_label {
        font-size: 20px;
    }
}
@media all and (max-width: 767px) {
    div#page-container .cmn_contact legend.gfield_label {
        font-size: 18px;
    }
}
@media all and (max-width: 767px) {
    .cmn_contact .gfield_checkbox input[type="checkbox"]:checked + label:after {
        top: 2px;
    }

    .cmn_contact
        .gfield_checkbox
        input[type="checkbox"]:checked
        + label:before {
        top: 2px;
    }

    .cmn_contact
        .gfield_checkbox
        input[type="checkbox"]:not(:checked)
        + label:after {
        top: 2px;
    }
}

.custom_faq_d h3:before {
    display: inline-block !important;
    opacity: 1;
}

.custom_faq_d .et_pb_toggle_close {
    background-color: rgb(30 117 63 / 10%);
}

/* end responsvei  */
@media only screen and (min-width: 981px) and (max-width: 1650px) {
    .custom_faq_d h3 {
        font-size: 28px !important;
    }
}

/* anotehr page  */
.row_for_btn_area_b .et_pb_column .cmn_txt {
    display: block;
    width: 100%;
}

.row_for_btn_area_b .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cmn_txt p {
    padding-bottom: 0;
}

/* another page  */

.custom_faq_d h3:before {
    background: #79a753;
    border-radius: 50%;
    padding: 4px;
    right: -9px;
    top: 16px;
    transform: rotate(180deg);
}

.custom_faq_d .et_pb_toggle_open h3:before {
    transform: rotate(0deg);
}

.custom_faq_d h3:before {
    transition: 0.3s ease-in;
}

/* up  */
.custom_faq_d h3:before {
    background: #79a753;
    border-radius: 50%;
    padding: 5px;
	padding-right: 6px;
	padding-left: 4px;
    right: -9px;
}

.blub_contact_cmn .et_pb_main_blurb_image {
    margin-bottom: 0;
    transform: translateY(3px);
}
.cmn_contact p {
    padding-bottom: 0;
}

/* faq responsive  */
@media all and (max-width: 767px) {
    .custom_faq_d h3:before {
        top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .custom_faq_d h3:before {
        top: 11px;
    }
}

/* end faq responsvie  */

/**Issue Fixes**/
body .form_news_letter .gform_confirmation_message{
    background: #fff;
    border-radius: 10px;
}
body #page-container .main_menu .mobile_nav ul li a{
    font-weight: 400;
}
body #page-container .team_blog article .dp-dfg-content{
    margin-bottom: 0;
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .custom_faq_d .et_pb_toggle_title{
		font-size: 27px !important;
	}
	body #page-container .custom_faq_d .et_pb_toggle_content{
		font-size: 25px
	}
	body #page-container .home_hero_img{
		width: 54% !important;
	}
}
@media (min-width: 981px) and (max-width: 1350px){
	body #page-container .custom_faq_d .et_pb_toggle_title{
		font-size: 25px !important;
	}
	body #page-container .custom_faq_d .et_pb_toggle_content{
		font-size: 22px
	}
}
@media (min-width: 981px) and (max-width: 1199px){
	body #page-container .counseling_slidr .n2-ss-control-bullet{
		position: absolute;
		left: 20px;
	}
}
@media (max-width: 1199px){
	body #page-container .counseling_s{
		padding-bottom: 30px !important;
	}
}
@media (min-width: 981px){
	body #page-container .inr_bnr_r .et_pb_column:first-child{
		padding-right: 50px;
	}
	body #page-container #et-boc .main_menu ul.nav ul{
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	body #page-container #et-boc .main_menu ul.nav ul li,
	body #page-container #et-boc .main_menu ul.nav ul li a{
		width: max-content;
	}
	body #page-container #et-boc .main_menu ul.nav ul li a{
		padding: 5px 0;
		margin-bottom: 10px;
	}
	body #page-container #et-boc .main_menu ul.nav ul li a:hover{
		background: transparent;
	}
	body #page-container #et-boc .main_menu ul.nav ul li:last-child a{
		margin-bottom: 0;
	}
	body #page-container .error_sec .home_hero_img{
		width: 50% !important;
		padding-left: 10% !important;
	}
}
@media (max-width: 980px){
	body #page-container .inr_bnr_r .et_pb_column:first-child,
	body #page-container .home_hero_s,
	body #page-container .section_for_newsform{
		padding-bottom: 0 !important;
	}
	body #page-container .error_sec .home_hero_r .et_pb_column{
		text-align: center;
	}
	body #page-container .couseling_img img{
		height: 400px;
	}
}
@media (max-width: 500px){
	body #page-container .couseling_img img{
		height: 300px;
	}
}


/**Newsletter Section shape**/
body #page-container .left_img_shape img{
	clip-path: polygon(53% 0, 100% 58%, 100% 100%, 0 100%, 0 58%);
}
body #page-container .newsletter_r .et_pb_column:first-child{
    position: unset;
}
body #page-container .newsletter_r{
    position: relative;
}
body #page-container .left_img_shape{
    position: absolute;
    bottom: 0;
    top: unset;
    width: 47%;
    left: -3vw;
}
body #page-container .left_img_shape img{
    max-width: 610px;
    height: 604px;
    object-fit: cover;
}
body #page-container .left_img_shape:before{
    content: '';
    height: 100%;
    width: calc(100% + 9.375vw);
    position: absolute;
    left: -14px;
    background: url('/wp-content/uploads/Blank-Left-image-shape.svg');
    background-repeat: no-repeat;
}
@media (min-width: 981px) and (max-width: 1650px){
    body #page-container .left_img_shape{
        width: 43%;
        left: -2vw;
        background-size: contain;
    }
    body #page-container .left_img_shape img{
        max-width: 540px;
        height: 533px;
    }
    body #page-container .left_img_shape:before{
        width: calc(100% + 9.375vw);
        background-size: contain;
        bottom: 0;
    }
}
@media (min-width: 981px) and (max-width: 1480px){
    body #page-container .left_img_shape{
        width: 40%;
        left: -1vw;
    }
    body #page-container .left_img_shape img{
        max-width: 480px;
        height: 450px;
    }
}
@media (min-width: 981px) and (max-width: 1250px){
    body #page-container .left_img_shape{
        width: 42%;
        left: -1vw;
    }
    body #page-container .left_img_shape img{
        max-width: 420px;
        height: 390px;
        clip-path: polygon(51% 0, 100% 58%, 100% 100%, 0 100%, 0 58%);
    }
}
@media (min-width: 981px) and (max-width: 1080px){
    body #page-container .left_img_shape img{
        max-width: 360px;
        height: 340px;
    }
}
@media (max-width: 980px){
    body #page-container .left_img_shape{
        position: relative;
        width: 100vw;
    }
    body #page-container .left_img_shape:before{
        background-size: contain;
    }
}
@media (max-width: 767px){
    body #page-container .left_img_shape{
        left: -1vw;
    }
    body #page-container .left_img_shape img{
        max-width: 510px;
        height: 500px;
    }
}
@media (max-width: 640px){
    body #page-container .left_img_shape img{
        max-width: 400px;
        height: 380px;
    }
}
@media (max-width: 520px){
    body #page-container .left_img_shape img{
        max-width: 300px;
        height: 290px;
    }
}
@media (max-width: 375px){
    body #page-container .left_img_shape{
        left: 0;
    }
    body #page-container .left_img_shape img{
        max-width: 260px;
        height: 250px;
    }
}
/**Spanish fix**/
body div#page-container .footer_menu .et_pb_menu__logo{
	max-width: 180px;
}
body div#page-container .footer_menu ul li{
	padding-right: 20px;
}
body div#page-container .footer_menu ul li a{
	font-size: 20px;
}
@media (min-width: 981px){
	html[lang="es-ES"] body #page-container #et-boc .second_menu ul.nav > li{
		padding-left: 1.5vw;
	}
	html[lang="es-ES"] body #page-container .footer_menu ul li{
		padding-right: 30px
	}
	html[lang="es-ES"] body #page-container .footer_menu ul li a{
		font-size: 22px
	}
	html[lang="es-ES"] body #page-container .footer_menu .et_pb_menu__logo img{
		max-width: 200px;
	}
}
@media (min-width: 981px) and (max-width: 1650px){
	body div#page-container .footer_menu ul li a{
		font-size: 18px;
	}
    html[lang="es-ES"] body #page-container .footer_menu .et_pb_menu__logo img{
        max-width: 160px;
    }
    html[lang="es-ES"] body #page-container .footer_menu ul li a{
        font-size: 20px;
    }
}
@media (min-width: 981px) and (max-width: 1450px){
	body div#page-container .footer_menu ul li a{
		font-size: 17px;
	}
	body div#page-container .footer_menu .et_pb_menu__logo{
		max-width: 160px;
	}
    html[lang="es-ES"] body #page-container .footer_menu .et_pb_menu__logo img{
        max-width: 120px;
    }
    html[lang="es-ES"] body #page-container .footer_menu ul li{
        padding-right: 20px;
    }
    html[lang="es-ES"] body #page-container .footer_menu ul li a{
        font-size: 18px;
    }
}
@media (min-width: 981px) and (max-width: 1350px){
	body div#page-container .footer_menu ul li a{
		font-size: 16px;
	}
	body div#page-container .footer_menu .et_pb_menu__logo{
		max-width: 130px;
	}
    body #page-container .second_menu ul.nav li a{
        font-size: 20px;
    }
    body #page-container .main_menu ul.nav li a{
        font-size: 23px;
    }
    html[lang="es-ES"] body #page-container #et-boc .second_menu ul.nav > li{
        padding-left: .5vw;
    }
    html[lang="es-ES"] body #page-container .footer_menu .et_pb_menu__logo img{
        max-width: 100px;
    }
    html[lang="es-ES"] body #page-container .footer_menu ul li{
        padding-right: 16px;
    }
    html[lang="es-ES"] body #page-container .footer_menu ul li a{
        font-size: 17px;
    }
}
@media (min-width: 981px) and (max-width: 1250px){
	body div#page-container .footer_menu ul li a{
		font-size: 15px;
	}
	body div#page-container .footer_menu .et_pb_menu__logo{
		max-width: 120px;
	}
	body div#page-container .footer_menu ul li{
		padding-right: 15px;
	}
}
@media (min-width: 981px) and (max-width: 1150px){
	body div#page-container .footer_menu ul li a{
		font-size: 14px;
	}
	body div#page-container .footer_menu .et_pb_menu__logo{
		max-width: 85px;
		margin-right: 15px;
	}
	body div#page-container .footer_menu ul li{
		padding-right: 10px;
	}
    html[lang="es-ES"] body #page-container .main_menu,
    html[lang="es-ES"] body #page-container #et-boc .second_menu{
        width: 95%;
    }
    html[lang="es-ES"] body #page-container .footer_menu .et_pb_menu__logo img{
        max-width: 90px;
    }
    html[lang="es-ES"] body #page-container .footer_menu ul li{
        padding-right: 10px;
    }
    html[lang="es-ES"] body #page-container .footer_menu ul li a{
        font-size: 15px;
    }
    html[lang="es-ES"] body #page-container .blub_contact_cmn .et_pb_blurb_description{
        font-size: 24px;
    }
	#fs-footer-bottom-bar{
		padding-bottom: 50px;
	}
}
@media (min-width: 981px) and (max-width: 1060px){
/* 	body div#page-container .footer_menu ul li a{
		font-size: 14px;
	}
	body div#page-container .footer_menu .et_pb_menu__logo{
		max-width: 90px;
		margin-right: 15px;
	} */
}
@media (max-width: 980px){
	#trp-floater-ls.trp-bottom-right {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 500px){
	html[lang="es-ES"] body #page-container .cmn_contact .gform_footer input,
	html[lang="es-ES"] body #page-container .cmn_btn{
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	html[lang="es-ES"] body #page-container .blub_contact_cmn .et_pb_blurb_description{
        font-size: 16px;
    }
	html[lang="es-ES"] body #page-container .blub_contact_cmn .et_pb_blurb_container{
		padding-left: 10px;
	}
	html[lang="es-ES"] body #page-container .blub_contact_cmn .et_pb_module_header{
		font-size: 16px;
	}
}
html[lang="es-ES"] div#page-container .footer_menu ul li:last-child{
    padding-right: 0;
}
/**BOD layout**/
body #page-container .BOD_layout .dp-dfg-item{
    padding: 20px 30px;
    grid-template-columns: auto;
}
body #page-container .BOD_layout .dp-dfg-item .dp-dfg-header{
    margin: 0;
    grid-column: unset;
    width: 100%;
}
/**Slider fix**/
body #page-container .counseling_slidr .counseling_slidr_img img{
    height: 300px;
    object-fit: cover !important;
}
body #page-container .counseling_slidr .n2-ss-section-main-content{
    justify-content: start !important;
}
body #page-container .counseling_slidr .n2-ss-section-main-content > *:last-child {
    margin-top: auto !important;
}
@media (min-width: 981px) and (max-width: 1650px){
	body #page-container .counseling_slidr .n2-ss-slider-wrapper-inside .nextend-arrow{
		top: -170px !important;
	}
}
@media (min-width: 981px) and (max-width: 1350px){
	body #page-container .counseling_slidr .n2-ss-slider-wrapper-inside .nextend-arrow{
		top: -166px !important;
	}
}
/**Column centered**/
body #page-container .column_center .et_pb_column{
	text-align: center;
}
/**Single blog**/
body .blog_body h2{
    margin-bottom: 20px;
}
/* -- RECAPTCHA BADGE -- */
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
z-index: 9;
}
.grecaptcha-badge:hover {
width: 256px !important;
}