/*
Theme Name: Med Fee Tree
Author: Devteam.Space
Author URI: https://www.devteam.space
Description: Theme for site 'Med Fee Tree'
Version: 20220913
*/
.custom-list-banner {
  list-style: none;
  padding-left: 0;
}

.custom-list-banner li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.custom-list-banner li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  
  font-weight: bold;
}
.footer-wrapper .widget-social-networks a {
    margin: 0 6px;
    padding: 5px;
    color: #fff;
    background: #78a23f;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
ul.contactinfo{padding-left: 0px;}
.contactinfo li i{    
color: #78a23f;
 margin-right: 10px; }
.contactinfo li{    font-size: 15px;
    list-style: none;
    margin: 15px 0px;
}}
li.cta-button a:hover{color: #fff;}
li.cta-button a{color: #fff !important;}
li.cta-button{background: #78a23f !important;}
/* Top Bar Styles */
.admin-bar .header-wrapper, .header-wrapper{top:0px!important; padding:0px !important }
.header-wrapper .header-container {padding: 17px 40px;}

.topbar {
  background: #78a23f; 
  color: #fff;
  font-size: 14px;
  padding:0px 40px;
 
}

.topbar-container {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0px;
}

.topbar a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.topbar a:hover {
  text-decoration: underline;
  color: #fff;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.divider {
  margin: 0 8px;
  opacity: 0.7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .topbar-container {
    flex-direction: column;
    text-align: center;
  }

  .topbar-left,
  .topbar-right {
    justify-content: center;
    margin: 4px 0;
  }

  .divider {
    display: none;
  }
}