.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.google-map iframe {
  width: 100%;
  height: 500px;
  display: block;
  border: none;
}

.st-shedule-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  z-index: 1;
}
.st-shedule-wrap .st-shedule {
  border-radius: inherit;
}
.st-shedule-wrap .st-shedule-title {
  margin-bottom: 14px;
  text-align: center;
  color: #111;
}
.st-shedule-wrap .st-shedule-list li {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
}

.st-shedule {
  border: 1px solid rgb(51, 22, 88);
  padding: 20px 20px;
}

.st-shedule-title {
  font-size: 24px;
  font-weight: 600;
  color: #0f4a7a;
}

.st-shedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-shedule-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0;
}

.form-select.big {
  height: 46px;
  font-size: 24px;
}

.st-price {
  font-size: 24px;
  font-weight: 500;
  color: rgb(93, 44, 156);
}

.input-text {
  width: 100%;
  height: 28px;
  padding: 2px;
}

.fieldset-check label {
  display: inline;
}

label {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#personal_data {
  margin-top: 10px;
  margin-bottom: 10px;
}

#form_booking .card {
  min-height: 700px;
}

#test_prices .card .card-body .st-post-info {
  min-height: 271px;
}

#test_prices .card ul {
  padding-left: 0.5em;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.card {
  border-radius: 10px;
}

.card-info li {
  text-align: center;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.terms-of-service-accordion .accordion .accordion-item {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 10px;
}

.terms-of-service-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.terms-of-service-accordion .accordion .accordion-title {
  padding: 20px 40px 20px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.terms-of-service-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.terms-of-service-accordion .accordion .accordion-title.active i::before {
  content: "\f62a";
  color: rgb(93, 44, 156);
}

.terms-of-service-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid rgb(93, 44, 156);
  color: #6b6b84;
  font-size: 15px;
  font-weight: 400;
}

.terms-of-service-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Privacy policy Area CSS
=================================================*/
.privacy-policy-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.privacy-policy-accordion .accordion .accordion-item {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 10px;
}

.privacy-policy-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.privacy-policy-accordion .accordion .accordion-title {
  padding: 20px 40px 20px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.privacy-policy-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.privacy-policy-accordion .accordion .accordion-title.active i::before {
  content: "\f62a";
  color: rgb(93, 44, 156);
}

.privacy-policy-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid rgb(93, 44, 156);
  color: #6b6b84;
  font-size: 15px;
  font-weight: 400;
}

.privacy-policy-accordion .accordion .accordion-content.show {
  display: block;
}

.btn.btn-primary {
  background-color: rgb(93, 44, 156);
  border-color: #202647;
}

.btn.btn-outline-primary {
  border-color: #202647;
  color: #202647;
}

.btn.btn-outline-primary:hover {
  background-color: rgb(93, 44, 156);
  border-color: #202647;
  color: white;
}

.card.bg-primary {
  background-color: rgb(93, 44, 156) !important;
}

.card.select {
  cursor: pointer;
}
.card .card-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-item .dropdown-menu[data-bs-popper]
{
  left: unset;
  right: 0;
}

.navbar-brand {
  white-space: normal;
  max-width: 70vw;
  width: 300px;
}

main > .container {
  margin-top: 120px;
}

.locale-flag {
  margin-top: -3px;
  height:24px;
}

canvas {
  position: relative;
  margin-left: 0px;
  border: 1px solid rgb(177, 177, 177);
}

.fieldset-exception {
  border:1px solid orange;
  padding: 5px;
  border-radius: 5px;
}