/* coockie section ********************************************************************************/
.coockie_section {
  text-align: center;
  font-size: 16px;
  position: relative;
}

.coockie_section .custom_heading-container {
  margin-bottom: 15px;
}
.coockie_section button {
  background-color: #ee9681;
  padding: 12px 55px;
  outline: none;
  border: none;
  color: #fff;
  margin-top: 25px;
}

.coockie_section button:hover {
  color: #eb6a4b;
  background-color: transparent;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 0px solid #888;
  width: 80%;
}
/* end cookie section */