.menu_container .btn a, .explore-btn, .gf_btn a, .slider_preview, .menu_course a, .sub-footer a,
.read_more, .slider_cards a{color: inherit;text-decoration: none;}
.slider_card_header a{color: white;}
.menu_container .btn a:hover, .menu_container .btn a:focus, .explore-btn:hover, .explore-btn:focus,
.gf_btn a:hover, .gf_btn a:focus, .slider_preview:hover, .slider_preview:focus,
.menu_course a:hover, .menu_course a:focus, .sub-footer a:hover, .sub-footer a:focus,
.slider_card_header a:hover, .slider_card_header a:focus, .read_more:hover, .read_more:focus,
.slider_cards a:hover, .slider_cards a:focus{text-decoration: none;}
/*.index.right_icons{left: 23%;}*/
.slider_preview{color: #fff;}
.cookie-banner {position: fixed;bottom: 40px;right: 40%;width: 100%;max-width:360px;padding: 5px 14px;background-color: #eee;border-radius: 5px;box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);z-index: 1000;text-align: justify;}
.cookie-banner .close {height: 20px;background-color: #777;border: none;color: white;border-radius: 2px;cursor: pointer;}
.cookie-banner p{padding: 15px 0;font-size: 1rem;}
.cookie-banner.hidden{display: none;}
.cookie-banner h2{font-size: 1.5em;font-weight: bold;color: black;box-sizing: border-box;}
.cookie-banner button.accept_cookies{box-shadow: none;text-shadow: none;border: none;outline: none;background-color: #842990;padding: 10px;color: #fff;border-radius: 5px;text-transform: uppercase;font-weight: bold;padding: 10px 30px;font-size: 17px;box-shadow: 1px 1px 4px #54535380;}
.cookie-banner a{color: #0060ec !important; text-decoration: none;}
.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 18px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .whatsapp-float img {
      width: 35px;
      margin-top: 9px;
      margin-left: 8px;
  }
  .whatsapp-float:hover {
    background-color: #1ebe5b;
  }