.widget_title{
    padding-left: 20px;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem!important;
}
.widget_title:before {
    position: absolute;
    left: 0;
    top: 17%;
    left: 5%;
    height: 2px;
    width: 16px;
    content: '';
    background: #034ea0;
}

.widget_inner{}
.widget_inner ul{
    padding-left: 10px;
    list-style: none;
}
.widget_inner ul li{
    margin-bottom: .5rem!important;
}
.widget_inner ul li a{
    color: #212529;
}
.widget_inner ul li a:hover{
    color: #008000;
}
.widget_inner ul li i{
    padding: 7px 2px;
}
.contact_info a{
    color: #212529;
}
.contact_info a:hover{
    color: #008000;
}



.topbar-cta {
  width: 100%;
  height: 50px;
  background-color: #007bff;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.topbar-cta:hover {
  background-color: #0056b3;
}

.containerbox {
  padding-top: 50px; /* So content doesn't hide behind top bar */
}

.bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #007bff;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.bottom-cta:hover {
  background-color: #0056b3;
}

