@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
.top-header {
  padding: 5px 0px;
  text-align: center;
}

.top-header-title {
  letter-spacing: 0.6px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}

.bottom-header {
  box-shadow: 0px 3px 6px #00000029;
}

.bottom-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.bottom-header ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-left: 10px;
}

/*.bottom-header ul li::before {*/
/*  background-color: #20202059;*/
/*  content: "";*/
/*  height: 50px;*/
/*  position: absolute;*/
/*  right: -16px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 1px;*/
/*}*/

.bottom-header ul li:last-child:before {
  content: unset;
}

.main-container .banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 90vh;
  padding-top: 0px;
  padding-bottom: 20px;
}

.main-container .banner-section .banner-title {
  text-align: center;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  position: relative;
}

@media screen and (max-width: 570px) {
  .main-container .banner-section {
    height: 100vh;
  }

  .main-container .banner-section .banner-title {
    font-size: 34px !important;
    line-height: 38px !important;
    padding: 25px 15px 0;
  }

  .banner-section .logo-section {
    bottom: -140px !important;
  }

  .progress-step::after {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}

/* .main-container .banner-section .banner-title span{
    font-weight: bold;
} */

.main-container .banner-section .banner-title::before {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  position: absolute;
  top: 80%;
  left: 28%;
}

.main-container .banner-section .banner-title::after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  position: absolute;
  top: 80%;
  right: 28%;
}

.main-container .banner-section .banner-subtitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
}

.schedule-box-content-1 {
  position: absolute;
  right: 0;
  top: 5px;
}

.schedule-box1 {
  padding: 30px 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px 0px 0px 20px;
  text-align: center;
}

.schedule-box1 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
}

.schedule-box1 .btn {
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.schedule-box1 .btn:focus {
  box-shadow: none;
}

.schedule-box2 {
  padding: 30px 20px;
  border-radius: 20px 0px 0px 20px;
  opacity: 1;
  backdrop-filter: blur(17px);
  display: flex;
  align-items: self-start;
}

.schedule-box2 h2 {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}

.schedule-box2 h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}

.schedule-box2 h3 span {
  font-weight: bold;
}

.schedule-box2 img {
  width: 30px;
}

.schedule-box-content-2 {
  position: absolute;
  right: 0;
  top: 280px;
}

.banner-section .logo-section {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -37px;
  transform: translate(-50%, -50%);
}

.banner-section .logo-section h2 {
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  position: relative;
  text-align: center;
}

.banner-section .logo-section h2::before {
  content: "";
  width: 35px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 43%;
}

.banner-section .logo-section h2::after {
  content: "";
  width: 35px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 43%;
}

.banner-section .logo-section img {
  display: flex;
  margin: auto;
}

.modal-dialog .modal-header-title {
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0px;
}

.modal-dialog .modal-header-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}

.modal-dialog .modal-header {
  height: 100px;
}

.btn-close-service,
.btn-close {
  position: absolute;
  right: 30px;
  top: 42px;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  width: 15px;
  height: 15px;
  background-image: url(../images/close-white.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 15px !important;
}

.btn-close-service:hover,
.btn-close-service:focus,
.btn-close:hover,
.btn-close:focus {
  opacity: 1;
  box-shadow: none;
}

.btn-close1 {
  position: absolute;
  right: 30px;
  top: 42px;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  width: 30px;
  height: 30px;
  background-image: url(../images/close-white.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 15px !important;
}

.btn-close1:hover,
.btn-close1:focus {
  opacity: 1;
  box-shadow: none;
}

.main-wizard-container h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.main-wizard-container h4 {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

.button1 {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #70707054;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}

.button1:focus {
  box-shadow: none;
}

.btn-next,
.btn-prev,
.btn-cancel {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #70707054;
  border-radius: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 0px;
}

.btn-next:focus,
.btn-prev:focus,
.btn-cancel:focus {
  box-shadow: none;
}

.btn-next .la-angle-right {
  border-radius: 50%;
  padding: 5px;
  margin-left: 5px;
}

.btn-prev .la-angle-left {
  border-radius: 50%;
  padding: 5px;
  margin-left: 5px;
}

.btn-cancel .la-angle-left {
  border-radius: 50%;
  padding: 5px;
  margin-left: 5px;
}

.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin-bottom: 80px;
  z-index: 999;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #20202059;
  z-index: -1;
}

.progress {
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  width: 120px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.progress-step-active::before,
.progress-step-active::after {
  font-weight: bold;
}

.form-step {
  display: none;
  transform-origin: top;
}

.form-step-active {
  display: block;
}

.service-menu-card {
  box-shadow: 3px 3px 6px #00000029;
  border-radius: 5px;
  border: transparent;
  margin-bottom: 22px;
  min-height: 0px;
  border: 2px solid;
}

.service-menu-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-menu-card .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.service-note {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.service-note span {
  font-weight: bold;
}

.appointment-card {
  box-shadow: 0px 3px 6px #00000029;
  border: transparent;
  margin-bottom: 24px;
}

.appointment-card .appointment-card-content .text-label h3 {
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
}

.appointment-card .appointment-card-content .date-text h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

.appointment-card .appointment-card-content .slot-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.appointment-card .appointment-card-content .slot-area ul li {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 10px;
}

.appointment-card .appointment-card-content .slot-area ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

.btn-outline {
  font-weight: bold;
  font-size: 16px;
  line-height: 0px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.btn-outline .la-angle-right {
  border-radius: 50%;
  padding: 5px;
  margin-left: 5px;
}

.modal-body-text p {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.modal-body-text h5 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

input[type="date"][placeholder]:invalid::-webkit-datetime-edit {
  display: none;
}

input[type="date"][placeholder]:invalid::before {
  color: #6c757d;
  content: attr(placeholder);
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-dropping,
.image-upload-wrap {
  border-radius: 10px;
  cursor: pointer;
}

.drag-text {
  text-align: center;
}

.drag-text h6 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  padding: 18px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #70707054;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 0px;
}

#recall-service-menu {
  display: none;
}

div.pac-container {
  z-index: 99999999999 !important;
}
.btn-gradient {
  color: #fff !important;
  font: normal normal normal 16px/24px SF Pro Display regular;
  padding: 12px 20px;
  background: transparent linear-gradient(180deg, #8369FB 0%, #2E36AA 100%);
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000066;
  border: none;
}
