﻿body, html {
  overflow-x: hidden;
}

table {
  border: none;
  margin: 0;
  padding: 0;
}
table tr {
  border: none;
  margin: 0;
  padding: 0;
}
table td {
  border: none;
  margin: 0;
  padding: 0;
}

form {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../font/Museo Sans 300.otf") format("opentype");
}
body {
  font-family: "Museo Sans", sans-serif;
  font-weight: 300;
  color: #003366;
}

body {
  background-image: url("../images/line.png"), url("../images/background.png");
  background-position: 0px 140px, left top;
  background-repeat: no-repeat, no-repeat;
}

h1 {
  font-size: 40px;
  padding-bottom: 20px;
}

h2 {
  font-size: 20px;
  padding-bottom: 20px;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
}

hr {
  margin: 20px -30px 10px;
  border-top: #F5F5F5;
  border-top: 1px solid;
}

.btn-primary {
  width: 85px;
  height: 40px;
  border: 1px solid #009FE3;
  color: #009FE3;
  border-radius: 50px;
  background-color: #fff;
  text-transform: capitalize;
}

.btn-action {
  width: 200px;
  height: 60px;
  border: 1px solid #009FE3;
  color: #003366;
  border-radius: 15px;
  background-color: #fff;
  text-transform: capitalize;
  margin-left: 10px;
  font-weight: 700;
}
.btn-action:hover:not(:disabled) {
  background-color: #003366;
  color: #fff;
}
.btn-action:disabled {
  background-color: #F5F5F5;
  border-color: #003366;
  cursor: default;
  opacity: 0.5;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #009FE3;
  color: #fff;
}

.btn-check + .btn:hover {
  background-color: #009FE3;
  color: #fff;
}

.form-select {
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 20px;
  border: 1px solid #ced4da;
  border-radius: 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  width: 100%;
  white-space: normal;
  overflow: hidden;
}

select:focus > option {
  background-color: #fff;
  box-shadow: 0 0 10px 100px #fff inset !important;
  border-bottom: 1px solid black;
}

option {
  background-color: #fff;
  box-shadow: 0 0 10px 100px #fff inset !important;
  border-bottom: 1px solid black;
}

select:focus > option:checked,
select:focus > option:hover,
select:focus > option:focus,
select:focus > option:active {
  background-color: #fff !important;
  color: #009FE3 !important;
  box-shadow: 0 0 10px 100px #fff inset !important;
}

.frame-border-visible {
  border: 1px solid #ced4da;
  border-radius: inherit;
}

@media (max-width: 768px) {
  body {
    background-position: 0px 90px, left top;
  }
  h1 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .btn-action {
    width: 125px;
    height: 50px;
  }
}
header {
  font-size: 32px;
  border: none;
}
header .row {
  padding: 20px 20px 0;
}
header .logo img {
  max-width: 103px;
}
header .phone {
  padding-top: 25px;
}
header .phone .image {
  max-width: 45px;
  display: inline-block;
  padding-right: 5px;
}
header .phone .image img {
  max-width: 45px;
}
header .phone .number {
  display: inline-block;
}

.line {
  display: block;
  height: 1px;
  background-color: #F5F5F5;
}

.container {
  max-width: 1213px;
  padding-top: 100px;
}
.container > .row.main.small {
  min-height: 486px;
}
.container > .row.main.small .col-12.right-panel {
  min-height: auto;
}
.container > .row.main {
  min-height: 584px;
}
.container > .row.main .col-7.left-panel {
  min-height: 584px;
  width: 58.78%;
  height: 100%;
  position: relative;
}
.container > .row.main .col-7.left-panel .image {
  min-height: 584px;
}
.container > .row.main .col-9.right-panel {
  min-height: 584px;
  width: 74%;
  height: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
.container > .row.main .col-9.right-panel .col-5 {
  padding: 0 4px;
}
.container > .row.main .col-9.right-panel .row .col div {
  font-size: 11px;
}
.container > .row.main .col-9.right-panel .row .col .rounded-custom {
  border-color: #F5F5F5;
  border-radius: 15px !important;
  border-style: solid;
  border-width: 2px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px 0;
}
.container > .row.main .col-9.right-panel .row .col .rounded-custom.check {
  padding: 30px 10px 0;
}
.container > .row.main .col-9.right-panel .row .col img {
  margin-bottom: 5px;
}
.container > .row.main .col-9.right-panel > div {
  font-size: 12px;
  padding: 15px 15px;
}
.container > .row.main .col-12.right-panel {
  min-height: 584px;
  height: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
.container > .row.main .col-12.right-panel a.add-row {
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-color: #009FE3;
  width: 50px;
  height: 50px;
  border: 1px solid #009FE3;
  border-radius: 15px;
  background-position: 13px 13px;
  margin-left: 10px;
}
.container > .row.main .col-12.right-panel a.add-file {
  background-image: url("../images/KDL_uploadDocumnets.png");
  background-repeat: no-repeat;
  background-color: #009FE3;
  width: 50px;
  height: 50px;
  border: 1px solid #009FE3;
  border-radius: 15px;
  background-position: 10px 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.container > .row.main .col-12.right-panel a.remove-row {
  width: 50px;
  height: 50px;
  border: 1px solid #009FE3;
  border-radius: 15px;
  background-position: 13px 13px;
  padding-top: 10px;
  margin-top: 10px;
}
.container > .row.main .col-12.right-panel .drag-drop-area {
  display: inline-block;
  width: 80%;
  height: 100px;
  border: 1px solid #009FE3;
  border-radius: 15px;
}
.container > .row.main .col-12.right-panel .drag-drop-area p {
  color: #009FE3;
  padding: 20px 20px;
}
.container > .row.main .col-12.right-panel .drag-drop-area p .browse-link {
  font-weight: 700;
  cursor: pointer;
}
.container > .row.main .col-12.right-panel .file-input {
  display: none;
}
.container > .row.main .col-12.right-panel .file-list .form-control {
  margin-top: 20px;
  height: 80px;
  background-image: none !important;
}
.container > .row.main .col-5.right-panel {
  min-height: 584px;
  width: 41.22%;
  height: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
.container > .row.main .col-5.right-panel .col-5 {
  padding: 0 4px;
}
.container > .row.main .col-5.right-panel .row .col {
  height: 130px;
}
.container > .row.main .col-5.right-panel .row .col div {
  font-size: 11px;
}
.container > .row.main .col-5.right-panel .row .col .rounded-custom {
  border-color: #F5F5F5;
  border-radius: 15px !important;
  border-style: solid;
  border-width: 2px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px 0;
}
.container > .row.main .col-5.right-panel .row .col .rounded-custom.check {
  padding: 30px 10px 0;
}
.container > .row.main .col-5.right-panel .row .col img {
  margin-bottom: 5px;
}
.container > .row.main .col-5.right-panel .row .col a {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  font-weight: 300;
  border-radius: 15px !important;
  color: #003366;
  background-position: 20px 20px;
  background-repeat: no-repeat;
}
.container > .row.main .col-5.right-panel .row .col a div {
  font-size: 12px;
  padding-top: 20px;
  text-align: left;
}
.container > .row.main .col-5.right-panel .row .col a:hover {
  background-color: #009FE3;
  color: #fff;
}
.container > .row.main .col-5.right-panel .row .col a.active {
  background-color: #009FE3;
  color: #fff;
}
.container > .row.main .col-5.right-panel .row .col.egn, .container > .row.main .col-5.right-panel .row .col.mobile, .container > .row.main .col-5.right-panel .row .col.mail {
  height: 100px;
}
.container > .row.main .col-5.right-panel .row .col.egn a {
  background-image: url("../images/egn.png");
}
.container > .row.main .col-5.right-panel .row .col.mobile a {
  background-image: url("../images/mobile.png");
  height: 100px !important;
}
.container > .row.main .col-5.right-panel .row .col.mail a {
  background-image: url("../images/mail.png");
  height: 100px !important;
}
.container > .row.main .col-5.right-panel .row .col.egn a:hover, .container > .row.main .col-5.right-panel .row .col.egn a.active {
  background-image: url("../images/egn-active.png");
}
.container > .row.main .col-5.right-panel .row .col.mobile a:hover, .container > .row.main .col-5.right-panel .row .col.mobile a.active {
  background-image: url("../images/mobile-active.png");
}
.container > .row.main .col-5.right-panel .row .col.mail a:hover, .container > .row.main .col-5.right-panel .row .col.mail a.active {
  background-image: url("../images/mail-active.png");
}
.container > .row.main .col-5.right-panel > div, .container > .row.main .col-5.right-panel > form > div {
  font-size: 12px;
  padding: 15px 15px;
}
.container .rounded-custom {
  border-radius: 25px !important;
}
.container .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container .image img {
  position: absolute;
  width: auto;
  max-height: 584px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .col-5.rounded-custom, .container .col-9.rounded-custom, .container .col-12.rounded-custom {
  border-color: #009FE3;
  border-style: solid;
  border-width: 1px;
}
.container > .row .col-5 .highlight.rounded-custom {
  border-color: #006478;
  background-color: #006478;
  color: #fff;
  padding: 10px 30px 20px;
  border-radius: 15px !important;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.container > .row .col-5 .highlight.rounded-custom img {
  height: 52px;
  display: block;
}
.container a.button {
  display: block;
  width: 100%;
  border-radius: 15px !important;
  border-color: #009FE3;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  justify-content: center;
  color: #003366;
  height: 80px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.container a.button:hover {
  background-color: #003366;
  color: #fff;
  cursor: pointer;
}
.container .col-5.dark {
  position: absolute;
  top: 0%;
  right: 0.75rem;
}
.container .col-5.dark > div {
  font-size: 18px;
  padding: 10px 0 0;
}
.container .col-5.dark h2 {
  color: #fff;
  padding-bottom: 0px;
}
.container .col-5.dark .small {
  color: #009FE3;
  font-size: 14px;
}
.container .col-3.dark {
  margin-right: 1%;
}
.container .col-3.dark > div {
  font-size: 16px;
  /*padding: 10px 0 0;*/
}
.container .col-3.dark .small {
  color: #009FE3;
  font-size: 12px;
  padding: 10px 0 0;
}
.container .col-5.dark {
  height: 100%;
}
.container .col-12.last {
  background-image: url("../images/sucess_image.png") !important;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  border-color: #fff;
}
.container .col-12.last .large {
  position: relative;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
}
.container .col-12.last .large .light {
  color: #009FE3;
}
.container .col-5.dark, .container .col-3.dark, .container .col-12.dark {
  background-color: #003366;
  color: #fff;
  padding: 40px 30px;
  border-color: #003366;
  border-style: solid;
  border-width: 2px;
  border-radius: 25px;
}
.container .col-5.dark .car, .container .col-3.dark .car, .container .col-12.dark .car {
  padding-bottom: 15px;
}
.container .col-5.dark .light-blue, .container .col-3.dark .light-blue, .container .col-12.dark .light-blue {
  color: #009FE3;
  padding: 0 0 20px;
  margin: 0;
  font-size: 18px;
}
.container .col-5.dark img, .container .col-3.dark img, .container .col-12.dark img {
  display: inline-block;
  padding-right: 10px;
}

.form-floating input {
  color: #003366;
  height: 80px;
  font-size: 18px;
  border-radius: 15px;
}
.form-floating label {
  color: #009FE3;
  padding-left: 20px;
  padding-right: 20px;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  color: #003366;
  height: 80px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  color: #009FE3;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  padding-left: 20px;
  padding-right: 20px;
}

.eurotrust-input {
  display: none;
}

.eurotrust-input.active {
  display: block;
}

footer {
  margin-top: 100px;
  padding: 30px 20px;
  background-color: #003366;
  color: #fff;
  font-size: 12px;
}
footer img {
  margin-top: -10px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #009FE3;
}

.checkbox-holder {
  margin-top: 20px;
}
.checkbox-holder .btn-primary {
  margin-right: 10px;
}

.col-fixed {
  width: 200px;
}

.dropping {
  margin-top: 10px;
}

.loading {
  position: absolute;
  top: 300px;
  left: 35%;
}

.inactive {
  opacity: 0.2;
}

input[type=tel]:not([disabled]), input[type=text]:not([disabled]), input[type=number]:not([disabled]), input[type=email]:not([disabled]) {
  background-image: url("../images/edit.png") !important;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 45%;
  padding-right: 10% !important;
}

a.info-link {
  margin-left: -10px;
  cursor: pointer;
  margin-right: 10px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #009FE3;
  border-radius: 15px;
}

.tooltip-inner:first-letter {
  text-transform: uppercase;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #009FE3;
}

.top-60 {
  top: 60% !important;
}

.form-check-input {
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-right: 10px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #009FE3;
  border-color: #009FE3;
}

.modal-header {
  background-color: #003366;
  color: #fff;
}

.btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-body {
  font-size: 14px;
}

.form-floating .selectBox {
  padding-top: revert-layer 5px !important;
}

.selectBox:first-letter {
  text-transform: capitalize;
}

.selectBox {
  border: 1px solid #ccc;
  position: relative;
  padding: 5px 20px 0;
  cursor: pointer;
  height: 80px;
  border-radius: 15px;
  max-width: 100%;
  width: 100%;
  font-size: 18px !important;
  color: #003366 !important;
  cursor: pointer !important;
}
.selectBox.disabled {
  background-color: #F5F5F5;
}
.selectBox__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 18px !important;
  padding-top: 20px;
  height: 100%;
}
.selectBox:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-in-out;
  content: url("../images/arrow.png");
}
.selectBox .dropdown-menu {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  width: 100%;
  max-height: 250px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
  margin-left: -20px;
}
.selectBox.show {
  background-color: #fff;
}
.selectBox.show:after {
  transform: translateY(-80%) rotate(180deg);
}
.selectBox.show .dropdown-menu {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
}
.selectBox .dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #F5F5F5;
  padding: 16px 16px;
  font-size: 14px !important;
}
.selectBox .dropdown-item:hover {
  background-color: #009FE3;
  color: #fff;
}
.selectBox .dropdown-item.active, .selectBox .dropdown-item:active {
  background-color: #fff;
  color: #009FE3;
}
.selectBox .dropdown-item:first-letter {
  text-transform: capitalize;
}

.form-floating .selectBox .selectBox__value {
  padding-top: 0px;
}
.form-floating label.selectBox-label {
  font-size: 12px;
  color: #009FE3;
  opacity: 0.65;
  position: absolute;
  top: -15px;
  left: 0px;
  z-index: 100;
}

.light {
  color: #009FE3;
}

.container.consent {
  min-height: 500px !important;
}
.container.consent .row.main {
  min-height: 300px !important;
}
.container.consent .row.main .col-12 {
  min-height: 300px !important;
}

.yes-no {
  display: inline-block;
  width: 120px;
  text-align: left;
}

.highlight.rounded-custom.store-container-wrapper {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.store-img.google-play {
  height: 33px !important;
  width: 100px;
}

.store-img.app-store {
  height: 37px !important;
  width: 100px;
}

.store-img.app-gallery {
  height: 34px !important;
  width: 99px;
}

.row.gy-2 {
  gap: 0px;
}

@media (max-width: 768px) {
  .store-img.google-play {
    height: 32px !important;
    width: 95px;
  }
  .store-img.app-store {
    height: 35px !important;
    width: 95px;
  }
  .store-img.app-gallery {
    height: 32px !important;
    width: 95px;
  }
  .row.gy-2 {
    gap: 0px;
  }
  .col-auto {
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
}
@media (max-width: 768px) {
  footer {
    margin-top: 50px;
    padding: 30px 20px;
    background-color: #003366;
    color: #fff;
    font-size: 12px;
  }
  footer img {
    margin-top: -10px;
  }
  footer a {
    color: #fff;
    display: block;
    padding-top: 10px;
  }
  footer a:hover {
    color: #009FE3;
  }
  footer > col {
    width: 50px !important;
  }
}
@media (max-width: 768px) {
  header {
    font-size: 24px;
    border: none;
  }
  header .row {
    padding: 20px 20px 0;
  }
  header .logo img {
    max-width: 60px;
  }
  header .phone {
    padding-top: 5px;
    width: 200px;
  }
  header .phone .image {
    max-width: 34px;
    display: inline-block;
    padding-right: 5px;
  }
  header .phone .image img {
    max-width: 34px;
  }
  header .phone .number {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
    padding-top: 30px;
  }
  .container > .row.main.small {
    min-height: auto;
  }
  .container > .row.main.small .col-12.right-panel {
    min-height: auto;
  }
  .container > .row.main {
    min-height: 584px;
  }
  .container > .row.main .col-7.left-panel {
    min-height: 327px;
    width: 100%;
    height: 100%;
  }
  .container > .row.main .col-7.left-panel.step {
    margin-bottom: -180px;
  }
  .container > .row.main .col-7.left-panel .image {
    min-height: 327px;
  }
  .container > .row.main .col-6 {
    width: 100%;
  }
  .container > .row.main .col-8 {
    width: 100%;
    padding-bottom: 10px;
  }
  .container > .row.main .checkbox-holder .col-8 {
    width: 100%;
    padding-bottom: 10px;
  }
  .container > .row.main .checkbox-holder .col.text-end {
    text-align: left !important;
  }
  .container > .row.main .col-9.right-panel {
    min-height: 584px;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background-color: #fff;
    margin: 20px 0 0 5px;
  }
  .container > .row.main .col-9.right-panel .col-5 {
    padding: 0 4px;
  }
  .container > .row.main .col-9.right-panel .col, .container > .row.main .col-9.right-panel .col-6 {
    display: block;
    width: 100%;
    flex: none;
  }
  .container > .row.main .col-9.right-panel .col.text-end, .container > .row.main .col-9.right-panel .col-6.text-end {
    text-align: left !important;
    padding-top: 10px;
  }
  .container > .row.main .col-9.right-panel .row .col div {
    font-size: 11px;
  }
  .container > .row.main .col-9.right-panel .row .col .rounded-custom {
    border-color: #F5F5F5;
    border-radius: 15px !important;
    border-style: solid;
    border-width: 2px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 20px 0;
  }
  .container > .row.main .col-9.right-panel .row .col .rounded-custom.check {
    padding: 15px 5px 0;
  }
  .container > .row.main .col-9.right-panel .row .col img {
    margin-bottom: 5px;
  }
  .container > .row.main .col-9.right-panel > div {
    font-size: 12px;
    padding: 15px 0px;
  }
  .container > .row.main .col-12.right-panel {
    min-height: 584px;
    height: 100%;
    padding: 40px 30px;
    background-color: #fff;
  }
  .container > .row.main .col-12.right-panel a.add-row {
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-color: #009FE3;
    width: 50px;
    height: 50px;
    border: 1px solid #009FE3;
    border-radius: 15px;
    background-position: 13px 13px;
    margin-left: 10px;
  }
  .container > .row.main .col-12.right-panel a.add-file {
    background-image: url("../images/KDL_uploadDocumnets.png");
    background-repeat: no-repeat;
    background-color: #009FE3;
    width: 50px;
    height: 50px;
    border: 1px solid #009FE3;
    border-radius: 15px;
    background-position: 10px 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .container > .row.main .col-12.right-panel a.remove-row {
    width: 50px;
    height: 50px;
    border: 1px solid #009FE3;
    border-radius: 15px;
    background-position: 13px 13px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .container > .row.main .col-12.right-panel .drag-drop-area {
    display: inline-block;
    width: 80%;
    height: 100px;
    border: 1px solid #009FE3;
    border-radius: 15px;
  }
  .container > .row.main .col-12.right-panel .drag-drop-area p {
    color: #009FE3;
    padding: 20px 20px;
  }
  .container > .row.main .col-12.right-panel .drag-drop-area p .browse-link {
    font-weight: 700;
    cursor: pointer;
  }
  .container > .row.main .col-12.right-panel .file-input {
    display: none;
  }
  .container > .row.main .col-12.right-panel .file-list .form-control {
    margin-top: 20px;
    height: 80px;
    background-image: none !important;
  }
  .container > .row.main .col-5.right-panel {
    width: 93%;
    margin: 20px 15px 0px 15px;
    padding: 20px 15px;
    background-color: #fff;
  }
  .container > .row.main .col-5.right-panel .col-5 {
    padding: 0 4px;
  }
  .container > .row.main .col-5.right-panel .row .col {
    width: 33%;
    height: 125px !important;
    margin-bottom: 20px;
  }
  .container > .row.main .col-5.right-panel .row .col div {
    font-size: 11px;
  }
  .container > .row.main .col-5.right-panel .row .col .rounded-custom {
    border-color: #F5F5F5;
    border-radius: 15px !important;
    border-style: solid;
    border-width: 2px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 20px 0;
  }
  .container > .row.main .col-5.right-panel .row .col .rounded-custom.check {
    padding: 15px 5px 0;
  }
  .container > .row.main .col-5.right-panel .row .col img {
    margin-bottom: 5px;
  }
  .container > .row.main .col-5.right-panel .row .col a {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    font-weight: 300;
    border-radius: 15px !important;
    color: #003366;
    background-position: 20px 20px;
    background-repeat: no-repeat;
  }
  .container > .row.main .col-5.right-panel .row .col a div {
    font-size: 12px;
    padding-top: 20px;
    text-align: left;
  }
  .container > .row.main .col-5.right-panel .row .col a:hover {
    background-color: #009FE3;
    color: #fff;
  }
  .container > .row.main .col-5.right-panel .row .col a.active {
    background-color: #009FE3;
    color: #fff;
  }
  .container > .row.main .col-5.right-panel .row .col.egn, .container > .row.main .col-5.right-panel .row .col.mobile, .container > .row.main .col-5.right-panel .row .col.mail {
    height: 100px;
  }
  .container > .row.main .col-5.right-panel .row .col.egn a {
    background-image: url("../images/egn.png");
    height: 100% !important;
  }
  .container > .row.main .col-5.right-panel .row .col.mobile a {
    background-image: url("../images/mobile.png");
    height: 100% !important;
  }
  .container > .row.main .col-5.right-panel .row .col.mail a {
    background-image: url("../images/mail.png");
    height: 100% !important;
  }
  .container > .row.main .col-5.right-panel .row .col.egn a:hover, .container > .row.main .col-5.right-panel .row .col.egn a.active {
    background-image: url("../images/egn-active.png");
  }
  .container > .row.main .col-5.right-panel .row .col.mobile a:hover, .container > .row.main .col-5.right-panel .row .col.mobile a.active {
    background-image: url("../images/mobile-active.png");
  }
  .container > .row.main .col-5.right-panel .row .col.mail a:hover, .container > .row.main .col-5.right-panel .row .col.mail a.active {
    background-image: url("../images/mail-active.png");
  }
  .container > .row.main .col-5.right-panel > div, .container > .row.main .col-5.right-panel > form > div {
    font-size: 12px;
    padding: 0;
  }
  .container .rounded-custom {
    border-radius: 25px !important;
  }
  .container .image {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .container .image img {
    position: absolute;
    width: auto;
    max-height: 327px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .container .col-5.rounded-custom, .container .col-9.rounded-custom, .container .col-12.rounded-custom {
    border-color: #009FE3;
    border-style: solid;
    border-width: 1px;
  }
  .container > .row .col-5 .highlight.rounded-custom {
    border-color: #006478;
    background-color: #006478;
    color: #fff;
    padding: 10px 30px 20px;
    border-radius: 15px !important;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .container > .row .col-5 .highlight.rounded-custom img {
    height: 52px;
    display: block;
  }
  .container a.button {
    display: block;
    width: 100%;
    border-radius: 15px !important;
    border-color: #009FE3;
    border-style: solid;
    border-width: 1px;
    font-size: 18px;
    justify-content: center;
    color: #003366;
    height: 80px;
    display: flex;
    align-items: center;
    font-weight: 700;
  }
  .container a.button:hover {
    background-color: #003366;
    color: #fff;
    cursor: pointer;
  }
  .container .col-5.dark > div {
    font-size: 18px;
    padding: 10px 0 0;
  }
  .container .col-5.dark h2 {
    color: #fff;
    padding-bottom: 0px;
  }
  .container .col-5.dark .small {
    color: #009FE3;
    font-size: 14px;
  }
  .container .col-3.dark {
    margin-right: 1%;
  }
  .container .col-3.dark > div {
    font-size: 16px;
    /*padding: 10px 0 0;*/
  }
  .container .col-3.dark .small {
    color: #009FE3;
    font-size: 12px;
    padding: 10px 0 0;
  }
  .container .col-12.last {
    background-image: url("../images/sucess_image_mobile.png") !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border-color: #fff;
    height: 416px;
  }
  .container .col-12.last .large {
    position: relative;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
  }
  .container .col-12.last .large .light {
    color: #009FE3;
  }
  .container .col-5.dark, .container .col-3.dark, .container .col-12.dark {
    background-color: #003366;
    color: #fff;
    padding: 40px 30px;
    border-color: #003366;
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    width: 100%;
  }
  .container .col-5.dark.margin-180, .container .col-3.dark.margin-180, .container .col-12.dark.margin-180 {
    position: relative;
    top: -180px;
    left: -1px;
  }
  .container .col-5.dark .car, .container .col-3.dark .car, .container .col-12.dark .car {
    padding-bottom: 15px;
  }
  .container .col-5.dark .light-blue, .container .col-3.dark .light-blue, .container .col-12.dark .light-blue {
    color: #009FE3;
    padding: 0 0 20px;
    margin: 0;
    font-size: 18px;
  }
  .container .col-5.dark img, .container .col-3.dark img, .container .col-12.dark img {
    display: inline-block;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .loading {
    position: absolute;
    top: 100px;
    left: 30px;
  }
  .row.steps {
    height: 130px;
  }
  .row.steps .col-5 {
    width: 100% !important;
    position: absolute;
    top: 120px;
  }
  .row.steps .col-7 {
    width: 100% !important;
    position: relative;
    top: 80px;
  }
  #founds-origin-amounts-table .col-5 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .selectBox {
    border: 1px solid #ccc;
    position: relative;
    padding: 5px 20px 0;
    cursor: pointer;
    height: 80px;
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    font-size: 18px !important;
    color: #003366 !important;
    cursor: pointer !important;
  }
  .selectBox.disabled {
    background-color: #F5F5F5;
  }
  .selectBox__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 18px !important;
    padding-top: 20px;
    height: 100%;
  }
  .selectBox:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: url("../images/arrow.png");
  }
  .selectBox .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 100%;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
    margin-left: -20px;
  }
  .selectBox.show {
    background-color: #fff;
  }
  .selectBox.show:after {
    transform: translateY(-80%) rotate(180deg);
  }
  .selectBox.show .dropdown-menu {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 101;
    transform: translateY(0);
    position: fixed;
    top: 0px;
    left: 10px;
    height: 100%;
  }
  .selectBox .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #F5F5F5;
    padding: 16px 16px;
    font-size: 14px !important;
  }
  .selectBox .dropdown-item:hover {
    background-color: #009FE3;
    color: #fff;
  }
  .selectBox .dropdown-item.active, .selectBox .dropdown-item:active {
    background-color: #fff;
    color: #009FE3;
  }
  .selectBox .dropdown-item:first-letter {
    text-transform: capitalize;
  }
}
@media (max-width: 768px) {
  .details {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px !important;
  }
  .details .small {
    font-size: 14px !important;
  }
}
.custom-nav {
  list-style-type: none;
  /*padding: 0;*/
  margin: 0;
  width: 100%;
  margin: 0;
  position: relative;
  top: -40px;
}
.custom-nav li {
  padding: 0 0 20px;
  text-align: center;
  margin: 0;
  display: inline-block;
  width: 24%;
  border-bottom: 2px solid #003366;
  color: #003366;
  font-size: steps_font_size;
  opacity: 0.2;
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-image: none;
}
.custom-nav li.active {
  border-bottom-color: #fff;
  font-size: 50px;
  color: transparent;
  padding-bottom: 5px;
  opacity: 1;
}
.custom-nav li.done {
  border-bottom-color: #159E66;
  color: #159E66;
  opacity: 1;
}
.custom-nav li.one.active {
  background-image: url("../images/1.png");
}
.custom-nav li.two.active {
  background-image: url("../images/2.png");
}
.custom-nav li.three.active {
  background-image: url("../images/3.png");
}
.custom-nav li.four.active {
  background-image: url("../images/4.png");
}
