:root {
  --main-head-color: #1b1b1b;
  --main-head-color-hover: #00427e;
  --main-head-bg: #fff;
  --main-head-submenu-bg: #ececec;
}  
/* MENU */
.site-header{
	border-bottom: 1px solid #ccc4;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{
	position:relative;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    left: 0!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
	position:unset!important;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{
	padding:0!important;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-column,
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1{
	border:0!important;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul > li{
	padding:12px 20px!important;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-weight:300;
	font-size:14px;
	line-height: 2!important;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul > li:first-child {
    padding-top: 5px;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-tabbed > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	border-bottom:1px solid #C5DCD2 !important;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link{
	line-height:1.4!important;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	background:#E7F5F6;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	background:#CCEDF1;
}
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a, 
.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li{
	border-color:#c5dcd2!important;
}
.dd-header #mega-menu-wrap-menu-1 li.wlu-main-menu-home > ul.mega-sub-menu li:last-of-type,
.dd-header #mega-menu-wrap-menu-1 li.wlu-main-menu-levels > ul.mega-sub-menu li.mega-menu-column,
.dd-header #mega-menu-wrap-menu-1 li.wlu-main-menu-levels > ul.mega-sub-menu li:last-of-type,
.dd-header #mega-menu-wrap-menu-1 li.wlu-main-menu-insurance > ul.mega-sub-menu li:last-of-type{
	border:0!important;
}
.dd-header #mega-menu-wrap-menu-1 li.wlu-main-menu-locations > ul.mega-sub-menu li.locations-dd-2,
.dd-header #mega-menu-wrap-menu-1 li.wlu-main-menu-insurance > ul.mega-sub-menu li.insurance-dd-2 li,
.dd-header #mega-menu-wrap-menu-1 li.wlu-main-menu-insurance > ul.mega-sub-menu li.locations-dd-2 li{
	border-right:0!important;
}
@media only screen and (min-width:991px){
	li#mega-menu-item-59921,
	li#mega-menu-item-59922,
	li#mega-menu-item-60068,
	li#mega-menu-item-60078,
	li#mega-menu-item-60080,
	li#mega-menu-item-60091 {
		border-left: 1px solid #C5DCD2 !important;
	}
	.home-dd-1 > ul > li, .levels-dd-1 > ul > li, .insurance-dd-1 > ul > li, .insurance-dd-2 > ul > li {
    padding: 6px 6px 6px 6px !important;
    border-bottom: 1px solid #eee !important;
	}
	.wlu-main-menu-treatment > ul > li > ul > li > ul > li > ul > li, .wlu-main-menu-resources > ul > li > ul > li > ul > li > ul > li {
		border-right: 1px solid #eee !important;
		border-bottom: 1px solid #eee !important;
	}
	.wlu-main-menu-locations .mega-menu-item-has-children > a {
		color: #728E90!important;
		text-transform: uppercase !important;
	}
}

/* MENU end */
/* Header */
  .site-header {
    position: relative;
    z-index: 9999;
  }
  .header-content {
	float: left;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
 
  #site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0px x 0 auto;
    background-color: var(--main-head-bg);
    border: unset;
  }
  #dd-collapse-menu {
    padding: 0;
  }
  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #primary-menu > li:not(:first-child){
    margin-left: 31px;
  }
  #primary-menu .menu-item a {
    color:  var(--main-head-color);
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
	line-height:20px;
  }
  #primary-menu li.menu-item-has-children a {
    margin-right: 18px;
  }
  #primary-menu li.menu-item-has-children a {
    position: relative;
  }
  #primary-menu .menu-item-has-children > a:before {
     content: "\203A";
    position: absolute;
    right: -20px;
    top: 20.5px;
    font-size: 24px;
    transform: rotateZ(90deg);
  }
  #primary-menu .menu-item a:hover {
    color: var(--main-head-color-hover);
  }
  #primary-menu li.menu-item-has-children:hover > .sub-menu  {
    visibility: visible;
    opacity: 1;
  }  
  .menu-item-has-children .sub-menu {
    position: absolute;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: var(--main-head-submenu-bg);
    border: #ececec solid 1px;
    -webkit-box-shadow: 8px 12px 43px #00000016;
            box-shadow: 8px 12px 43px #00000016;
    list-style: unset;
    padding: 4px 0;
    z-index: 999;
  }
  #primary-menu .menu-item-has-children .sub-menu a {
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  #primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
    margin-bottom: 0;
  }
 
  
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    #primary-menu .menu-item a {
      font-size: 14px;
    }
    .site-branding img {
      max-width: 155px;
    }
    #site-navigation {
      margin-right: 17px;
    }
    #primary-menu > li:not(:first-child) {
      margin-left: 20px;
    }
    }  
  @media screen and (min-width: 768px) and (max-width: 992px) {
	.dd-footer-top-tree.col-md-3.col-xs-12 {
		width: 50%;
	}
} 
	@media screen and (min-width: 992px) {
		.menu-item-has-children .sub-menu .sub-menu {
			top: 50px;
			left: 90%;
		}
	} 
  @media screen and (max-width: 992px) {
    .site-header {
      position: relative;
    }
    .site-header::before {
/*       content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 56.77px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
      background-image: -o-linear-gradient(#ebebeb, #fff);
      background-image: linear-gradient(#ebebeb, #fff); */
    }
    .header-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
    }
    .site-branding {
      z-index: 2;
    }
    .site-branding img {
      max-width: 155px;
    }
    .navbar-header {
      position: absolute;
      top: 33.5px;
      right: 30px;
    }
    #site-navigation .navbar-header button {
      background-color: unset;
      border: unset;
      border-radius: unset;
      margin: 0;
    }
    #site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
      background-color: unset;
    }
    .navbar-header button .icon-bar{
      background-color:#05666f!important;/* i kno...*/
      width: 39px;
      border-radius: unset;
    }
    .navbar-header button .icon-bar:not(:first-child) {
      margin-top: 8px;
    }
    .navbar-toggle {
      display: block;
    }
    #dd-collapse-menu {
      width: 100%;
    }
    .dd-navigation .collapse {
      display: none!important;
    }
    .dd-navigation .collapse.in {
      display: block!important;
    }
    #site-navigation {
      position: static;
      margin: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      min-height: unset;
    }
    #primary-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 0 35px 30px;
    }
	#primary-menu > li {
		padding-left: 20px;
	}  
    #primary-menu > li.menu-item {
      margin: 0 0 11px 0;
    }
    #primary-menu .menu-item a {
      font-size: 16px;
      padding: 5px 0;
    }
    #primary-menu .menu-chevron {
            position: absolute;
			top: 0px;
			font-size: 15px;
			transform: rotate(0deg);
			height: auto;
			width: 20px;
			left: 3px;
    }
    #primary-menu .menu-item-has-children {
      position: relative;
    }
    #primary-menu .menu-item-has-children a:before {
      content: unset;
    }
    #primary-menu .menu-item-has-children .sub-menu {
      display: none;
      visibility: visible;
      opacity: 1;
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset;
      position: static;
      border: unset;
      -webkit-box-shadow: unset;
              box-shadow: unset;
      background-color: #fff;
      margin-left: 10px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .site-branding img {
      max-width: 121px;
    }
    .navbar-header {
      top: 30px;
    }
  }
  
  /* Header end */
/* new css */
footer#site-footer {
    background-color: var(--main-footer-bg);
    float: left;
    width: 100%;
}
.dd-footer-top {
    padding: 80px 15% 0;
    display: flex;
    flex-wrap: wrap;
}
.dd-footer-bottom {
    padding: 0px 15% 25px;
    border-top: 1px solid  #1E7B87;
    padding-top: 40px;
    margin-top: 30px;
}
.dd-footer-top-two li {
    color: #01A962;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
}
.dd-footer-top p.widget-title {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    padding-bottom: 12px;
	max-width: 234px;
}
.site-footer .dd-footer-wrap .menu-item a:hover {
    color: #fff;
}
.site-footer .dd-footer-wrap .menu-item a:hover {
    color: var(--main-footer-color-hover);
}
.dd-footer-location ul {
    padding-left: 20px;
}
.dd-footer-location li {
    margin-top: 10px;
}
.dd-button-footer-lo.wp-block-button a.wp-block-button__link {
    border: 1px solid #fff !important;
}
.dd-footer-insurance-wrap {
    margin-top: 40px;
}
.dd-button-footer-lo center {
    display: flex;
}
@media only screen and (max-width:1500px){
	.dd-footer-top {
		padding: 100px 5% 0;
	}
	.dd-footer-bottom {
		padding: 30px 5% 25px;
		margin-top: 70px;
	}
	p.dd-header-abme-cont {
		padding: 10px 0;
	}
	.site-branding img.custom-logo {
		height: 51px;
	}
}
@media only screen and (max-width:1200px){
	.dd-footer-bottom {
		padding: 30px 0px 25px;
	}
	.dd-footer-top,
	.dd-footer-bottom {
		padding-left: 35px;
	}
	p.dd-footer-last-left {
		padding-right: 45px;
	}
	.dd-footer-block-big-title h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.dd-footer-address h4, .dd-footer-address p,
	.dd-footer-top-two li,
	 h5.dd-footer-pl {
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (max-width:991px) {
	.dd-footer-top, .dd-footer-bottom {
		padding-left: 20px;
	}
	.dd-footer-top-one, .dd-footer-top-two {
		margin-bottom: 30px;
	}
	.dd-button-footer-lo.wp-block-button a.wp-block-button__link {
		margin-left: 0;
	    border-radius: 6px!important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.dd-footer-top-one.col-md-4.col-xs-12, .dd-footer-top-two.col-md-2.col-xs-12,
	.dd-footer-top-tree.col-md-2.col-xs-12,
	.dd-footer-top-four.col-md-3.col-xs-12 {
		width: 50%;
	}
}
@media only screen and (max-width:767px) {
	.dd-footer-top-four.col-md-3.col-xs-12 {
		margin-top: 30px;
	}
	.dd-footer-bottom {
		position: relative;
		z-index: 2;
	}
}

/* new header css */
.site-branding {
    max-width: 249px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-79603 {
    display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #05666f;
}
.mega-menu a.mega-menu-link {
    font-weight: 400 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #728E90;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
	color:#64D8B7;
}
.entry-content {
    margin: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: #fff;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #fff;
}
/* new header */
.dd-header .navbar {
    position: unset;
}
.dd-header {
    position: relative;
}

li#menu-item-79603 {
    display: none;
}
.dd-hover-for-menu {
    position: absolute;
    background: #ffff;
    z-index: 999999;
    width: 100%;
    height: 100%;
	    top: 140px;
    left: 0;
    min-height: 350px;
}
.dd-hover-for-menu .container {
    position: relative;
    display: flex;
    float: left;
    min-height: 350px;
    max-height: 350px;
}
div#dd-hover-colum-tree {
    max-height: 340px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
 div#dd-hover-colum-one  {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
} 
ul#primary-menu .menu-item-has-children .sub-menu {
    display: none;
}
.dd-hover-for-menu-wrap {
    position: relative;
/*     overflow: hidden; */
	padding: 20px 0px;
}
.dd-hover-for-menu-wrap li {
    max-width: 250px;
}
.dd-hover-for-menu-wrap .menu-item-has-children ul.sub-menu {

    background: #fff;
    z-index: 999999;
    left: 250px;
    margin-left: 0;
    height: 100%;
    width: 300px;
    top: 0;
}
.dd-hover-for-menu-wrap .menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.dd-hover-for-menu-wrap .menu-item-has-children > a:before,
#dd-hover-colum-two .menu-item-has-children > a:before {
    position: absolute;
    left: -17px;
    top: -8px;
    content: "▶";
}
.dd-hover-for-menu-wrap .menu-item-has-children a,
#dd-hover-colum-two .menu-item-has-children  a {
	   position: relative;
}
.dd-hover-for-menu-wrap li,
#dd-hover-colum-two li,
.dd-hover-colum-tree li {
    list-style: none;
    padding-left: 25px;
 	background: #fff;
}
.dd-hover-for-menu-wrap li,
#dd-hover-colum-two li,
.dd-hover-colum-tree li  {
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
}
.dd-hover-for-menu-wrap li:hover,
#dd-hover-colum-two li:hover,
.dd-hover-menu-wrap .dd-hovered,
.dd-hover-menu-wrap .dd-hovered a {
    background: #EFFAF5;
    color: #01A962;
}
.dd-hover-for-menu-wrap li:hover > a,
#dd-hover-colum-two li:hover > a, 
.dd-hover-colum-tree li:hover > a
.dd-hover-menu-wrap .dd-hovered > a {
    color: #01A962!important;
    font-weight: 600;
}
.dd-hover-colum-tree li:hover,
.dd-hover-colum-tree li:hover  a {
    background: #EFFAF5;
    color: #01A962;
}
.dd-hover-for-menu-wrap ul.sub-menu {
    box-shadow: none;
    border: none;
}
.dd-hover-for-menu-wrap .menu-item-has-children ul.sub-menu .menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.dd-hover-for-menu-wrap .menu-item-has-children ul.sub-menu ul.sub-menu {
    opacity: 0;
    visibility: visible;
}
.header-content {
    flex-wrap: wrap;
}
.dd-hover-menu-wrap {
    display: flex;
    align-items: baseline;
}
.dd-hover-colum-one,
.dd-hover-colum-two,
.dd-hover-colum-tree {
    min-width: 250px;
}
.dd-hover-for-menu-wrap .menu-item-has-children ul.sub-menu {
    display: none;
}
div#dd-hover-colum-two {
    max-height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 290px;
}
.dd-hover-for-menu {
    display: none;
}
.dd-hover-for-menu.dd-hover-for-menu-hovered {
	display:flex;
}
nav#site-navigation {
    margin-bottom: 0;
}
.home .nv-content-wrap.entry-content, .home .nv-single-page-wrap {
    margin: 0!important;
}
@media only screen and (min-width:991px) and (max-width:1500px) {
	div#dd-hover-colum-two {
		max-height: 370px;
	}
}
@media only screen and (min-width:991px) and (max-width:1200px) {
	.dd-hover-for-menu.dd-hover-for-menu-hovered {
		top: 125px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
}
@media only screen and (min-width:991px){
/* 	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row li.mega-menu-column{
		border:0!important;
		padding:0!important;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		padding:10px 25px;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul > li{
		background:#ccc4;
		padding: 8px 25px;
		padding-right: 0;
		border-bottom: 1px solid #eee;
	} */
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul > li:last-of-type{
		border:0;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		width:36%;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{
		width:64%;
		left:36%;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
		width:740px;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link span{
/* 		display:none; */
	}
	span.menu-chevron {
		display: none;
	}
	.dd-hover-for-menu.dd-hovered-rowhight div#dd-hover-colum-two {
		max-height: 530px;
		min-width: 220px;
	}
	.dd-hover-for-menu.dd-hovered-rowhight .container {
  		  min-height: 550px;
		max-height: 550px;
	}
	.dd-hover-for-menu.dd-hovered-rowhight {
		min-height: 550px;
	}
}
@media only screen and (max-width:991px) {
	.dd-header .container {
		padding-left: 0;
		padding-right: 0;
	}
	.site-branding {
		padding-left: 30px;
	}
	div#dd-collapse-menu {
		margin-top: 15px;
	}
	#primary-menu li.dd-drop-tg-me > a {
		width: 100%;
		display: flex;
		margin-right: 0;
		background: #EFFAF5;
		padding-left: 20px;
		position: relative;
		left: -20px;
		color: #01A962;
	}
	#primary-menu li.dd-drop-tg-me > span.menu-chevron {
		top: 2px;
		left: 3px;
		transform: rotate(333deg);
		color: #01A962;
	}
	#primary-menu li.dd-drop-tg-me > .sub-menu li.dd-drop-tg-me span.menu-chevron {
		left: -16px;
		top: 0px;
	}
	ul#primary-menu li .sub-menu li a {
		padding-top: 5px!important;
		padding-right: 5px!important;
	}
	#primary-menu .sub-menu .menu-chevron {
		top: 4px;
	}
	.header-content .dd-hover-for-menu.dd-hover-for-menu-hovered {
		display: none;
	}
	.dd-header-abovemenu{
		display:none;
	}
	/* 	new */
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1{
		padding: 20px 0 20px 0;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a{
		padding-left:25px!important;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on.mega-menu-tabbed > ul{
		padding:10px;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
		background:#E7F5F6;
		color:#046470;
		border:0!important;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{
		padding:12px 20px !important;
		border-bottom:1px solid;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		background:0!important;
		color:#728E90;
		font-size:16px;
		padding:0!important;
		padding-left:25px!important;
		border:0!important;
	}
	.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link{
		line-height:2!important;
	}
/* new */

}
@media only screen and (min-width:768px) and (max-width:991px) {
		.dd-footer-top-tree {
		order: 2;
	}
	.dd-footer-top-two {
		order: 3;
	}
	.dd-footer-top-four {
		order: 4;
	}
}
@media only screen and (max-width:600px)  {
	.cSMI.dd-csmi img {
    	width: 35px;
		height: 35px;
		object-fit: contain;
	}
	.dd-footer-top-tree center {
		display: flex;
		justify-content: left;
	}
	.dd-footer-bottom {
		margin-top: 20px;
	}
	.dd-footer-bottom {
		margin-top: 20px;
		position: relative;
		z-index: 1;
	}
	.dd-footer-top-tree:before {
		width: 285px;
		height: 250px;
		top: -55px;
	}
}
.dd-footer-top-four .button-primary.headerbtn{
	background: #01A962;
	border:0;
}
.dd-footer-location li a:hover h5.dd-footer-pl, .dd-footer-location li a:hover p.dd-footer-lo {
    background: #12C57A;
    transition: 0.3s ease-in-out;
}
.dd-button-footer-lo.wp-block-button a.wp-block-button__link:hover {
    border: 1px solid var(--main-footer-color-hover) !important;
    color: var(--main-footer-color-hover)!important;
}
.dd-csmi-fb:hover img {
    content: url(/wp-content/uploads/facebook_hover.svg);
}
.dd-csmi-tw:hover img {
    content: url(/wp-content/uploads/x_hover.svg);
}
.dd-csmi-yu:hover img {
    content: url(/wp-content/uploads/youtube_hover.svg);
}
.dd-csmi-li:hover img {
    content: url(/wp-content/uploads/linkeding_hover.svg);
}
.dd-csmi-in:hover img {
    content: url(/wp-content/uploads/instagram_hover.svg);
}
.dd-csmi-pi:hover img {
    content: url(/wp-content/uploads/pinterest_hover.svg);
}
.dd-csmi-ti:hover img {
    content: url(/wp-content/uploads/tiktok_green.svg);
}
.site-footer .menu-item a {
    color: white;
}
.menu-footer-container ul#about-menu {
    list-style: none;
}
.cSMI.dd-csmi ul {
    list-style: none;
}
p.dd-statement-par {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    padding-top: 15px;
}
.dd-footer-top-tree:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/footer_florida.svg);
    width: 415px;
    height: 411px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: 0;
    z-index: 0;
}

.dd-footer-top-tree.col-md-3.col-xs-12 {
    position: relative;
}
.dd-footer-top-tree center,
.dd-footer-top-four.col-md-3.col-xs-12 {
    position: relative;
    z-index: 1;
}
.dd-footer-insurance-nav ul {
    list-style: none;
}
.site-footer .menu-item a {
    text-transform: lowercase;
	display: inline-block;
}
.site-footer .menu-item a::first-line {
  text-transform: capitalize;
}
.site-footer .menu-insurance-footer-container a {
    color: #9EEDD7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}
.dd-footer-top-one.col-md-4.col-xs-12 {
    position: relative;
    z-index: 1;
}
.dd-float-phone {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.dd-float-phone a {
    height: 65px;
    width: 283px;
    border-radius: 4px;
    background: var(--main-cta-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-banner-buton-title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 24px;
    text-decoration: none;
}
.dd-float-phone a:hover{
	background: var(--main-button-hover-bg);
    transition: 0.3s ease-in-out;
    color: #fff;
    opacity: 1;
}
@media only screen and (max-width:767px){
	.dd-float-phone a {
		width: 235px;
		font-size: 16px;
		height: 60px;
	}
}

.dd-footer-last-wrap-center.col-xs-12 {
    border-top: 1px solid  #1E7B87;
    padding-top: 20px;
    margin-top: 25px;
}
.dd-footer-last-wrap-center p {
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
	    flex-wrap: wrap;
	padding-bottom: 15px;
	color:#fff
}
.dd-footer-last-wrap-center p a {
	 color: #9EEDD7;
    font-weight: 600;
    font-size: 18px;
    padding: 0 5px;
    text-decoration: none;
}
.dd-footer-last-wrap-center p a:hover{
	   color: #fff; 
}

#mega-menu-item-59932 .mega-sub-menu, #mega-menu-item-12700 .mega-sub-menu, #mega-menu-item-87374 .mega-sub-menu{
  display: block !important;
}
#mega-menu-item-94 .mega-menu-link{
  background: none !important;
  color: #4e3027 !important;
}

#mega-menu-item-94 #mega-menu-item-70950{
  border-color: #552b5454 !important;
  border-bottom: 1px solid #552b5454 !important;
}
#mega-menu-item-94 #mega-menu-item-70950 .mega-menu-link{
  background-color: none !important;
  text-indent: -20px !important;
  text-transform: capitalize !important;
}

#mega-menu-item-94 .mega-menu-link::before{
  background-image: none !important;
  width: 0px !important;
  height: 0px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,.dd-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
  color: #f87b02 !important;
}