/*@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-ExtraBold.ttf);
  font-weight: 800;
}*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  /*font-family: "Open Sans", Arial, sans-serif;*/
  /*font-size: 17px;*/
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.45;
  /*color: #555555;*/
  color: inherit;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

.logo {
  width: auto;
  height: 125px;
  padding: 15px 0;
  min-height: 100px;
}

.logo img {
  max-height: 95px;
}

.container-fluid {
  padding: 0 25px;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}

.container1 {
  /*max-width: 1050px;
  margin: 0 auto;
  padding: 0 10px;*/
}

.container2 {
  /*max-width: 520px;
  margin: 0 auto;
  padding: 0 10px;*/
}

h1 {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px;
}

h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 8px;
}

h5 {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 20px;
}

p {
  margin: 0 0 10px;
}

.m_0 {
  margin: 0;
}

.heading {
  margin-bottom: 30px;
}

.sub_heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.question_set2 .heading {
  margin-bottom: 40px;
}

.heading h1 {
  display: block;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.heading h1:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: inherit;
  border-radius: 3px;
}

/*.sub_heading{*/
/*font-size: 18px;*/
/*padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-top: -10px;
  margin-bottom: 0;
}*/
/*.heading + p{
  margin-bottom:30px !important;
}*/
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

hr {
  margin: 20px 0 30px;
  border: none;
  border-top: 1px solid #d6d6d7;
}

.column2 {
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  margin: 0 -10px;
  align-items: center;
}

.column2 .col {
  padding: 0px 10px;
}

.column2 .col.dp_img {
  flex: 0 0 130px;
  max-width: 130px;
}

.designation {
  color: #888;
  font-weight: 400;
  margin-bottom: 6px;
}

.desc {
  font-size: 16px;
  margin: 0;
}

.btn_style1 {
  background-color: inherit;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 15px;
  /*color: #fff;*/
  color: inherit;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  border: none;
  font-weight: 500;
}

.btn.full_width {
  width: 100%;
  display: block;
  text-align: center;
  /*padding: 15px;*/
  font-weight: 500;
}
.btn.full_width:hover {
  color: inherit;
}

.btn_style1.increase1 {
  padding: 8px 26px;
  width: auto;
}

.btn_style1 span {
  position: relative;
  top: 0;
  left: 1px;
  width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_style1 span.spinner-border{
  top: -2px;
}

/*.btn_style1:hover{
  background-color: #0988c6;
}*/
.btn_style1:focus {
  outline: none;
}

.btn_style1:hover span {
  /*background-color: #0988c6;*/
  left: 6px;
}

.list_style1 li {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: center;
  padding: 20px 10px;
  position: relative;
}
.location_list .list_style1 li {
  border: 1px solid #d6d6d7;
  margin-top: 40px;
  border-radius: 6px;
}

.list_style1 li:after {
  content: "";
  display: block;
  /* border-bottom: 1px solid #d6d6d7; */
  margin: 0 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.list_style1.no_border li:after {
  display: none;
}

.list_style1 li:last-child:after {
  display: none;
}

.list_style1 li .left {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 10px;
}

.list_style1 li .right {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 10px;
  text-align: right;
}

.list_style1 li .full_width {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  text-align: right;
}

.list_style1 .address {
  max-width: 320px;
}

.location_map {
  margin-top: 15px;
  display: none;
}

.location_map iframe {
  width: 100%;
  height: 150px;
}

.self_schedule {
  /*margin: 25px 0 50px;*/
}

.self_schedule_with_back {
  /*margin-bottom: 160px;*/
}

/*Custom radio button*/
.custom_radio_btn label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-control-label {
  padding-left: 5px;
}

/*.custom_radio_btn.bg_color label{
  margin-bottom: 0;
  background-color: #f2f7f8;
  padding: 14px 40px;
  border-radius: 6px;
}
.custom_radio_btn.bg_color .checkmark{
  top: 50%;
  bottom: 0;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
.custom_radio_btn label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_radio_btn label:hover input~.checkmark {
  background-color: #eee;
}

.custom_radio_btn label input:checked~.checkmark:after {
  display: block;
}

.custom_radio_btn label .checkmark:after,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  top: 6px;
  left: -21px;
}

.custom_radio_btn label .checkmark,
.custom-control-label::before {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
}

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

/*.custom_radio_btn.inline .form_row{
  display: inline-block;
  margin-left: 20px;
}
.custom_radio_btn.inline .form_row:first-of-type{
  margin-left: 0px;
}*/

.custom-control-label {
  padding-left: 5px;
}

.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  left: -25px;
  transition: none;
}

/*custom checkbox*/
.custom_checkbox_btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.custom_checkbox_btn label .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

.custom_checkbox_btn label:hover input~.checkmark {
  background-color: #eee;
}

.custom_checkbox_btn label input:checked~.checkmark:after {
  display: block;
}

.custom_checkbox_btn label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid inherit;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  left: -18px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid inherit;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_radio_btn label p,
.custom_checkbox_btn label p {
  font-size: 14px;
  padding: 5px 0px;
}

.form_group .form_row {
   
}

.form_group .form_row:last-child {
  margin-bottom: 0px;
}

.star {
  color: #ff0000;
}

.error {
  display: none;
}

.error.active {
  color: #ff0000;
  font-size: 16px;
  display: inline-block;
  max-width: 380px;
  line-height: 1.4;
  width: 100%;
}

/*form .form_group{
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #ccc;
}*/
/*form .form_group:after{
  content: "";
  display: block;
  border-bottom: 1px solid #d6d6d7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}*/
form>.questions_parent>.form_group:first-child {
  padding-top: 0px;
}

form>.questions_parent>.form_group:first-child:after {
  border: none;
}

/*form .form_group:last-child:after{
  display: none;
}*/
form.no_border .form_group {
  position: relative;
  padding: 15px 0;
}

form.no_border .form_group:after {
  display: none;
}

.questions_parent {
  /*margin-bottom: 20px;*/
  display: none;
  /*border-top: 1px solid #ccc;
  padding: 15px 0px;*/
}

.questions_parent.active {
  display: block;
}

.profile_pic {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  /*border: 1px solid #dbdbdc;
  padding: 1px;*/
  text-align: center;
}

.profile_pic img {
  width: auto;
  /*height: 100%;  */
}

.row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.row [class^="col"] {
  padding: 0 10px;
}

.row .col_4 {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}

.row .col_8 {
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 68%;
}

.border_left {
  border-left: 1px solid #cececf;
  padding-left: 25px !important;
}

.select_date_slot {
  
}

.select_date_slot h3 {
  margin-bottom: 35px;
}

.change_provider .change_text {
  padding: 10px 0px 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 20px;
  height: 3rem;
  transition: padding 1s;
}

/*.change_provider .change_text:hover{
  border: 1px solid #cececf !important;
  border-radius: 4px !important;
  padding: 10px 20px;
  height:3rem;
  transition: border 1s, padding 1s;
}*/

.change_provider .change_text img {
  margin-left: 7px;
  /*position: relative;
  top: 2px;*/
}

.change_provider .change_text span {
  -webkit-text-stroke-width: 1.3px;
  -moz-text-stroke-width: 1.3px;
  -o-text-stroke-width: 1.3px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.select_date_slot .profile_pic img {
  width: auto;
  /*height: 100%; */
}

.select_date_slot .profile_pic {
  width: 135px;
  height: 135px;
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
   
  border: none;
  background-position: right;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  left: -10px;
  top: 15px;
}

.select2-container .select2-selection--single {
  display: block;
  border: 1px solid #d6d6d7;
  border-radius: 3px;
  height: 3rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f4f4f4;
  color: inherit;
}

.select2-results__option[aria-selected] {
  font-size: 16px;
  padding: 8px 16px;
}

.label_style1 {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.provider_form {
  padding-bottom: 40px;
  display: none;
}

.mt_15 {
  margin-top: 15px;
}

.provider_form .cancel {
  padding: 8px 26px;
  cursor: pointer;
}

.question_set1,
.question_set2,
.provider_list,
.reason_for_visit,
.select_date_slot,
.register_appointment,
.review_appointment_working,
.thankyou_page, 
.contract_receipt {
  display: none;
}

.select_date_slot .location_toggle {
  margin-top: 25px;
  border-radius: 8px;
  box-shadow: 2px 3px 6px rgb(0 0 0 / 15%);
  display: none;
}

.select_date_slot .location_toggle iframe {
  width: 100%;
  height: 220px;
}

.datepicker-inline {
  width: 100%;
}

.datepicker table {
  width: 100%;
  position: relative;
  border-spacing: 16px;
  margin: -12px;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  opacity: 0;
  visibility: hidden;
}

.datepicker table tr td.new {
  display: none;
}

.datepicker table tr td.disabled {
  /*text-decoration: line-through;  */
  position: relative;
}

.datepicker table tr td.disabled:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 30px;
  right: 0;
  margin: auto;
}

.datepicker th {
  color: inherit;
  font-weight: 400;
  text-transform: uppercase;
}

.datepicker .prev {
  position: absolute;
  top: 15px;
  right: 60px;
  /*background: url(../images/left_arrow.svg);*/
  width: 35px;
  height: 35px;
  background-size: 9px;
  /*visibility: visible;*/
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  font-size: 0px;
}

.datepicker .prev.disabled {
  display: none;
}

.datepicker .next,
.datepicker .next_temp {
  position: absolute;
  top: 15px;
  right: 10px;
  /*background: url(../images/right_arrow.svg);*/
  width: 35px;
  height: 35px;
  background-size: 9px;
  visibility: visible;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  font-size: 0px;
  color: inherit;
}

.datepicker .next:before,
.datepicker .prev:before{
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  content: "\f285";
  font-size: 16px;
    top: 9px;
    position: relative;
    -webkit-text-stroke-width: 1.4px;
    -moz-text-stroke-width: 1.4px;
    -o-text-stroke-width: 1.4px;
}
.datepicker .prev:before{
  content: "\f284";
}

.datepicker .nextloader {
  background: url(../img/ajax_loader.gif);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  right: 20px;
}

.datepicker thead .datepicker-switch {
  position: absolute;
  left: 12px;
  top: 15px;
  min-width: 200px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}

.datepicker th.dow {
  padding-top: 30px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
  background-color: #fff;
}

.datepicker .day {
  border-radius: 50%;
  border: 1px solid #cececf;
  cursor: pointer;
  color: inherit;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  border: none;
  color: #a1a1a1;
}

.datepicker td {
  line-height: 43px;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.datepicker .day:hover {
  background-color: #eee;
}

.datepicker .day.active {
  background-color: inherit;
  color: inherit;
}

.datepicker .day.disabled {
  background-color: transparent;
  cursor: text;
}

.time_slot ul li {
  position: relative;
  margin: 20px 0;
  list-style: none;
}

.time_slot .time {
  display: block;
  border: 1px solid #cececf;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  width: 100%;
}

.time_slot .book_now {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 48px;
  line-height: 48px;
  width: 49%;
  padding: 0;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}

.time_slot .book_now:hover,
.time_slot .book_now:active {
  background-color: inherit!important;
  border-color: inherit!important;
}

.time_slot li:hover .time {
  width: 49%;
}

.time_slot li:hover .book_now {
  opacity: 1;
  visibility: visible;
}

.time_slot h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: inherit;
  font-weight: 500;
}

.form_control {
  border: 1px solid #d6d6d7;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.form-control {
  height: 48px;
}

.form_style1 {
  
}

.form_style1 label {
  
}

.form_style1 .form_group:after {
  display: none;
}

.form_style1 .form_group {
  /*padding: 0;
  margin: 25px 0;*/
}

#book_appointment:disabled {
  /*display: none;*/
  background-color: #D7D7D7 !important;
  color: #fff !important;
}

.profile_detail h4,
.profile_detail p {
  margin-bottom: 5px;
}

#thankpage {
   
}

.thankyou_page .inner_content {
  text-align: center;
  /*max-width: 340px;*/
  margin: auto;
  /*padding-top: 10%;  */
}

.thankyou_page .inner_content img {
  margin-bottom: 15px;
}

.thankyou_page .inner_content h3 {
  margin-bottom: 5px;
}

.spinner-border-sm {
  
}

#datepicker table {
  border-collapse: unset;
}

#datepicker .today {
  color: inherit;
  border-radius: 50%;
  border: 1px solid inherit;
}

#datepicker .today.active {
  color: inherit;
}

#datepicker .today.todayactive {
  background-color: inherit;
  color: inherit;
}

.hide {
  display: none;
}

.invalid {
  color: #ff0000;
}

#qualifier_questions #responseErr.invalid {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px !important;
  color: inherit;
}

/*.select_location{
  width:100%;
  text-align: center;
}*/
.select_provider {
  /*, .select_appt_type */
  width: 80%;
  max-width: 180px;
  text-align: center;
}

.custominfo {
  width: 100%;
  /* margin: 0px 0 20px; */
  margin: auto;
  text-align: center;
  padding: 0px;
  color: inherit;
  font-weight: 400;
  /* margin-top: -74px; */
  margin-bottom: 30px;
}

#general_message {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  z-index: 9;
  max-height: 130px;
  overflow: auto;
}

#general_message.active {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

#general_message p {
  margin: 0px;
}

.time_slot ul {
  overflow-x: hidden;
  overflow-y: auto;
  height: 345px;
  padding: 0px 15px 0px 5px;
}

.time_slot ul li:first-child {
  margin: 0px;
}

/* width */
.time_slot ul::-webkit-scrollbar,
.custom_scroller::-webkit-scrollbar,
#general_message::-webkit-scrollbar,
.other_locations::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.time_slot ul::-webkit-scrollbar-track,
.custom_scroller::-webkit-scrollbar-track,
#general_message::-webkit-scrollbar-track,
.other_locations::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.time_slot ul::-webkit-scrollbar-thumb,
.custom_scroller::-webkit-scrollbar-thumb,
#general_message::-webkit-scrollbar-thumb,
.other_locations::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

/* Handle on hover */
.time_slot ul::-webkit-scrollbar-thumb:hover,
.custom_scroller::-webkit-scrollbar-thumb:hover,
#general_message::-webkit-scrollbar-thumb:hover,
.other_locations::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

/*timeslot overlay*/
.loading-overlay {
  z-index: 99999;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}

.provider_form .form_group {
  margin-bottom: 18px;
}

.provider_form .form_group label {
  font-size: 15px;
}

/** Start Insurance Multiple dropdown*/

/*.insurance_section .searchfield {
  margin-bottom: 15px;
}*/

.idontcheck {
  margin-top: 8px;
}

.insurance_multiple_dd_wrap {
  margin-top: 10px;
}

.ajax_loader {
  position: absolute;
  left: 115px;
  top: 48px;
  z-index: 1;
}

.ajax_loader img {
  height: 22px;
  width: 22px;
}


.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--single {
  display: block;
  border: 2px solid #DFE1E2;
  border-radius: 3px;
  height: 3rem;
  padding: 0.5rem 1rem;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-results__message {
  color: #818181;
  padding: 1.5rem 0 3rem;
  text-align: center;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container {
  display: block;
  -webkit-appearance: none;
}

.select2-container:focus,
.select2-container .selection {
  outline: none;
}

.select2-container .select2-selection--single {
  display: block;
  border: 2px solid #DFE1E2;
  border-radius: 3px;
  height: 3rem;
  padding: 0.5rem 1rem;
}

.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #4A4A4A;
  line-height: 28px;
  font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: normal;
  background: #00555D;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 21px;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  margin: 3px 8px 0 0;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #818181;
  font-weight: normal;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 36px;
  height: 44px;
  border-left: 1px solid #DFE1E2;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9.6 5.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.6 5.9c-.1.2-.4.2-.6 0l-4.3-4.3a.7.7 0 0 1 0-1 .7.7 0 0 1 .9 0l3.7 3.8 3.7-3.8a.7.7 0 0 1 .9 0 .7.7 0 0 1 0 1z' fill='%23818181' fill-rule='evenodd' transform='translate(-.5 -.4)'/%3E%3C/svg%3E") no-repeat;
  height: 5px;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.select2-container .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: inherit;
}

.select2-container.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container.select2-container--open .select2-selection--single {
  border-color: inherit;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  border-left: none;
}

.select2-container.select2-container--open.select2-container--above .select2-selection--single,
.select2-container.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #D9E9EA;
}

.select2-container.select2-container--open.select2-container--below .select2-selection--single,
.select2-container.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #D9E9EA;
}

.select2-container.select2-container--open .select2-dropdown--below {
  border: 2px solid inherit;
  border-top: none;
}

.select2-container.select2-container--open .select2-dropdown--below .select2-search--dropdown {
  top: -44px;
}

.select2-container.select2-container--open .select2-dropdown--above {
  border: 2px solid inherit;
  border-bottom: none;
}

.select2-container.select2-container--open .select2-dropdown--above .select2-search--dropdown {
  bottom: -44px;
}

.select2-container .select2-search--dropdown {
  position: absolute;
  left: 2rem;
  right: 2rem;
}

.select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  background: white;
}

.select2-container .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container .select2-results>.select2-results__options {
  max-height: 370px;
  overflow-y: auto;
}

.select2-container .select2-results__option[role=group] {
  padding: 0;
}

.select2-container .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container .select2-results__option[aria-selected=true] {
  background-color: inherit;
  color: inherit;
}

.select2-container .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container .select2-results__option--highlighted {
  background-color: #e1edef;
}

.select2-container .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select-search .select2-container .select2-selection--single {
  padding-left: 2rem;
}

.select-search .select2-container:before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m15.5919 14.616h.79l4.99 5-1.49 1.49-5-4.99v-.79l-.27-.28c-1.14.98-2.62 1.57-4.23 1.57-3.59 0-6.5-2.91-6.5-6.5 0-3.59003 2.91-6.50003 6.5-6.50003s6.5 2.91 6.5 6.50003c0 1.61-.59 3.09-1.57 4.23zm-9.71-4.5c0 2.49 2.01 4.5 4.5 4.5s4.5-2.01 4.5-4.5c0-2.49003-2.01-4.50003-4.5-4.50003s-4.5 2.01-4.5 4.50003z' fill='%23818181' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0.75rem;
}

.address_block h4 {
  margin-bottom: 5px;
}

.address_block p {
  word-break: break-all;
}

.providers_block .mob_btn {
  display: none;
}

#frmQuestion .questions_parent.last_of_child hr {
  border-color: transparent;
  margin-bottom: 0px;
}

#appt_slot_container .address_block {
  padding-right: 15px;
}

/**End Insurance Multiple dropdown*/


/*********************insurance css start *********************/
#registration_form .custom-control {
  min-height: unset;
}

.btn-scan {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  border-radius: 3px;
  padding: 1.35rem 0 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

.btn-scan .action {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: -0.4rem 0.5rem -0.2rem 0;
}

.btn-scan .card-photo-example {
  margin: 0 1rem 0 0;
}

.btn-scan .icon-photo-white {
  margin-right: 1rem;
}

.btn-scan:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 85, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 85, 93, 0.5);
}


.icon-edit {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m20.0069 5.04096-1.575-1.57497c-.6086-.60867-1.597-.60867-2.2077 0l-1.5087 1.50866 3.5316 3.53162 1.7598-1.75977c.4721-.47212.4721-1.23346 0-1.70554zm-6.2114.85173 3.5316 3.53159-8.9395 8.93952-3.52961-3.5316zm-10.2995 14.38151c-.28929.0703-.55044-.1888-.48617-.4781l.89194-4.0077 3.52962 3.5316z' fill='%2300555D' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-search {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m15.5919 14.616h.79l4.99 5-1.49 1.49-5-4.99v-.79l-.27-.28c-1.14.98-2.62 1.57-4.23 1.57-3.59 0-6.5-2.91-6.5-6.5 0-3.59003 2.91-6.50003 6.5-6.50003s6.5 2.91 6.5 6.50003c0 1.61-.59 3.09-1.57 4.23zm-9.71-4.5c0 2.49 2.01 4.5 4.5 4.5s4.5-2.01 4.5-4.5c0-2.49003-2.01-4.50003-4.5-4.50003s-4.5 2.01-4.5 4.50003z' fill='%2300555D' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-search-gray {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m15.5919 14.616h.79l4.99 5-1.49 1.49-5-4.99v-.79l-.27-.28c-1.14.98-2.62 1.57-4.23 1.57-3.59 0-6.5-2.91-6.5-6.5 0-3.59003 2.91-6.50003 6.5-6.50003s6.5 2.91 6.5 6.50003c0 1.61-.59 3.09-1.57 4.23zm-9.71-4.5c0 2.49 2.01 4.5 4.5 4.5s4.5-2.01 4.5-4.5c0-2.49003-2.01-4.50003-4.5-4.50003s-4.5 2.01-4.5 4.50003z' fill='%23818181' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-next {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-next:after {
  content: "";
  display: inline-block;
  border-color: #00555D;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0 1px -4px;
}

.icon-next-white {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-next-white:after {
  content: "";
  display: inline-block;
  border-color: white;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 6px 0 1px -4px;
}

.icon-next-gray {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-next-gray:after {
  content: "";
  display: inline-block;
  border-color: #818181;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0 1px -4px;
}

.icon-checkmark {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin: 6px 0px 0px 0px;
}

.icon-checkmark:after {
  content: "";
  display: inline-block;
  border-color: white;
  border-style: solid;
  border-width: 0 0 2px 2px;
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 14px;
  height: 8px;
  margin: 0 0 5px 0;
}

.icon-photo-white {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21.9 19.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 15.4a3.5 3.5 0 0 1 -3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.4 3.4 0 0 1 3.5 3.5 3.5 3.5 0 0 1 -3.5 3.5zm-3.3-14.5h6.6l2 2.2h3.5a2.2 2.2 0 0 1 2.2 2.2v13.2a2.2 2.2 0 0 1 -2.2 2.2h-17.5a2.2 2.2 0 0 1 -2.2-2.2v-13.2a2.2 2.2 0 0 1 2.2-2.2h3.4zm3.3 16.5a5.5 5.5 0 0 0 0-11 5.5 5.5 0 0 0 0 11z' fill='white' transform='translate(-.5 -.9)'/%3E%3C/svg%3E");
}

.card-photo-example {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 47 31.9' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='none' height='29.89' rx='3' stroke='%23fff' stroke-width='2' width='45' x='1' y='1'/%3E%3Cg fill='%23fff'%3E%3Cpath d='m13.5 9.7h-2.6v2.6h-1.3v-2.6h-2.6v-1.3h2.6v-2.6h1.3v2.6h2.6z' transform='translate(-.2 -.4)'/%3E%3Cpath d='m6.8 14h12.3v1.68h-12.3z'/%3E%3Cpath d='m6.8 18.2h12.3v1.68h-12.3z'/%3E%3Cpath d='m21.9 14h18.5v1.68h-18.5z'/%3E%3Cpath d='m21.9 18.2h18.5v1.68h-18.5z'/%3E%3Cpath d='m6.8 22.4h12.3v1.68h-12.3z'/%3E%3C/g%3E%3C/svg%3E");
  
}

.icon-close {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='%23fff' stroke='%23fff' stroke-width='0.2' viewBox='0 0 28 28'%3E%3Ctitle%3Ecross%3C/title%3E%3Cpath d='M24.836 21.461c-0-0-0-0-0-0l-5.461-5.461 5.461-5.461c0-0 0-0 0-0 0.059-0.059 0.101-0.128 0.129-0.201 0.075-0.2 0.032-0.434-0.129-0.595l-2.579-2.579c-0.161-0.161-0.395-0.203-0.595-0.129-0.073 0.027-0.142 0.070-0.201 0.128 0 0-0 0-0 0l-5.461 5.461-5.461-5.461c-0-0-0-0-0-0-0.059-0.059-0.128-0.101-0.201-0.128-0.2-0.075-0.434-0.032-0.595 0.129l-2.579 2.579c-0.161 0.161-0.203 0.395-0.129 0.595 0.027 0.073 0.070 0.142 0.129 0.201 0 0 0 0 0 0l5.461 5.461-5.461 5.461c-0 0-0 0-0 0-0.059 0.059-0.101 0.128-0.129 0.201-0.075 0.2-0.032 0.434 0.129 0.595l2.579 2.579c0.161 0.161 0.395 0.203 0.595 0.129 0.073-0.027 0.142-0.070 0.201-0.129 0-0 0-0 0-0l5.461-5.461 5.461 5.461c0 0 0 0 0 0 0.059 0.059 0.128 0.101 0.201 0.129 0.2 0.075 0.434 0.032 0.595-0.129l2.579-2.579c0.161-0.161 0.203-0.395 0.129-0.595-0.027-0.073-0.070-0.142-0.129-0.201z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #00555D;
  border-radius: 50%;
}

.form-group.readonly label {
  margin-bottom: 0.25rem;
}

.form-group-icon {
  position: relative;
}

.form-group-icon .form-control {
  padding-left: 2.4rem;
}

.form-group-icon [class^="icon-"] {
  position: absolute;
  left: 12px;
  /*bottom: 0.75rem;*/
  /*top: 3.1rem;*/
  top: 0.59rem;
  z-index: 1;
}

.form-row .form-group-icon [class^="icon-"] {
  margin-left: 5px;
}

/******insurance css end****/




/*policy details*/
#registration_form h4 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #444444;
}

#registration_form .section-title {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 1rem !important;
  color: #444444;
}

/*policy details*/

.select2-dropdown li strong {
  font-weight: 400;
}

.done:disabled {
  opacity: 0.6;
}


/*--Rason for visit new changes--*/
/*.list_style1 li .full_width{

}*/
.select_appt_type {
   
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.select_appt_type h4 {
  
}

.select_appt_type span {
  
  /*display: block;*/
}

.list_style1.no_border li {
  padding: 15px 0;
}

.select_appt_type .checkmark {
  position: absolute;
  top: 15px;
  left: 17px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.select_appt_type .checkmark:after {
  display: block;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.select_appt_type:hover {
  /*border-color: var(--my-color-var);*/
  border-color: inherit;
}

.select_appt_type:hover .checkmark:after {
  /*background-color: var(--my-color-var);*/
  background-color: inherit;
}

/*.custom_scroller{
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;
  padding: 0px 15px 0px 5px;
}*/
.list_style1 {
  margin-bottom: 150px;
}

#apptype_container {
  max-width: 600px;
}

.back-link {
  margin-bottom: 30px;
}

.back-link img {
  margin-right: 5px;
}

.back-link a {
  text-decoration: none;
  font-size: 18px;
}

.time_zone_text {
  background-color: #f9f9f9;
  padding: 10px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
  margin-bottom: 30px;
  text-align: center;
}

.change_provider {
  position: relative;
}

.change_provider.loading:after {
  content: "";
  position: absolute;
  background: url(../img/processing.gif);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255 255 255 / 60%);
}

#goToHome p {
  font-size: 18px;
  margin: 20px;
}

.other_locations {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 30px;
  max-height: 304px;
  overflow: auto;
}

.other_locations h5 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.other_locations h6 {
  font-size: 15px;
}

.other_locations p {
  font-size: 14px;
}

.other_locations .location_lists {
  margin-bottom: 20px;
  background-image: url(../images/location.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 15px;
  padding-left: 23px;
}

.other_locations .location_lists:last-child p {
  margin-bottom: 0;
}

.other_locations .location_lists:last-child {
  border-bottom: none;
}

#goToHome .waiting_text {
  text-align: center;
  padding: 8px;
  display: none;
}

.slot_right_section {
  position: relative;
}

.slot_right_section.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(122 122 122 / 5%);
  z-index: 91;
}
.redirect_location_note{
  padding: 10px 10px 10px 37px;
  margin: 20px 10px 0 10px;
  border: 1px solid #d6d6d7;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.redirect_location_note img{
  position: absolute;
  left: 10px;
  top: 13px;
  width: 18px;; 
}
.redirect_location_note a {
  color: inherit;
}
.redirect_location_note p:last-child{
  margin-bottom: 0;
}
.redirect_location_note li{
  margin: 0;
  border: none;
  padding: 0;
}
.redirect_location_note li p{
  word-wrap: break-word;
}
.tile_img{
  width: 50px;
  margin-right: 5px;
  display: inline-block;
}
.tile_img img{
  max-width: 100%;
  max-height: 100%;
}
.hide1{
  display: none !important;
}




.day-slot {
    position: relative;
}
.day-slot ul {
/*    float: left;*/
    list-style: none;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
/*    width: 100%;*/
    /*-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: 40%;*/
}
.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 20%;
}
.day-slot li span {
    display: block;
    color: #2E2F32;
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.32px;
}
.day-slot li span.day{
    font-weight: 400;
    color: #2E2F32;
font-size: 14px;
line-height: 14px;
letter-spacing: 0.28px;
}
.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 12px;
    cursor: pointer;
}
.day-slot li.left-arrow i, .day-slot li.right-arrow i {
    font-size: 20px;
}
.day-slot li.right-arrow {
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 6px;
    width: 12px;
    cursor: pointer;
}
.providersection, .ws_change_date_wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.providersection .left_block, .ws_change_date_wrap .left_block{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.providersection .right_block, .ws_change_date_wrap .right_block{
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.left-arrow{
  background: url('data:image/svg+xml,<svg width="13" height="21" viewBox="0 0 13 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 1L2 10.5L11.5 20" stroke="%232E2F32" stroke-width="2" stroke-linecap="round"/></svg>');
  width: 12px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  left: 20px;
}
.right-arrow{
  background: url('data:image/svg+xml,<svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L10.5 10.5L1 20" stroke="%232E2F32" stroke-width="2" stroke-linecap="round"/></svg>');
  width: 12px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  right: 20px;
}
.dates_column .slot_button{
  text-align: center;
}
.ws_change_date_wrap{
  /*border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
  margin-top: 25px;*/
}
.ws_change_date_wrap .more_dates{
  position: relative;
  top: 4px;
  display: inline-block;
  cursor: pointer;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.ws_change_date_wrap .more_dates span{
  text-decoration: underline;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  color: #2E2F32;
  font-size: 14px;
}
.ws_change_date_wrap .more_dates span:hover{
  color: var(--themeprimarycolor);
}
/*.show_all_times{
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid;
  margin: 20px;
  display: inline-block;
  line-height: 1;
}
.show_all_times img{
  width: 10px;
  position: relative;
  top: -2px;
  margin-left: 2px;
}
.show_all_times b{
  font-weight: 500;
}
.show_all_times.open img{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.error_msg{
  color: #ff0000;
  font-size: 14px;
}
.ui-autocomplete{
  z-index: 9991;
}
#searchlocation_name{
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
.provider_img_rounded .p_img{
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.day-slot ul li .c_icon{
  display: none;
}

.provider_info_button .provider_info_icon,
.view_map_button .provider_info_icon{
  margin-right: 6px;
}
.providersection{
  
}
.slotssection{
  padding-top:6px;
  padding-left:0px;
  padding-right:0px;
  max-height: 145px;
  overflow: hidden;
  /*-webkit-transition: 0.8s all;
  transition: 0.8s all;*/
}
.slotssection.open{
  max-height: 1000px;
  overflow: auto;
}

#appt_slot_container {
     
}
#loading_page{
  display: none;
}
#loadingpage{
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
#data-overlay-container_loading{
  display: none;
}
@media only screen and (max-width: 960px) {
  h4 {
    font-size: 18px;
  }

  .row .col_4 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }

  .row .col_8 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .time_slot .time,
  .time_slot .book_now {
    font-size: 14px;
  }

  /*.custominfo{
    margin: 15px 0 0 0;
  }*/
  .logo {
    margin: auto;
    text-align: center;
  }

  header {
    border-bottom: 1px solid #bdbdbd;
  }
}

@media only screen and (max-width: 900px) {
  .row .col_4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row .col_8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container1 {
     
  }

  .select_date_slot .border_left {
    border-left: none;
    padding-left: 10px !important;
    margin-top: 20px;
  }

  .time_slot ul {
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  .list_style1 li .left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .list_style1 li .right {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  h1 {
    font-size: 30px;
  }

  .select_date_slot .profile_pic {
    float: left;
    margin-right: 10px;
    width: 110px;
    height: 110px;
  }

  .select_date_slot .address_block {
    float: left;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .heading h1:before {
    width: 25%;
  }

  .list_style1 li .left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list_style1 li .right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 15px;
  }

  /*.btn_style1{
    font-size: 14px;
    padding: 6px 12px;
  }*/
  body {
    font-size: 15px;
  }

  h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  h5 {
    font-size: 15px;
  }

  .heading h1 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 8px;
  }

  .form_group .form_row {
    margin-bottom: 5px;
  }

  hr {
    margin: 15px 0;
  }

  /*.column2{
    flex-wrap: wrap;
  }*/
  .profile_pic {
    width: 90px;
    height: 90px;
  }

  .column2 .col.dp_img {
    flex: 0 0 110px;
    max-width: 110px;
    margin-bottom: 10px;
  }

  .column2 .col {
    flex-basis: 100%;
  }

  .select_date_slot {
     
  }

  .datepicker table {
    border-spacing: 6px;
    margin: 0;
  }

  .datepicker td,
  .datepicker th {
    /*width: 20px;
    height: 20px;*/
    line-height: 35px;
  }

  .datepicker table tr td.disabled:before {
    width: 24px;
    font-size: 15px;
  }

  .datepicker th {
    font-size: 12px;
  }

  .datepicker thead .datepicker-switch {
    left: 7px;
    font-size: 16px;
  }

  .select_date_slot h3 {
    margin-bottom: 10px;
  }

  .time_slot h4 {
    margin-bottom: 20px;
  }

  .datepicker .next {
    right: 0;
  }

  .providers_block .right {
    display: none;
  }

  .providers_block .mob_btn {
    display: block;
  }

  #datepicker {
    border: 1px solid #bdbdbd;
    margin-bottom: 30px;
    border-radius: 4px;
  }

  .question_set2 .heading {
    margin-bottom: 30px;
  }

  .desc {
    margin-bottom: 15px;
  }

  .column2 {
    align-items: flex-start;
  }

  /*#appt_slot_container .address_block{
    max-width: 240px;
  }*/
  /*.form-group-icon [class^="icon-"] {
    top: 2.7rem;
  }*/

  .ajax_loader {
    top: 45px;
  }

  #general_message {
    padding: 15px 15px;
  }
}

.readonly_col {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
}

.readonly_label {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
}

.info_edit {
  cursor: pointer;
  margin-top: -3px;
}

.slot_heading {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 24px;
  text-align: center;
}

.field-support-text {
  color: #9B9B9B;
  position: relative;
  top: 0px;
  font-size: 14px;
}

.filter_zip_style {
  flex: 0 0 70%;
  max-width: 100%;
  padding: 15px 15px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 1px 2px 6px #ddd;
}

.filter_input_style {
  display: inline-block !important;
  width: 55% !important;
  height: 40px !important;
}

.btn_filter_submit {
  background-color: inherit;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 15px;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  border: none;
  font-weight: 500;
}

.btn_filter_reset {
  background-color: #dc3545;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  border: none;
  font-weight: 500;
}

.filter_validation_msg {
  text-align: center;
}

.filter_validation_msg::after {
  content: "No location found";
  text-align: center;
  color: red;
}

.errormsg {
  font-size: 14px;
  color: red;
  padding-left: 125px;
}

.list_style1 {
  position: relative;
}

.list_style1.loading:after {
  content: "";
  position: absolute;
  background: url(../img/processing.gif);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255 255 255);
}
.btn-primary1, .btn-primary1:hover{
  padding: 10px 25px 13px 21px;
  width: 89%;
  color: inherit;
  border-color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: inherit;
  background: #FFFFFF;
  border-radius: 10px;
}
.msgcontenttext{
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #555555;
}
.padding_align,.padding_align:hover{
  padding: 10px 30px;
  width: 89%;
  background: inherit !important;
  border: 1px solid inherit !important;
  border-radius: 5px;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF
}
#reschedulealertmodal .modal-content{
  border-radius: 0.7rem !important;
}
.imgspace{
  margin-right: 8px;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-30{
  margin-top: 31px !important;
}
.reschedule_time,.confirm_time{
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.warning_img{
  width: auto;
}
.btn_ok{
  min-width: 165px;
}
.preloadimg{
  width: 24px;
  margin-left: 10px;
}
.error_messgetext{
  
}
.errormodalsubmit,.errormodalsubmit:hover{
  background: inherit;
  border: 1px solid inherit;
  border-radius: 3px;
  font-family: inherit;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 36px;
text-align: center;
color: #FFFFFF;
margin-left: 20px;
}
.errormodalclose,.errormodalclose:hover{
  border: 1px solid inherit;
border-radius: 3px;
  font-family: inherit;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 36px;
text-align: center;
color: inherit;
}
.erroralertmodal .modal-body{
  padding: 45px;
}
.thank_error{
  font-size: 24px;
  text-align: center;
  padding: 0 30px;
}
@media (min-width: 576px){
  #reschedulealertmodal .modal-dialog {
      max-width: 430px !important;
      margin: 1.75rem auto;
  }
}

.self_schedule .btn-primary,
.self_schedule .btn-primary:active {
  /*background-color: inherit!important;
  color: inherit!important;
  border-color: inherit!important;*/
}

.consend_policy_check a, .consend_policy_check a:hover{
  color: #0056b3 !important;
  text-decoration: underline !important;
}
#dynamic_popup_content_modal ul li{
  list-style: disc;
}
#dynamic_popup_content_modal ul {
  padding-left: 15px;
}
.grecaptcha-badge { 
  bottom: 5px !important;
}
.hide-element{
  display:none !important;
}