.bg-main {
  background-color: #009491 !important;
}

.text-main,
.text-main-hover:hover {
  color: #009491 !important;
}

.h-52 {
  height: 52px !important;
  overflow: hidden;
}

.rounded-1r {
  border-radius: 1rem;
}

.accordion-button:focus {
  z-index: 0;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.accordion-button:not(.collapsed) {
  color: #009491;
  background-color: unset;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

footer .under_bar {
  background-color: #f3f4f6;
}

footer .under_bar .privacy_block p {
  line-height: 1.8;
  text-align: center;
}

footer .under_bar .privacy_block a:hover {
  color: #009491;
}

footer .under_bar .polaris_block > p a {
  color: black;
}

footer .under_bar .polaris_block > p a:hover {
  color: #009491;
}

footer .under_bar .polaris_block > img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .inquiry_btn {
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 50px;
  height: 50px;
  background-color: #009491;
  border-radius: 25px;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

footer .inquiry_btn span {
  display: none;
}

footer .inquiry_btn:hover {
  opacity: 1;
  width: auto;
  padding: 1rem;
}

footer .inquiry_btn:hover span {
  display: inline-block;
}

footer .inquiry_btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: '\f0e0';
  color: white;
  font-size: 2rem;
  line-height: 50px;
  display: block;
  text-align: center;
}

footer .top_btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: #009491;
  border-radius: 50%;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

footer .top_btn:hover {
  opacity: 1;
}

footer .top_btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: '\f106';
  color: white;
  font-size: 2rem;
  line-height: 50px;
  display: block;
  text-align: center;
}
