@import url(//fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);

.ht-container {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  visibility: visible;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.74;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 0;
  color: #4a4949;
  box-sizing: border-box;
}

.ht-container *,
.ht-container ::after,
.ht-container ::before {
  box-sizing: border-box;
}

.ht-container h1,
.ht-container h2,
.ht-container h3,
.ht-container h4,
.ht-container h5,
.ht-container h6 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  color: #1a1a1a;
}

.ht-container p:last-child {
  margin-bottom: 0;
}

.ht-container a,
.ht-container button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.ht-container a,
.ht-container button,
.ht-container img,
.ht-container input {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-container a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

.ht-container a:hover {
  text-decoration: none;
  color: #fe8403;
}

.ht-container button,
.ht-container input[type="submit"] {
  cursor: pointer;
}

.ht-container img {
  max-width: 100%;
}

.ht-container ul:last-child {
  margin-bottom: 0;
}

.ht-container svg:not(:root) {
  overflow: hidden;
}

.ht-container :focus {
  outline: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-md-mt-50 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-md-mt-50 {
    margin-top: 50px;
  }
}

.ht-text-toggle-btn {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  text-decoration: underline !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.ht-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ht-col-lg-12,
.ht-col-lg-4,
.ht-col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ht-col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.ht-col-lg-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-col-lg-8 {
    flex: 0 0 62%;
    max-width: 62%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ht-col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-col-lg-4 {
    flex: 0 0 38%;
    max-width: 38%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ht-google-place-title {
  margin-bottom: 30px;
}

.ht-google-place-title .title {
  display: block;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
}

.ht-google-place-title.ht-without-border .title {
  border: 0;
  padding-bottom: 0;
}

.section-padding {
  padding: 10px 0;
}

.ht-google-place {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 20px 20px;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100%;
}

.ht-google-place:last-child {
  margin-bottom: 0;
}

.ht-google-place.ht-bg-gray {
  border: 0;
  background-color: #f8f8f8;
}

.ht-google-place.ht-bg-white {
  border: 0;
  background-color: #fff;
}

.ht-google-place .ht-google-place-head {
  display: flex;
  align-items: center;
}

.ht-google-place .ht-google-place-head .ht-google-place-thumbnail {
  width: 103px;
  flex: 0 0 103px;
  margin-right: 24px;
}

.ht-google-place .ht-google-place-head .ht-google-place-thumbnail a {
  display: block;
}

.ht-google-place .ht-google-place-head .ht-google-place-thumbnail a img {
  border-radius: 15px;
}

.ht-google-place
  .ht-google-place-head
  .ht-google-place-content
  .ht-google-place-title {
  font-size: 20px;
  line-height: 1.3;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (max-width: 479px) {
  .ht-google-place
    .ht-google-place-head
    .ht-google-place-content
    .ht-google-place-title {
    font-size: 18px;
  }
}

.ht-google-place
  .ht-google-place-head
  .ht-google-place-content
  .ht-google-place-avg-rating {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ht-google-place
  .ht-google-place-head
  .ht-google-place-content
  .ht-google-place-avg-rating
  .ht-google-place-avg-rating-num {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #1a1a1a;
  padding-right: 10px;
  padding-top: 2px;
}

.ht-google-place
  .ht-google-place-head
  .ht-google-place-content
  .ht-google-place-avg-rating
  .ht-google-place-avg-rating-star {
  background-repeat: space;
  background-size: 14px 13px;
  background-position: left top;
  display: flex;
  height: 13px;
  width: 80px;
}

.ht-google-place
  .ht-google-place-head
  .ht-google-place-content
  .ht-google-place-avg-rating
  .ht-google-place-avg-rating-star
  .ht-google-place-avg-rating-star-active {
  background-repeat: space;
  background-size: 14px 13px;
  background-position: left top;
  height: 13px;
}

.ht-google-place
  .ht-google-place-head
  .ht-google-place-content
  .ht-google-place-index {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.ht-google-place
  .ht-google-place-head
  .ht-google-place-content
  .ht-google-place-index
  img {
  display: flex;
}

.ht-slider {
  width: 100%;
}

.ht-slider .ht-slider-item {
  display: none;
  animation: reveal 0.5s ease-in-out;
}

.ht-slider .ht-slider-item.active {
  display: block;
}

.ht-slider .dots {
  text-align: center;
  padding: 10px;
}

.ht-slider .dots li {
  cursor: pointer;
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 7px 11px;
  line-height: 0.5;
  border-radius: 50%;
  text-indent: -9999px;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.ht-slider .dots li.active {
  opacity: 1;
}

@keyframes reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ht-google-place-review-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

.ht-google-place-review-wrapper .ht-google-place-review-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.ht-google-place-review-wrapper.column-2 .ht-google-place-review-item {
  max-width: 50%;
}

@media only screen and (max-width: 575px) {
  .ht-google-place-review-wrapper.column-2 .ht-google-place-review-item {
    max-width: 100%;
  }
}

.ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
  max-width: 33.33%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
    max-width: 100%;
  }
}

.ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
  max-width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
    max-width: 100%;
  }
}

.ht-google-place-review {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 20px 20px;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  height: 100%;
}

.ht-google-place-review.ht-bg-white {
  background-color: #fff;
  border: 0;
}

.ht-google-place-review .ht-google-place-review-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ht-google-place-review
  .ht-google-place-review-inner
  .ht-google-place-review-thumbnail {
  width: 85px;
  flex: 0 0 85px;
  margin-right: 20px;
}

.ht-google-place-review
  .ht-google-place-review-inner
  .ht-google-place-review-thumbnail
  img {
  border-radius: 15px;
}

.ht-google-place-review
  .ht-google-place-review-inner
  .ht-google-place-review-content
  .ht-google-place-review-name {
  font-size: 18px;
  line-height: 1.3;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 5px;
}

.ht-google-place-review
  .ht-google-place-review-inner
  .ht-google-place-review-content
  .ht-google-place-review-avg-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.ht-google-place-review
  .ht-google-place-review-inner
  .ht-google-place-review-content
  .ht-google-place-review-avg-rating
  .ht-google-place-review-avg-rating-star {
  background-repeat: space;
  background-size: 14px 13px;
  background-position: left top;
  display: flex;
  height: 13px;
  width: 80px;
}

.ht-google-place-review
  .ht-google-place-review-inner
  .ht-google-place-review-content
  .ht-google-place-review-avg-rating
  .ht-google-place-review-avg-rating-star
  .ht-google-place-review-avg-rating-star-active {
  background-repeat: space;
  background-size: 14px 13px;
  background-position: left top;
  height: 13px;
}

.ht-google-place-review
  .ht-google-place-review-inner
  .ht-google-place-review-content
  .ht-google-place-review-date {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #909090;
}

.ht-gpr-arrow-more-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ht-google-map-button-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -9px;
}

.ht-google-map-button-area.btn-right {
  justify-content: flex-end;
}

.ht-google-map-button-area.btn-space-between {
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 479px) {
  .ht-google-map-button-area {
    margin: 0 -5px;
  }
}

.ht-slider-arrow {
  display: flex;
  margin: 0 -5px;
}

.ht-slider-arrow .ht-slide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #ebebeb;
  width: 55px;
  height: 55px;
  line-height: 52px;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.ht-slider-arrow .ht-slide-btn img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}

.ht-slider-arrow .ht-slide-btn:hover {
  border-color: #fe8403;
}

.ht-slider-arrow .ht-slide-btn:hover img {
  filter: invert(64%) sepia(83%) saturate(3110%) hue-rotate(356deg)
    brightness(98%) contrast(105%);
}

.ht-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 48px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 38px;
  cursor: pointer;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  outline: 0;
  margin: 0 9px;
}

@media only screen and (max-width: 479px) {
  .ht-btn {
    padding: 0 25px;
    margin: 0 5px;
  }
}

.ht-btn.ht-btn-radius {
  border-radius: 50px;
}

.ht-btn:hover {
  color: #fe8403;
  border-color: #fe8403;
}

.ht-google-place-review.ht-google-place-review-style-1
  .ht-google-place-review-summery {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 15px;
}

.ht-google-place-review.ht-google-place-review-style-1
  .ht-google-place-review-summery
  p {
  margin-top: 0;
  margin-bottom: 0;
}