.wstdl-spinner {
  background: url(../images/spinner.gif) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  vertical-align: middle;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 0px 10px 0;
}

.wstdl-spinner.is-active {
  visibility: visible;
}

.wstdl-modal-ui-autocomplete{
	z-index:9999999999999 !important;
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .7;
  background: url('../images/loader.gif') center no-repeat #fff;
}


#map {
width:100%;
  height: 400px;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

#searchInput {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 600px;
  margin-top: 10px;
  height: 35px;
}

.wstdl-suggestion-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    text-align: left;
    z-index: 1;
    border: 1px solid #d4d2d0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.listing_container {
  border-top: 1px solid;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ui-autocomplete-loading {
    background: white url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.input_error {
  border: 1px solid red !important;
}

.card {
  width: 100%;
  text-align: left;
  position: relative;
  height: 100%;
}

.courses {
  margin-top: 30px;
  margin-bottom: 20px;
}

.course-item {
  width: 33%;
  padding-right: 1%;
  padding-left: 1%;
  margin-bottom: 30px;
  /* ensuring proper layout*/
  
  float: left;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'WooCommerce';
    content: "\e021";
    text-indent: 0;
}

.star-rating .star-full:before {
content: "\f155";
}

.star-rating .star-half:before {
content: "\f459";
}

.star-rating .star-empty:before {
content: "\f154";
}

.star-rating .star {
color: #df924f;
display: inline-block;
font-family: dashicons;
font-size: 20px;
font-style: normal;
font-weight: 400;
height: 20px;
line-height: 1;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width: 20px;
}

.error_field{
  border:1px solid red;
}

/*** Tab CSS start ***/

.wstdl-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.wstdl-tab {
  background-color: #eeeeee;
  margin-right: 3px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 10px;
  transition-duration: .5s;
  transition-property: all;
  font-weight: 500;
  cursor: pointer;
}

.wstdl-tab:hover {
  background-color: #032731;
  color: #ffffff;
}

.wstdl-tab-active {
  background-color: #df924f;
  color: #ffffff;
}

.wstdl-tab , .wstdl-tab-content {
  padding: 20px;
}

.wstdl-tab-content-hidden {
  display: none !important;
}

/*** Tab css end ***/

/** Modal css start **/

.wstdl-modal-backdrop {
  display: none;
  align-items: center;
  justify-content: center;
}

.wstdl-modal-backdrop .wstdl-modal {
  background-color: white;
  max-height: 100vh;
  overflow-y: auto;
  width: 80%;
}

.wstdl-modal-backdrop.live {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

body.wstdl-modal-active {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  Left: 0;
}
 

/** Modal css end **/


#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4361ee !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}

.sngl-listing-categories-main-wrapper {
	border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-radius: 15px;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.sidebar-category-heading {
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eeeeee;
}

.sngl-listing-similar-listing-main-wrapper {
    align-items: start;
    grid-template-columns: repeat(4,minmax(0px,1fr));
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    width: 100%;
    display: grid;
}

.listing-more-location-wrapper {
    padding: 10px;
}

.wstdl-archive-listing-loop-main-wrapper {
    padding-left: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-radius: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.wstdl-listing-show-more-wrapper {
    background-color: #eeeeee;
    width: 100%;
    text-align: left;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.searchLocationResults {
    background: white;
    padding: 20px;
    z-index: 1000;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #ef1c74;
}

.searchLocationResults .location-item {
    padding: 10px;
    cursor: pointer;
}

.searchLocationResults .location-item:hover {
    background-color: gray;
}

.query-suggestion-dropdown {
    background: white;
    padding: 20px;
    z-index: 1000;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #ef1c74;
}

.query-suggestion-dropdown .dropdown-item {
    padding: 10px;
}

.query-suggestion-dropdown .dropdown-item:hover {
    background-color: gray;
}

.psuedo-hover {
    background-color: antiquewhite;
}

.detectLocation {
    padding: 5px;
    border: 1px solid #ef1c74;
    cursor: pointer;
}

.detectLocation:hover {
    background-color: pink;
    color: red;
}

.query-suggestion-icon {
    width: 40px;
    height: 40px;
}

.location-dropdown-location-modal .location-overlay{
    background-color: rgb(0, 0, 0);
    inset: 0px;
    position: fixed;
    z-index: 2002;
    opacity: 0.5;
}
.location-dropdown-location-modal .location_shake-container {
    position: absolute;
    z-index: 10000;
    top: 86px;
    left: 90px;
    right: 10px;
}
.animated {
    -webkit-animation-duration: calc( 1s);
    animation-duration: calc( 1s);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.location_shake-container .location-box-wrapper {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    color: #333;
    width: 500px;
    position: relative;
}
.location-box-wrapper .location-box {
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f9f9f9;
}
.location-box-wrapper .location-box .location-body {
    padding: 24px;
}
.location-body .top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.location-body .info-row {
    margin: 15px 0px;
    display: flex;
}
.info-row .location-icon {
    width: 42px;
    height: 48px;
}
.info-row .info-text {
    width: 295px;
    font-family: okra;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    margin-left: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.location-body .location-input-row {
    display: flex;
    height: 100%;
}
button.detectLocation {
    height: 36px;
    border-radius: 4px;
    background-color: #0c831f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
button.detectLocation:hover {
    background-color: #459220;
}
.oval-container {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oval {
    width: 28px;
    height: 28px;
    border: solid 1px #ccc;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    position: relative;
}
.oval .separator-text {
    position: relative;
    display: inline-block;
}
.or {
    width: 16px;
    height: 13px;
    font-family: okra;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bbb;
    text-align: center;
}

@keyframes horizontal-shaking {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}

.shake-modal {
    animation: horizontal-shaking 0.35s infinite;
}

.ui-menu {
    z-index: 10000 !important;
}

.location-box .location-footer {
    background-color: #F5F7FD;
    border-radius: 3px;
    text-align: center;
    flex: 1;
}

.location-box .location-footer .location-addresses {
    background-color: #fff;
    padding: 1px 29px 26px 29px;
    height: 150px;
    overflow: auto;
}

.location-addresses .location-addresses-title {
    color: #888;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 10px;
    text-align: left;
}

.location-addresses .address-container {
        border: 1px solid #f2f2f2;
}

.address:last-child {
    border-bottom: none;
}

.location-addresses .address-container .address {
    padding: 16px;
    position: relative;
    text-align: left;
    cursor: pointer;
    display: flex;
}

.location-addresses .address-container .address .address-icon-container {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 21px;
    margin-left: 10px;
}

.location-addresses .address-container .address .address-icon-container::before{
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 25px;
    color: #333;
    font-size: 22px;
}

.location-addresses .address-container .address .address-detail-container .address-type {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: normal;
}

.location-addresses .address-container .address .address-detail-container .address-part {
    font-weight: normal;
    color: #666;
    margin-top: 4px;
}

.location-addresses .address-container .address .address-detail-container .address-part-child {
    font-size: 12px;
    line-height: 1.4;
    color: #666;
    font-family: 'Okra';
}

#wstdl-modal-claim-listing {
    padding: 50px;
}

#wstdl-modal-listing-enquiry {
    padding: 50px;
}

.required-field::after{
    content: '*';
    color: red;
}

.error-container {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    gap: 32px;
    min-height: calc(100vh - 80px);
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

.error-container .image-holder {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.error-container .message-container {
    color: #333;
    font-weight: 600;
}

.error-container .message-container >* {
    line-height: 1.2em; 
    padding: 10px
}

.error-container .message-container .line-1 {
    font-size: 64px;
}

.error-container .message-container .line-2 {
    font-size: 40px;
}

.error-container .message-container .line-3 {
    font-size: 24px;
}

.error-container .message-container .home-back-link {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    background: rgba(33,66,236,.69);
    border-radius: 1000px;
    padding: 8px 24px;
    text-align: center;
    margin-top: 40px;
}

.sync-progress-wrapper{
    width: 100%;
    height: 20px;
    background-color: #FFFFFF;
    display: none;
    margin-bottom: 20px;
}
.sync-progress-wrapper .progress-indicator{
    background-color: green;
    height: 20px;
    width: 0%;
    color: #FFFFFF;
    text-align: center;
}

.sync-timer-wrapper {
    display: none;
    margin-bottom: 10px;
}

.sync-message-wrapper {
    padding: 20px;
    width: 70%;
    height: 200px;
    background-color: #FFFFFF;
    color: #000000;
    overflow-y: scroll;
}

.popular-cities-wrapper a:after {
    content: "|";
    padding-left: 5px;
    right: 1px;
    top: 0;
    color: #555;
}

.view-entry-cache-wrapper {
    padding : 20px;
}