a,
address,
b,
body,
center,
details,
div,
dt,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
mark,
p,
s,
section,
span,
summary,
time,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

details,
footer,
header,
section {
  display: block
}

ul {
  list-style: none
}

body {
  line-height: 1.5;
  color: #1f2226;
  letter-spacing: .15px;
  margin: 0;
  background-color: #f0f2f5;
  padding: 0;
  font-family: Roboto, sans-serif;
  box-sizing: border-box;
  font-size: 16px
}

.logo a {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  width: 130px;
  border-right: 1px solid rgba(31, 34, 38, .1)
}

.header {
  background-color: #fff;
  border-bottom: 1px solid rgba(31, 34, 38, .1)
}

.input-group {
  position: relative;
  width: 9.58%
}

.input {
  padding: 0 14px;
  width: 100%;
  font-size: 16px;
  height: 48px;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid rgba(31, 34, 38, .1) !important;
  border-radius: 12px;
  color: #1f2226;
  background-color: transparent;
  font-family: Roboto, sans-serif
}

.selectplaceholder {
  position: absolute;
  top: -10px;
  left: 8px;
  font-size: 12px;
  padding: 0 5px;
  color: rgba(31, 34, 38, .6);
  transition: .4s;
  pointer-events: none;
  background-color: #fff;
  /* This ensures the text is readable when overlapping with other content */
}


.placeholder {
  position: absolute;
  top: 12px;
  left: 8px;
  font-size: 16px;
  padding: 0 5px;
  color: rgba(31, 34, 38, .6);
  transition: .4s;
  pointer-events: none
}

.date-field input {
  background-image: url(../images/date.png);
  background-repeat: no-repeat;
  background-position: right 12px center
}

.date-field .placeholder {
  height: 30px;
  background-color: #fff
}

.input:focus+.error+.placeholder,
.input:focus+.placeholder,
.input:valid+.error+.placeholder {
  top: -10px;
  color: rgba(31, 34, 38, .6);
  background-color: #fff;
  font-size: 12px;
  height: auto
}

.additional-notes-box textarea:focus+.placeholder,
.additional-notes-box textarea:valid+.placeholder {
  display: none
}

.additional-notes-box .input:focus {
  height: auto
}

div.input-group input:focus+span.placeholder,
div.input-group input:valid+span.placeholder {
  top: -10px;
  font-size: 12px;
  color: #1f2226;
  color: rgba(31, 34, 38, .6);
  height: auto;
  background-color: #fff
}

form {
  grid-gap: 16px;
  gap: 16px
}

.btn {
  height: 42px;
  background: #1b76ff;
  border-radius: 12px;
  border: 0;
  outline: 0;
  transition: all .4s;
  padding: 0 22px;
  letter-spacing: .46px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #1b76ff
}

.btn:hover {
  background: #fff;
  color: #1b76ff
}

.logo svg {
  max-width: 80px
}

.form-wrapper,
.form-wrapper * {
  box-sizing: border-box
}

.form-wrapper {
  padding: 80px 0;
  background-color: #fff
}

.form-wrapper .container {
  max-width: 1750px;
  margin: 0 auto
}

.form-wrapper h1 {
  font-family: CircularStd-Bold;
  font-size: 52px;
  color: #263142
}

.form-wrapper ::-webkit-input-placeholder {
  color: #979797
}

.form-wrapper :-ms-input-placeholder {
  color: #979797
}

.form-wrapper ::placeholder {
  color: #979797
}

.form-row {
  grid-column-gap: 55px;
  column-gap: 55px;
  grid-row-gap: 35px;
  row-gap: 35px
}

.data-get,
.form-wrapper label {
  font-size: 24px;
  font-family: CircularStd-Book
}

.customcheckbox {
  display: block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.customcheckbox .checkmark {
  position: absolute;
  top: 50%;
  right: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #263142;
  border-radius: 5px;
  margin-top: -12px
}

.customcheckbox input:checked~.checkmark {
  background-color: #263142
}

.customcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.customcheckbox input:checked~.checkmark:after {
  display: block
}

.customcheckbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.radio-list {
  grid-gap: 30px;
  gap: 30px;
  padding-left: 25px
}

.w-100 {
  max-width: 100%;
  width: 100%
}

.form-wrapper h3 {
  color: #263142;
  font-size: 28px;
  font-weight: 700;
  font-family: CircularStd-Bold
}

.form-wrapper h4 {
  color: #263142;
  font-size: 24px;
  font-weight: 700;
  font-family: CircularStd-Bold;
  margin-bottom: 15px
}

.data-left {
  max-width: 70%
}

.summary {
  margin-bottom: 60px
}

.lg-col label {
  width: 195px;
  display: inline-block
}

.checkboxWrap .radio-list {
  row-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0
}

.checkboxWrap .customcheckbox {
  max-width: 100%;
  width: 100%
}

.checkboxWrap .radio-list {
  max-width: calc(100% - 150px);
  width: calc(100% - 150px)
}

.p-0 {
  padding: 0
}

.value-get {
  width: 25%;
  max-width: 25%;
  padding: 0 0;
  height: 46px;
  position: relative
}

.value-get .value {
  position: absolute;
  left: 10px;
  top: 50%;
  color: #d9d9d9;
  transform: translateY(-50%)
}

.value-get input {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
  outline: 0;
  padding: 0 27px
}

.data-head {
  padding: 0 20px
}

.label-225 label {
  width: 225px;
  display: inline-block
}

textarea {
  resize: none
}

.value-get {
  line-height: 46px
}

.data-head {
  line-height: 1.2
}
 
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

.text-center {
  text-align: center
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.p-0 {
  padding: 0 !important
}

.pl-0 {
  padding-left: 0
}

.button {
  padding: .7rem 1.5rem;
  border: 1px solid #4361ee;
  background-color: #4361ee;
  color: #fff;
  border-radius: 5px;
  cursor: pointer
}

.mt-2 {
  margin-top: 1.5rem
}

.mt-3 {
  margin-top: 2rem
}

.opacity-0 {
  opacity: 0
}

.d-none {
  display: none
}

.w-full {
  width: 100% !important
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 16px
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px
}

.col-8 {
  flex: 0 0 auto;
  width: 66.67%;
  padding-left: 8px;
  padding-right: 8px
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px
}

.col-5 {
  flex: 0 0 auto;
  width: 41.67%;
  padding-left: 8px;
  padding-right: 8px
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px
}

ul.form-stepper {
  counter-reset: section;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0
}

ul.form-stepper li a {
  width: 6px;
  height: 10px;
  background: rgba(120, 120, 128, .16);
  display: block;
  border-radius: 6px
}

ul.form-stepper li.form-stepper-active a {
  background: #1b76ff;
  width: 6px;
  height: 20px
}

.step-form-sec {
  background: #f0f2f5;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh
}

.step-form-box {
  background: #fff;
  border-radius: 32px;
  max-width: 1000px;
  width: 100%;
  position: relative
}

.step-form-box button {
  position: relative;
  z-index: 1
}

.form-header {
  padding: 48px 48px 10px 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-header a {
  display: block
}

.form-header-content {
  padding: 2px 48px 14px 48px;

}

.form-header-content h3 {
  color: var(--Grayscale-01, #263242);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
}

.form-header-content p {
  color: var(--Grayscale-03, #5C6571);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.form-content,
.form-footer {
  padding: 32px 48px
}

.form-content {
  border-top: 1px solid rgba(38, 49, 66, .05);
  border-bottom: 1px solid rgba(38, 49, 66, .05);
  position: relative
}

.form-content a {
  text-decoration: none
}

.form-footer {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.step-form-box .form-content h3,
.step-form-box .form-header h3 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #263242
}

.step-form-box .form-header h3 i {
  color: #1b76ff
}

.step-form-box .form-content h3 {
  margin-bottom: 32px
}

.step-form-box .form-header p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5c6571;
  margin-top: 8px
}

.form-content .scan-btn-row .button {
  padding: 10px 24px;
  background: rgba(38, 49, 66, .05);
  border: 1px solid transparent;
  border-radius: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #263242;
  font-weight: 500;
  width: 100%;
  text-align: left;
  min-height: 72px;
  transition: all .4s
}

.form-content .scan-btn-row .button:hover {
  background: #1b76ff;
  color: #fff
}

.form-content .scan-btn-row .button:hover span,
.form-content .scan-btn-row .button:hover span a {
  color: #fff
}

.form-content .scan-btn-row .button span {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #7f868f;
  font-weight: 400
}

.form-content .scan-btn-row .button span a {
  color: #7f868f
}

.form-footer .button.prev {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(38, 49, 66, .05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent
}

.form-footer .button.prev:hover {
  background: rgba(38, 49, 66, .1)
}


.btn-lg {
  height: 48px;
  line-height: 46px;
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  text-transform: capitalize
}

.btn-dark {
  background: #263242;
  color: #fff;
  border-color: transparent
}

.btn-dark:hover {
  background: #1b76ff;
  color: #fff;
  border-color: transparent
}

.btn-blue {
  background: #1b76ff;
  color: #fff;
  border-color: transparent
}

.btn-blue:hover {
  background: #263242;
  color: #fff;
  border-color: transparent
}

.summary-box {
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  height: 100%
}

.form-content h5,
.form-content p,
.form-header p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #7f868f;
  font-weight: 400
}

.form-content h4 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #263242;
  font-weight: 500
}

.summary-box p {
  margin-top: 20px
}

ul.arrive-by {
  column-gap: 16px;
  display: flex;
  align-items: flex-end
}

ul.arrive-by h4 {
  margin-bottom: 0
}

.summary-box ul.arrive-by {
  margin-top: 20px;
  min-height: 63px
}

.summary-box a {
  margin-top: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 0
}

.summary-box a img {
  margin-right: 10px;
  display: block
}

.summary-appointment {
  background: #e4efff
}

.summary-direction {
  background: rgba(67, 160, 71, .08)
}

.choose-dt-box {
  padding: 32px 48px
}

.choose-dt-box ul {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 16px
}

.choose-dt-box ul li {
  margin-bottom: 0
}

.choose-dt-box .afternoons .select_time_wrapper {
  max-width: 520px
}

.content-head {
  margin-bottom: 16px;
  position: relative
}

.content-head h5 {
  padding-right: 16px;
  background: #fff;
  display: inline-block;
  position: relative
}

.content-head::before {
  content: '';
  position: absolute;
  background: #f0f2f5;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.callback .select_time_wrapper label {
  display: block;
  color: #fff;
  min-width: 108px;
  cursor: pointer
}

.select_time_wrapper label span {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #263242;
  display: block;
  padding: 6px 10px;
  border: 1px solid #e9e9eb;
  border-radius: 12px;
  text-align: center;
  cursor: pointer
}

.radio-lg {
  padding: 13px 10px !important
}

.select_time_wrapper label input {
  position: absolute;
  top: -20px
}

.select_time_wrapper label span img {
  display: none;
  margin-left: 5px;
  width: 14px
}

.select_time_wrapper input:checked+span img {
  display: inline-block;
  vertical-align: middle
}

.select_time_wrapper input:checked+span {
  background-color: #1b76ff;
  color: #fff
}

.label_p {
  font-weight: 400
}

.request-callback {
  background: rgba(237, 108, 2, .1);
  border-radius: 12px;
  padding: 8px 16px;
  display: inline-block
}

.request-callback p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #263242
}

.request-callback p a {
  font-weight: 600;
  color: #ed6c02;
  text-decoration: underline
}

.choose-appointment-box {
  background: #e4efff;
  padding: 32px 48px
}

.appointment-info1 {
  display: flex;
  justify-content: space-between
}

.appointment-info2 {
  background: rgba(27, 118, 255, .1);
  display: flex;
  border-radius: 12px;
  padding: 16px 20px
}

.appointment-info2 img {
  width: 33px
}

.appointment-info2 p {
  width: calc(100% - 33px);
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #263242
}

.appointment-info2 p a {
  text-decoration: underline;
  color: #1b76ff
}

.scroll-images {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch
}

.scroll-images::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa
}

.scroll-images::-webkit-scrollbar-thumb {
  background-color: #000
}

.left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.additional-instructions,
.additional-notes,
.booking-summary1,
.booking-summary2,
.condition-box,
.healthcare-box,
.patient-details-form {
  padding: 32px 48px
}

.select-field select {
  background-image: url(../images/date.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none
}

.booking-summary2 .row,
.patient-details-form .row {
  row-gap: 24px
}

.additional-notes h4,
.healthcare-box h4 {
  margin-bottom: 5px
}

.additional-notes-box textarea {
  padding: 20px;
  border: 1px solid rgba(31, 34, 38, .1);
  border-radius: 12px;
  height: 100px
}

.healthcare-box .customcheckbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(38, 49, 66, .05);
  border-radius: 16px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #263242;
  padding-right: 60px
}

.condition-box .customcheckbox .checkmark,
.healthcare-box .customcheckbox .checkmark {
  border: 2px solid rgba(120, 120, 128, .16);
  border-radius: 8px
}

.healthcare-box .customcheckbox .checkmark {
  right: 24px;
  background-color: inherit
}

.condition-box .customcheckbox input:checked~.checkmark,
.healthcare-box .customcheckbox input:checked~.checkmark {
  background-color: #1b76ff;
  border-color: #1b76ff
}

.condition-box .customcheckbox .checkmark:after,
.healthcare-box .customcheckbox .checkmark:after {
  left: 7px
}

.form-content .value-box {
  background: #f4f5f6;
  border-radius: 12px;
  padding: 16px 20px 16px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #263242;
  position: relative
}

.form-content .value-box span {
  position: absolute;
  left: 20px;
  top: -12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(31, 34, 38, .6)
}

.form-content .value-box img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.booking-summary2 h3 em,
.condition-box .customcheckbox {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #263242
}

span.line {
  position: relative !important;
  display: inline-block;
  width: 1px;
  height: 24px;
  background: rgba(120, 120, 128, .16);
  vertical-align: middle;
  margin: 0 16px;
  top: auto !important;
  left: auto !important
}

.additional-notes,
.booking-summary2,
.healthcare-box {
  border: 1px solid rgba(38, 49, 66, .05)
}

.additional-instructions {
  background: #e4efff
}

.additional-instructions-box {
  background: rgba(27, 118, 255, .1);
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%
}

.additional-instructions-box p,
.note-box p {
  color: #263242
}

.note-box {
  background: rgba(38, 49, 66, .05);
  padding: 16px 24px;
  border-radius: 16px
}

.condition-box .customcheckbox {
  padding-right: 0;
  padding-left: 40px
}

.condition-box .customcheckbox .checkmark {
  right: auto;
  left: 0
}

.btn-row {
  display: flex;
  column-gap: 16px
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .3
}

.custom-upload-box {
  background: rgba(38, 49, 66, .05);
  border-radius: 16px;
  padding: 48px 16px;
  text-align: center
}

.custom-upload-box h4 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 16px
}

#custom-button {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  font-size: 14px !important
}

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa
}

.confirmation-box {
  max-width: 520px;
  margin: auto;
  text-align: center;
  padding: 48px 16px
}

.confirmation-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #263242
}

.confirmation-box img {
  margin-bottom: 32px
}

.confirmation-box .btn-row {
  justify-content: center
}

.success-icon {
  margin-bottom: 10px
}

.attached-doc-box {
  background: rgba(38, 49, 66, .05);
  padding: 16px 24px;
  border-radius: 16px;
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center
}

.attached-doc-box img {
  width: 16px;
  display: block
}

.attached-doc-box h4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #263242;
  padding-left: 20px;
  width: calc(100% - 16px);
  margin-bottom: 0
}

.delete-icon {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.attached-doc-box.delete-div {
  display: none
}
  
.error {
  color: red;
  size: 80%
}

.hidden {
  display: none !important;
}


.loading-spinner {
  text-align: center;
  padding: 40px;
}


.spinner {
  display: block;
  border: 4px solid #222529;
  border-radius: 50%;
  border-top: 4px solid #FFF;
  margin: 20px auto;
  /* centers the spinner */
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.map-content .map {
  width: 100%;
  display: block;
  height: 550px;
  object-fit: cover;

}

.map-content .address-input {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px 48px;

}

.map-content input {
  background: #fff;
  border: none
}

.direction-box {
  z-index: 1000;
  /* or any sufficiently high value to make sure it's on top */
  position: absolute;
  /* z-index only works on positioned elements */

  top: 160px;
  right: 48px;
  width: 250px;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.direction-box .sitename {
  text-align: left;
}

.direction-box h4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #263242;
  font-weight: 500;
  margin-bottom: 8px
}

.direction-box a.get-direction {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #1b76ff;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 10px;
  /* adjust this value as desired to move it down */

}


.direction-box p,
.summary-box a {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #7f868f;
  font-weight: 400;
  margin-bottom: 8px;
}


.direction-box .btn {
  width: 100%;
  margin-top: 20px
}

.custom-text-marker {
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.custom-text-marker,
.custom-text-marker-hover {
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-text-marker-hover {
  transform: scale(1.1);
  background-color: #1f2226;
  color: #ffffff;
}

.custom-text-marker::before,
.custom-text-marker-hover::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  bottom: 10%;
  /* Position it in the center vertically */
  left: 50%;
  transform: translate(-50%, 100%);
  /* Adjust the position to center horizontally and move the triangle downwards */
}

/* Adjust the color of the triangle when hovered */
.custom-text-marker-hover::before {
  border-color: #1f2226 transparent transparent transparent;
}

.hours {
  margin-top: 8px;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 10px;
}

.hours span {

  display: block;
  /* Ensure each span starts on a new line */
  line-height: 0.65;
  /* Adjust to your liking. Smaller values will reduce the space between lines. */
}

.hours span:nth-child(odd) {
  text-align: left;
}

.hours span:nth-child(even) {
  text-align: left;
}

.direction-box .close-site-selection-box-btn {
  position: absolute;
  top: 8px;
  /* adjust as per your needs */
  right: 8px;
  /* adjust as per your needs */
  background: none;
  border: none;
  font-size: 20px;
  /* adjust as per your needs */
  cursor: pointer;
  outline: none;
}

/* dates slider*/

.date-time-slider {
  position: relative
}

.date-time-slider .select_time_wrapper label span {
  border: 2px solid #1b76ff;
  border-radius: 16px;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(38, 50, 66, .4)
}

.date-time-slider .select_time_wrapper label.disabled {
  opacity: .4
}

.date-time-slider .select_time_wrapper label.disabled span {
  background: rgba(38, 49, 66, .13);
  border: none
}

.date-time-slider .select_time_wrapper label span i {
  color: #263242;
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  display: block
}

.date-time-slider ul {
  justify-content: center
}

.date-time-slider ul li,
.date-time-slider ul li label {
  width: 100%
}

.date-time-slider .select_time_wrapper input:checked+span,
.date-time-slider .select_time_wrapper input:checked+span i {
  color: #fff
}

.date-time-slider .arrow {
  width: 48px;
  height: 100%;
  background: rgba(38, 49, 66, .05);
  border-radius: 12px;
  border: none;
  position: absolute
}

.date-time-slider .arrow.arrow-prev {
  top: 0;
  left: 0
}

.date-time-slider .arrow.arrow-next {
  top: 0;
  right: 0
}

.slider {
  --slide-width: 10.6%;
  position: relative;
  overflow: hidden;
  padding: 0 66px
}

.slider__track {
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
  scrollbar-width: none;
  flex-wrap: nowrap !important
}

.slider__track>* {
  flex: 0 0 var(--slide-width);
  scroll-snap-align: start;
  scroll-snap-stop: always
}

.slider__track::-webkit-scrollbar {
  display: none
}

.slider__buttons [disabled] {
  opacity: .5
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

.slider-container {
  max-width: 1200px;
  margin: 0 auto
}

.progress-container {
  width: 100%;
  margin-top: 10px;
  display: none;
  /* Initially hidden */
}

progress {
  width: 100%;
}

.help-info {
  display: flex; 
  gap: 20px;
  flex-direction: row;
}
 
.help-link {
  text-decoration: none;
  color: var(--primary-main, #1B76FF);
  font-family: Poppins;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;

}

.help-link svg {
  fill: #1B76FF;
  margin-right: 6px;
}

.phone-link {
  text-decoration: none;
  color: var(--primary-main, #1B76FF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  display: flex;
  align-items: center;
  /* This aligns the SVG and text vertically in the center */
  font-weight: 500;
  line-height: 1;
  /* Normal line height for better control */
}

.phone-link span {
  display: inline-flex;
  /* Using inline-flex to align text properly */
  align-items: center;
  margin-top: 0px;
  /* Adjust as necessary */
}

.phone-link svg {
  margin-right: 6px;
  fill: #1B76FF;
}

 
@media (max-width:1499px) {
  .form-wrapper .container {
    padding: 0 15px
  }

  .form-wrapper {
    padding: 60px 0
  }

  .form-wrapper h1 {
    font-size: 42px
  }

  .data-get,
  .form-wrapper label {
    font-size: 22px
  }
}

@media (max-width:1199px) {
  .form-wrapper {
    padding: 40px 0
  }

  .form-wrapper h1 {
    font-size: 34px
  }

  .form-row {
    grid-column-gap: 35px;
    column-gap: 35px
  }

  .data-get,
  .form-wrapper label {
    font-size: 20px
  }

  .data-left {
    width: 100%;
    max-width: 100%
  }
}

@media (max-width:991px) {

  .data-get,
  .form-wrapper label {
    font-size: 17px
  }

  .form-wrapper h3 {
    font-size: 24px;
    margin-bottom: 20px
  }

  .form-wrapper h4 {
    font-size: 20px
  }

  .form-content .scan-btn-row .col-4 {
    width: 50%
  }

  .patient-details-form .col-6 {
    width: 100%
  }

  .help-info {
    flex-direction: column;
    gap: 6px;
  }

}

@media (max-width:767px) {

  .help-info {
    flex-direction: column;
    gap: 6px;
  }

  .form-row {
    grid-row-gap: 20px;
    row-gap: 20px
  }

  .data-get,
  .form-wrapper label {
    font-size: 16px
  }

  .radio-list {
    font-size: 16px
  }

  .checkboxWrap .customcheckbox {
    margin: 0
  } 
  .step-form-sec {
    padding: 30px 15px
  }

  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-8 {
    width: 100% !important
  }

  .additional-instructions,
  .additional-notes,
  .booking-summary1,
  .booking-summary2,
  .choose-appointment-box,
  .choose-dt-box,
  .condition-box,
  .form-content,
  .form-footer,
  .form-header,
  .healthcare-box,
  .patient-details-form {
    padding: 32px 20px
  }

  .direction-box {
    width: 220px;
    padding: 20px 16px;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .step-form-box .form-content h3,
  .step-form-box .form-header h3 {
    font-size: 16px
  }

  ul.form-stepper {
    position: relative;
    bottom: 0;
    padding-bottom: 20px
  }

  .form-footer {
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap
  }

  .confirmation-box p,
  .form-content .value-box,
  .form-content h4,
  .healthcare-box .customcheckbox {
    font-size: 14px
  }

  .attached-doc-box h4,
  .booking-summary2 h3 em,
  .condition-box .customcheckbox,
  .form-content h5,
  .form-content p,
  .form-header p {
    font-size: 13px
  }

  .appointment-info1,
  .appointment-info2 {
    display: block;
    text-align: center
  }

  .appointment-info2 img {
    margin-bottom: 10px
  }

  ul.arrive-by {
    justify-content: center
  }

  .summary-box ul.arrive-by {
    justify-content: flex-start
  }

  .step-form-box {
    border-radius: 15px
  }

  .additional-notes-box textarea {
    height: 150px
  }

  .attached-doc-box {
    padding: 16px;
    padding-right: 50px
  }

  .date-time-slider .arrow img {
    width: 12px
  }

  .date-time-slider .arrow {
    width: 35px
  }

  .slider {
    padding: 0 49px
  }

  .choose-dt-box .date-time-slider ul {
    column-gap: 10px
  }


}

@media (max-width:575px) {
  .form-wrapper {
    padding-top: 20px
  }

  .data-get {
    width: 100%;
    flex-wrap: wrap
  }

  .data-get label {
    width: 100%;
    display: block;
    margin-bottom: 8px
  }

  .radio-list {
    padding: 8px 0 0;
    grid-row-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%
  }

  .checkboxWrap label {
    max-width: 100px
  }

  .checkboxWrap .radio-list {
    max-width: calc(100% - 100px);
    width: calc(100% - 100px)
  }

  .checkboxWrap {
    align-items: flex-start
  }

  .value-get input {
    padding: 0 18px
  }

  .value-get .value {
    left: 5px
  }

  .data-head {
    padding: 0 5px
  }

  .data-head {
    line-height: 1.2;
    font-size: 12px
  }

  .additional-notes-box textarea {
    height: 220px
  }

  .help-info {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width:359px) {

  .data-get,
  .form-wrapper label {
    font-size: 14px
  }
}