#header_leads_2 {
  transition: 0.4s ease;
}
#header_leads_2.header-2 .header-leads-template {
  min-height: 60px;
  border-bottom: 1px solid 1px solid rgba(0, 0, 0, 0.1) !important;
  transition: 2s ease;
  position: relative;
}
#header_leads_2.header-2 .header-leads-template .container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100% !important;
  text-align: center;
}
#header_leads_2.header-2 .header-leads-template .title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-2 .header-leads-template .title {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
  }
}
#header_leads_2.header-2 .header-leads-template .header-close {
  position: absolute;
  right: 8px;
  top: 12px;
  transition: 0.4s ease;
  cursor: pointer;
  color: #fff;
  z-index: 100;
  border-radius: 4px;
  padding: 0.25em;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-2 .header-leads-template .header-close {
    top: 4px;
    right: 4px;
  }
}
#header_leads_2.header-2 .header-leads-template .header-close:hover {
  opacity: 0.8;
  transition: 0.4s ease;
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.15);
}
#header_leads_2.header-2 .header-leads-template.is-theme-background {
  background-color: purple;
}
#header_leads_2.header-2 .header-leads-template .is-theme-text-color {
  color: #fff;
}
#header_leads_2.header-2 .header-leads-template .is-theme-button {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: none;
  color: #fff !important;
  display: inline-block !important;
  position: relative;
  transition: 0.4s !important;
}
#header_leads_2.header-2 .header-leads-template .is-theme-button:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  transition: 0.4s !important;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-2 .header-leads-template .is-theme-button {
    margin-bottom: 16px;
    margin-top: 4px;
    width: 100%;
    height: 30px;
    font-size: 12px !important;
    line-height: 6px !important;
  }
}
#header_leads_2.header-3 .header-leads-template {
  min-height: 60px;
  border-bottom: 1px solid #dae1e9 !important;
  transition: 2s ease;
  position: relative;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1) !important;
  z-index: 10;
  border-top: 2px solid purple;
}
#header_leads_2.header-3 .header-leads-template .container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100% !important;
  text-align: center;
}
#header_leads_2.header-3 .header-leads-template .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-3 .header-leads-template .title {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
  }
}
#header_leads_2.header-3 .header-leads-template .header-close {
  position: absolute;
  right: 8px;
  top: 12px;
  transition: 0.4s ease;
  cursor: pointer;
  color: purple;
  z-index: 100;
  border-radius: 4px;
  padding: 0.25em;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-3 .header-leads-template .header-close {
    top: 4px;
    right: 4px;
  }
}
#header_leads_2.header-3 .header-leads-template .header-close:hover {
  opacity: 0.8;
  transition: 0.4s ease;
  transform: scale(1.1);
}
#header_leads_2.header-3 .header-leads-template.is-theme-background {
  background-color: #fff;
}
#header_leads_2.header-3 .header-leads-template .is-theme-text-color {
  color: purple;
}
#header_leads_2.header-3 .header-leads-template .is-theme-button {
  background-color: purple !important;
  border: none;
  color: #fff !important;
  display: inline-block !important;
  position: relative;
  transition: 0.4s !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  height: 36px !important;
  line-height: 12px !important;
  text-transform: none !important;
}
#header_leads_2.header-3 .header-leads-template .is-theme-button:hover {
  opacity: 0.9;
  transition: 0.4s !important;
  transform: scale(1.04) !important;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-3 .header-leads-template .is-theme-button {
    margin-bottom: 16px;
    margin-top: 4px;
    width: 100%;
    height: 30px;
    font-size: 12px !important;
    line-height: 6px !important;
  }
}
#header_leads_2.header-4 .header-leads-template {
  min-height: 60px;
  border-bottom: 1px solid #dae1e9 !important;
  transition: 2s ease;
  position: relative;
  z-index: 10;
}
#header_leads_2.header-4 .header-leads-template .container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100% !important;
  text-align: center;
}
#header_leads_2.header-4 .header-leads-template .title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-4 .header-leads-template .title {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
  }
}
#header_leads_2.header-4 .header-leads-template .header-close {
  position: absolute;
  right: 8px;
  top: 12px;
  transition: 0.4s ease;
  cursor: pointer;
  color: #9ba6b2;
  z-index: 100;
  border-radius: 4px;
  padding: 0.25em;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-4 .header-leads-template .header-close {
    top: 4px;
    right: 4px;
  }
}
#header_leads_2.header-4 .header-leads-template .header-close:hover {
  opacity: 0.8;
  transition: 0.4s ease;
  transform: scale(1.1);
}
#header_leads_2.header-4 .header-leads-template.is-theme-background {
  background-color: #f5f7fa;
}
#header_leads_2.header-4 .header-leads-template .is-theme-text-color {
  color: #9ba6b2;
}
#header_leads_2.header-4 .header-leads-template .is-theme-button {
  background-color: purple !important;
  border: none;
  color: #fff !important;
  display: inline-block !important;
  position: relative;
  transition: 0.4s !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  height: 36px !important;
  line-height: 12px !important;
  text-transform: none !important;
}
#header_leads_2.header-4 .header-leads-template .is-theme-button:hover {
  opacity: 0.9;
  transition: 0.4s !important;
  transform: scale(1.04) !important;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-4 .header-leads-template .is-theme-button {
    margin-bottom: 16px;
    margin-top: 4px;
    width: 100%;
    height: 30px;
    font-size: 12px !important;
    line-height: 6px !important;
  }
}
#header_leads_2.header-5 .header-leads-template {
  min-height: 60px;
  border-bottom: 2px solid rgba(218, 225, 233, 0.33) !important;
  transition: 2s ease;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
#header_leads_2.header-5 .header-leads-template .container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100% !important;
}
@keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
#header_leads_2.header-5 .header-leads-template .title {
  margin-top: 12px;
  display: inline-block;
  margin-right: 1em;
  color: #4a4a4a;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
#header_leads_2.header-5 .header-leads-template .title i {
  color: purple;
  position: relative;
  top: 6px;
  animation-name: wiggle;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
#header_leads_2.header-5 .header-leads-template .title i:last-child {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-5 .header-leads-template .title {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
  }
}
#header_leads_2.header-5 .header-leads-template .header-close {
  position: absolute;
  right: 8px;
  top: 12px;
  transition: 0.4s ease;
  cursor: pointer;
  color: #9ba6b2;
  z-index: 100;
  border-radius: 4px;
  padding: 0.25em;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-5 .header-leads-template .header-close {
    top: 4px;
    right: 4px;
  }
}
#header_leads_2.header-5 .header-leads-template .header-close:hover {
  opacity: 0.8;
  transition: 0.4s ease;
  transform: scale(1.1);
}
#header_leads_2.header-5 .header-leads-template.is-theme-background {
  background-color: #fff;
}
#header_leads_2.header-5 .header-leads-template .is-theme-text-color {
  color: #9ba6b2;
}
#header_leads_2.header-5 .header-leads-template .is-theme-button {
  background-color: #fff !important;
  border: 1px solid purple !important;
  color: purple !important;
  display: inline-block !important;
  position: relative;
  transition: 0.4s !important;
  font-weight: 400 !important;
  height: 25px !important;
  padding: 0.4em 1em;
  min-width: 0;
  border-radius: 6px !important;
  font-size: 14px !important;
  line-height: 12px !important;
  text-transform: none !important;
  box-shadow: none !important;
}
#header_leads_2.header-5 .header-leads-template .is-theme-button:hover {
  opacity: 0.9 !important;
  transition: 0.4s !important;
  transform: scale(1.04) !important;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-5 .header-leads-template .is-theme-button {
    margin-bottom: 16px;
    margin-top: 4px;
    width: 100%;
    font-size: 12px !important;
  }
}
#header_leads_2.header-6 {
  background: linear-gradient(-180deg, #ffffff 0%, #eff7ff 100%) !important;
}
#header_leads_2.header-6 .header-leads-template {
  background-image: url("https://files.easyagentpro.com/headerleads/confetti-2.svg"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23e7e7e7' fill-opacity='0.58' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  min-height: 60px;
  border-bottom: 1px solid #dae1e9 !important;
  transition: 2s ease;
  position: relative;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1) !important;
  z-index: 10;
}
#header_leads_2.header-6 .header-leads-template .container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100% !important;
  text-align: center;
}
#header_leads_2.header-6 .header-leads-template .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-6 .header-leads-template .title {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
  }
}
#header_leads_2.header-6 .header-leads-template .header-close {
  position: absolute;
  right: 8px;
  top: 12px;
  transition: 0.4s ease;
  cursor: pointer;
  color: rgba(60, 72, 88, 0.9);
  z-index: 100;
  border-radius: 4px;
  padding: 0.25em;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-6 .header-leads-template .header-close {
    top: 4px;
    right: 4px;
  }
}
#header_leads_2.header-6 .header-leads-template .header-close:hover {
  opacity: 0.8;
  transition: 0.4s ease;
  transform: scale(1.1);
}
#header_leads_2.header-6 .header-leads-template.is-theme-background {
  background-color: #fff;
}
#header_leads_2.header-6 .header-leads-template .is-theme-text-color {
  color: rgba(60, 72, 88, 0.9);
}
#header_leads_2.header-6 .header-leads-template .is-theme-button {
  border: 3px solid #fff !important;
  padding: 0.6em 1em !important;
  height: 40px !important;
  min-width: 1px;
  color: #fff !important;
  display: inline-block !important;
  position: relative;
  transition: 0.4s !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 12px !important;
  text-transform: none !important;
}
#header_leads_2.header-6 .header-leads-template .is-theme-button:hover {
  opacity: 0.9;
  transition: 0.4s !important;
  transform: scale(1.04) !important;
}
@media screen and (max-width: 768px) {
  #header_leads_2.header-6 .header-leads-template .is-theme-button {
    margin-bottom: 16px;
    margin-top: 4px;
    width: 100%;
    height: 30px !important;
    font-size: 13px !important;
    line-height: 6px !important;
  }
}
#header_leads_2.headerleads_hidden {
  height: 0;
  min-height: 0;
  transition: 0.4s ease;
  opacity: 0 !important;
  position: relative;
  display: block;
}