:root {
  --primary-color-one: #0d72b8;
  --menu-active-color: #0d72b8; 
  --primary-color-two: #282f3b;
  --heading-dark: #282f3b;
  --link-color-dark: #282f3b;
  --menu-color: #282f3b;
  --menu-dropdown-color: #282f3b;
}

.primarg_bg_color {
  background: var(--primary-color-one) !important;
  background-color: var(--primary-color-one) !important;
}

.primarg_border_color {
  border-color: var(--primary-color-one) !important;
}

.footer_seven {
  padding-top: 80px;
}/*# sourceMappingURL=color.css.map */


.flex_row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .flex_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  input[type="text"] {
    width: 100%; 
  }
  input[type="email"] {
    width: 100%; 
  }
}

.join_us{ 
  padding: 20px 0px 0px 20px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.create_account{
  font-size: 20px;
}

.second_half i{
  padding-right: 10px;
}

