@charset "UTF-8";


@font-face {
  font-family: 'Gotham';
  src: url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Medium.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Gotham';
  src: url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Gotham';
  src: url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Book.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/gotham-fonts@1.0.3/fonts/GothamRounded-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  min-width: 320px;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #273777;
}

body.color-2 {
  color: #562079;
}

/*kleur tekst netwerk test*/
span.green{
  color:green;
}

span.orange{
  color:orange;
}

span.red{
  color:red;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 58px;
  }
}

@media (max-width: 991px) {

  .container,
  .container-fluid {
    padding-left: 14px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
  }
}

header > .container {
  display: flex;
  justify-content: space-between;
}

.container-fluid .text-block {
  background-color: #273777;
  width: 605px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.container-fluid .text-block p.m-0,
.container-fluid .text-block h1.m-0 {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .container-fluid .text-block {
  	width: 100%;
  }
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1.41em;
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.334em;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.67em;
}

@media (max-width: 991px) {

  h2,
  .h2 {
    font-size: 18px;
  }
}

h3,
.h3 {
  font-size: 16px;
  line-height: 1.5em;
}

.slick-slide:focus {
  outline: none !important;
}

.text-success {
  color: #90b955;
}

.row-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex:before,
.row-flex:after {
  display: none;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30>[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.row-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

body .bg-gray {
  background-color: #eff0eb;
}

body .bg-gray2 {
  background-color: #f7f7f7;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}


.navigation-btn {
  cursor: pointer;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#addCandidate .select2-selection.select2-selection--single:before{
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    color: #0068b3;
    z-index: 1;
}


.input-group.date .input-group-addon {
  cursor: pointer;
}

/* buttons */
.btn {
  position: relative;
  font-weight: 500;
  font-size: 9px;
  padding: 7px 14px;
  white-space: normal;
}

.btn .fa {
  margin-right: 9px;
  font-size: 1.2em;
}

.btn .caret {
  position: relative;
  left: 0;
  width: 11px;
  height: 9px;
  border: 0;
  margin-left: 5px;
  transition: left .3s ease, right .3s ease;
}

.btn .caret.inverse {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 5px;
}

.btn .caret:before,
.btn .caret:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.btn .caret:before {
  right: 0;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn .caret:after {
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid;
}

.btn.btn-lg,
.btn-group-lg>.btn {
  font-size: 14px;
  padding: 14px 23px;
  border-width: 2px;
}


.btn.btn-lg .caret,
.btn-group-lg>.btn .caret {
  width: 18px;
  height: 14px;
  margin-left: 8px;
}

.btn.btn-lg .caret:before,
.btn-group-lg>.btn .caret:before {
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
}

.btn.btn-lg .caret:after,
.btn-group-lg>.btn .caret:after {
  height: 2px;
  border-bottom-width: 2px;
}

.btn:hover .caret {
  left: 5px;
}

.btn:hover .caret.inverse {
  left: -5px;
}

.btn.sm-sides {
  padding-left: 14px;
  padding-right: 14px;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #273777;
  border-color: #fff;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #fff;
  border-color: #273777;
  color: #273777;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #273777;
  border-color: #273777;
  color: #fff;
}

.btn-success {
  background-color: inherit;
  border-color: transparent;
  color: inherit;
}

.btn-success:hover,
.btn-success:focus {
  background-color: rgba(86, 32, 121, 0.5);
  border-color: transparent;
  color: inherit;
}

.btn-warning {
  background-color: #fce900;
  border-color: #fce900;
  color: inherit;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: inherit;
  border-color: inherit;
  color: #fce900;
}

.btn.with-decor:before {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #bad7e1;
}

.btn input {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  min-width: 1px;
  min-height: 1px;
  max-width: none;
  max-height: none;
  font: inherit;
  color: inherit;
  transition: none;
  opacity: 0;
}

.btn-scroll {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
}

.btn-scroll i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  width: 14px;
  height: 19px;
  border: 1px solid;
  border-radius: 6px;
  transition: margin .3s ease;
}

.btn-scroll i:before,
.btn-scroll i:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn-scroll i:before {
  top: 3px;
  width: 2px;
  height: 4px;
  border-left: 2px solid;
}

.btn-scroll i:after {
  top: 100%;
  margin-top: 2px;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* label */
.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5em;
  padding: .25em 1.25em;
  border-radius: 1em;
}

@media (max-width: 991px) and (min-width: 768px) {
  .label {
    font-size: 10px;
    line-height: 1.8em;
  }
}

.label-warning {
  color: inherit;
  padding: 0;
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: #fff;
  color: #273777;
  height: 80px; /* Gelijk aan navbar */
  display: flex;
  align-items: center;
  padding: 0 24px; /* Gelijk aan navbar */
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  transition: all 0.3s ease;
}

@media (min-width: 1281px) {
  #header {
    height: 70px; /* Gelijk aan navbar op desktop */
  }
}

#header .navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
}

#header .navbar-brand {
  height: auto;
  padding: 0;
  margin-right: 20px;
  color: #273777;
  font-size: 20px;
  font-weight: 500;
}

#header .navbar-toggle {
  position: absolute;
  right: 15px;
  cursor: pointer;
/*   border-top: 2px solid RGBA(0, 0, 0, 1); */
  width: 24px;
  height: 30px;
  transition: 0.3s ease all;
}

#header .navbar-toggle:after {
  content: "";
/*   border-top: 2px solid RGBA(0, 0, 0, 1); */
  position: absolute;
  left: 0;
  top: 9px;
  width: 24px;
  transition: 0.3s ease all;
}

#header .navbar-toggle:before {
  content: "";
/*   border-top: 2px solid RGBA(0, 0, 0, 1); */
  position: absolute;
  left: 0;
  top: -9px;
  width: 24px;
  transition: 0.3s ease all;
}

/* Wanneer menu open is */
.opened-menu #header .navbar-toggle {
  border-top: 2px solid transparent;
}

.opened-menu #header .navbar-toggle:after {
  transform: rotate(45deg);
  top: 8px;
}

.opened-menu #header .navbar-toggle:before {
  transform: rotate(-45deg);
  top: 7px;
}

/* Responsive fixes */
@media (max-width: 991px) {
  #header {
    height: 80px !important; 
    padding: 0 15px;
  }

  #header .navbar-header {
    justify-content: space-between;
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
    margin-bottom: 25px !important;
  }

  #header .navbar-toggle {
    display: block;
  }
}


/* main-nav */
:root {
  --primary-main-color: #273777;
  --background-main-color: #ffffff;
  --accent-main-color: #91c2dd;
  --transition-main-speed: 0.3s;
}

#main-nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  background: var(--background-main-color);
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
  margin-top: 1%;
  gap: 5%;
}

@media (max-width: 991px) {
  #main-nav {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--background-main-color);
    flex-direction: column;
    align-items: center;
    transform: translateY(-100%);
    transition: transform var(--transition-main-speed) ease-in-out;
  }

  .opened-menu #main-nav {
    transform: translateY(0);
  }
}

#main-nav .base {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

a.exit-link{
  text-decoration: none;
}

@media (max-width: 991px) {
  #main-nav .base {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 15px;
  }
}

#main-nav .base > li {
  padding: 10px 20px;
  position: relative;
}

#main-nav .base > li > a {
  text-decoration: none;
  color: var(--primary-main-color);
  font-weight: 500;
  transition: color var(--transition-main-speed);
}

#main-nav .base > li:hover > a {
  color: var(--accent-main-color);
}

#main-nav .dropdown-menu {
  position: absolute;
  background: var(--background-main-color);
  border: 1px solid var(--primary-main-color);
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#main-nav .dropdown:hover .dropdown-menu {
  display: flex;
}

@media (max-width: 991px) {
  #main-nav .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    text-align: center;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }
}

/* footer */
#footer {
  padding: 120px 0 40px;
  background: #eff0eb;
  color: #273777;
  font-size: 14px;
  line-height: 18px;
}

#footer .wrap {
  position: relative;
  background: #fff;
  padding: 82px 195px 83px;
  margin-bottom: 30px;
}

#footer .wrap:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: -12px;
  left: 50%;
  margin-left: -12px;
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-001.svg?_=f2fa1f60292ee8431c08e3ab4af6ea12) no-repeat;
  background-size: 100% 100%;
}

#footer .wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .wrap ul li {
  margin-bottom: 6px;
}

#footer .wrap ul li a {
  color: inherit;
}

#footer h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #273777;
  margin: 0 0 12px;
}

#footer .footer-logo {
  display: block;
  width: 129px;
  height: 40px;
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/logo-001.svg?_=572c2d762c03637b8ae7547ec8edadd1) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
}

#footer .footer-list {
  margin: 0 -13px;
  padding: 11px 0 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: right;
}

#footer .footer-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  padding: 0 13px;
  position: relative;
}

#footer .footer-list li+li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #273777;
  left: -2px;
  top: 50%;
  margin-top: -2px;
}

#footer .footer-list li a {
  color: inherit;
}

#footer.lite {
  padding: 41px 0;
}

@media (max-width: 1199px) {
  #footer {
    padding: 100px 0 40px;
  }

  #footer .wrap {
    padding: 50px 100px;
  }
}

@media (max-width: 991px) {
  #footer {
    padding: 80px 0 30px;
  }

  #footer .wrap {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 72px 0 40px;
    text-align: center;
  }

  #footer .wrap {
    padding: 52px 20px 8px;
    margin-bottom: 40px;
  }

  #footer .wrap ul {
    padding: 0 0 29px;
  }

  #footer .footer-logo {
    margin: 0 auto;
  }

  #footer .footer-list {
    text-align: center;
    padding-top: 37px;
  }

  #footer .footer-list li {
    font-size: 11px;
  }

  #footer .lite {
    padding: 20px 0;
  }
}

@media (max-width: 374px) {
  #footer {
    padding: 55px 0 30px;
    text-align: center;
  }

  #footer .wrap {
    padding: 42px 15px 15px;
    margin-bottom: 30px;
  }

  #footer .wrap ul {
    padding: 0 0 15px;
  }

  #footer .footer-list {
    text-align: center;
    margin: 0;
    padding-top: 20px;
  }

  #footer .footer-list li {
    display: block;
    padding: 4px 0;
  }

  #footer .footer-list li:before {
    display: none;
  }
}

/* visual */
.visual {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background: #273777;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 100px);
  padding: 20px;
}

@media (max-width: 991px) {
  .visual {
    font-size: 16px;
    padding: 15px;
  }
}

.visual .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  /* filter: brightness(80%); */
  z-index: 1;
}

.visual .descr {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
}

.visual h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2rem;
}

@media (max-width: 991px) {
  .visual h1 {
    font-size: 1.75rem;
  }
}

.visual p {
  margin-bottom: 30px;
  font-size: 1rem;
}

.visual .btn {
  min-width: 180px;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  background: #fff;
  color: #273777;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.visual .btn:hover {
  background: #ffffffa1;
}

.visual .scroll-notice {
  position: absolute;
  /* bottom: 20px;*/
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  /* z-index: 2; */
  /* animation: fadeInUp 1.5s ease-in-out infinite alternate; */
}

@keyframes fadeInUp {
  from {
    opacity: 0.5;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}


/* partner-bar */
.partner-bar {
  padding: 20px;
  background: #fff;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .partner-bar {
    padding: 15px;
  }
}

.partner-bar .partner-carousel {
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .partner-bar .partner-carousel {
    padding: 0 10px;
    gap: 10px;
  }
}

.partner-bar .partner-carousel .slide-item {
  flex: 0 0 auto;
  transition: transform 0.3s ease-in-out;
  margin-left: 200px;
}

.partner-bar .partner-carousel .slide-item:hover {
  transform: scale(1.05);
}

.partner-bar .partner-carousel .slide-item a {
  display: inline-block;
}

.partner-bar .partner-carousel .slide-item a:hover {
  opacity: 0.8;
}

.partner-bar .partner-carousel .slide-item img {
  max-height: 40px;
  width: auto;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .partner-bar .partner-carousel .slide-item img {
    max-height: 30px;
    max-width: 80px;
  }
}

.partner-bar .partner-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  color: #273777;
  cursor: pointer;
  transition: color 0.3s ease;
  opacity: 0%;
}

.partner-bar .partner-carousel .slick-arrow:hover {
  color: #bad7e1;
}

.partner-bar .partner-carousel .slick-prev {
  left: 10px;
}

.partner-bar .partner-carousel .slick-next {
  right: 10px;
}

.partner-bar .partner-carousel .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
}

.partner-bar .partner-carousel .slick-prev:before {
  transform: rotate(-135deg);
  left: 5px;
}

.partner-bar .partner-carousel .slick-next:before {
  transform: rotate(45deg);
  right: 5px;
}

/* benefits */
:root {
  --primary-benefits-color: #fff;
  --background-benefits-color: #ffffff;
  --accent-benefits-color: #91c2dd;
  --text-benefits-color: #273777;
  --transition-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-benefits-color: #000;
    --background-benefits-color: #1e1e1e;
    --accent-benefits-color: #609ab6;
    --text-benefits-color: #ffffff;
  }
}
*/

.benefits {
  padding: 70px 20px;
  text-align: center;
  background: var(--background-benefits-color);
  color: var(--text-benefits-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  z-index: 1;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
}

@media (max-width: 991px) {
  .benefits {
    padding: 40px 15px;
  }
}

.benefits .heading {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .benefits .heading {
    margin-bottom: 30px;
  }
}

.benefits h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

@media (max-width: 991px) {
  .benefits h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.benefits .benefit-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1200px;
}

.benefits .benefit-item {
  background: var(--background-benefits-color);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  transition: transform var(--transition-benefits-speed) ease-in-out;
  height: 100%;
}

.benefits .benefit-item:hover {
  transform: translateY(-5px);
}

.benefits .benefit-item figure {
  height: 64px;
  margin-bottom: 15px;
}

.benefits .benefit-item img {
  max-width: 100%;
  max-height: 100%;
}

.benefits .benefit-item h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.benefits .benefit-item p {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--text-benefits-color);
}

/* msg-box */
:root {
  --primary-msg-color: #fff;
  --background-msg-color: #ffffff;
  --accent-msg-color: #fff;
  --text-msg-color: #273777;
  --transition-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-msg-color: #000;
    --background-msg-color: #1e1e1e;
    --accent-msg-color: #609ab6;
    --text-msg-color: #ffffff;
  }
}
*/

.msg-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 18px;
  padding: 12px 20px 12px 50px;
  margin-bottom: 20px;
  background: var(--accent-msg-color);
  color: var(--text-msg-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  transition: background var(--transition-msg-speed);
  margin-top: 20px;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
}

@media (max-width: 991px) {
  .msg-box {
    font-size: 12px;
    padding: 10px 15px 10px 45px;
    border-radius: 25px;
  }
}

/*
@media (prefers-color-scheme: dark) {
  .msg-box {
    background: var(--primary-msg-color);
  }
}
*/

.msg-box .icon {
  position: absolute;
  left: 15px;
  font-size: 18px;
  line-height: 1;
}

.msg-box p {
  margin: 0;
}


/* features */
:root {
  --primary-feature-color: #fff;
  --background-feature-color: #ffffff;
  --accent-feature-color: #91c2dd;
  --text-feature-color: #273777;
  --transition-feature-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-feature-color: #000;
    --background-feature-color: #1e1e1e;
    --accent-feature-color: #609ab6;
    --text-feature-color: #ffffff;
  }
}
*/

.features {
  padding: 70px 20px;
  background: var(--background-feature-color);
  color: var(--text-feature-color);
  text-align: center;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
}

@media (max-width: 991px) {
  .features {
    padding: 50px 15px;
  }
}

.features .heading {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
}

.features .features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.features .features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}

.features .features-list li:before {
  content: '\2713';
  font-size: 18px;
  color: var(--accent-feature-color);
}

.features .features-block img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin:20px 0px 20px 0px;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
}

/*
@media (prefers-color-scheme: dark) {
  .features .features-list li:before {
    color: var(--primary-features-color);
  }
}
*/


/* question-section */
.question-section {
  padding: 120px 0 130px;
}

.question-section .form-holder {
  background: #eff0eb;
  margin-right: 10px;
  padding: 58px 50px 66px 60px;
  box-shadow: 10px 10px 0 0 #bad7e1;
}

.question-section .form-holder p {
  margin: 0 0 15px;
}

.question-section h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 18px;
}

.form-control-profile{
  width: 35%;
}

.question-section .form-control {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 6px 15px 4px;
  background: #fff;
  color: #273777;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.question-section .form-control::-moz-placeholder,
.question-section .form-control:-moz-placeholder {
  opacity: 1;
  color: #9ea28b;
}

.question-section .form-control::-moz-placeholder {
  color: #9ea28b;
}

.question-section .form-control:-ms-input-placeholder {
  color: #9ea28b;
}

.question-section .form-control::-webkit-input-placeholder {
  color: #9ea28b;
}

.question-section textarea.form-control {
  height: 230px;
  resize: none;
  overflow-y: auto;
  padding: 16px 15px;
}

.question-section .button-holder {
  padding-top: 30px;
}

.question-section .btn {
  box-shadow: 5px 5px 0 0 #bad7e1;
}

.question-section .question-box {
  position: relative;
  min-height: 331px;
  /* min-height: 100%; */
  background: #eff0eb;
  margin-right: 10px;
  padding: 30px 110px 50px 30px;
  box-shadow: 10px 10px 0 0 #bad7e1;
  background-size: auto 100%;
  background-position: 100% 50%;
  /* background-position: 100% 116%; */
  background-repeat: no-repeat;
}

.question-section .question-box ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  word-break: break-all;
}

.question-section .question-box ul .name {
  display: block;
  font-weight: 500;
}

.question-section .question-box ul a {
  text-decoration: underline;
}

.question-section .question-box ul a:hover {
  text-decoration: none;
}

.question-section.type2 .select2 {
  margin-bottom: 10px;
}

.question-section.type2 textarea.form-control {
  height: 290px;
}

@media (max-width: 1199px) {
  .question-section {
    padding: 100px 0;
  }

  .question-section .form-holder {
    padding: 38px 30px 46px;
  }

  .question-section .form-holder p {
    margin: 0 0 20px;
  }

  .question-section .button-holder {
    padding: 20px 5px 0 0;
  }

  .question-section .question-box {
    min-height: 250px;
    padding: 15px 80px 30px 15px;
  }
}

@media (max-width: 991px) {
  .question-section {
    padding: 80px 0;
  }

  .question-section .form-holder {
    margin: 0 0 30px;
  }

  .question-section .question-box {
    min-height: 240px;
    padding: 30px 85px 50px 30px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .question-section {
    padding: 60px 0 70px;
  }

  .question-section h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 8px;
  }

  .question-section textarea.form-control {
    height: 100px;
  }

  .question-section.type2 textarea.form-control {
    height: 100px;
  }

  .question-section .btn {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .question-section {
    padding: 50px 0;
  }

  .question-section .form-holder {
    padding: 20px 15px 30px;
  }

  .question-section .form-holder p {
    margin: 0 0 15px;
  }

  .question-section .form-control {
    padding: 6px 10px 4px;
  }

  .question-section textarea.form-control {
    padding: 16px 10px 10px;
  }

  .question-section .button-holder {
    padding: 10px 5px 0 0;
  }

  .question-section .question-box {
    min-height: 220px;
    padding: 15px 80px 30px 15px;
  }
}

.color-2 .question-section.type2 .form-control {
  color: #9ea28b;
}

.color-2 .question-section.type2 .form-control::-moz-placeholder {
  color: #9ea28b;
  opacity: 1;
}

.color-2 .question-section.type2 .form-control:-ms-input-placeholder {
  color: #9ea28b;
}

.color-2 .question-section.type2 .form-control::-webkit-input-placeholder {
  color: #9ea28b;
}

/* clients-section */
.clients-section {
  padding: 120px 0 94px;
  background: #eff0eb;
}

.clients-section h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  max-width: 600px;
  margin: 0 auto 80px;
}

.clients-section .logos-list {
  margin: 0 0 0 -35px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.clients-section .logos-list li {
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
  width: 33.33%;
  line-height: 50px;
  background:#fff;
  border-radius: 12px;
  margin: 20px;
  padding: 30px;
  justify-content: center;
  box-shadow:5px 5px 15px rgb(39 55 119 / 50%);
}

.clients-section .logos-list li img {
  display: inline-flex;
  vertical-align: middle;
  max-height: 50px;
  max-width: 100%;
  justify-content: center;
}

.clients-section .logos-list li a:hover {
  opacity: .75;
}

@media (max-width: 1199px) {
  .clients-section {
    padding: 80px 0;
  }

  .clients-section .logos-list {
    margin: 0;
  }

  .clients-section .logos-list li {
    padding: 5px 20px 30px;
  }
}

@media (max-width: 991px) {
  .clients-section {
    padding: 60px 0 40px;
  }

  .clients-section h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 30px;
  }

  .clients-section .logos-list {
    margin: 0 -15px 10px;
  }

  .clients-section .logos-list li {
    padding: 0 15px 30px;
  }
}

/* testimonials-slider */
:root {
  --primary-testimonials-bg: #fff;
  --secondary-testimonials-bg: #bad7e1;
  --accent-testimonials-color: #90b955;
  --text-testimonials-color: #333;
  --border-testimonials-radius: 12px;
  --transition-testimonials-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-testimonials-bg: #000;
    --secondary-testimonials-bg: #333;
    --accent-testimonials-color: #90b955;
    --text-testimonials-color: #f0f0f0;
  }
}
*/

.testimonials-slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 40px 20px;
  /* background: var(--primary-testimonials-bg); */
  border-radius: var(--border-testimonials-radius);
}

.testimonials-slider .slick-dots {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.testimonials-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonials-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: var(--secondary-testimonials-bg);
  transition: background var(--transition-testimonials-speed);
}

.testimonials-slider .slick-dots li.slick-active button {
  background: #273777;
}

.testimonials-slider blockquote {
  border: none;
  background: var(--primary-bg);
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  padding: 40px;
  font-size: 18px;
  line-height: 1.6;
  border-radius: var(--border-testimonials-radius);
  text-align: left;
  background: var(--primary-testimonials-bg);
  width: 90%;
  margin-left: 5%;
}

.testimonials-slider .name {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonials-slider .name .photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}

.testimonials-slider .name .wrap {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .testimonials-slider {
    padding: 20px;
  }

  .testimonials-slider blockquote {
    font-size: 16px;
    padding: 30px;
  }
}


/* cost-structure */
:root {
  --primary-cost-bg: #fff;
  --secondary-cost-bg: #bad7e1;
  --accent-cost-color: #273777;
  --text-cost-color: #333;
  --border-cost-radius: 12px;
  --transition-cost-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-cost-bg: #000;
    --secondary-cost-bg: #333;
    --accent-cost-color: #90b955;
    --text-cost-color: #f0f0f0;
  }
}
*/

.cost-structure {
  position: relative;
  z-index: 5;
  padding: 80px 0;
  background: var(--primary-cost-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);  
}

.cost-structure .heading {
  max-width: 760px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-cost-color);
}

.cost-structure .heading h2 {
  margin-bottom: 15px;
  font-size: 32px;
  color: var(--text-cost-color);
}

.cost-structure .cost-box {
  position: relative;
  background: var(--primary-cost-bg);
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  padding: 40px;
  margin: 20px 0;
  border-radius: var(--border-cost-radius);
  max-width: 800px;
  width: 90%;
  transition: transform var(--transition-cost-speed), background-color var(--transition-cost-speed), color var(--transition-cost-speed);
  color: var(--text-cost-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.cost-structure .cost-box:hover {
  transform: translateY(-5px);
}

.cost-structure .cost-box h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--text-cost-color);
}

.cost-structure .cost-box ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.cost-structure .cost-box ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.cost-structure .cost-box ul li:before {
  content: '\2714';
  color: var(--accent-cost-color);
  font-size: 1.2em;
  margin-right: 10px;
}

.cost-structure .cost-box p {
  margin: 0 0 13px;
}

.cost-structure .cost-box p a {
  text-decoration: underline;
}

.cost-structure .cost-box p a:hover {
  text-decoration: none;
}

.cost-structure .cost-box .btn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--accent-cost-color);
  color: #fff;
  border-radius: var(--border-cost-radius);
  transition: background var(--transition-cost-speed);
  margin-top: 20px;
}

.cost-structure .cost-box .btn:hover {
  background: rgb(0 0 0 / 25%);
}

@media (max-width: 991px) {
  .cost-structure {
    padding: 60px 0;
  }
  .cost-structure .cost-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .cost-structure {
    padding: 40px 0;
  }
  .cost-structure .cost-box {
    padding: 25px;
    width: 95%;
  }
  .cost-structure .cost-box ul li {
    font-size: 14px;
  }
}


/* packages-section */
:root {
  --primary-package-bg: #fff;
  --secondary-package-bg: #bad7e1;
  --accent-package-color: #273777;
  --text-package-color: #333;
  --border-package-radius: 12px;
  --transition-package-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-package-bg: #000;
    --secondary-package-bg: #333;
    --accent-package-color: #90b955;
    --text-package-color: #f0f0f0;
  }
}
*/

.packages-section {
  position: relative;
  z-index: 5;
  padding: 80px 0;
  background: var(--primary-package-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.packages-section .heading {
  max-width: 760px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-package-color);
}

.packages-section .heading h1 {
  margin-bottom: 15px;
  font-size: 32px;
  color: var(--text-package-color);
}

.packages-section .package-box {
  position: relative;
  background: var(--primary-package-bg);
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  padding: 40px;
  margin: 20px 0;
  border-radius: var(--border-package-radius);
  max-width: 800px;
  width: 90%;
  min-height: fit-content;
  transition: transform var(--transition-package-speed), background-color var(--transition-package-speed), color var(--transition-package-speed);
  color: var(--text-package-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.packages-section .package-box:hover {
  transform: translateY(-5px);
}

.packages-section .package-box .lbl {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: var(--accent-package-color);
  font-weight: 500;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: var(--border-package-radius);
}

.packages-section .package-box .price {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}

.packages-section .package-box ul {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 100%;
}

.packages-section .package-box ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.packages-section .package-box ul li:before {
  content: '\2714';
  color: var(--accent-package-color);
  font-size: 1.2em;
  margin-right: 10px;
}

.packages-section .package-box .btn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--accent-package-color);
  color: #fff;
  border-radius: var(--border-package-radius);
  transition: background var(--transition-package-speed);
  margin-top: 20px;
}

.packages-section .package-box .btn:hover {
  background: rgb(0 0 0 / 25%);
}

@media (max-width: 991px) {
  .packages-section {
    padding: 60px 0;
  }
  .packages-section .package-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .packages-section {
    padding: 40px 0;
  }
  .packages-section .package-box {
    padding: 25px;
    width: 95%;
  }
  .packages-section .package-box ul li {
    font-size: 14px;
  }
}

/* about-section */
:root {
  --primary-about-bg: #fff;
  --secondary-about-bg: #dee2e6;
  --accent-about-color: #17a2b8;
  --text-about-color: #343a40;
  --border-about-radius: 12px;
  --transition-about-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-about-bg: #000;
    --secondary-about-bg: #343a40;
    --accent-about-color: #17a2b8;
    --text-about-color: #f8f9fa;
  }
}
*/

.about-section {
  padding: 80px 0;
  background: var(--primary-about-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-section .about-box {
  padding: 40px;
  background: #fff;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  border-radius: var(--border-about-radius);
  max-width: 100%;
  width: 90%;
  margin-bottom: 50px;
  transition: transform var(--transition-about-speed);
  color: var(--text-about-color);
}

.about-section .about-box:hover {
  transform: translateY(-5px);
}

.about-section .about-box h2 {
  margin-bottom: 15px;
  font-size: 24px;
  color: var(--text-about-color);
}

.about-section .about-box p {
  margin-bottom: 20px;
}

.about-section .team-box {
  padding: 40px;
  background: #fff;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  border-radius: var(--border-about-radius);
  max-width: 100%;
  width: 90%;
}

.about-section .team-box h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: var(--text-about-color);
}

.about-section .team-box .team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.about-section .team-box .team-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 45%;
  padding-bottom: 20px;
}

.about-section .team-box .team-list li .photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--accent-about-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-size: contain;
}

.about-section .team-box .team-list li .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.about-section .team-box .team-list li .pos {
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .about-section {
    padding: 40px 0;
  }
  .about-section .team-box .team-list li {
    width: 100%;
  }
  .about-section .about-box, .about-section .team-box {
    padding: 30px;
  }
}

/* blog-section */
:root {
  --primary-blog-bg: #fff;
  --secondary-blog-bg: #bad7e1;
  --accent-blog-color: #273777;;
  --text-blog-color: #333;
  --border-blog-radius: 12px;
  --transition-blog-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-blog-bg: #000;
    --secondary-blog-bg: #333;
    --accent-blog-color: #90b955;
    --text-blog-color: #f0f0f0;
  }
}
*/

.blog-section {
  position: relative;
  z-index: 5;
  padding: 80px 0;
  background: var(--primary-blog-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.blog-section .heading {
  max-width: 650px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-blog-color);
}

.blog-section .heading h1 {
  margin-bottom: 15px;
  font-size: 32px;
  color: var(--text-blog-color);
}

.blog-section .blog-item {
  position: relative;
  background: var(--primary-blog-bg);
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  padding: 40px;
  margin: 20px 0;
  border-radius: var(--border-blog-radius);
  max-width: 800px;
  width: 90%;
  transition: transform var(--transition-blog-speed), background-color var(--transition-blog-speed), color var(--transition-blog-speed);
  color: var(--text-blog-color);
  height: 90%;
}

.blog-section .blog-item:hover {
  transform: translateY(-5px);
}

.blog-section .blog-item .img {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--border-blog-radius);
  margin-bottom: 15px;
}

.blog-section .blog-item time {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  background: var(--accent-blog-color);
  font-weight: 500;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: var(--border-blog-radius);
}

.blog-section .blog-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--text-blog-color);
}

.blog-section .blog-item p {
  max-height: 96px;
  overflow: hidden;
  margin: 0 0 20px;
}

.blog-section .blog-item .btn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--accent-blog-color);
  color: #fff;
  border-radius: var(--border-blog-radius);
  transition: background var(--transition-blog-speed);
}

.blog-section .blog-item .btn:hover {
  background: rgb(0 0 0 / 25%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .blog-section {
    padding: 60px 0;
  }
  .blog-section .blog-item {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding: 40px 0;
  }
  .blog-section .blog-item {
    padding: 25px;
    width: 95%;
  }
  .blog-section .blog-item h4 {
    font-size: 18px;
  }
  .blog-section .blog-item p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* pagination */
.pagination {
  display: block;
  margin: 0;
  padding: 40px 0 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.pagination>li {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 5px;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  display: block;
  float: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  color: #fff;
  background: rgba(158, 162, 139, 0.4);
  margin: 0;
  border: none;
  border-radius: 50%;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
  color: #fff;
  background: #9ea28b;
}

.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>a:focus,
.pagination>li.active>span,
.pagination>li.active>span:hover,
.pagination>li.active>span:focus {
  color: #fff;
  background: #9ea28b;
}

.pagination>li.previous,
.pagination>li.next {
  padding: 0 25px;
}

.pagination>li.previous>a,
.pagination>li.previous>span,
.pagination>li.next>a,
.pagination>li.next>span {
  width: auto;
  height: auto;
  background: #273777;
  padding: 4px 15px;
  border-radius: 16px;
}

.pagination>li.previous>a:before,
.pagination>li.previous>span:before,
.pagination>li.next>a:before,
.pagination>li.next>span:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 15px;
  height: 10px;
}

.pagination>li.previous>a,
.pagination>li.previous>span {
  padding-left: 32px;
}

.pagination>li.previous>a:before,
.pagination>li.previous>span:before {
  left: 14px;
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-prev-001.svg?_=892fcaa22c2744dde70a7072ff30d6ea) no-repeat;
  background-size: 100% 100%;
}

.pagination>li.next>a,
.pagination>li.next>span {
  padding-right: 32px;
}

.pagination>li.next>a:before,
.pagination>li.next>span:before {
  right: 14px;
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-next-001.svg?_=b6a42f11e976a5fa41767b7043b3d85a) no-repeat;
  background-size: 100% 100%;
}

.pagination>li.disabled {
  opacity: .3;
}

.pagination>li.disabled>a,
.pagination>li.disabled>a:hover,
.pagination>li.disabled>a:focus,
.pagination>li.disabled>span,
.pagination>li.disabled>span:hover,
.pagination>li.disabled>span:focus {
  color: #fff;
  background: #273777;
}

@media (max-width: 767px) {
  .pagination {
    padding-top: 15px;
    margin: 0 -10px;
  }

  .pagination li.previous,
  .pagination li.next {
    padding: 4px 10px;
  }

  .pagination li.previous>a,
  .pagination li.previous>span,
  .pagination li.next>a,
  .pagination li.next>span {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
  }

  .pagination li.previous>a,
  .pagination li.previous>span {
    padding-left: 0;
  }

  .pagination li.previous>a:before,
  .pagination li.previous>span:before {
    left: 5px;
  }

  .pagination li.next>a,
  .pagination li.next>span {
    padding-right: 0;
  }

  .pagination li.next>a:before,
  .pagination li.next>span:before {
    right: 5px;
  }
}

/* top-banner */
.top-banner.bg-blog-item {
  padding-top: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
}

.top-banner {
  padding-top: 40.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
}


.top-banner>img {
  display: none;
}

/* news-section */
:root {
  --primary-news-bg: #fff;
  --secondary-news-bg: #273777;
  --accent-news-color: #90b955;
  --text-news-color: #333;
  --border-news-radius: 12px;
  --transition-news-speed: 0.3s;
}

.news-section {
  position: relative;
  z-index: 5;
  padding: 0 0 100px;
  background: var(--primary-news-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-section .news-block {
  position: relative;
  background: var(--primary-news-bg);
  box-shadow: 5px 5px 15px rgb(39 55 119 / 62%);
  padding: 40px;
  margin: 20px 0;
  border-radius: var(--border-news-radius);
  max-width: 100%;
  width: 100%;
  transition: transform var(--transition-news-speed) ease-in-out;
}

.news-section .news-block .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--secondary-news-bg);
}

.news-section .news-block .top time {
  color: #fff;
  background: var(--accent-news-color);
  font-weight: 500;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: var(--border-news-radius);
}

.news-section .news-block h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: var(--text-news-color);
}

.news-section .news-block .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--text-news-color);
}

.news-section .news-block .picture img {
  display: block;
  width: 100%;
  border-radius: var(--border-news-radius);
}

.news-section .news-block .author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.news-section .news-block .author .photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-section .news-block .social-list {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-direction: row-reverse;
}

.news-section .news-block .social-list li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}

.news-section .news-block .social-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent-news-color);
  transition: transform var(--transition-news-speed);
}

.news-section .news-block .social-list a:hover {
  transform: scale(1.1);
}

/* Responsive design */
@media (max-width: 991px) {
  .news-section {
    padding: 0 0 80px;
  }

  .news-section .news-block {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding: 40px 0;
  }

  .news-section .news-block {
    padding: 25px;
    width: 95%;
  }

  .news-section .news-block h2 {
    font-size: 20px;
  }

  .news-section .news-block .lead {
    font-size: 14px;
    line-height: 1.5;
  }
}

.news-section .news-block .social-list a.facebook {
  background: #90b955 url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-facebook-001.svg?_=a8129bbbbdf864a48d6e79eefa22d293) no-repeat;
  background-size: 6px 12px;
  background-position: 50% 50%;
}

.news-section .news-block .social-list a.twitter {
  background: #90b955 url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-twitter-001.svg?_=7e3014b7992993712ee88450ef5f98db) no-repeat;
  background-size: 14px 12px;
  background-position: 50% 50%;
}

.news-section .news-block .social-list a.linkedin {
  background: #90b955 url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-linkedin-001.svg?_=d170c96bd46d40f6600a125db3ea618b) no-repeat;
  background-size: 12px 12px;
  background-position: 50% 50%;
}

.news-section .news-block .social-list a.telegram {
  background: #90b955 url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-telegram-001.svg?_=39da1170fdc88c4afd1d79783ced2bd3) no-repeat;
  background-size: 15px 12px;
  background-position: 50% 50%;
}



/* breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 6px 0 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  background: none;
}

.breadcrumb>li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb>li+li:before {
  font-family: "FontAwesome";
  content: '\f105';
  color: #273777;
  padding: 0 10px;
  font-size: 24px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb>li.active {
  color: rgba(39, 55, 119, 0.5);
  max-width: 285px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb>li.active:before {
  color: #273777;
}

/* news-item */
.news-item {
  position: relative;
  min-height: 540px;
  background: #eff0eb;
  box-shadow: 10px 10px 0 0 #bad7e1;
  padding: 0 30px 85px;
  margin: 0 10px 30px 0;
}

@media (max-width: 767px) {
  .news-item.with-footer {
    padding-bottom: 22px;
  }
}

.news-item footer {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 22px;
}

@media (max-width: 767px) {
  .news-item footer {
    position: static;
    padding-top: 20px;
  }

  .news-item footer:before,
  .news-item footer:after {
    content: " ";
    display: table;
  }

  .news-item footer:after {
    clear: both;
  }
}

.news-item footer .btn {
  position: relative;
  left: 0;
  bottom: 0;
  float: left;
}

.news-item footer .label {
  position: relative;
  right: 0;
  bottom: 0;
  float: left;
  clear: left;
  margin-bottom: 10px;
}

.news-item .img {
  height: 240px;
  margin: 0 -30px 33px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  position: relative;
}

.news-item .img>img {
  display: none;
}

.news-item .img time {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  background: #90b955;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  padding: 3px 16px;
  border-radius: 12px;
}

.news-item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}

.news-item p {
  margin: 0;
}

.news-item .btn {
  position: absolute;
  left: 30px;
  bottom: 22px;
}

@media (max-width: 767px) {
  .news-item {
    min-height: 0;
    padding: 0 20px 85px;
    margin: 0 0 30px;
  }

  .news-item .img {
    margin: 0 -20px 15px;
  }

  .news-item .btn {
    left: 20px;
  }
}

/* faq-section */
:root {
    --primary-faq-bg: #ffffff;
    --secondary-faq-bg: #f9f9f9;
    --text-faq-color: #273777;
    --box-faq-shadow: 5px 5px 15px rgb(39 55 119 / 44%);
    --border-faq-radius: 10px;
    --animation-faq-speed: 0.8s;
    --padding-faq-lg: 100px 5%;
    --padding-faq-md: 80px 5%;
    --padding-faq-sm: 60px 5%;
  }
  

  .faq-section {
    padding: var(--padding-faq-lg);
    background-color: var(--primary-faq-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeIn var(--animation-faq-speed) ease-in-out;
  }
  
 
  .faq-section .heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    animation: slideInDown var(--animation-faq-speed) ease-in-out;
  }
  
  .faq-section .heading h1 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
   /* color: var(--text-faq-color); */
  }
  

  .faq-section .faq-box {
    width: 100%;
    max-width: 600px;
    padding: 40px;
    background: var(--secondary-faq-bg);
    border-radius: var(--border-faq-radius);
    box-shadow: var(--box-faq-shadow);
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: fadeInUp var(--animation-faq-speed) ease-in-out;
  }
  
  .faq-section .faq-box:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 20px var(--box-faq-shadow);
  }
  

  .faq-section .faq-box .ico {
    height: 60px;
    margin-bottom: 15px;
  }
  
  .faq-section .faq-box .ico img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  

  .faq-section .faq-box h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
   /* color: var(--text-faq-color); */
  }
  

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  @keyframes slideInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  

  @media (max-width: 991px) {
    .faq-section {
      padding: var(--padding-faq-md);
    }
  
    .faq-section .heading {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 40px;
    }
  
    .faq-section .faq-box {
      padding: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .faq-section {
      padding: var(--padding-faq-sm);
    }
  
    .faq-section .heading h1 {
      font-size: 28px;
    }
  
    .faq-section .faq-box {
      padding: 25px;
    }
  
    .faq-section .faq-box h4 {
      font-size: 18px;
    }
  }

/* accordion */
:root {
  --primary-accordion-bg: #eff0eb;
  --secondary-accordion-bg: #bad7e1;
  --accent-accordion-color: #0068b3;
  --text-accordion-color: #273777;
  --border-accordion-radius: 12px;
  --transition-accordion-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-accordion-bg: #1e1e1e;
    --secondary-accordion-bg: #333;
    --accent-accordion-color: #0099ff;
    --text-accordion-color: #f0f0f0;
  }
}
*/

.accordion {
  padding: 24px;
  background: var(--primary-accordion-bg);
  border-radius: var(--border-accordion-radius);
  box-shadow: 5px 5px 15px rgb(39 55 119);
  margin-bottom: 15px;
}

.accordion-item {
  background: none;
  border: none;
  margin-bottom: 12px;
}

.accordion-header button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: var(--accent-accordion-color);
  background: none;
  border: none;
  padding: 12px;
  cursor: pointer;
  transition: color var(--transition-accordion-speed);
}

.accordion-header button:after {
/*   content: '\f106'; */
  font-family: "FontAwesome";
  font-size: 1.2em;
  transition: transform var(--transition-accordion-speed);
}

.accordion-header button.collapsed:after {
  transform: rotate(180deg);
}

.accordion-body {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #273777;
}

@media (max-width: 767px) {
  .accordion {
    padding: 16px;
  }
  .accordion-header button {
    font-size: 14px;
    padding: 10px;
  }
}

/* companies-section */
:root {
  --primary-companies-bg: #fff;
  --secondary-companies-bg: #fff;
  --accent-companies-color: #90b955;
  --text-companies-color: #333;
  --border-companies-radius: 12px;
  --transition-companies-speed: 0.3s;
  --animation-companies-speed: 0.6s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-companies-bg: #000;
    --secondary-companies-bg: #333;
    --accent-companies-color: #90b955;
    --text-companies-color: #f0f0f0;
    --animation-companies-speed: 0.6s;
  }
}
*/

.companies-section {
  padding: 100px 0;
  background: var(--primary-companies-bg);
  text-align: center;
  opacity: 0;
  animation: fadeIn var(--animation-companies-speed) ease-in-out forwards;
}

.companies-section .heading {
  max-width: 650px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 28px;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideInDown var(--animation-companies-speed) ease-in-out forwards;
}

.companies-section .heading h1 {
  margin-bottom: 20px;
}

.companies-section .companies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.companies-section .companies-list li {
  width: calc(25% - 20px);
  min-width: 200px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp var(--animation-companies-speed) ease-in-out forwards;
}

.companies-section .company-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: var(--secondary-companies-bg);
  box-shadow: 5px 5px 15px rgb(39 55 119 / 75%);
  border-radius: var(--border-companies-radius);
  position: relative;
  transition: transform var(--transition-companies-speed), box-shadow var(--transition-companies-speed);
}

.companies-section .company-box:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 15px rgb(39 55 119);
}

.companies-section .company-box img {
  max-width: 80%;
  max-height: 80%;
  transition: transform 0.3s ease-in-out;
}

.companies-section .company-box:hover img {
  transform: scale(1.1);
}

.companies-section .btn-holder {
  padding-top: 40px;
  opacity: 0;
  animation: fadeInUp var(--animation-companies-speed) ease-in-out forwards;
}

.companies-section .btn-holder .btn {
  font-size: 16px;
  padding: 12px 24px;
  background: var(--accent-companies-color);
  color: white;
  border-radius: var(--border-companies-radius);
  transition: background var(--transition-companies-speed), transform var(--transition-companies-speed);
}

.companies-section .btn-holder .btn:hover {
  background: #7fa945;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  .companies-section .companies-list li {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 767px) {
  .companies-section {
    padding: 60px 0;
  }

  .companies-section .companies-list li {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .companies-section .companies-list li {
    width: 100%;
  }
}

/* terms-section */
:root {
  --primary-terms-bg: #fff;
  --secondary-terms-bg: #ffffff;
  --accent-terms-color: #90b955;
  --text-terms-color: #333;
  --border-terms-radius: 12px;
  --transition-terms-speed: 0.3s;
  --animation-terms-speed: 0.6s;
  --box-terms-shadow-light: rgba(0, 0, 0, 0.1);
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-terms-bg: #000;
    --secondary-terms-bg: #333;
    --text-terms-color: #f0f0f0;
  }
}
*/

.terms-section {
  padding: 100px 20px;
  background: var(--primary-terms-bg);
  text-align: center;
  opacity: 0;
  animation: fadeIn var(--animation-terms-speed) ease-in-out forwards;
}

.terms-section .heading {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideInDown var(--animation-terms-speed) ease-in-out forwards;
}

.terms-section .heading h1 {
  margin-bottom: 15px;
}

.terms-box {
  background: var(--secondary-terms-bg);
  padding: 50px;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  border-radius: var(--border-terms-radius);
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp var(--animation-terms-speed) ease-in-out forwards;
}

.terms-box .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  background: var(--accent-terms-color);
  color: white;
  border-radius: var(--border-terms-radius);
  transition: background var(--transition-terms-speed), transform var(--transition-terms-speed);
}

.terms-box .btn:hover {
  background: #7fa945;
  transform: scale(1.05);
}

.terms-box h3 {
  margin: 0 0 16px;
  font-size: 18px;
}

.terms-box h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}

.terms-box p {
  margin: 0 0 16px;
}

.terms-box ul {
  padding: 0;
  list-style: none;
}

.terms-box ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.terms-box ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: var(--accent-terms-color);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  .terms-section {
    padding: 80px 20px;
  }

  .terms-box {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .terms-section {
    padding: 60px 15px;
  }

  .terms-box {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .terms-box {
    padding: 20px;
  }
}


/* well */
.well {
  background: #eff0eb;
  border-radius: 0;
  border: 0;
  margin-right: 8px;
  box-shadow: 10px 10px 0 0 #bad7e1;
  margin-bottom: 50px;
}

/* process-info */
:root {
  --primary-process-color: #fff;
  --background-process-color: #ffffff;
  --accent-process-color: #91c2dd;
  --text-process-color: #333;
  --step-process-bg: #fff;
  --transition-process-speed: 0.3s;
}

/*
@media (prefers-color-scheme: dark) {
  :root {
    --primary-process-color: #000;
    --background-process-color: #1e1e1e;
    --accent-process-color: #609ab6;
    --text-process-color: #ffffff;
    --step-process-bg: #3a3a3a;
  }
}
*/

.process-info {
  padding-top: 80px;
  background: var(--background-process-color);
  color: var(--text-process-color);
  transition: background var(--transition-process-speed), color var(--transition-process-speed);
}

@media (max-width: 767px) {
  .process-info {
    padding-top: 30px;
  }
}

.process-info .container-fluid {
  max-width: 800px;
  padding: 0 15px;
}

.process-info .heading {
  text-align: center;
  margin-bottom: 30px;
}

.process-info .heading h2 {
  margin: 0 0 20px;
  color: var(--primary-process-color);
}

.process-info .process-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 50px 0;
  position: relative;
  counter-reset: section;
}

@media (max-width: 767px) {
  .process-info .process-steps {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 0;
  }
}

.process-info .process-steps::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--step-process-bg);
  box-shadow: 5px 5px 15px rgb(39 55 119);
}

.process-info .process-steps > li {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

.process-info .process-steps > li::after {
  content: counter(section);
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--step-process-bg);
  color: #273777;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  box-shadow: 5px 5px 15px rgb(39 55 119);
}

.process-info .well {
  padding: 40px 50px;
  background: var(--background-process-color);
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  border-radius: 10px;
  transition: box-shadow var(--transition-process-speed);
}

@media (max-width: 991px) {
  .process-info .well {
    padding: 30px;
  }
}

@media (max-width: 374px) {
  .process-info .well {
    padding: 20px;
  }
}

.process-info .well h3 {
  margin-top: 0;
  font-size: 22px;
  color: var(--primary-process-color);
}

.process-info .well p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .process-info + .question-section {
    padding-top: 80px;
  }
}


/* info-section */
.info-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.info-section .heading {
  text-align: center;
  margin-bottom: 60px;
}

.info-section h2 {
  line-height: 1.334em;
}

/* login-area */
.login-area {
  padding-top: 34px;
  padding-bottom: 35px;
}

.login-area a {
  text-decoration: underline;
}

.login-area a:hover {
  text-decoration: none;
}

.login-area .container-fluid {
  max-width: 490px;
}

.login-area .form-group {
  margin-bottom: 20px;
}

.login-area .spec-holder {
  text-align: center;
}

.login-area .spec-holder a {
  font-weight: 500;
}

.login-form {
  padding: 54px 52px 50px 60px;
  margin-bottom: 47px;
}

@media (max-width: 767px) {
  .login-form {
    padding: 25px 30px 16px;
  }
}

.login-form header {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .login-form header {
    margin-bottom: 16px;
  }
}

.login-form header p {
  margin-bottom: 0;
  padding-bottom: 9px;
}

.login-form h2 {
  margin-top: 0;
  margin-bottom: 9px;
}

.login-form strong {
  font-weight: 500;
}

.login-form .btn-holder {
  margin-top: 40px;
  margin-bottom: 10px;
}

.login-form .btn-holder:before,
.login-form .btn-holder:after {
  content: " ";
  display: table;
}

.login-form .btn-holder:after {
  clear: both;
}

@media (max-width: 767px) {
  .login-form .btn-holder {
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .login-form .btn-holder .btn {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}

.login-form .btn-holder>a {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .login-form .btn-holder>a {
    float: right;
    margin-top: 13px;
    margin-left: 10px;
    margin-bottom: 13px;
  }
}

.login-form .btn-holder p {
  margin-top: 15px;
}

.login-form .form-group+.checkbox {
  margin-top: 31px;
}

.form-control {
  height: 50px;
  padding: 15px 14px;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  color: #273777;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
}

.form-control::-moz-placeholder {
  color: #273777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #273777;
}

.form-control::-webkit-input-placeholder {
  color: #273777;
}

.checkbox label,
.radio label {
  line-height: 25px;
  padding-left: 35px;
  min-height: 25px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
  width: 16px;
  height: 15px;
  padding: 0;
  margin-left: -35px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
}

.checkbox input[type="checkbox"]:checked+.fake-input:before,
.checkbox input[type="radio"]:checked+.fake-input:before,
.radio input[type="checkbox"]:checked+.fake-input:before,
.radio input[type="radio"]:checked+.fake-input:before {
  opacity: 1;
}

.checkbox input[type="checkbox"]:focus,
.checkbox input[type="radio"]:focus,
.radio input[type="checkbox"]:focus,
.radio input[type="radio"]:focus {
  outline: none;
}

.checkbox .fake-input,
.radio .fake-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.checkbox .fake-input:before,
.radio .fake-input:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all .3s ease;
}

.checkbox .fake-input:before {
  width: 13px;
  height: 7px;
  bottom: 4px;
  border-style: solid;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.radio .fake-input {
  border-radius: 50%;
}

.radio .fake-input:before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #273777;
}

/* reg-area */
.reg-area .container-fluid {
  max-width: 664px;
}

.reg-area .spec-holder {
  text-align: center;
  margin-bottom: 25px;
}

.reg-area .spec-holder a {
  font-weight: 500;
  text-decoration: underline;
}

.reg-area .spec-holder a:hover {
  text-decoration: none;
}

.reg-form {
  padding: 54px 60px 50px;
  margin-bottom: 47px;
}

@media (max-width: 767px) {
  .reg-form {
    padding: 25px 30px 16px;
  }
}

.reg-form header {
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .reg-form header {
    margin-bottom: 16px;
  }
}

.reg-form header p {
  margin-bottom: 10px;
}

.reg-form header+h3 {
  margin-top: 31px;
}

.reg-form h2 {
  margin-top: 0;
  margin-bottom: 3px;
}

.reg-form h3 {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  margin-top: 41px;
  margin-bottom: 21px;
}

.reg-form a {
  text-decoration: underline;
}

.reg-form a:hover {
  text-decoration: none;
}

.reg-form label {
  font-weight: 400;
}

.reg-form strong {
  font-weight: 500;
}

.reg-form .lbl {
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .reg-form .lbl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.reg-form .form-group {
  margin-bottom: 10px;
}

.reg-form .checkbox {
  margin-top: 41px;
}

.reg-form .radio {
  margin-top: 3px;
  margin-bottom: 10px;
}

.reg-form .radio+.radio {
  margin-top: 15px;
}

.reg-form .btn-holder {
  margin-top: 40px;
}

.reg-form .btn-holder .btn {
  min-width: 210px;
  padding: 14px 12px;
}

.tip {
  position: relative;
  display: block;
  padding: 9px 10px;
  margin-top: 11px;
  background: #273777;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

.tip:before {
  content: '';
  position: absolute;
  left: 25px;
  bottom: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #273777;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #273777;
}

.date-form .input-group-addon {
  cursor: pointer;
}

.date-form .input-group-addon .fa {
  font-size: 22px;
}

/* .input-group-addon {
  border-radius: 0;
  border-color: #e6e6e6;
  background: #fff;
  color: inherit;
} */

/* instruction */
.instruction {
  position: relative;
  background: #f7f7f7;
}

@media (min-width: 992px) {
  .instruction .breadcrumb {
    margin-bottom: 75px;
  }
}

.instruction .breadcrumb>li {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.instruction .breadcrumb>li.active {
  font-weight: 400;
}

.instruction .descr {
  padding-top: 73px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .instruction .descr {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .instruction .descr {
    width: 50%;
    padding-right: 40px;
  }
}

.instruction .descr h2 {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .instruction .descr h2 {
    margin-top: 0;
  }
}

.instruction .descr p {
  margin-bottom: 40px;
}

.instruction .descr .btn {
  padding-left: 14px;
  padding-right: 14px;
}

.instruction .descr footer {
  margin-top: 39px;
}

@media (max-width: 767px) {
  .instruction .descr footer {
    margin-top: 20px;
  }
}

.instruction .descr footer:before,
.instruction .descr footer:after {
  content: " ";
  display: table;
}

.instruction .descr footer:after {
  clear: both;
}

.instruction .descr footer .btn-scroll-holder {
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .instruction .descr footer .btn-scroll-holder {
    display: none;
  }
}

@media (min-width: 768px) {
  .instruction .descr footer .btn-scroll-holder {
    float: left;
  }
}

.instruction .descr footer .btn-scroll-holder .btn-scroll {
  vertical-align: middle;
  margin-right: 11px;
}

.instruction .descr footer .btn-scroll-holder .str {
  display: inline-block;
  vertical-align: middle;
}

.instruction .descr footer .label {
  margin-top: 13px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .instruction .descr footer .label {
    float: right;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .instruction .bg-img {
    height: 0;
    padding-bottom: 52%;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) {
  .instruction .bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
  }
}

/* how-works */
.how-works {
  padding-top: 119px;
  padding-bottom: 108px;
}

@media (max-width: 991px) {
  .how-works {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.how-works.gray {
  background-color: #f0f0f0;
}

.how-works .entity {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .how-works .entity {
    max-width: 540px;
  }
}

.how-works .entity h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.how-works .entity p {
  margin-bottom: 1.5em;
}

.how-works .entity ol {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: list;
}

.how-works .entity ol li:before {
  content: counter(list) ".";
  counter-increment: list;
  margin-right: 4px;
}

.how-works .entity .str {
  display: block;
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 42px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .how-works .entity .str {
    margin-top: 20px;
  }
}

.how-works .entity .video-form {
  /* margin-top: 42px; */
  margin-bottom: 20px;
  width: 393px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .how-works .entity .video-form {
    margin-top: 20px;
  }
}

.how-works .entity .video-form select,
.how-works .entity .video-form .select2 {
  width: 100% !important;
  max-width: 100%;
}

.how-works .entity .video-form .btn {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .how-works .entity .video-form .btn {
    margin-top: 10px;
  }
}

.test-form {
  padding: 58px 40px 40px 60px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .test-form {
    padding: 20px 15px 15px;
  }
}

.test-form header {
  margin-bottom: 44px;
}

.test-form h3 {
  font-size: 24px;
  line-height: 1.67em;
  margin-top: 0;
  margin-bottom: 15px;
}

.test-form footer {
  margin-top: 43px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .test-form footer {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.test-form footer select,
.test-form footer .select2 {
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .test-form footer .btn {
    margin-top: 10px;
  }
}

.test-form .str {
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}

/* media-item */
.media-item {
  display: block;
  position: relative;
  background: #000;
  box-shadow: 10px 10px 0 0 #bad7e1;
}

.media-item:before,
.media-item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-item:before {
  border-radius: 50%;
  background: #fff;
  width: 76px;
  height: 76px;
}

.media-item:after {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 10px solid transparent;
  border-left: 16px solid;
  border-bottom: 10px solid transparent;
}

.media-item:hover:before,
.media-item:hover:after {
  opacity: .8;
}

.media-item:hover .bg-img {
  opacity: 1;
}

.media-item .bg-img {
  height: 0;
  padding-bottom: 56.41%;
  opacity: .8;
  transition: all .3s ease;
}

/* side-menu */
.side-menu {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 100px;
  width: 340px;
  background: #fff;
}

@media (max-width: 991px) {
  .side-menu {
    top: 58px;
    bottom: 0;
    transition: margin .3s ease;
    margin-right: -288px;
    width: 288px;
  }

  .opened-side-menu .side-menu {
    margin-right: 0;
  }
}

.side-menu .btn-opener {
  position: absolute;
  top: 0;
  right: 100%;
  width: 32px;
  height: 32px;
  background: #fff;
}

.side-menu .btn-opener:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid;
  border-bottom: 6px solid transparent;
}

.opened-side-menu .side-menu .btn-opener:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (min-width: 992px) {
  .side-menu .btn-opener {
    display: none;
  }
}

.side-menu .holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 25px 30px 19px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .side-menu .holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.side-menu .holder>* {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.side-menu header {
  position: relative;
  top: -25px;
  background: #273777;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}

@media (max-width: 991px) {
  .side-menu header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.side-menu header .view-all {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .side-menu header .view-all {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.side-menu .view-all {
  position: relative;
  display: block;
  padding: 21px 40px 22px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 991px) {
  .side-menu .view-all {
    padding-left: 20px;
  }
}

.side-menu .view-all:before {
  content: '';
  position: absolute;
  top: 0;
  right: 34px;
  bottom: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* question-list */
.question-list {
  list-style: none;
  margin: 0 -2px 10px;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question-list>li {
  -webkit-flex: 1 1 16.66%;
  -ms-flex: 1 1 16.66%;
  flex: 1 1 16.66%;
  min-width: 16.66%;
  max-width: 16.66%;
  padding: 0 1px 4px 2px;
}

.question-list>li>a {
  display: block;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  line-height: 17px;
  padding: 13px 5px 12px;
  text-align: center;
}

.legend-list {
  list-style: none;
  margin: auto 0 0;
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 19px;
}

.legend-list>li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 31px;
}

.legend-list>li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #d8d8d8;
}

.unread a,
.unread i {
  background-color: #fff;
}

.unanswered a,
.unanswered i {
  background-color: #ffe6d3;
}

.answered a,
.answered i {
  background-color: #f1ffe2;
}

.current a,
.current i {
  background-color: #fffcd2;
}



.marked a,
.marked i {
  position: relative;
}

.marked a:after,
.marked i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(225deg, #00acc3 20%, transparent 20%);
  background: -moz-linear-gradient(225deg, #00acc3 20%, transparent 20%);
  background: -o-linear-gradient(225deg, #00acc3 20%, transparent 20%);
  background: linear-gradient(225deg, #00acc3 20%, transparent 20%);
}

.legend-list .marked a:after,
.legend-list .marked i:after {
  background: -webkit-linear-gradient(225deg, #00acc3 33%, transparent 33%);
  background: -moz-linear-gradient(225deg, #00acc3 33%, transparent 33%);
  background: -o-linear-gradient(225deg, #00acc3 33%, transparent 33%);
  background: linear-gradient(225deg, #00acc3 33%, transparent 33%);
}

/* bottom-menu */
.bottom-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 50%);
  transition: transform 0.3s ease;
}

@media (max-width: 991px) {
  .bottom-menu {
    transform: translateY(100%);
  }

  .opened-bottom-menu .bottom-menu {
    transform: translateY(0);
  }
}

.bottom-menu .btn {
  display: inline-flex;
  border: none;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  margin-right: 17px;
  margin-bottom: 10px;
}

.bottom-menu .btn-opener {
  position: absolute;
  left: 10%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 5%);
}

.bottom-menu .btn-opener:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}

.opened-bottom-menu .bottom-menu .btn-opener:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width: 576px) {
  .menu {
    flex-direction: row;
    position: static;
    background-color: transparent;
    box-shadow: none;
    width: auto;
  }

  .menu a {
    margin: 0 8px;
    padding: 0 3px;
    border-bottom: none;
  }

  .menu a:hover {
    color: #fff;
  }

  .bottom-menu .btn-opener {
    width: 30px;
    height: 25px;
  }
}

@media (min-width: 1200px) {
  .menu a {
    padding: 0 5px;
  }
}

@media (min-width: 992px) {
  .bottom-menu .btn-opener {
    display: none;
  }
}

/* end bottom-menu */


/* sub-nav */
.sub-nav {
  padding: 31px 20px 19px;
  background: #273777;
  color: #fff;
  margin-top: -2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sub-nav ul li {
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px;
  text-align: center;
}

.sub-nav ul li a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  padding-bottom: 10px;
  transition: color 0.3s ease, padding-bottom 0.3s ease;
}

.sub-nav ul li a:hover {
  color: #fce900;
  padding-bottom: 12px; 
}

.sub-nav ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #fce900;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sub-nav ul li.active {
  color: #fce900;
  font-weight: 500;
}

.sub-nav ul li.active a:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .sub-nav {
    padding: 40px 15px 10px;
  }

  .sub-nav ul {
    flex-direction: column; 
    align-items: center;
  }

  .sub-nav ul li {
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }

  .sub-nav ul li a {
    padding: 5px;
    font-size: 16px;
  }

  .sub-nav ul li a:before {
    height: 2px;
  }
}


/* select-block */
.select-block {
  padding: 78px 0 77px;
}

.select-block .sel-row {
  margin: 0 -10px 80px;
  display: flex;
}

.select-block .sel-row:after {
  content: '';
  clear: both;
  display: block;
}

.select-block .sel-row .cl {
  padding: 0 10px;
}

.select-block .sel-row .cl.flex-grow {
  flex-grow: 1;
}

.select-block .sel-row .cl .btn-reload{
  width: 53px;
}

.select-block .sel-row .cl .date-form{
  width: 110px;
}

.select-block .sel-row span.select2-container{
  min-height: 50px;
  border-radius: 0;
}

.select-block .sel-row span.selection,
.select-block .sel-row .select2-selection,
.select-block .sel-row .select2-selection__rendered{
  height: auto;
  display: block;
  min-height: 50px;
  border-radius: 0;
}

.select-block .sel-row .select2-selection ul{
  padding-bottom: 6px;
}


/* .select-block .sel-row .cl:nth-child(1) {
  width: 39.8%;
}

.select-block .sel-row .cl:nth-child(2) {
  width: 20%;
}

.select-block .sel-row .cl:nth-child(3) {
  width: 20%;
}

.select-block .sel-row .cl:nth-child(4) {
  width: 7.1%;
}

.select-block .sel-row .cl:nth-child(5) {
  width: 13.1%;
}
 */
.select-block .sel-row label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 17px;
}

.select-block .sel-row .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 2px solid #fff;
  box-shadow: none !important;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 14px;
  background: #fff;
  color: inherit;
}

.select-block .sel-row .btn {
  width: 100%;
  margin-top: 37px;
  padding-left: 10px;
  padding-right: 10px;
}

.select-block .sel-row .btn .fa {
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  margin: 0 5px 0 0;
}

.select-block .sel-row .btn-reload {
  font-size: 0;
  line-height: 0;
  padding: 0;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-reload-001.svg?_=755fd889e6b21a38b5aba39b6f2be3f4);
  background-size: 18px 16px;
  background-position: 50% 50%;
}

.select-block .sel-row .btn-reload:hover {
  background-color: inherit;
  opacity: .75;
}

.select-block .results-row {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.select-block .results-row:after {
  content: '';
  clear: both;
  display: block;
}

.select-block .results-row li {
  float: left;
  padding: 0 10px;
  width: 20%;
  font-size: 14px;
  line-height: 20px;
}

.select-block .results-row span {
  display: block;
}

.select-block .results-row span.val {
  font-weight: 500;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 8px;
}

.select-block .results-row span.val small {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .select-block {
    padding: 50px 0 30px;
  }

  .select-block .sel-row {
    margin: 0 -10px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
  }

  .select-block .sel-row .cl:nth-child(1) {
    width: 50%;
  }

  .select-block .sel-row .cl:nth-child(2) {
    width: 25%;
  }

  .select-block .sel-row .cl:nth-child(3) {
    width: 25%;
  }

  .select-block .sel-row .cl:nth-child(4) {
    width: 70px;
  }

  .select-block .sel-row .cl:nth-child(5) {
    width: 120px;
  }

  .select-block .sel-row .btn {
    margin-top: 20px;
  }

  .select-block .results-row li {
    width: 33.33%;
    padding: 0 10px 20px;
  }
}

@media (max-width: 767px) {
  .select-block {
    padding: 20px 0;
  }

  .select-block .sel-row {
    margin: 0 -10px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .select-block .sel-row .cl {
    padding: 10px;
  }

  .select-block .sel-row .cl:nth-child(1),
  .select-block .sel-row .cl:nth-child(2),
  .select-block .sel-row .cl:nth-child(3) {
    width: 100%;
  }

  .select-block .sel-row .cl:nth-child(4) {
    width: 70px;
  }

  .select-block .sel-row .cl:nth-child(5) {
    width: 120px;
  }

  .select-block .sel-row label {
    margin-bottom: 10px;
  }

  .select-block .sel-row .btn {
    margin-top: 0;
  }

  .select-block .results-row li {
    width: 50%;
    padding: 5px 10px;
    font-size: 12px;
  }

  .select-block .results-row span.val {
    font-size: 24px;
    line-height: 24px;
  }

  .select-block .results-row span.val small {
    font-size: 12px;
    line-height: 18px;
  }
}

/* custom select */
.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container.select2-container--focus .select2-selection--single,
.select2.select2-container.select2-container--open .select2-selection--single {
  outline: none !important;
}

.select2.select2-container.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: auto;
}

.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  background: #fff;
  border: 2px solid inherit;
  padding: 13px 40px 13px 14px;
}

.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: auto;
}

.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 7px;
  margin: -4px 0 0 -6px;
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-select-001.svg?_=7b566cf5e1f09ced142b123f9cdebd89) no-repeat;
  background-size: 100% 100%;
}

.select2.select2-container.select2-container--default .select2-selection--single.noborder .select2-selection__rendered {
  border-color: #fff;
  font-weight: 400;
  background: #fff;
  color: #9ea28b;
}

.select2.select2-container.select2-container--default .select2-selection--single.noborder .select2-selection__arrow b {
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-select-002.svg?_=605aa2dbd8ee3b7db8930002dc1d589a) no-repeat;
  background-size: 100% 100%;
}

.select2-dropdown {
  border-radius: 0;
  background: #fff;
  border: 2px solid inherit;
}

/* .select2-dropdown .select2-search--dropdown {
  display: none;
} */

.select2-dropdown .select2-results__option {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  padding: 10px 14px;
}

.select2-dropdown.noborder {
  border-color: #fff;
}

.select2-dropdown.noborder .select2-results__option {
  font-weight: 400;
  color: #9ea28b;
}

.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: inherit;
  color: #fff;
}

.select2-container--default .noborder .select2-results__option--highlighted,
.select2-container--default .noborder .select2-results__option--highlighted[aria-selected],
.select2-container--default .noborder .select2-results__option[aria-selected="true"] {
  background: #9ea28b;
  color: #fff;
}

/* results-block */
.results-block {
  padding: 58px 0 100px;
}

.results-block h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 28px;
}

.results-block .table-nav {
  text-align: right;
  font-size: 0;
  line-height: 0;
  padding-top: 26px;
}

.results-block .table-nav a {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  color: #fff;
  background: inherit;
  text-align: center;
  margin-left: 3px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.results-block .table-nav a .fa {
  font-size: inherit;
  line-height: inherit;
}

.results-block .table-nav a.disabled {
  opacity: .5;
  pointer-events: none;
}

.results-block .table-nav input {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #f7f7f7;
  color: inherit;
  border: 1px solid rgba(86, 32, 121, 0.5);
  border-radius: 2px;
  margin: 0 3px;
  box-shadow: none !important;
}

.results-block .table-nav span,
.results-block .table-nav>div {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  margin: 0 3px;
}

.results-block .table-nav .num {
  text-align: left;
}

.results-block .table-nav .num:after {
  content: '';
  clear: both;
  display: block;
}

.results-block .table-nav .num>span,
.results-block .table-nav .num>div {
  float: left;
  font-size: 12px;
  line-height: 24px;
  margin: 0 3px;
}

.results-block .table-nav .num .dropdown {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.results-block .table-nav .num .dropdown>a {
  background: #f7f7f7;
  color: inherit;
  border: 1px solid rgba(86, 32, 121, 0.5);
  width: 51px;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  padding: 1px 15px 1px 6px;
  position: relative;
  margin: 0;
}

.results-block .table-nav .num .dropdown>a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 10px;
  height: 6px;
  margin: -3px 0 0;
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-select-001.svg?_=7b566cf5e1f09ced142b123f9cdebd89) no-repeat;
  background-size: 100% 100%;
}

.results-block .table-nav .num .dropdown .dropdown-menu {
  min-width: 0;
  padding: 0;
  width: 100%;
  border-radius: 2px;
  background: #f7f7f7;
  color: inherit;
  border: 1px solid rgba(86, 32, 121, 0.5);
  box-shadow: none;
}

.results-block .table-nav .num .dropdown .dropdown-menu a {
  display: block;
  width: auto;
  height: auto;
  background: none;
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 4px 6px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}

.results-block .results-table {
  padding-top: 10px;
}

.results-block .results-table table {
  width: 100%;
}

.results-table table {
  width: 100%;
  white-space: nowrap;
}

.results-block .results-table table tr:nth-child(even) td {
  background: #f7f7f7;
}

.results-block .results-table table th {
  height: 53px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 5px 10px 7px 0;
  white-space: nowrap;
}

.results-block .results-table table td {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px 5px 0;
}

.results-block .results-table table th:nth-child(1),
.results-block .results-table table td:nth-child(1) {
  padding-left: 10px;
  width: 1%;
  text-align-last: left;
}

.results-block .results-table table th:nth-child(2),
.results-block .results-table table td:nth-child(2) {
  width: 5%;
}

.results-block .results-table table th:nth-child(3),
.results-block .results-table table td:nth-child(3) {
  width: 8.4%;
  white-space: nowrap;
}

.results-block .results-table table th:nth-child(4),
.results-block .results-table table td:nth-child(4) {
  width: 7.2%;
}

.results-block .results-table table th:nth-child(5),
.results-block .results-table table td:nth-child(5) {
  width: 6.5%;
}

.results-block .results-table table th:nth-child(6),
.results-block .results-table table td:nth-child(6) {
  width: 9.9%;
}

.results-block .results-table table th:nth-child(7),
.results-block .results-table table td:nth-child(7) {
  width: 6.7%;
}

.results-block .results-table table th:nth-child(8),
.results-block .results-table table td:nth-child(8) {
  width: 6.7%;
}

.results-block .results-table table th:nth-child(9),
.results-block .results-table table td:nth-child(9) {
  width: 2%;
}

.results-block .results-table table .fa-eye {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 12px 0 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  white-space:nowrap;
  text-align-last: center;
}

@media (max-width: 991px) {
  .results-block {
    padding: 30px 0 80px;
  }

  .results-block .results-table {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .results-block .results-table table {
    width: 900px;
  }
}

@media (max-width: 767px) {
  .results-block {
    padding: 20px 0 50px;
  }

  .results-block h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  .results-block .results-table {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .results-block .results-table table {
    width: 900px;
  }

  .results-block .table-nav {
    margin-left: -5px;
  }
}

.dt-gd-mx{
  white-space: nowrap;
}

/* search-form */
.search-form {
  position: relative;
  padding-right: 106px;
}

.search-form .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 2px solid inherit;
  box-shadow: none !important;
  margin: 0;
/*   font-weight: 500; */
  font-size: 14px;
  line-height: 20px;
  padding: 5px 14px;
  background: #fff;
  color: inherit;
}

.search-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 108px;
}

@media (max-width: 1200px) {
  .results-block {
    padding: 20px 0 50px;
  }

  .results-block h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  .results-block .results-table {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .results-block .results-table table {
    width: 900px;
  }

  .results-block .table-nav {
    margin-left: -5px;
  }
}

@media (max-width: 767px) {
  .search-form {
    padding: 0 0 48px;
  }

  .search-form .btn {
    width: 100%;
    top: auto;
    left: 0;
    height: 50px;
  }
}

/* img-questions */
.img-questions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  max-width: 640px;
  margin-bottom: 20px;
}

.img-questions>.question-item:not(.opened) {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 50%;
  max-width: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
  .img-questions>.question-item:not(.opened) {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.question-item {
  position: relative;
}

.question-item.opened {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 190;
  background: #000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.question-item .hold {
  display: block;
  width: 100%;
}

.question-item .hold:hover .bg-img {
  opacity: .8;
}

.question-item .bg-img {
  height: 0;
  padding-bottom: 56.66%;
  transition: all .3s ease;
}

.question-item .view-full {
  position: absolute;
  right: 15px;
  bottom: 17px;
  font-size: 20px;
  line-height: 1em;
}

.question-item .view-full:not(:hover) {
  color: #fff;
}

/* ask-section */
.ask-section {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .ask-section {
    padding-bottom: 100px;
  }
}

.ask-section .lbl-ask {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 32px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 22px;
}

.ask-section .lbl-ask:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/ico-ask-001.svg?_=c7312e7e0fb3137318c3d398aeff6f67) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

.ask-section h2 {
  margin: 0 0 10px;
  line-height: 1.3em;
}

.ask-section .ask-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.ask-section .ask-list li {
  max-width: 360px;
  background: #fff;
  border: 1px solid #e0d6e6;
  padding: 1px 13px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .3px;
  margin-bottom: 11px;
}

.ask-section .ask-list .radio label {
  display: block;
  padding-left: 28px;
}

.ask-section .ask-list .radio label.active {
  font-weight: 500;
}

.ask-section .ask-list .radio .fake-input {
  width: 16px;
  height: 16px;
  top: 5px;
}

.ask-section .ask-list .radio .fake-input:before {
  width: 8px;
  height: 8px;
}

@media (max-width: 991px) {
  .ask-section {
    padding: 30px 0;
  }

  .ask-section h2 {
    margin: 0 0 30px;
  }
}

/* modals */
/* .modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .modal-dialog {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .modal:before {
    display: none;
  }
} */

/* Video Modal */
.video-modal .modal-content {
  border-radius: 8px;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 1%);
  background: #fff;
}

.video-modal .modal-content iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
}

.video-modal .modal-body {
  padding: 0;
}

.price-modal .modal-dialog {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}

.price-modal .modal-content {
  border-radius: 8px;
  border: 2px solid #ddd;
  box-shadow: 5px 5px 15px rgb(39 55 119 / 1%);
  background: #fff;
  padding: 20px;
}

.price-modal .modal-header {
  border: none;
  position: relative;
  padding: 20px 30px 10px;
  text-align: center;
}

.price-modal .modal-header .close {
  position: absolute;
  font-size: 18px;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 15px;
  background: none;
  color: #333;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.price-modal .modal-header .close:hover {
  opacity: 0.7;
}

.price-modal .modal-header h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.price-modal .modal-body {
  padding: 10px 30px 30px;
}

.price-modal .modal-body table {
  width: 100%;
  border-collapse: collapse;
}

.price-modal .modal-body table th,
.price-modal .modal-body table td {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  text-align: left;
}

.price-modal .modal-body table th {
  font-weight: bold;
  background: #ddd;
  height: 50px;
}

.price-modal .modal-body table td {
  height: 40px;
}

/* Mobiel */
@media (max-width: 768px) {
  .price-modal .modal-dialog {
    max-width: 95%;
  }

  .price-modal .modal-content {
    padding: 15px;
  }

  .price-modal .modal-header {
    padding: 15px 20px 5px;
  }

  .price-modal .modal-header .close {
    top: 8px;
    right: 8px;
  }

  .price-modal .modal-body {
    padding: 5px 20px 20px;
  }

  .price-modal .modal-body table th,
  .price-modal .modal-body table td {
    font-size: 13px;
    line-height: 20px;
    padding: 8px;
  }

  .price-modal .modal-body table th {
    height: 40px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .price-modal .modal-dialog {
    max-width: 450px;
  }

  .price-modal .modal-header h4 {
    font-size: 17px;
  }

  .price-modal .modal-body table th,
  .price-modal .modal-body table td {
    font-size: 14px;
  }
}

/* 2K + 4K */
@media (min-width: 1440px) {
  .price-modal .modal-dialog {
    max-width: 550px;
  }

  .price-modal .modal-header h4 {
    font-size: 20px;
  }

  .price-modal .modal-body table th,
  .price-modal .modal-body table td {
    font-size: 16px;
  }
}


/* theme 'color-2' */
.color-2 .accordion,
.color-2 .news-item,
.color-2 .question-section .form-holder,
.color-2 .question-section .question-box,
.color-2 .well,
.color-2 .media-item {
  box-shadow: 10px 10px 0 0 inherit;
}

.color-2 .form-control,
.color-2 .question-section .form-control {
  color: inherit;
}

.color-2 .form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.color-2 .form-control:-ms-input-placeholder {
  color: inherit;
}

.color-2 .form-control::-webkit-input-placeholder {
  color: inherit;
}

.color-2 #header {
  color: inherit;
}

/*.color-2 #header .navbar-brand:before {
  width: 72px;
  height: 35px;
  background-image: url(//assets.bettyblocks.com/b74746a1a4bb4687940be6833aee5f59_assets/files/logo-02.jpg?_=bb937f3c674606fb56f07f378e50f837);
}

@media (max-width: 991px) {
  .color-2 #header .navbar-brand:before {
    width: 41px;
    height: 20px;
  }
}*/

.color-2 #main-nav .dropdown-menu>li>a:hover {
  background-color: inherit;
}

.color-2 #main-nav .dropdown-menu>li.active>a {
  background-color: transparent;
}

.color-2 .btn-default {
  color: inherit;
}

.color-2 .btn-default:hover,
.color-2 .btn-default:focus {
  background-color: inherit;
  border-color: #fff;
}

.color-2 .btn-primary {
  background-color: inherit;
  border-color: inherit;
}

.color-2 .btn-primary:hover,
.color-2 .btn-primary:focus {
  background-color: #fff;
  border-color: inherit;
  color: inherit;
}

.color-2 .btn-info {
  color: inherit;
  border-color: inherit;
}

.color-2 .btn-info:hover,
.color-2 .btn-info:focus {
  background-color: inherit;
  border-color: inherit;
  color: #fff;
}

.color-2 .tip {
  background-color: inherit;
}

.color-2 .tip:before {
  border-bottom-color: inherit;
}

.color-2 .bootstrap-datetimepicker-widget table td.active,
.color-2 .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: inherit;
}

.color-2 .breadcrumb>li.active {
  color: inherit
}

.color-2 .breadcrumb>li+li:before {
  color: inherit;
}

.color-2 .radio .fake-input:before {
  background-color: inherit;
}

.color-2 .side-menu header {
  background-color: inherit;
}

.color-2 .sub-nav {
  background-color: inherit;
}

/* Class voor het weghalen van bullets of numering van een ul/ol */ 
.nobull {
  list-style-type: none;
 }

.resume_instruction_btn {
margin-top: 12px;  

}

/* temp margin dependent-items */

.tab-content .dependent-items,
.custom-modal-container .dependent-items
{
  padding-top: 20px;
  padding-bottom: 20px;
}


/* recaptcha badge */
.grecaptcha-badge{
  margin-bottom: 140px;
}

/* bottom sticky bottom modal */

#inviteCandidate .modal-footer{
  position: sticky;
  bottom: 0;
  background: white;
}

#inviteCandidate .modal-footer:after{
  content: '';
  display: block;
  position: absolute;
  top:0;
  bottom: -50px;
  z-index:-1;
  width: calc(100% + 100px);
  background: white;
  left: -50px;
}


/* bootstrap 5 fix */
.with-decor{
  color: white;
}

.filter-groups-dropdown{
  text-align: center;
}

/* filter datatables dropdown */

:root {
    --primary-td-color: #fff;
    --bg-td-color: #fff;
    --text-td-color: #000;
    --btn-td-bg: #562079;
    --btn-td-hover-bg: #ececec;
    --table-td-border: #ddd;
    --transition-td-speed: 0.3s;
    --font-td-size: 16px;
  }

.filter-groups-dropdown{
  text-align: left;
  max-width: 100%;
  margin-top: 1px;
}

/* datatable style cleanup */
/* table.dataTable{
  table-layout: fixed;
}

table.dataTable thead tr th:first-child,
table.dataTable tbody tr td:first-child{
  width: 75px !important; 
} */

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

table.dataTable{
  width: 100% !important;
  border-collapse: collapse;
}

table.dataTable thead tr th,
table.dataTable tbody tr td {
  padding: 12px;
  text-align: center;
  white-space: nowrap;
}

table.dataTable thead tr th:last-child,
table.dataTable tbody tr td:last-child{
 text-align-last: right;
}

table.dataTable tbody tr td.btn-cel{
  text-align-last:center;
}

.td-btn,
.td-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; 
}

.td-btn1 {
  width: 50%;
}

.tab-pane .overview-buttons .btn{
  margin-left: 10px;
}

.overview-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
 
.overview-btn {
  padding: 12px 18px;
  border-radius: 6px;
  background-color: var(--btn-td-bg);
  color: var(--bg-td-color);
  transition: background-color var(--transition-td-speed);
  flex: 1;
  min-width: 140px;
  text-align: center;
  font-size: 1rem;
}

.overview-btn {
  background-color: var(--btn-td-hover-bg);
  color: var(--text-td-color);
}

/* .tab-pane .overview-buttons .btn:last-child,
.tab-pane .overview-buttons .btn:first-child{
  margin:0;
} */

/* Tablet */
@media (min-width: 768px) and (max-width: 1200px) {
  .table-wrapper {
    overflow-x: auto;
  }
  
  .td-btn1 {
  width: 80%;
  }

  table.dataTable thead tr th,
  table.dataTable tbody tr td {
    font-size: 15px;
    padding: 10px;
  }

  .tab-pane .overview-buttons {
    justify-content: space-between;
  }

  .tab-pane .overview-buttons .btn {
    flex: 1;
    min-width: 160px;
    padding: 14px;
  }
}



/* sector company overview buttons style small screens  */
@media (max-width: 575.98px) {
  .overview-buttons .btn{
    width: 100%;
    margin-left: 0;
  }
  select.filter-groups-dropdown{
    width: 100%;
  }
}

.alert.alert-success button.close span{
  display:none;
} 

/*  */
.nogroup-select {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 5px !important;
  border: 2px solid #0068b3;
  max-height: 53px;
  padding: 0 !important;
}

.nogroup-select:hover {
  border: 2px solid #0068b3;
}

/* Hide the browser's default checkbox */
.nogroup-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  
}

/* Create a custom checkbox */
.nogroup-select .checkmark {
  padding: 14px 23px 14px 23px;
  height: 100%;
  z-index: -1;
  width: 100%;
  display: block;
  background: white;
  margin-right: 0;
  text-align: center;
}




/* When the checkbox is checked, add a blue background */
.nogroup-select input:checked ~ .checkmark {
  background-color: #0068b3;
  color: white;
 
}


.select-all.form-check-input{
  margin-top:0;
  vertical-align: middle;
}

.report-module label{
  white-space: nowrap;
}

#more{
  display:none;
}
.read_more_container .read_more_btn{
  text-align: center;
}
.read_more_container .read_more_btn button{
  background: #0068b3;
  color: white;
  border: none;
  text-align: center;
}
#resume_instruction_form{
  display:inline;
}
#resume_instruction_form button{
  margin:0;
}

.check-list {
  margin: 20px 0 35px;
  padding: 0;
}

.check-list li {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.check-list li i {
  color: #417505;
  font-size: 20px;
  margin-right: 2px;
}

.non-production-banner {
  background-color:#B71C1C;
  height: auto;
}

.non-production-banner > center {
	margin-bottom: .5rem;
}

