 .box{
    padding:10px 0px;
}

.box-part{
    background:#fff;
    border-radius:5px;
    padding:10px 10px;
    margin:10px 0px;
}
.text{
    margin:20px 0px;
}

.fa{
     color:#4183D7;
}

.search-sec {
  background: #076d92;
  padding: 2rem;
}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}