
    .single-footer-widget .footer-contact-info li a::before {
        background-color: transparent !important;
    }  


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #00132d;
  font-family: Helvetica,sans-serif!important;
}
       @media only screen and (max-width: 1197px){
.klev-nav .navbar .navbar-nav .nav-item a {font-size: 12px;}}
        .bh {padding-bottom: 60px;padding-top: 60px;}
            @media only screen and (max-width: 767px){
.bh {padding-bottom: 0px;padding-top: 20px;}}
  #nameError {
    color: red;
  }
      input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
/*Mobile Menu styles*/
.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
    padding-top: 7px;
}  
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000000;
    height: 4px;
    margin-top: 3px;
    border-radius: 3px;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    text-transform: none!important;
    font-size: 42px;
    font-weight: 400;
}
li {line-height: 26px!important;font-size:14px!important;}
/*End Mobile styles*/
 body {
            font-family: Helvetica,sans-serif!important;
        } 
       .btn-box .svg:hover  {
 color: #fff;
 background:#000;
}
  .btn-box .btn:hover {
        color: red; /* Change the color to your desired hover color */
    }
.btn.btn-primary:hover svg {
        fill: #fff; /* Change the color to your desired hover color */
        transition: fill 0.3s; /* Add a smooth transition effect */
    }