.Common_Form {
  padding: 25px 10px;
  background: #fff;
  border-radius: 0px;
  width: 350px;
}

.Common_Form textarea.form-control {
  height: 70px !important;
}

.Common_Form .form-control,
.Common_Form select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 0 5px 5px;
  font-size: 14px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
  border-bottom: 1px solid #000000;
}

.Common_Form .form-control:focus,
.Common_Form select:focus {
  box-shadow: none;
  /* background-color: #d1d2d4; */
  border: none;
  border-bottom: 1px solid #ccc;
  color: #414141;
}

.Common_Form label {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.Common_Form .submit_btn {
  border-color: #ccc;
}

.Common_Form .s_btn {
  border: 1px solid #ccc;
  background: #fbfbfb;
  color: #000;
  font-size: 16px;
  border-radius: 25px;
  padding: 9px 50px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none !important;
  margin-top: 10px;
}

.Common_Form .s_btn:hover {
  border-color: #202020;
}

.Common_Form .css-13cymwt-control {
  width: 100%;
  font-size: 14px;
  background-color: #d1d2d4;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none;
}

.Common_Form .css-t3ipsp-control {
  background-color: #d1d2d4;
  border-color: #ccc;
  box-shadow: none;
}

.Common_Form .css-t3ipsp-control:hover {
  border-color: #d1d2d4;
}

.Common_Form .css-1jqq78o-placeholder {
  color: #202020;
  font-size: 14px;
}

.Common_Form .css-1dimb5e-singleValue {
  font-size: 14px;
}

.Common_Form .css-tj5bde-Svg {
  display: inline-block;
  fill: #414141;
  stroke: #414141;
  stroke-width: 0;
}

.Common_Form .form-check {
  margin: 15px 0px;
}

.Common_Form {
  border: 1px solid #ccc;
}

@media (min-width: 0px) and (max-width: 991px) {
.Common_Form {
    width: 100%;
}
}