.modal {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    height: 100px;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(/wp-content/plugins/ltcfinder-custom-code/public/images/ltcfinder-loader.gif) center no-repeat;
    background-size: 100px;
    opacity:.33
}

div#center-replace{ min-height:20vw; padding-top: 20px;}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}



.header-top .et_pb_row .et_pb_column:nth-child(1){
	min-width: 58% !Important;
}

.header-top .et_pb_row .et_pb_column:nth-child(2){
	min-width: 20%;
}

.header-top .et_pb_row .et_pb_column:nth-child(3){
	max-width: 17%;
}

#menu-footer{
	flex-direction:column;
}

#menu-footer li {
	padding-right:100px;
    border-bottom: 3px solid #8fb6b7; /* Adjust color as needed */
    padding-bottom: 10px; /* Space between the text and the line */
    margin-bottom: 10px; /* Space between the items */
}

.help-section .et_pb_row .et_pb_column .et_pb_blurb{
	min-height: 225px;
	
	
	display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}


.help-second-row{
	display: flex;
  justify-content: center;
  align-items: center;
}

.help-second-row .et_pb_column{
	max-width: 20.875%;
}

.banner_form {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    padding-top:20px
}

.banner_form_select,
.banner_form_text {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.banner_form_select:focus,
.banner_form_text:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
}

.banner_form_submit {
    background-color: #D93D6A;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.banner_form_select{
	width: 50%;
}


.banner_form_text{
	width: 40%;
	padding: 8px !Important;
	
}

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

.care_center {
    display: flex;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px 20px;
    background-color: #fff;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.care_center img {

    object-fit: cover;
}

.care_center_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.care_center_title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.care_center_phone, 
.care_center_address {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.care_center_categories {
    font-size: 14px;
    color: #237173;
}

.care_center_description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Icons */
.care_center_icon {
    width: 16px;
    height: 16px;
    fill: #ff007f; /* Example color for icons */
}

.care_center_address .care_center_icon,
.care_center_phone .care_center_icon {
    fill: #ff007f;
}

/* Hover effects */
.care_center:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


.care_center h2{
	padding: 10px 0px 0px 0px;
}

.care_center p{
	padding: 10px 0px 5px 0px;
  display: inline-block;
	font-size:17px;
}

.care_center_phone .icon,
.care_center_address .icon {
    width: 16px; /* Set the width of the icons */
    height: auto; /* Maintain the aspect ratio */
    vertical-align: middle; /* Align the icon vertically with the text */
}

.center_icon_container{
	display: flex;
  justify-content: flex-start;
  align-items: center;
}


.center_icon_container .care_center_phone{
	padding-right: 100px;
}

/* Style for the directory listings container */
.directory-related-listings {
	padding: 0px !important;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Style for each listing item */
.directory-related-item {
	padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    width: calc(25.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background:#fff;
}

.directory-related-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Style for the image background */
.directory-related-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Style for the content below each image */
.directory-related-content {
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
}

.directory-related-title a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.directory-related-title a:hover {
    text-decoration: underline;
}




.directory-filter {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px; 
}
form#directory-search-form {
    /*width: 300px;*/
	display: flex;
  align-items: center;
}

#directory-search-form label{
	padding:20px;
}


#directory-filter-form{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
	 border: 1px solid #0E5E6B;
    border-radius: 5px;
    padding: 15px;
    background-color: #ffffff;
    max-width: 100%;
    margin: 10px 0;

}

.filter-column {
    display: flex;
    flex-direction: column;
}

.directory-filter label.heading { font-weight: bold; }

.filter-column label {
    margin-bottom: 5px;
    color: #2D4C3C; /* Match the text color */
}


.taxonomy-terms {
   display: flex; 
   flex-wrap: wrap;
   justify-content: flex-start;
   position:relative;
}

.taxonomy-terms div {
    display: flex;
    align-items: flex-start;
    width: 33.3%;
    line-height: 19px;
    font-size: 13px;
    padding-bottom:6px;
}

.taxonomy-terms input[type="checkbox"],
.filter-column.filter-final input[type="checkbox"]{
    margin-right: .7rem;
    transform: scale(1.5);
    cursor:pointer;
}
.filter-column.filter-final input[type="checkbox"]{
    margin-right: 0px;
    margin-left: .7rem;
}
#apply-filter {
    padding: 8px 12px;
    background-color: #2D4C3C; /* Match button color */
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

#apply-filter:hover {
    background-color: #1E382B; /* Slightly darker shade on hover */
}

.directory-filter p {
    margin: 0;
    font-size: 14px;
    color: #555555; /* Grey color for the paragraph text */
}

/* Additional Styling for "Verified Only" Checkbox */
.filter-column .verified-checkbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.verified-checkbox input[type="checkbox"] {
    margin-right: 5px;
}

.verified-checkbox label {
    margin: 0;
    font-weight: bold;
    color: #2D4C3C;
}


.filter-column.filter-final{
  width: 100%!important;
  text-align: right;  
}


.filter-column:nth-child(2) {
    width: 50%;
}

.filter-column:nth-child(3) {
    width: 50%;
}


/*
.filter-column:nth-child(1) {
    width: 25%;
}
*/


/*
.filter-column:nth-child(3) {
    position: absolute;
    top: 3px;
    right: 6px;
}
*/



.filters-hide-show{
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* Container for the entire layout */
.center-single-container {
	border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 20px;
	
	
   gap: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Left column - featured image and gallery */
.center-single-left {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Right column - taxonomy terms, post title, phone, address, and content */
.center-single-right {
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.center-single-item{
 display: flex;
  justify-content: flex-start;
  align-items: center;
}


/* Featured image styling */
.featured-image img {
    width: 100%;
}

.gallery-display {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
}

.gallery-display a {
 width: 31.933%;
  margin: 0px 5px 0px 0px;
}

/* Remove margin-right from the last item in each row */
.gallery-display a:nth-child(3n) {
    margin-right: 0;
}




/* Taxonomy terms styling */
.taxonomy-terms {
    font-size: 16px;
    margin-bottom: 10px;
}

.taxonomy-terms div {
    min-width: 137px;
}

/* Post title styling */
.post-title h2 {
    font-size: 24px;
    margin: 0;
}

/* Content styling */
.post-content {
    margin-top: 20px;
    line-height: 1.6;
}


.listing_top{
	display: flex;
  justify-content: space-between;
  align-items: center;
}


.care_center .badge{
	max-width: 70px;
    position: absolute;
    top: 3px;
    right: 3px;
}

/* General WooCommerce Wrapper */
.woocommerce {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
    /*padding: 20px;*/
    border-radius: 10px;
}

/* WooCommerce Navigation Styling */
.woocommerce-MyAccount-navigation {
    background-color: #0e5e6b; /* Primary color */
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #237173; /* Primary background */
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background-color: #D93D6A; /* Accent color */
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #D93D6A; /* Active state */
}

/* WooCommerce My Account Content */
.woocommerce-MyAccount-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.woocommerce-MyAccount-content a {
    color: #D93D6A; /* Accent color */
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-content a:hover {
    color: #237173; /* Primary color */
}

/* Logout Link */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #D93D6A !important;
    color: #ffffff !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: #c32e56 !important;
}


.woocommerce-MyAccount-navigation-link{
	list-style-type: none;
}


/* General Form Styling */
form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
}

/* Label Styling */
form p label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

/* Input Fields */
form input[type="text"],
form input[type="number"],
form input[type="email"],
form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

input[type="text"],
input[type="number"],
input[type="email"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form select:focus {
    border-color: #0e5e6b;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
}

/* Submit Button */
form input[type="submit"] {
    background: #0e5e6b;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

form input[type="submit"]:hover {
    background: #c3245a ;
}

/* Cancel Link */
form p a {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

form p a:hover {
    text-decoration: underline;
}

/* Table Styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

table th, table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

table th {
    background: #0e5e6b;
    color: white;
}

table tr:nth-child(even) {
    background: #f2f2f2;
}

table tr:hover {
    background: #e1f5fe;
}

/* Edit Button */
table td a {
    display: inline-block;
    background: #0e5e6b
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

table td a:hover {
    background: #c3245a ;
}

.care_center p.verification-pending,
.care_center p.more-info,
.care_center p.claim-listing {
    color: #0E5E6B;
    padding: 11px 34px;
    padding-top: 3px;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    transition:all 300ms ease;
}
.care_center p.claim-listing a {
    color: #0E5E6B;
}
.care_center p.more-info:hover,
.care_center p.claim-listing:hover {
	text-decoration:underline;
    text-underline-offset: 4px;
}

.services_grid {
    columns: 3;
    font-size:16px
}

.services_category:not(:first-child){
    margin-top:30px;
}

.services_category:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(0,0,0,.15);
}

h3.services_title {
    margin-bottom: 10px;
}

span.services_icon {
    background: #0E5E6B;
    display: inline-flex;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 3px;
    justify-content: center;
    margin-right:5px;
}

.directory-related-listings {
    list-style: none;
    padding: 0;
}

.directory-related-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.directory-related-item li {
    list-style: none;
    margin: 0;
    padding: 0;
}



.custom-product-fields {
    border-radius: 10px;
    margin-top: 20px;
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
    background: #FCF7F2;
    padding: 30px;
}

.custom-product-fields h3, .custom-product-fields h4 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.custom-product-fields label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}

.custom-product-fields input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease;
}

.custom-product-fields input[type="text"]:focus {
    border-color: #0e5e6b;
    box-shadow: 0px 0px 5px rgba(0, 115, 170, 0.3);
    outline: none;
}

.custom-product-fields .care-categories-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-product-fields .care-categories-checkbox-group label {
    background: #ffffff;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.custom-product-fields .care-categories-checkbox-group label:hover {
    background: #0e5e6b;
    color: #fff;
    border-color: #0e5e6b;
}

.custom-product-fields input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.3);
}

.et_pb_wc_add_to_cart_0_tb_body .custom-product-fields input{
	background-color:#fff!important
}

ul.care_categories_list {
    columns: 2;
    list-style-type: none!important;
	margin-bottom:20px;
}


.service_check_boxes{
	list-style-type: none !Important;
}

.filter-toggle {
  background-color: #C3245A;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.2s ease;
  margin-top:0px;
}
.filter-toggle:hover {
  opacity:.95;
}
.filter-toggle .arrow {
  font-size: 12px;
  transform: translateY(1px);
}
.filter-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin-top: 20px;
  margin-bottom: 20px;
}

.filter-left {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.filter-right .filter-toggle {
  background-color: #C3245A;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.2s ease;
}

.filter-right .filter-toggle:hover {
  opacity: .95;
}

.filter-toggle .arrow {
  font-size: 12px;
  transform: translateY(1px);
}

#directory-filter-form{
	display:none;
}

/* === Radio Toggle Wrapper === */
.banner_form_toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 2px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  font-family: "Roboto", sans-serif;
  position: relative;
}

/* === Hide radiobutton but keep it accessible to screen readers === */
.banner_form_toggle input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* === Labels === */
.banner_form_toggle label {
  position: relative;
  cursor: pointer;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  border-radius: 5px;
  transition: all .25s ease;
  user-select: none;
}
.banner_form_toggle:before {
    content: "Search by:";
    display: block;
    position: absolute;
    top: -23px;
    font-size: 10px;
    left: 0;
    color: rgba(255,255,255,.75);
}
/* Hover */
.banner_form_toggle label:hover {
  background-color: rgba(0,171,205,.08);
}

/* Active (selected) */
.banner_form_toggle label.active {
  background-color: #0e5e6b;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,171,205,.4);
}

/* Keyboard focus ring on the hidden radio via its label */
.banner_form_toggle input[type="radio"]:focus-visible + * ,
.banner_form_toggle label:focus-visible {
  outline: 2px solid #00abcd;
  outline-offset: 2px;
  border-radius: 32px;
}

/*Cart Styles*/
.cart_item th.product-name {
    background: #fff;
    color: #222;
	max-width:300px;
	font-size:70%;
	font-weight:200;
}


.cart_item th.product-name dl.variation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cart_item th.product-name dl.variation dt {width:20%}
.cart_item th.product-name dl.variation dd {width: 70%}

.woocommerce .woocommerce-cart-form__contents a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-cart-form__contents .product-thumbnail {
    display: none;
}

/* Responsive */
@media (max-width: 600px) {
  .banner_form_toggle {
    flex-direction: row;      /* keep side-by-side on most phones */
    gap: 8px;
    padding: 10px;
  }
  .banner_form_toggle label {
    padding: 10px 18px;
    font-size: 14px;
  }
}






.social-follow {
    display: inline-block;
}
.social-follow p {
    margin: 0 0 5px;
    font-weight: 600;
    color: #093B4C; /* adjust */
}
.social-icons {
    display: flex;
    gap: 12px; /* more balanced spacing */
}
.social-icons a {
    width: 50px;   /* fixed circle size */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d93d6a;
    transition: transform 0.2s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
}

.social-icons a img {
    width: 75%;   /* make the icon fill more of the circle */
    height: 75%;
    object-fit: contain;
}


.categorychecklist li{
	list-style-type: none;
}

.static-map{
  width: 300px;
  height: 224px;
}


.search-name,
.banner_form_toggle{
	display:none;
}






















/* Responsive Styles */
@media (max-width: 1200px) {
    .directory-related-item {
        width: calc(33.33% - 20px); /* 3 items per row */
    }
}



@media screen and (max-width: 980px) {
	
	
	
	
	.center-single-container{
		flex-direction: column;
	}
	
	 .directory-related-item {
        width: calc(50% - 20px); /* 2 items per row */
    }
	
	.center_icon_container {
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	}

	.center_icon_container .care_center_phone{
		padding-right: 0px;
	}
	
	
	 .care_center_phone, .care_center_address{
		flex-direction:column;
	 }
	  .care_center {
        flex-direction: column;
        align-items: center;
    }
    .care_center img {
        width: 100%;
        height: auto;
    }
    .care_center_content {
        text-align: center;
    }
	
	.banner_form_select,
	.banner_form_text,
	.banner_form_submit{
		width: 100%;
	}

	.banner_form{
		flex-direction:column;
	}
	
	.help-second-row{
		display: block;
	}

	.help-second-row .et_pb_column:not(:nth-child(2)) {
		max-width: 47.25%;
		margin-right: 5.5%;
	}

	.help-second-row .et_pb_column{
	  max-width: 47.25%;
	}
	
	
	.footer-menu .et_pb_menu__wrap{
			justify-content: center !important;
	}
	
	.footer-menu .et_pb_menu__menu{
		display: block !Important;
	}
	
		.footer-menu .et_mobile_nav_menu{
		display: none !Important;
	}
    /* At 980px and below, set the first column to 100% width */
    .header-top .et_pb_row .et_pb_column:nth-child(1) {
        min-width: 100% !important;
    }
    
    /* Adjust the second and third columns if needed, or hide them */
    .header-top .et_pb_row .et_pb_column:nth-child(2),
    .header-top .et_pb_row .et_pb_column:nth-child(3) {
        max-width: 100%;
        display: block; /* or adjust this as necessary */
    }
    .services_grid {
       columns: 2;
       font-size:15px
    }
	
}




@media screen and (max-width:768px){
	
	
	
	
	
	
	
	.banner_form_select,
	.banner_form_text {
		padding: 16px;
	}
	
		.directory-related-item {
        width: calc(100% - 20px); /* 1 item per row */
    }

    .directory-related-title a {
        font-size: 16px; /* Adjust font size for smaller screens */
    }

    .services_grid {
       columns: 2;
       font-size:13px
    }   
	
	
}



@media screen and (max-width:479px){
	
	
	
	
	
	
	
	
	
	
		.help-second-row .et_pb_column:not(:nth-child(2)) {
			max-width: 100%;
			margin-right: 0%;
		}

		.help-second-row .et_pb_column{
		  max-width: 100%;
		}
	
	
}