* {
  border-radius: 0 !important;
}

h5 {
  font-family: inherit !important;
}

body {
  background-color: #f5f8fa;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb li {
  font-size: 14px;
}

.comment-ul li > div:first-child {
  width: 50px;
  color: white;
  background-color: #b1b1b1;
  border-radius: 100% !important;
  padding: 12px;
  height: 50px;
}

.comment-ul li .media-body {
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 20px;
}

.tox-notifications-container {
  display: none;
}

.max-img-100 img {
  max-width: 100% !important;
}

.theme-navbar {
  background-color: #35383d !important;
}

.theme-navbar .navbar-brand {
  color: #18c7f6 !important;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.theme-navbar .navbar-brand span {
  color: white;
  font-weight: normal;
}

.theme-navbar .navbar-nav li a {
  color: black;
}

.text-white {
  color: #ffffff !important;
}

.banner-container {
  text-align: center;
}

.banner-container > form {
  position: relative;
  display: inline-block;
  margin-top: 10%;
}

.banner-container > form .issue-search-box {
  width: 500px;
  border: none;
  border-radius: 100px !important;
  padding: 10px;
  padding-left: 20px;
}

.banner-container > form > .fa-search {
  position: absolute;
  color: #bbbbbb;
  right: 28px;
  top: 14px;
  font-size: 16px;
}

.issue-row > div {
  margin-bottom: 20px;
}

.issue-row > div a {
  text-decoration: none;
}

.issue-row > div a:hover {
  color: white;
}

.issue-row > div a:hover .issue-block {
  background-color: #0089ff;
}

.issue-row > div a:hover .issue-block h6, .issue-row > div a:hover .issue-block p {
  color: white;
}

.issue-row > div a .issue-block {
  padding: 20px 20px;
  border-radius: 3px !important;
  border: 1px solid #9e9e9e;
  text-align: center;
  background-image: url(../img/dots.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 50px;
}

.issue-row > div a .issue-block h6 {
  font-weight: 400;
  color: #ff6810;
}

.issue-row > div a .issue-block p {
  font-weight: 200;
  color: black;
  font-size: 16px;
  line-height: normal;
}

.theme-dark {
  background-color: #0e0e0e;
}

.footer-brand {
  text-transform: uppercase;
  color: #02c7fc;
  font-size: 28px;
}

.footer-brand span:nth-child(1) {
  color: white;
}

.footer-brand span:nth-child(2) {
  color: white;
  font-size: 12px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-200grad);
          transform: rotate(-200grad);
  letter-spacing: 1px;
  display: inline;
  margin-bottom: -2px;
}

.get-in-touch {
  color: white;
  font-weight: 100;
  position: absolute;
  top: -60px;
  background-color: black;
  padding: 4px 17px;
}

.footer-contact-us h5 {
  font-weight: 100;
  color: white;
}

.footer-contact-us ul li {
  font-size: 13px;
  color: #dadada;
  margin-bottom: 10px;
}

.footer-contact-us ul li i {
  font-size: 11px;
  margin-right: 5px;
  color: #696969;
}

.footer-contact-us ul li span {
  color: #696969;
}

.footer-contact-us ul li a {
  color: #dadada !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .issue-search-box {
    width: auto !important;
  }
  .home-page-have-some-issue-btn {
    margin-top: 12px;
    float: right;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .home-page-have-some-issue-btn {
    margin-top: 12px;
    float: right;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
