.ui.color1.segment {
  border-color: #1f2585;
}

.rating-custom .check.icon {
  opacity: 0;
}

.rating-custom .checked .check.icon {
  opacity: 1;
}

.circle-hide:before,
.circle-hide:after {
  display: none !important;
}

.circle-hide {
  color: #ffffff !important;
  padding-left: 16px !important;
}

.default-color .text {
  color: rgba(191, 191, 191, 0.87) !important;
}

.feedback.ui.form .selection.dropdown .menu {
  min-width: calc(100.4%) !important;
}

.contact_us_info p {
  font-size: 1em;
}
.contact-us-intro {
  text-align: justify;
  height: 100%;
}

.contact-box {
  flex: 1;
  text-align: center;
  background-color: #002b49;
  color: white;
  border-radius: 5px;
  width: 23%;
  height: 200px;
  box-sizing: border-box;
  padding: 20px;
  margin: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.contact-box a {
  color: white;
}

.contact-box img {
  width: 60px;
  height: 60px;
}

.contact-box > div {
  flex: 1;
  text-align: center;
  align-content: center;
}

@media (max-width: 767px) {
  .contact-us-intro {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-us-header {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-box {
    width: 95%;
    flex: auto;
  }
}