@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
/* ---------------------------------- System Colors ----------------------------------  */
/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
  border-radius: 4px;
}

.errormsg {
  font-weight: normal;
  color: #fff;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

label.error {
  display: none !important;
}

/* ---------------------------------- Responsive items ---------------------------------- */
table, img, iframe {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive, .vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans";
  color: #3C444C;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #F9F9F9;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body {
    background-color: #fff;
  }
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

/* ---------------------------------- H1, H2, H3 ---------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1, .h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 20px;
}

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

h5, .h5 {
  font-size: 14px;
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 18px;
  }
}
/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #b7b7b7;
  font-size: 12px;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.helpbox {
  cursor: pointer;
  color: #5D72A3;
  position: relative;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 20px;
}

@media (max-width: 576px) {
  .helpbox {
    font-size: 18px;
  }
}
.popover-body {
  padding-bottom: 1px !important;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}
::placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

textarea {
  resize: none;
}

select, input[type=tel], input[type=email], input[type=number], input[type=text], input[type=password], input[type=search] {
  height: 50px;
  border-radius: 4px;
  border-color: #E7E7E7;
}

select.focus, select:focus, select.active.focus, select.active:focus, select.form-control:focus, input.focus, input:focus, input.active.focus, input.active:focus, input.form-control:focus, textarea.focus, textarea:focus, textarea.active.focus, textarea.active:focus, textarea.form-control:focus {
  border-color: #5D72A3;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.input-group {
  margin: 0 !important;
}
.input-group .form-control {
  border-radius: 4px 0px 0px 4px !important;
}
.input-group .input-group-text {
  border-radius: 0px 4px 4px 0px !important;
  background-color: #fff;
  border-color: #E7E7E7 !important;
  font-size: 11px;
}
.input-group .input-group-text .bi {
  font-size: 15px;
}

.form-label.required:after {
  content: " *";
  color: red;
}

/* ---------------------------------- Checkbox ---------------------------------- */
.form-switch {
  cursor: pointer;
}
.form-switch .form-check-label {
  margin-top: 4px !important;
  font-size: 16px !important;
  cursor: pointer;
}
.form-check input[type=checkbox] {
  width: 23px;
  height: 23px;
  margin: 7px 5px 0 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
.form-check input[type=checkbox]:after {
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin: -1px 0 0 -2px;
  height: 25px;
  width: 25px;
  font-size: 23px;
  line-height: 23px;
  background: #fff;
  content: "";
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.form-check input[type=checkbox]:checked:after {
  content: "✓";
  color: #64C173;
}
.form-check .checkbox label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.form-check .checkbox label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}
.form-check-input {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #5D72A3;
  border-color: #5D72A3;
}
.form-check-label {
  cursor: pointer;
  padding-left: 10px;
}
.form-check-lg {
  font-size: 200%;
}

@media (max-width: 768px) {
  .form-check input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 12px 5px 0 0;
  }
  .form-check input[type=checkbox]:after {
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .form-check label {
    font-size: 15px;
  }
  .form-check-label {
    font-size: 15px;
  }
  .form-check-lg {
    font-size: 150%;
  }
  .form-switch .form-check-input {
    margin-top: 20px !important;
  }
}
/* ---------------------------------- Radio ---------------------------------- */
input[type=radio] {
  cursor: pointer;
  margin-bottom: 10px;
}
input[type=radio]:after {
  border: 4px solid #fff;
  outline: 1px solid #000;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  top: -4px;
  left: -4px;
  background-color: #fff;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #64C173;
}

.radio label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  input[type=radio]:after {
    top: -2px;
    left: -1px;
  }
  input[type=radio]:checked:after {
    top: -2px;
    left: -1px;
  }
}
/* ---------------------------------- Select ---------------------------------- */
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  border-color: #5D72A3;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-selection {
  min-height: 50px !important;
}

.select2-selection--multiple .select2-search__field {
  width: auto !important;
  height: 22px !important;
  margin-top: 8px !important;
}

.select2-selection__arrow {
  height: 50px !important;
}

.select2-selection--single {
  border-radius: 4px !important;
}
.select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}

.select2-selection--single, .select2-selection--multiple {
  height: 50px !important;
  border-color: #E7E7E7 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: linear-gradient(#D9D9D9, #D9D9D9);
  color: #fff;
}

.select2-container--focus {
  border-color: #5D72A3 !important;
}

.select2-search__field {
  text-indent: 5px;
  height: 40px !important;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #D9D9D9 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #5D72A3 !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #5D72A3 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #5D72A3;
  color: #fff;
  border-color: #5D72A3;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #5D72A3;
  border-color: #5D72A3;
}

.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 999;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-datepicker-month, .ui-datepicker-year {
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px 2px 10px !important;
  height: 25px;
  line-height: 1.5;
  margin: 0 2px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  border: 1px solid #c5c5c5 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #5D72A3 !important;
  border-color: #5D72A3 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #5D72A3 !important;
  border-color: #5D72A3 !important;
  color: #fff !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn-other:hover, .btn-other:active, .btn-other:focus, .btn-other.disabled, .btn-other:disabled, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.disabled, .btn-secondary:disabled, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled, .btn-selected {
  cursor: pointer;
  color: #5D72A3 !important;
  border-color: rgb(74.2519685039, 91.2007874016, 130.7480314961) !important;
  background-color: rgb(74.2519685039, 91.2007874016, 130.7480314961) !important;
  color: #fff !important;
}

.btn {
  padding: 16px 48px;
  font-size: 16px;
  border-radius: 8px;
  border-width: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.btn-custom {
  margin-right: 15px;
  padding: 5px 40px;
}
.btn-small {
  padding: 6px 16px !important;
  border-radius: 100px;
  font-size: 12px;
}
.btn-medium {
  padding: 4px 20px !important;
}
.btn-primary {
  background-color: #5D72A3;
  border-color: #5D72A3;
  color: #fff;
}
.btn-secondary {
  background-color: #3C444C;
  border-color: #3C444C;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.disabled, .btn-secondary:disabled {
  background-color: rgb(37.5, 42.5, 47.5) !important;
  border-color: rgb(37.5, 42.5, 47.5) !important;
}
.btn-other {
  background-color: #DFE1EF;
  border-color: #DFE1EF;
  color: #6A7797;
}
.btn-other:hover, .btn-other:active, .btn-other:focus, .btn-other.disabled, .btn-other:disabled {
  opacity: 1 !important;
  background-color: rgb(189, 193.125, 222) !important;
  border-color: rgb(189, 193.125, 222) !important;
}
.btn-link {
  color: #000;
  padding: 0px !important;
  margin: 0px !important;
  text-decoration: none;
  border-bottom: solid 1px #000;
  border-radius: 0 !important;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link.disabled, .btn-link:disabled {
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #000;
  border-radius: 0 !important;
}
.btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.btn.focus, .btn:focus, .btn.active, .btn:active, .btn.active.focus .btn.active:focus, .btn:active.focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.4 !important;
  transition: all 0.3s ease;
}
.btn .package-name-extra {
  font-size: 10px !important;
  position: relative;
  top: -5px !important;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
.alert .bi {
  font-size: 40px;
}
.alert .headline {
  font-weight: 600;
  font-size: 20px;
}
.alert-danger {
  color: #D14646;
}

@media (max-width: 576px) {
  .alert .bi {
    font-size: 30px;
  }
}
/* ---------------------------------- Spinner ---------------------------------- */
.spinner-border {
  color: #5D72A3;
}

/* ---------------------------------- Header ---------------------------------- */
header {
  margin-top: 30px;
}
header .logo {
  display: inline-block;
}
header .logo img, header .logo svg {
  width: 135px;
  height: 50px;
}
header .logo img path, header .logo svg path {
  fill: #5D72A3;
}

@media (max-width: 768px) {
  .logo {
    text-align: center;
  }
  .logo svg {
    width: 73px;
    height: 27px;
  }
}
/* ---------------------------------- Card tile ---------------------------------- */
.card {
  margin-top: 30px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #3C444C;
  border: 0;
}
.card:hover {
  transform: scale(1.025, 1.025);
  color: #5D72A3;
}
.card:hover .card-next i {
  color: #5D72A3;
}
.card:hover .card-media svg path {
  fill: #5D72A3;
}
.card:hover .card-text {
  color: #5D72A3;
}
.card:hover .card-watermark {
  color: #3C444C;
}
.card-media svg {
  width: 80px;
}
.card-media svg path {
  fill: #3C444C;
}
.card-title {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.card-text {
  font-size: 1rem;
  margin-bottom: 0;
  color: #3C444C;
}
.card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-next {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 100%;
  line-height: 1;
  padding: 0.25rem;
  background-color: rgba(60, 68, 76, 0.15);
}
.card-next i {
  font-size: 1.5rem;
  color: #5D72A3;
}

/* ---------------------------------- Process Box ---------------------------------- */
.processBox {
  width: 100%;
  margin-top: 42px;
  padding: 20px 10%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.processBox svg {
  height: 16px;
  width: 16px;
  display: inline-flex;
}
.processBox svg circle {
  r: 8px;
  cx: 8px;
  cy: 8px;
  fill: #D9D9D9;
  transition: all 0.5s ease-out 0s;
}
.processBox svg circle.current {
  fill: #5D72A3;
}

@media (max-width: 768px) {
  .processBox svg {
    height: 10px;
    width: 10px;
  }
  .processBox svg circle {
    r: 5px;
    cx: 5px;
    cy: 5px;
  }
}
/* ---------------------------------- Content Box ---------------------------------- */
.contentBox {
  max-width: 1214px;
  margin: 48px auto;
  padding: 48px 120px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .contentBox {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .contentBox {
    max-width: 100%;
    box-shadow: none;
    padding: 0px;
  }
}
/* ---------------------------------- Packages ---------------------------------- */
.packages .package {
  margin-bottom: 24px;
  position: relative;
}
.packages .package-name {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.packages .package-name-extra {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  top: -6px;
  left: 1px;
}
.packages .package-text {
  font-size: 14px;
  margin: 20px 0px;
  padding: 20px 30px;
  border-left: solid 1px #a3a3a3;
}
.packages .package-price {
  padding: 20px 0;
}
.packages .package-header {
  margin-bottom: 0px !important;
  transition: all 0.5s ease-out 0s;
  z-index: 1;
}
.packages .package-header.selected {
  z-index: 2 !important;
  background-color: #3C444C;
  color: #fff;
}
.packages .package-prices {
  position: absolute;
  right: 0;
  background: #E3E7ED;
  color: #000;
  min-width: 50%;
}
.packages .package-prices .pricesData {
  padding: 20px;
  border: 2px dashed #E7E7E7;
  border-radius: 4px;
}
.packages .package-items {
  padding-top: 30px;
  position: relative;
  z-index: 1 !important;
}
.packages .package-item-text {
  margin-left: 38px;
}
.packages .package-footer {
  background-color: #3C444C;
  color: #fff;
  height: 30px;
  font-size: 12px;
  padding: 6px 20px 0 15px;
}

@media (max-width: 992px) {
  .packages .package-text {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .packages .package {
    margin-bottom: 24px;
    position: relative;
  }
  .packages .package-name {
    padding: 0px;
  }
  .packages .package-text {
    border: none;
    margin: 10px 0px;
    padding: 0 30px;
  }
  .packages .package-prices {
    position: relative;
    font-size: 14px;
  }
  .packages .package-prices .pricesData {
    padding: 10px;
  }
  .packages .package-item-text {
    font-size: 14px;
    margin-left: 30px;
  }
}
/* ---------------------------------- Order Overview ---------------------------------- */
.orderOverview {
  border: solid 1px #E7E7E7;
  padding: 50px 135px 70px 135px;
  border-radius: 8px;
}
.orderOverview .name {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
.orderOverview .name-extra {
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .orderOverview {
    padding: 10px;
  }
}
.collect {
  background-color: #2B343A;
  color: #fff;
  padding: 60px 100px;
  text-align: center;
  margin-bottom: 60px;
}
.collect h3 {
  font-family: Merriweather;
}
.collect-disclaimer {
  font-size: 10px !important;
}

@media (max-width: 768px) {
  .collect {
    padding: 30px;
  }
}
/* ---------------------------------- Warning Box ---------------------------------- */
.warning {
  background-color: #FCEEC1;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  padding: 16px 16px 1px 16px !important;
}