﻿
html,
body {
  overflow-x: hidden;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.disclaimer {
  font-family: "Franklin Gothic book", Tahoma, Verdana, sans-serif;
  margin: 40px 230px;
  font-size: 1rem;
  word-break: keep-all;
  hyphens: none;
  font-weight: bold;
}
#dnn_ctr1752_Default_Form_divForm {
  display: hidden;
}
.notice {
  font-family: "Franklin Gothic book", Tahoma, Verdana, sans-serif;
  margin: 40px 230px;
  font-size: 1rem;
  word-break: keep-all;
  hyphens: none;
}
.banner {
  max-width: 1200px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#pills-home-tab,
#pills-profile-tab,
#pills-contact-tab {
  background: #00264b;
  border-radius: 10px;
  padding-bottom: 25px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 20px;

  width: 280px;
}
#pills-home-tab:hover,
#pills-profile-tab:hover,
#pills-contact-tab:hover {
  opacity: 89%;
}
/* Blue Box Section */
.box-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px;
}
.box-title {
  color: #fff;
  font-family: "Franklin Gothic", Tahoma, Verdana, sans-serif;
  font-size: 20px;
  margin-top: 10px;
  word-break: keep-all;
  hyphens: none;
}
.icon-image {
  width: 30%;

  height: auto;
}

.contact-text {
  font-family: "Franklin Gothic book", Tahoma, Verdana, sans-serif;
  margin: 40px 230px;
  font-size: 1rem;
  font-weight: bold;
  word-break: keep-all;
  hyphens: none;
}

@media only screen and (max-width: 800px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .background-color-baner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .notice {
    margin: 0 auto;
  }

  .disclaimer {
    margin: 0 auto;
  }
  .contact-text {
    margin: 0 auto;
  }
  #pills-tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #pills-home-tab,
  #pills-profile-tab,
  #pills-contact-tab {
    width: 100%;
    margin: 0 auto;
  }
}

