#header-primary .elite-badge {
  height: 45px;
  width: 45px;
}

@media(max-width:1300px){
  #header-primary .social_icon_row{
    display: none;
  }

}

#header-primary #header-primary-deskotp-icon {
  display: none;
}

#breadcrumb span.heading {
  padding: 10px 0 20px 0;
}

@media screen and (max-width: 960px) {
  #breadcrumb span.heading {
    border-top: none !important;
    padding: 40px 0 20px 0;
  }
}

@media screen and (min-width: 1200px) {
  #breadcrumb .remove-margin {
    margin: 0 !important;
  }
}

#breadcrumb img.hs-image-widget {
  width: 150px !important;
  height: 150px;
  margin: 25px 0;
}
#header-primary .sticky_header #header-primary-desktop-right .heading{
  border-top: 1px solid black; display: inline-block; font-size: 2rem; color: #000;
}
#header-primary .sticky_header.uk-sticky-fixed #header-primary-desktop-right .heading{
  display:none;
}

#header-primary .mega-menu-item ul li a {
  color: #000;
}

#header-primary .mega-menu-item ul li a:hover {
  color: #c0b800;
}
#header-primary .breadcrumb_text h1 {
  font-size:32px;
  line-height:1.1;
  font-weight: bold;
}
#header-primary .breadcrumb_text div {
  font-size:32px;
  line-height:1.1;
  font-weight: bold;
}
#header-primary .navigation_child_item{
  padding: 0;
}
#header-primary .navigation_child_item li{
  padding: 0;
  list-style:none;
  margin-bottom: 10px;
}

#header-primary .navigation_child_item li a:hover{
  text-decoration: none;
}
#header-primary .submenu{
  color: black;
  margin-bottom: 15px;
}
#header-primary .submenu:last-child{
  color: black;
  margin-bottom: 0px;
}
#header-primary .submenu:hover{
  color: #c0b800;
  text-decoration: none;

}

@media screen and (max-width: 1200px){
  .mega-menu-banner {
    margin-top: 20px;
  }
}

.mega-menu-banner img {
  width: 100%;
}

{#@media screen and (max-width: 1320px) {
  #header-primary-desktop {
    display: none;
  }
}

@media screen and (min-width: 1320px) {
  #header-primary-mobile {
    display: none;
  }
}


/* Style the header-primary links */


/* Style the logo */
#header-primary #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

/* Links on mouse-over */

/* Style the active/current link */
#header-primary a.active {
  background-color: dodgerblue;
  color: white;
}

/* Display some links to the right */


#header-primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-primary ul li {
  display: inline;
}

#header-primary ul li a {
  display: block;
  width: 100px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: ;
}

#header-primary ul li a:hover {
  text-decoration: none;
  outline: 1px solid ;
}