/*Search bar*/
.domain-search {
  margin: 0;
  padding: 206px 0;
}

.bg-pblue {
  background-color: #35abdf;
}

.domain-search .form-title {
  margin-top: 0;
  margin-bottom: 2px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

.domain-search p {
  color: #b0e7ff;
  margin: 0;
}

.domain-search .input-group {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}

.domain-search .input-group-addon {
  border: none;
}

.domain-search .form-title strong {
  display: block;
}

.domain-search .form-control {
  height: 60px;
  border-radius: 0;
  border: none;
}

.domain-search .form-control:focus {
  box-shadow: 0px 0px 0px 0px #ffffff !important;
}

.input-group .input-group-addon [type="submit"],
.input-group .input-group-addon button {
  border: none;
  border-radius: 0;
}

.domain-search .btn {
  padding: 0 54px;
  line-height: 60px;
}

.bt {
  /* background-color: rgba(255, 193, 7); */
  border: groove 1px #000;
  padding: 0 28px;
  line-height: 54px;
  width: 95px;
  color: #fff;
  height: 38px;
}

.bt:hover {
  color: #fff;
  background-color: #1acc8d;
  border-color: #204d74;
}

.domain-search .input-group + p {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 0;
}

.domain-search .input-group + p strong {
  margin-right: 40px;
}
.search {
  text-align: center;
  line-height: initial;
}
