.dropbtn {
  /* background-color: #4c5c7e;; */
  margin-top: 36px;
  color: white;
  padding: 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.menu_color {
  color: aliceblue;
  font-size: 18px;
  font-weight: 600;
}
.blink_text {
  animation: blinker 1.5s linear infinite;
  color: red;
  font-family: sans-serif;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.contact_section_info ul li > div:first-child > div {
  width: 42px;
  height: 42px;
  background: #da8661;
  text-align: center;
}
.contact_section_info ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.contact_section_info ul li > div:last-child {
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #717171;
}
.dropdown {
  position: relative;
  display: inline;
  /* overflow: hidden; */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #4c5c7e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #c7cedc(0, 0, 0, 0.2);
  z-index: 1;
  /* margin-top: 40px; */
  /* color: black; */
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  /* float: right; */
}
.dropdown-content a:hover {
  background-color: rgb(216, 134, 76);
}

.dropdown:hover .dropdown-content {
  color: white;
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #697a9d;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.main_nav {
  margin-left: 20px;
}

/* Center align copyright div */
.footer_content {
  justify-content: center !important;
}

.copyright {
  text-align: center;
  width: 100%;
}

/* Room */
