  .call-header
    {
        font-weight:800!important;
    }
    #cookie-popup {
      position: fixed;
      bottom: 10px;
      left: 70%;
      right: 0px;
      background-color: #333;
      color: white!important;
      padding: 10px;
      text-align: center;
      display: none;
      z-index: 1000;
     width:350px;
     float:right;
    }

    #cookie-popup button {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
    }

    #cookie-popup button:hover {
      background-color: #45a049;
    }
    @media only screen and (max-width: 600px) {
   #cookie-popup {
      position: fixed;
      bottom: 10px;
      left: 7%;
      right: 0px;
      background-color: #333;
      color: white!important;
      padding: 10px;
      text-align: center;
      display: none;
      z-index: 1000;
     width:350px;
     float:right;
    }
    .carousel-item {
    position: relative;
    display: none;
    float: left;
     width: auto; 
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    left:-50%;
}
.header {
    min-height: auto;
    overflow: hidden;
}

}
@media screen and (max-width: 768px) {
    .navbar .navbar-toggler-icon 
    {
        color:#787d5c;
    }
}