body, html {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #0c0c0c;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}

.row {
  margin-right: calc(-0.25 * var(--bs-gutter-x));
  margin-left: calc(-0.25 * var(--bs-gutter-x));
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.btn {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 4.7rem;
  padding: 1.2rem;
  width: 100%;
}

.btn-sm {
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0.6rem;
  padding: 0.5rem 1.5rem;
  width: auto;
}

.btn-primary {
  background-color: #3c85f0 !important;
  border-color: #3c85f0 !important;
}

.btn-secondary {
  background-color: #bbb !important;
  border-color: #bbb !important;
}

.btn-outline-dark {
  --bs-btn-color: $secondary;
  --bs-btn-border-color: $secondary;
  --bs-btn-hover-color: $secondary;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: $secondary;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: $secondary;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: $secondary;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: $secondary;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: $secondary;
  --bs-gradient: none;
}

.btn-darkblue {
  background-color: #044581 !important;
  border-color: #044581 !important;
}

.btn-dropdown {
  background-color: white !important;
  color: #0A2342 !important;
  font-size: 1.4rem !important;
  padding: 8px 16px !important;
  border: 1px solid transparent !important;
  text-align: left;
  cursor: pointer;
}

.dropdown button.btn-dropdown-white {
  background-color: #e8f1f3 !important;
  color: #0A2342 !important;
  font-size: 1.4rem !important;
  padding: 8px 16px !important;
  border: none !important;
  border-bottom: 1px solid #b1d1dc !important;
  text-align: left;
  cursor: pointer;
  min-height: 5.2rem;
}

.dropdown-toggle::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 10px;
  width: 0;
  height: 0;
  border: solid #6D6F74;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown-toggle.show::after {
  top: 40%;
  border: solid #6D6F74;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.dropdown-menu {
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.4rem;
  border: 0px solid #ddd;
  width: auto;
  min-width: 15rem;
  padding: 1rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-item {
  white-space: wrap;
  border-radius: 0.5rem;
  padding: 1rem 1.2rem;
}
.dropdown-menu .dropdown-item p {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
.dropdown-menu .dropdown-item h4 {
  margin: 0 0 5px;
  font-size: 1.25rem;
}
.dropdown-menu .dropdown-item small {
  margin: 0;
  display: block;
}

.modal.innerModal {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  background: none !important;
}

.modal-backdrop {
  background: none;
}

.modal-content {
  border-color: #ccc;
}

.modal-dialog {
  margin: 0 auto;
}

.modal-header {
  border: none;
  border-radius: 1.5rem 1.5rem 0 0;
}

.modal-body .list-info {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  padding-top: 2rem;
}
.modal-body .list-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modal-body .list-info ul li {
  margin: 0;
  padding: 0 0 1rem;
}
.modal-body .list-info ul li label {
  font-size: 1.4rem;
}
.modal-body .list-info ul li span {
  font-size: 1.4rem;
}

.modal-footer {
  border: none;
  border-radius: 0 0 1.5rem 1.5rem;
}

.modal-fullscreen {
  width: 100vw !important;
  height: 36rem;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0px -1px 5px #ddd;
}

label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-control {
  font-size: 1.4rem;
  padding: 1rem 0.75rem;
  box-shadow: 0px 0px 8px #e8e8e8;
  border: none;
  border-radius: 0.6rem;
  text-align: left !important;
  height: calc(4.5rem + 2px);
  line-height: 1.5;
}
.form-control.is-correct {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.7rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid {
  box-shadow: 0px 0px 8px #dc3545;
}
.form-control.input-grey {
  background-color: #f4f3f7;
  box-shadow: none;
}

.invalid {
  color: #dc3545 !important;
}

.form-text {
  font-size: 1.4rem;
}

.form-floating label {
  font-size: 1.2rem;
  font-weight: normal;
}
.form-floating .form-control {
  font-weight: 500;
}
.form-floating input {
  width: 100%;
  display: block;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(4.5rem + 2px);
  line-height: 1.5;
}

.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}

.form-select {
  font-size: 1.4rem;
  font-weight: 600;
  box-shadow: 0px 0px 8px #e8e8e8;
  border: none !important;
  border-radius: 0.6rem;
  padding: 1rem 2.25rem 1rem 0.75rem;
}

/* invalid filed for password page */
.password .form-control.is-invalid, .password .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.password .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.password .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

@media only screen and (min-width: 1023px) {
  .form-control {
    font-size: 1.6rem;
  }
  .form-text {
    font-size: 1.6rem;
  }
  .form-floating label {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(4.5rem + 6px);
    line-height: 1.5;
  }
}
.carousel-indicators {
  margin-bottom: 0;
  z-index: 4;
}

.carousel-indicators [data-bs-target] {
  background-color: #777777;
}

.carousel-item .layer-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1;
}
.carousel-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .carousel-item img {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-item img {
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .carousel-item img {
    height: 250px;
  }
}
@media screen and (max-width: 428px) {
  .carousel-item img {
    height: 160px;
  }
}
.carousel-item video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .carousel-item video {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-item video {
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .carousel-item video {
    height: 250px;
  }
}
@media screen and (max-width: 428px) {
  .carousel-item video {
    height: 160px;
  }
}
.carousel-item.prodimage img {
  width: 100% !important;
  height: auto;
  margin: 0 auto !important;
  border-radius: 0px;
}
.carousel-item .caption-icon {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  display: flex;
  z-index: 3;
}
.carousel-item .caption-icon a {
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 4rem;
  display: block;
  margin-left: 1rem;
  padding: 0.8rem;
  text-align: center;
  cursor: pointer;
}

.carousel-caption {
  left: 1.5rem;
  top: 0.8rem;
  bottom: unset;
  text-align: left;
  z-index: 3;
}
.carousel-caption p {
  font-size: 1.4rem;
  font-weight: 600;
}
.carousel-caption p b {
  font-size: 2rem;
  line-height: 1.2;
}
.carousel-caption.bottom-caption {
  top: unset;
  bottom: 2rem;
  right: unset;
  padding: 0;
}
.carousel-caption.bottom-caption p {
  margin: 0;
}

.overflow-scroll {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.overflow-scroll::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.popover-header {
  font-size: 1.15rem;
}

.popover-body {
  font-size: 1.15rem;
}

.nav {
  flex-wrap: unset;
}

.nav-pills {
  display: flex;
}
.nav-pills .nav-item {
  padding: 0 8px 0 0;
}
.nav-pills .nav-item .nav-link {
  padding: 12px;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border-radius: 0.8rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #999;
  letter-spacing: 1px;
  line-height: 1;
}
.nav-pills .nav-item .nav-link.active {
  color: white;
  background-color: #044581;
}

.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  background-color: #ddd;
  border-radius: 0.6rem;
  border: 0;
  color: #999;
  margin-right: 5px;
  padding: 0.65rem 1.5rem;
}
.nav-tabs .nav-link.active {
  color: white;
  background-color: #3c85f0;
  border-radius: 0.6rem;
  border: 0;
}/*# sourceMappingURL=overwrite-bootstrap.css.map */