/*Header CSS*/
@media (min-width:980px){
header div#et-top-navigation {
  box-shadow: none;
}
#top-menu .popup_open {
  color: white;
  border: 1px solid white;
  border-radius: 100px;
}
header #top-menu .popup_open a {
  padding: 0px !important;
}
header#main-header #top-menu li a {
    color: white !important;
}
header ul#top-menu {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.et_menu_container {
  max-width: 1440px;
  width: 100%;
}
@media (min-width: 980px) {
  header ul .custom-mega a {
    padding-left: 0px;
    padding-right: 0px;
  }
  header .custom-mega ul ul {
    display: block;
    visibility: hidden;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    padding: 0px !important;
    border: none;
    box-shadow: none;
  }
  .et_pb_menu .et_pb_menu__wrap {
    flex-shrink: 0;
  }
  header .custom-mega:hover ul ul {
    visibility: visible;
  }
  .custom-mega ul {
    width: auto !important;
    display: flex;
    padding: 24px !important;
  }
  .custom-mega li {
    padding: 0px !important;
  }
  header .custom-mega li li a {
    font-weight: 500 !important;
    text-transform: capitalize !important;
  }
  #top-menu li .menu-item-has-children > a:first-child:after {
    display: none;
  }
  .menu-phone a svg {
    margin-right: 8px;
  }
  header .estimate-btn {
    border: 1px solid white;
    padding: 16px 24px !important;
    line-height: 1 !important;
    border-color: #ffffff;
    border-radius: 100px;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease-in-out;
    margin-left: 15px;
  }
  .et_pb_menu .et_pb_menu__menu > nav > ul > li {
    padding: 0px;
  }
  ul#menu-main-menu {
    gap: 32px;
  }
}
header#main-header #top-menu .sub-menu li a {
  color: #252525!important;
}
#top-menu li li a {
  padding: 8px 0px !important;
}
.nav li ul {
  column-gap: 20px;
}
header#main-header .logo_container,
#et-top-navigation {
  width: auto !important;
  padding:0px;
}
#et-top-navigation {
  flex-shrink: 0;
}
.container.et_menu_container {
  justify-content: space-between;
  gap: 20px;
}
.container.et_menu_container:after {
  display: none;
}
#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  position: relative;
  margin-left: 10px;
  color: #fe6a0c;
}
header .estimate-btn:hover {
  background: #2d6e8c;
  border-color: #2d6e8c !important;
}
#top-menu li.menu-phone a {
  display: flex;
  align-items: center;
}
header#main-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding:24px;
}
header#main-header.et-fixed-header .logo_container, header#main-header.et-fixed-header .nav-call-email{
  display:block!important;
}
header#main-header.et-fixed-header{
  background:#252525;
}
}
.dm-circle-expand #dm-menu.nav li.menu-item-has-children{
  margin:0px!important;
}
button#open-button.is-active{
  left:15px!important;
  right:auto!important;
}
#dm-menu.nav .btn-mm-orange{
  background:#2d6e8c;
}
#dm-menu.nav .btn-mm-orange-bdr{
  border-color:#2d6e8c!important;
}
.divi-mobile-menu .menu-wrap .btn-mm-orange-bdr a{
  color:#2d6e8c!important;
}
.et_header_style_left #logo, .et_header_style_split #logo{
  max-width:none!important;
  height:auto!important;
  margin-left:0px!important;
      width: 100%!important;
    padding-right: 30px!important;
}
@media(max-width:980px){
.et_header_style_left .logo_container{
  position:relative;
  display:flex;
  align-items:center;
}
  .container.et_menu_container{
    margin-left:80px;
  }
  .et_fixed_nav #et-top-navigation{
    display:none!important;
  }
  .divi-mobile-menu .close-submenu{
    top:80px;
    left:10px;
	  width:100%;
  }
	#dm_nav .menu-wrap__inner .close-submenu::before{
		margin-top:0px!important;
	}
	ul#dm-menu span.close-submenu:after{
		top:0!important;
	}
  .show-menu #dm_nav .menu-wrap__inner .visible>.sub-menu{
    padding-top:100px!important;
  }
}