


    .sr-navbar .navbar-nav svg,
        .sr-navbar .navbar-nav svg g,
        .navbar-collapse .collapse-close svg g{
           fill: #008bd2 !important; 
}
a.nav-link, a.nav-link:hover {
  font-family: 'Source Sans Pro',sans-serif!important;
  font-size: 16px!important;
  color: #008BD2!important;
}
.search a.show-search svg { height: 16px; width: 16px; }
body .sr-navbar .navbar-nav .nav-link:focus,body .sr-navbar .navbar-nav .nav-link:hover,body .dropdown-item:focus,body .dropdown-item:hover,body .lang_list_class li a:hover,body .globe_class:hover {
       color: #008BD2!important;
      background: none;
}

.navbar-nav > .nav-item:not(.dropdown):after, .navbar-nav .nav-item.active:after {
  background: #008bd2!important;
}

.navbar-nav {   
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.ml-auto, .mx-auto {
    margin-left: auto !important; 
}

input.hs-search-field__input { 
    border-radius: 27px!important;
    color: inherit!important;
    min-height: 50px;
    padding-left: 10px;
    padding-right: 50px!important;
    border-style: solid;
    border-width: 1px;
    border-color: #EEEEEE !important;
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%) !important; 

}

input.hs-search-field__input:focus
{
      border-color: #fff;
      background: rgba(255, 255, 255, 1.0);
      border-color: #EEEEEE;
      box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%); 
}

.header-container-wrapper .span12.widget-span.widget-type-custom_widget {
    min-height: 0px !important;
}

.navbar-main p a {
border-bottom:none !important;
}



 input.hs-search-field__input.form-control::-webkit-input-placeholder
{
  line-height:2.4 !important;
}
 input.hs-search-field__input.form-control
{
  line-height:2.4 !important;
}



/* 
@supports (-webkit-overflow-scrolling: touch) {
   input
  {    
    height:150px !important;
  }
}

@supports not (-webkit-overflow-scrolling: touch) {
   input.hs-search-field__input.form-control
{
  line-height:2.4px !important;
   height:50px !important;
}
}

@supports (-webkit-touch-callout: none) {
    input.hs-search-field__input.form-control
{
  line-height:2.4px !important;
  verticle-align:middle !important:
     height:50px !important;
}
}

@supports not (-webkit-touch-callout: none) {
    input.hs-search-field__input.form-control
{
  line-height:2.4px !important;
  verticle-align:middle !important:
     height:50px !important;
}
} */