* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Container */
.edhc-container {
    display: block;
	position: relative;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 12px 0;
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #c00;
	z-index: 2;
}
.edhc-content{
	display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 25px;
	justify-content: space-between;
}
/* Products Bar (Mobile Only) */
.edhc-products-bar {
	display: block;
    position: relative;
}
.edhc-products-bar button {
	display: flex;
    background: none;
    border: none;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: fit-content;
}
.icon-menu{
	content: "";
    display: inline-block;
    position: relative;
    background-image: url(/membership-area/edhc/sp1/files/icon-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
}
.edhc-icon-menu {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  fill: #ce0202;
  transition: fill 0.3s ease;
}

.edhc-menu-toggle:hover .edhc-icon-menu {
  fill: #0077cc;
}

.edhc-icon-home {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  transform: scale(0.75);
  transition: fill 0.3s ease;
}
.edhc-icon-home use {
 
}

.edhc-content span {
	font-weight: bold;
	width: max-content;
    color: #595959;
    font-size: 13px;
}

/* Topbar (Desktop Only) */
.edhc-topbar {
	display: flex;
    width: 100%;
    flex-direction: row;
	justify-content: space-between;
}
.edhc-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.edhc-topbar-links a {
	display: flex;
    color: #333;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}
.edhc-logo{
	font-size: 20px;
    font-weight: bold;
    color: #ce0202;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.edhc-logo img{
	display: block;
    position: relative;
    width: 100%;
    max-width: 200px;
}
.edhc-topbar-links{
	display: flex;
    flex-direction: row;
	align-items: flex-end;
	gap: 15px;
	width: fit-content;
}
.edhc-topbar-links i {
    width: fit-content;
    height: 24px;
    font-size: 18px;
    line-height: 22px;
	color: #ce0202;
}

/* Mobile Nav Panel */
.edhc-mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: left 0.3s ease;
  overflow-y: auto;
}
.edhc-mobile-nav.open {
	left: 0;
}
.mobile-nav-btns{
	display: flex;
    background: #535353;
    height: 68px;
    align-items: center;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
}
.mobile-nav-btns a{
	text-decoration: none;
    display: flex;
	height: 100%;
    align-items: center;
    justify-content: flex-start;
   
	padding: 16px;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
}
.mobile-nav-btns a i{
	font-size: 22px;
    line-height: 22px;
	transform: translateY(-2px);
}
.mobile-nav-btns a:hover{
	
}
.mobile-nav-btns a span{
	font-size: 16px;
    line-height: 16px;
    transform: translateY(6px);
}
.edhc-close-btn {
	background: none;
    border: none;
    font-size: 26px;
    color: #fff;
    float: right;
    height: 100%;
    padding: 16px 20px;
    border-left: 1px solid #000;
}

/* Main Mobile Nav List */
.edhc-nav-list {
	list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
	padding-top: 20px;
}
.edhc-nav-list li {
    display: flex;
    width: 100%;
    padding: 0 16px;
    align-items: center;
    flex-direction: row;
}
.edhc-nav-list a,
.edhc-submenu-trigger {
	font-size: 16px;
    color: #595959;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 16px 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}
.edhc-nav-list a span{
	display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 7px;
    justify-content: flex-start;
    line-height: 15px;
    vertical-align: middle;
    alignment-baseline: middle;
}
.edhc-nav-list a span i{
	font-size: 15px;
    line-height: 15px;
}

/* Submenu Panels (Mobile) */
.edhc-submenu-panel {
  display: none;
}
.edhc-submenu-panel.active {
  display: block;
}
.edhc-submenu-header {
	display: flex;
    background: #ededed;
    height: 68px;
    align-items: center;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
}
.edhc-back-btn {
	background: none;
    border: none;
    text-decoration: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding: 16px;
    color: #595959;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.edhc-back-btn i{
	font-size: 13px;
    line-height: 22px;
}
.edhc-submenu-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}
.edhc-submenu-list {
	list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 20px;
}
.edhc-submenu-list li {
	display: flex;
    width: 100%;
    padding: 0 16px;
    align-items: center;
    flex-direction: row;
}
.edhc-submenu-list a {
	font-size: 16px;
    color: #595959;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: none;
    border: none;
    padding: 16px 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
	gap: 8px;
	line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}
.edhc-submenu-list a i{
	font-size: 18px;
    line-height: 1;
}
.edhc-submenu-list a span{
	
}


/* Desktop Navigation */
.edhc-desktop-nav-content{
	display: none;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.5);
	border-bottom: 0 solid #d3cece;
	z-index: 2;
}
.edhc-desktop-nav {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
}
.edhc-desktop-menu {
	display: flex;
    justify-content: space-between;
    list-style: none;
    flex-direction: row;
    align-items: center;
    width: 100%;
	height: 44px;
}
.edhc-desktop-menu li {
	display: flex;
    position: relative;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.edhc-desktop-menu a {
	display: flex;
    font-size: 16px;
    color: #ce0202;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
	transition: all 0.3s ease-in-out;
	
}
.edhc-desktop-menu a:hover {
	background-color: #ce0202;
    color: #fff;
}
.edhc-desktop-dropdown .edhc-dropdown-toggle {
	display: flex;
    align-items: center;
	justify-content: center;
	background: none;
    border: none;
    font-size: 16px;
	line-height: 16px;
    color: #ce0202;
    font-weight: 600;
    gap: 6px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.edhc-dropdown-toggle i{
	font-size: 13px;
    line-height: 16px;
	transition: transform 0.3s ease;
}
.edhc-dropdown-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.edhc-desktop-dropdown .edhc-dropdown-toggle:hover{
	background-color: #ce0202;
    color: #fff;
}
.edhc-dropdown-panel {
  display: none;
  position: absolute;
  width: 200%;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 999;
}
.edhc-desktop-dropdown.open .edhc-dropdown-panel {
  display: block;
}
.edhc-dropdown-list {
  list-style: none;
  padding: 15px;
}
.edhc-dropdown-list li a {
  display: block;
  padding: 10px 14px;
  color: #595959;
  border-bottom: 1px solid #eee;
}
.edhc-dropdown-list li a:hover {
	background: #f5f5f5;
	color: #595959;
	border-left: 3px solid #ce0202;
	transform: translateX(10px);
	width: calc(100% - 10px);
}

/* Breadcrumb */
.edhc-breadcrumb-content{
	display: block;
	position: relative;
	margin: 0 auto;
	background: #f0f0f0;
	width: 100%;
	padding-top: 10px;
    padding-bottom: 6px;
}
.edhc-breadcrumb {
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 6px;
	color: #595959;
}
.edhc-breadcrumb a {
	display: flex;
    color: #333;
    flex-direction: row;
    align-items: center;
	line-height: 16px;
}
.edhc-breadcrumb a i{
	font-size: 16px;
    color: #ce0202;
	line-height: 16px;
}
.edhc-breadcrumb-separator {
  color: #595959;
  line-height: 16px;
}
.edhc-current-page-name {
  font-weight: bold;
}
.prt-display{
	display: none;
}
a.prt-display{
	display: none;
}

/*------------------ edhc-footer Sectione --------------*/

.edhc-footer{
	display: block;
    position: relative;
    width: 100%;
}
.edhc-footer-content{
	content: "";
	display: block;
    position: relative;
	width: 100%;
    height: 100%;
	background-color: #f7f6f6;
}
.footer-description-content{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.edhc-footer-sm1{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #c00000;
    padding: 50px 0;
}
.edhc-footer-sm2{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.edhc-footer-brand{
	display: block;
    position: relative;
    width: 100%;
    padding-top: 10px;
}
.footer-logo{
	display: block;
    position: relative;
    width: 100%;
	margin-bottom: 20px;
}
.ft-logo{
	
}
.footer-logo img{
	display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
}
.edhc-footer-products{
	display: inline-block;
    position: relative;
    width: 100%;
}
a.ar-after{
	display: flex;
	position: relative;
    color: #5c5c90;
    font-size: 16px;
    line-height: 20px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
	text-align: left;
	font-weight: 600;
	transition: 0.4s ease-in-out;
}

a.ar-after:hover{
	color: #004a7c;
	transform: translateX(10px) scale(1.05);
	text-decoration: none;
}
a.ar-after:before{
    content: "";
	transition: 0.6s ease-in-out;
}
/*
a.ar-after:hover:before{
	background: #A7BEAE;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
	z-index: 80;
}*/

.ftr-list{
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 15px;
    gap: 30px;
    justify-content: space-between;
}
.ftr-list-step1{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
	padding-bottom: 0;
	font-size: 18px;
    font-weight: 700;
	
}
.ftr-list1, .ftr-list2{
	display: flex;
    flex-direction: column;
    padding-top: 5px;
    align-items: flex-start;
    text-align: center;
	padding-left: 0;
	gap: 4px;
}
.ftr-list1 li{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.ftr-list1 li:not(:last-child){
	padding-bottom: 0;
}
.subscribe-sectione{
	display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.sub-sect-cont{
	display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px;
}
.sub-sect-cont h3{
	font-size: 24px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 15px;
}

.subscribe-sectione p{
	display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
	color: #828282;
}
.sub-sect-cont p{
	font-size: 16px;
    margin-bottom: 90px;
    padding: 0;
    color: #fff;
    line-height: 1;
}
.edhc-footer-txt{
	display: block;
    position: relative;
    padding-top: 40px;
    color: #fff;
	opacity: 0.8;
}
.edhc-footer-txt p{
	font-size: 14px;
    line-height: 18px;
}
.edhc-footer-txt ul{
	list-style: auto;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 13px;
}
.edhc-footer-txt ul li{
	display: list-item;
    padding-bottom: 6px;
}
.edhc-footer-txt p a{
	color: #d3bea3;
    font-weight: 400;
    text-decoration: underline;
}
.edhc-footer-txt p a:hover{
	color: #A7BEAE;
	text-decoration: none;
}

.edhc-conditions{
	display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.ftr-legals{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 15px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.ftr-legals a{
	display: flex;
    position: relative;
    color: #5c5c90;
    font-size: 14px;
    line-height: 18px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}
.ftr-legals a:hover{
    color: #004a7c;
	transform: translateX(10px), scale(1.05);
	text-decoration: none;
}
.ftr2-legals{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 15px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.ftr2-legals a{
	position: relative;
	color: #313131;
    font-weight: 600;
    padding: 3px 9px;
    font-size: 14px;
    border-top: 2px solid #ffcd14;
    border-bottom: 2px solid #ffcd14;
}
.ftr2-legals a:hover{
    color: #ababab;
}

.edhc-footer-legals{
	display: block;
    position: relative;
    width: 100%;
	/*background: #070707;*/
	/*padding: 25px 0;*/
}
.edhc-footer-copyright{
	display: block;
    position: relative;
    width: 100%;
}
.copyright, .brand-txt{
	font-size: 14px;
    font-weight: 600;
    text-align: center;
	padding: 25px 0;
	line-height: 18px;
}
.edhc-footer-copyright span{
	display: block;
    padding-top: 6px;
}
.contact-media{
	display: flex;
    flex-direction: row;
    padding-top: 10px;
    align-items: flex-start;
    text-align: center;
    padding-left: 0;
    gap: 10px;
}
.contact-media i{
	color: #5c5c90;
    font-size: 26px;
    line-height: 1;
    font-weight: var(--edhc-font-weight-regular);
}
.contact-media .a-media{
	padding: 2px;
    border-radius: 4px;
    border: 1px solid #5c5c90;
}

.edhc-footer-cont1{
	display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;
}

.edhc-footer-section {
 /* border-bottom: 1px solid #fff;*/
}

.edhc-footer-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}

.edhc-footer-toggle::before {
  content: "+";
  margin-right: 10px;
  font-weight: bold;
}

.edhc-footer-toggle[aria-expanded="true"]::before {
  content: "–";
}

.edhc-footer-list {
  list-style: none;
  margin: 0;
  padding: 0 16px 12px 26px;
  display: none;
}

.edhc-footer-list li {
  margin: 8px 0;
}

.edhc-footer-list a {
	display: flex;
	flex-wrap: wrap;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
}
.edhc-footer-list a i {
    font-size: 14px;
	line-height: 18px;
	margin-right: 10px;
}
.edhc-footer-list a span {
	position: relative;
	display: block;
    top: 2px;
    font-size: 14px;
    line-height: 18px;
    alignment-baseline: central;
}


/*---------------End edhc-Footer Sectione-------------*/



.mob-display{
	display: block;
}
.desk-display{
	display: none;
}
/*-------------Loading Gif-----*/
.lds-spinner {
  /* change color here */
  color: #1c4c5b
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Media Queries */
@media screen and (min-width: 700px) {
	.edhc-container {
		padding: 15px 0;
	}
	.edhc-products-bar button {
		display: flex;
		flex-direction: row;
		gap: 7px;
	}
	.edhc-topbar-links a {
		flex-direction: row;
		gap: 10px;
	}
	.edhc-topbar-links {
		align-items: center;
		gap: 25px;
	}
	.edhc-icon-menu {
		transform: scale(1.2);
        transform-origin: left;
	}
	.edhc-content span {
		font-size: 16px;
	}
	
	.edhc-topbar-links i {
		height: 24px;
        font-size: 20px;
        line-height: 24px;
	}
}
@media screen and (min-width: 767px) {
	/*---------------Start edhc-Footer Sectione-----------*/
	.edhc-footer-content {}
	
	.footer-description-content{padding: 0;}
	.edhc-footer-brand{width: 50%; padding-right: 15px; padding-top: 0;}
	.footer-logo{}
	.footer-logo img{width: 100%; max-width: 300px;}
	.footer-logo h4{font-size: 1.25rem;font-weight: 600; line-height: 30px;}
	.edhc-footer-brand p{	display: block; text-align: left;}
	.edhc-footer-brand ul{display: flex; flex-direction: row; align-items: center;}
	.edhc-footer-brand li:not(:last-child){margin-right: 10px; display: flex; flex-direction: row; align-items: center; text-align: left;}
	.edhc-footer-brand ul li a{display: flex; align-items: center;}
	.edhc-footer-brand ul li a img{display: inline-block; width: 22px; height: 22px;}
	.edhc-footer-products{}
	.ftr-list{
		display: flex;
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
	}
	.ftr-list-step1{
		align-items: flex-start;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 18px;
	}
	.ftr-list2{display: flex; padding-left: 5px; padding-top: 5px; text-align: left; align-items: flex-start;}
	.ftr-list1{
		padding-top: 15px;
        align-items: flex-start;
        text-align: left;
	}
	.contact-media {
		padding-top: 15px;
	}
	.ftr-list1 li{}
	.ftr-list2 li{font-size: 0.95rem; line-height: 22px;}
	.ftr-list2 li:not(:last-child){margin-bottom: 15px;}
	.ftr-list3{padding-left: 5px;padding-top: 5px;align-items: flex-start;}
	.ftr-list3 li:not(:last-child){	margin-bottom: 5px;}
	.ftr-list3 li{font-size: 0.925rem;line-height: 17px;}
	.edhc-footer-legals{padding: 0;}
	.edhc-legals-content{}
	.edhc-footer-copyright{}
	.copyright, .brand-txt{	font-size: 14px; line-height: 20px; padding: 30px 0;}
	.brand-txt{padding: 4px 20px;}
	.edhc-legals-list{}
	.edhc-legals-list ul{}
	.edhc-legals-list ul li{}	
	.edhc-legals-list ul li:not(:last-child){	margin-right: 30px;}
	.edhc-legals-list ul li a{font-size: 0.875rem; line-height: 16px;}
/*---------------End edhc-Footer Sectione-------------*/
}
@media screen and (min-width: 950px) {
	.edhc-container {
		padding: 17px 0;
		box-shadow: none;
	}
  .edhc-products-bar,
  .edhc-mobile-nav {
	display: none;
  }

  .edhc-topbar {
    display: block;
  }

  .edhc-desktop-nav-content {
    display: block;
  }
  a.prt-display{
	display: flex;
  }
  .edhc-topbar-links a:hover{
	 opacity: 0.7;
  }
  .prt-display{
	  display: block;
  }
  .edhc-logo {
	  justify-content: flex-start;
  }
  
  .edhc-footer-products {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 25px;
    }
	a.txt-logo {
        font-size: 3.2em;
    }
	
	a.txt-logo {font-size: 3.2em;}
	.ftr-list {gap: 25px;}
	.edhc-footer-txt p {font-size: 16px;line-height: 22px;}
	.edhc-footer-txt ul {font-size: 15px; padding-bottom: 15px;}
	.ftr-legals, .ftr2-legals {gap: 40px;}
	.ftr-legals a, .ftr2-legals {font-size: 15px;}
	
		.edhc-footer-cont1{
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
			flex-direction: row;
		}
	  .edhc-footer-section {
		flex: 1 1 22%;
		border-bottom: none;
	  }

	  .edhc-footer-toggle {
		pointer-events: none;
		cursor: default;
	  }

	  .edhc-footer-toggle::before {
		content: none;
	  }

	  .edhc-footer-list {
		display: block !important;
		padding-left: 0;
	  }
	
	
  
}
@media screen and (min-width:1200px){
	

/*---------------Start edhc-Footer Sectione-----------*/
	.edhc-footer-content{}
	.edhc-footer-legals{padding: 0;}
	.footer-description-content{}
	.edhc-footer-brand{}
	.footer-logo img{ }
	.footer-logo h4{font-size: 1.75rem; line-height: 40px;}
	.edhc-footer-brand p{font-size: 16px; line-height: 24px; margin: 35px 0;}
	.edhc-footer-brand li:not(:last-child){margin-right: 20px;}
	.edhc-footer-brand ul li a img{width: 25px; height: 25px;}
	.edhc-footer-products{}
	.edhc-footer-products a{}
	.ftr-list{}
	.ftr-list-step1{}
	.ftr-list2, .ftr-list1{}
	.ftr-list1 li:not(:last-child){}
	.ftr-list {gap: 60px;}
	.edhc-footer-legals{padding: 0;}
	.edhc-legals-content{ display: flex; flex-direction: row; align-items: flex-start;}
	.edhc-footer-copyright{}
	.copyright, .brand-txt{font-size: 16px; line-height: 20px; padding: 30px 0;}
	.brand-txt{text-align: left; padding: 0;}
	.edhc-legals-list{}
	.edhc-legals-list ul{}
	.edhc-legals-list ul li{}	
	.edhc-legals-list ul li:not(:last-child){	margin-right: 30px;}
	.edhc-legals-list ul li a{font-size: 1rem; line-height: 22px;}
	

/*---------------End edhc-Footer Sectione-------------*/
}
