.homearama .tab-content {
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
  border-radius: 0 0 3px 3px;
  padding: 15px;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.homearama .tab-content .form-control,
form.summon-search-widget .summon-search-box input {
  box-shadow: none;
  border: none;
  height: 42px;
  color: #000;
  background: #eae7e7;
  padding-left: 10px;
  width: 100%;
}
.homearama .nav-tabs .nav-link.active {
  background-color: #ffffff !important;
  color: #0379a8 !important;
}
.homearama .nav-tabs .nav-link {
  color: #fff !important;
}
.homearama .tab-content .btn-block {
  height: 42px;
  width: 100%;
  padding-block: 0;
  padding-inline: 1px;
	text-align: center;
}
form.summon-search-widget .summon-search-box {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
form.summon-search-widget .summon-search-box input {
  width: 100% !important;
}
form.summon-search-widget .summon-search-box > * {
  padding: 0 12px !important;
}
@media (max-width: 767px) {
  .homearama .tab-content .form-control, form.summon-search-widget .summon-search-box input {
    margin-bottom: 12px;
  }   
}