footer {
    padding: 35px;
    background-color: rgb(247,249,250);
    color: rgb(32,33,36) !important;
}
.title{
    font-size: 27px;
}
.subtitle {
    padding: 10px;
    color: rgb(42, 43, 46);
    cursor: pointer;
}
.subtitle:hover {
    color: black;
}
.underline {
    border-bottom: 1px solid #ccc;
}
.social-button {
    cursor: pointer;
}

.social-button-box {
    display: inline-block; 
    padding-right: 10px
}
.form-select{
    width: auto;
}

::placeholder {
  color: #ccc;
  font-size: 18px;
}

.select{
  max-width:100% ; 
  width: 100%; 
  border-color: #ced4da;
  font-size: 18px !important;
}
.mob-select{
  max-width:100% ; 
  width: auto; 
  border-color: #ced4da;
  font-size: 18px !important;
}


.mob-form-group {
  border: 1px solid #ced4da;
  padding: 5px;
  border-radius: 6px;
  width: auto;
}
.mob-form-group:focus {
  color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.mob-form-group input {
  display: inline-block;
  width: auto;
  border: none;
}
.mob-form-group input:focus {
  box-shadow: none;
}
