/*
body {
  border-radius: 0;
}
*/
.homepage .module-promotion {
  background: none;
  padding: 10px;
}
.homepage .module-promotion.box {
  border: none;
  box-shadow: none;
}
.homepage .main .box-01 {
  background: none;
  color: #0e6655;
  padding: 10px;
  border-radius: 9px;
  margin-top: 1.5rem;
}
.homepage .search-form input {
  border-radius: 99px;
}
.homepage .search-form {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.homepage .search-form .form-control {
  border: 2px solid #0e6655;
}
.homepage .search-form .search-input button i {
  color: #0e6655;
}
.navbar .form-control {
  border-radius: 99px;
}
.masthead .main-navbar ul li a {
  font-weight: 600;
  border-radius: 99px !important;
  background: #0e6655 !important;
}
.masthead .main-navbar ul li:hover a, .masthead .main-navbar ul li:focus a, .masthead .main-navbar ul li.active a {
  background: #0b5345 !important;
}
.module-promotion .media-overlay {
  margin-top: 30px;
  margin-bottom: 50px;
}
.account-masthead, .site-footer {
  background: #0e6655 url(../../base/images/bg.png) !important;
}
.homepage .module-stats .card {
  padding: 1.5rem 1rem;
}
.homepage .module-stats .card ul {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
}
.homepage .module-stats .card ul li a {
  display: flex;
  justify-content: center;
  color: #0e6655;
}
.homepage .module-stats .box {
  background-color: rgb(0, 0, 0, 0);
  border: none;
  box-shadow: none;
}