footer {
  background: #f7f7f7 !important;
}
footer .socialConnect {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
footer .socialConnect a {
  width: 40px;
  height: 40px;
  display: flex;
  background: #0900de;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 0.3s;
}
footer .socialConnect a svg {
  fill: #fff;
}
footer .socialConnect a:hover {
  background: #0900de;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: #000;
}
footer ul li a:hover {
  color: #0900de;
}
footer h2 {
  text-align: left;
}

.footHeading {
  padding: 0;
  margin: 15px 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.commonFormFields_inputBox {
  margin: 15px 0 0;
}
.commonFormFields_inputBox .form-control {
  padding: 12px 8px;
  border-radius: 10px;
}
.commonFormFields_inputBox .form-control:focus {
  outline: 0;
  border-color: #0900de;
  box-shadow: none;
}

.footerMiddlemenu {
  background: #f7f7f7;
  margin-top: 1rem;
}
.footerMiddlemenu .wrapper .container {
  border-top: 1px solid #ddd;
}
.footerMiddlemenu .inlineList {
  padding: 0;
  margin: 0;
}
.footerMiddlemenu .inlineList li {
  display: inline-block;
  padding: 0 0.65rem 0 1.5rem;
  margin: 0 5px 10px 0;
  position: relative;
  background: #efefef;
  border-radius: 8px;
}
.footerMiddlemenu .inlineList li a {
  color: #000;
}
.footerMiddlemenu .inlineList li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 8px;
  height: 8px;
  background: rgb(169, 169, 169);
  border-radius: 10px;
}
.footerMiddlemenu .inlineList li a:hover {
  color: #0900de;
}
.footerMiddlemenu .inlineList li a:hover:before {
  background: #0900de;
}

.footer_footercopyright {
  background: #f7f7f7 !important;
  padding: 1rem 0;
  display: flex;
  align-items: center; border-top:1px solid #ddd;
}/*# sourceMappingURL=footer.css.map */