body {
  font-family: "Poppins", serif;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.bgsecondary {
  background-color: #fe434a;
}

.bgprimary {
  background-color: #061a32;
}

.textprimary {
  color: #061a32;
}

.textsecondary {
  color: #fe434a;
}

label {
  color: #151515;
  font-weight: 600;
}

label.error {
  color: red;
  font-size: 12px;
  font-weight: 400 !important;
}

.borderlessInput {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding-left: 8px;
}

.select2.select2-container {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
}

.select2.select2-container:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.select2-search__field:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.select2-selection {
  height: 36px !important;
  padding-left: 8px !important;
  border: 0 !important;
  border-radius: 0px !important;
}

.select2-selection__placeholder {
  color: #a7a7a7 !important;
}

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.form-select option:first-child,
.form-control::placeholder {
  color: #a7a7a7;
}

.form-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
}

.programm-menu {
  width: 320px;
  right: 0;
  left: auto !important;
}

.mainsection {
  min-height: calc(100vh - 500px);
}

/* =========Responsive style ============= */

@media (max-width: 767.98px) {
  header .navbar-brand img {
    width: 120px;
  }

  header .nav-item .nav-link {
    font-size: 14px;
  }

  .header-contact {
    width: 100%;
  }

  .btn-full {
    width: 100%;
  }
  .header-contact {
    width: 100%;
  }
}
