.book-label {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #111928;
}
.d-flex {
  display: flex;
}
@media screen and (max-width:920px) {
  .d-flex {
    flex-direction: column;
  }
}
.justify-content-between {
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-12 {
  margin-right: 3rem !important;
  max-width: 360px;
}
@media screen and (max-width:920px) {
  .pr-12 {
    margin-right: 0 !important;
    max-width: 100%;
  }
}
.location-title {
  color: #01405a;
  font-size: 34px;
}
.normal-color {
  color: #111928;
}
.font-bold {
  font-weight: bold;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.phone-number p {
  margin: 0px !important;
}
.phone-number a {
  margin: 0px !important;
}
.green-color {
  color: #0eacbd !important;
}
#location-google-map {
  width: 100%;
  height: 550px;
}
#location-google-map .gm-control-active img,
#location-google-map .gm-svpc img {
  margin: 0px !important;
}
.back-btn {
  color: white;
  background-color: #0eacbd;
  border-radius: 20px;
  width: 240px;
  height: 46px;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
