body {
  background-color: #F8F9FA;
  overflow-x: hidden !important;
}

nav {
  margin: 0 30px;
}

.nav-link.active {
  border-bottom: 1px solid #166DAD;
  font-weight: bold !important;
  color: #166DAD !important;
}

.section-home {
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-foretag {
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-content {
  padding: 20px;
  color: white;
  border-radius: 10px;
}

.owl-nav {
  display: flex;
  justify-content: start;
}

.owl-dots {
  display: none;
}

.owl-next {
  scale: 2.5;
  margin-left: 100px !important;
  color: #166DAD !important;
}

.owl-prev {
  color: #166DAD !important;
  scale: 2.5;
}

.foldout {
  border: 1px solid #c5c5c5;
}

section.foldouts .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

section.foldouts .wrap .foldout {
  width: calc(50% - 10px);
  break-inside: avoid-column;
  background: white;
}

section.foldouts .wrap .header {
  cursor: pointer;
  padding: 0.3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

section.foldouts .wrap .hiddencontent {
  display: none;
  padding: 0.5em;
}

section.foldouts .wrap .hiddencontent p {
  font-size: 20px;
}

.offer-section {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  color: #fff;
  align-items: center;
  display: flex;
}

.offer-section h3 {
  font-size: 2.5rem;
  color: #166DAD;
}

@media (max-width:991px) {
  .companies-img {
    scale: 1 !important;
  }

  .bg {
    display: none;
  }

  .card-body {
    border: 1px solid rgb(197, 197, 197);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .ll {
    padding-bottom: 0 !important;
  }

  .foree {
    justify-content: center !important;
  }

  .foretag-hero-2 {
    scale: 0.7;
  }

  .ooo {
    width: 100% !important;
    border: none !important;
  }

  .beux {
    margin-top: -190px !important;
  }

  .sed-nec-para {
    width: 80% !important;
  }
}

@media (max-width:768px) {

  .table-section {
    margin: 0 !important;
  }

  .table {
    width: 100% !important;
  }

  #hero-1-image {
    float: unset !important;
  }

  .hero {
    padding-bottom: 50px;
  }

  .see-how {
    flex-direction: column !important;
  }

  #lady-image {
    margin: 0 !important;
  }
}

@media (max-width:500px) {
  #for-h2 {
    font-size: 2rem !important;
  }
}

@media (max-width:465px) {
  .foldout .header {
    flex-direction: column-reverse;
  }

  .header h5 {
    margin-bottom: 30px;
  }
}

@media (max-width:448px) {
  .offer-section .btn {
    margin-top: 0 !important;
  }

  .form-group {
    flex-direction: column;
  }

  .name {
    margin: 0 !important;
  }
}


@media (max-width:404px) {
  .foretag-hero-2 {
    scale: 0.8;
    margin: 0;
  }

  #lady-image {
    height: 370px !important;
  }
}
