body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: #212529;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 55, 78, 0.8);
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s;
}

@media only screen and (min-width: 1024px) {
  body.overlay-layer::after {
    visibility: visible;
    opacity: 1;
    transition:
      opacity 0.3s 0s,
      visibility 0s 0s;
  }
}

.profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}

.logout-dashboard-menu {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .logout-dashboard-menu {
    display: block !important;
  }

  .mobile-profile {
    display: none !important;
  }
}

.main-menu li:hover .dropdown {
  top: 41px;
  right: 40px;
}

h1 {
  font-size: 50px;
  line-height: 65px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

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

::after,
::before {
  content: "";
}

i.fa {
  color: #38373c;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
ol,
ul {
  margin-top: 7px;
  height: 22px;
}

a {
  text-decoration: none;
  color: #38373c;
}

a:hover {
  color: #38373c;
  text-decoration: underline;
}

a.custom-btn {
  background: #ffd863;
  color: #38373c;
  padding: 10px 25px;
  display: inline-block;
  border: none;
  font-weight: 500;
}

a.black-btn {
  background: #38373c;
  color: #fff;
  padding: 12px 35px;
  display: inline-block;
  border: none;
  font-weight: 500;
  margin-bottom: 0;
}

.section-padding {
  padding: 1rem 0 50px;
}

.section-title {
  padding-bottom: 50px;
}

.cookie {
  display: none;
}

.guest-wrapper,
.main-wrapper,
.slider-wrapper {
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .container {
    max-width: 100% !important;
  }
}

.hero-area {
  height: 600px;
  background-image: url(/img/new/guest/slide.jpg);
  background-color: #666;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.right-bg {
  position: relative;
  height: 600px;
}

.right-bg img {
  width: 693px;
  position: absolute;
  bottom: -55px;
  height: auto;
  width: -160px;
}

.hero-text {
  padding-top: 230px;
  color: #fff;
}

.menu-area {
  background: rgba(0, 0, 0, 0.8);
  background: #292929;
  border-bottom: 2px solid #e74c3c;
  padding: 16px 0;
}

.logo img {
  width: 180px;
  float: left;
}

.logo a.mobile-logo img {
  margin-top: 0 !important;
}

.pac-container {
  z-index: 9999;
}

.search-bar input {
  height: 40px;
  padding: 20px;
  background-color: #f5f8fa;
  border-radius: 4px;
  border: 1px solid #e6ecf0;
  box-sizing: border-box;
  color: #14171a;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 32px 8px 12px;
  transition: all 0.2s ease-in-out;
  width: 240px;
  max-width: 100%;
}

.main-menu {
  float: right;
  margin-top: 7px;
}

.main-menu li {
  display: inline;
  position: relative;
  transition: 0.3s;
}

.main-menu li:hover .dropdown {
  top: 48px;
  left: -30px;
  opacity: 0.8;
  visibility: visible;
}

.main-menu li a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  transition: 0.3s;
  padding-left: 35px;
}

.main-menu li a i.fa {
  color: #fff;
  margin-right: 5px;
}

.main-menu li a:hover {
  color: #e74c3c;
}

.dropdown {
  position: absolute;
  top: 70px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  width: 200px;
  left: -30px;
  transition: 1s;
  opacity: 0;
  visibility: visible;
  height: fit-content;
}

.dropdown li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e74c3c;
  transition: 0.3s;
}

.dropdown li a:hover {
  color: #e74c3c;
  background: #000;
}

.dropdown li:first-child a {
  border-top: 1px solid #e74c3c;
}

.dropdown li:hover {
  color: #e74c3c;
}

.dropdown li:hover .main-menu li a i.fa {
  color: #e74c3c;
}

.dropdown li:hover .dropdown {
  top: 48px;
  left: -30px;
  opacity: 0.8;
  visibility: visible;
}

.dropdown li i .fa {
  color: #fff;
  margin-right: 5px;
}

.hero-table h3 {
  font-size: 25px;
}

.selector-area {
  margin-top: 35px;
}

.selector-area .select-city {
  width: 130px;
  border: none;
  height: 40px;
  padding: 8px;
  float: left;
  border-radius: 5px;
}

.selector-area #autocomplete_header {
  height: 40px;
  padding: 15px;
  border: none;
  margin: 0 7px;
  width: 265px;
  border-radius: 5px;
  transition: 0.3s;
}

.selector-area #autocomplete_header:focus {
  color: #888;
}

.selector-area #submit {
  width: auto;
  height: auto;
  padding: 8px 12px;
  font-size: 14px;
  border: 2px solid #e74c3c;
  color: #ddd;
  background: #e74c3c;
  margin-top: -2px;
  transition: 0.3s;
  font-weight: 600;
}

.selector-area #submit:hover {
  background: 0 0;
  color: #e74c3c;
  font-weight: 600;
}

.mob {
  display: none;
}

.post-box-title {
  width: 85%;
  float: left;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 8px;
}

.post-box-title p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.post-box-title-wrp {
  padding: 0 20px;
  overflow: hidden;
}

.post-box-icon {
  width: 15%;
  float: right;
}

.menu-open {
  display: none;
}

.menu-open i.far {
  color: #fff;
  font-size: 32px;
}

.menu-open-dash-b-icon {
  display: none;
}

.menu-open-dash-b-icon i.far {
  color: #fff;
  font-size: 32px;
}

.mobile-logo {
  display: none;
}

.canvas-menu {
  display: none;
}

.canvas-menu-dash {
  display: none;
}

.input-group button {
  width: auto;
  padding: 11px 20px;
  border: none;
  cursor: pointer;
  background: #e74c3c;
  color: #fff;
  text-transform: uppercase;
}

.input-group button i.fa {
  color: #fff;
}

#header {
  background-color: #3f8dbf;
  float: left;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

#header a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

#header-left {
  float: left;
  height: 50px;
}

#header-left:hover #header-left-icon {
  background-color: #3f8dbf;
}

#header-left:hover #header-left-text {
  background-color: #599bc8;
}

#header-left-icon {
  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #35759f;
  transition: background 0.5s;
}

#header-left-icon a {
  font-size: 25px;
}

#header-left-text {
  float: left;
  height: 50px;
  transition: background 0.5s;
}

#header-left-text a {
  padding-left: 20px;
  padding-right: 20px;
}

#header-right {
  float: right;
  height: 50px;
}

#header-right:hover #header-right-icon {
  background-color: #3f8dbf;
}

#header-right:hover #header-right-text {
  background-color: #599bc8;
}

#header-right-icon {
  float: right;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #35759f;
  transition: background 0.5s;
}

#header-right-text {
  float: right;
  height: 50px;
  transition: background 0.5s;
}

#header-right-text a {
  padding-right: 20px;
  padding-left: 20px;
}

.footer {
  position: relative;
}

.footer .cookie {
  position: fixed;
  bottom: 0;
  background-color: #000;
  width: 100%;
}

.footer .cookie-container {
  width: 100%;
  z-index: 100;
  padding-bottom: 20px;
  padding-top: 40px;
  background-color: #000;
}

.footer .cookie-container .close-cookie-button {
  position: absolute;
  right: 0;
  top: 20px;
}

.footer .cookie-container p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer .cookie-container a {
  color: #e74c3c;
}

.footer-top-area {
  background: #292929;
  color: #fff;
  padding: 50px 0;
}

.footer-two {
  padding: 5px 0;
  border-bottom: 1px solid #848383;
}

.footer-two ul {
  margin: 0;
  padding: 0;
}

.footer-two ul li a {
  color: #fff;
}

.footer-two ul li a:hover {
  color: #e74c3c;
}

.footer-two h5 {
  font-size: 22px;
  font-weight: 400;
  color: #e74c3c;
  margin-bottom: 20px;
}

.newsletter_widget {
  margin-top: 30px;
}

.input-group input {
  border: none;
  border-radius: 0;
  margin-right: 5px;
  padding: 11px 20px;
}

.copyright {
  background: #fff;
  padding: 10px 0;
}

.copyright p {
  margin: 0;
  padding: 0;
}

.copyright a {
  color: #e74c3c;
}

.slider-wrapper {
  padding-bottom: 0;
  overflow: hidden;
  margin-bottom: 2%;
}

@media (max-width: 767px) {
  .slider-wrapper {
    padding-bottom: 0;
  }
}

.top-slider-slide {
  max-width: 100%;
  max-height: 100%;
}

.top-slider-slide:hover {
  cursor: pointer;
}

.top-slider-slide:hover .slide-hover-wrapper {
  bottom: 0;
}

.top-slider-slide:hover .slide-hover-wrapper .slide-hover-title {
  width: 100%;
}

.top-slider-slide:hover .slide-reviews-number {
}

.top-slider-slide .slide-visible-wrapper {
  position: relative;
  height: 100%;
}

.top-slider-slide .slide-visible-wrapper .slide-img-wrapper {
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.top-slider-slide .slide-visible-wrapper .slide-img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: 70%;
}

.top-slider-slide .slide-visible-wrapper .slide-reviews-number {
  position: absolute;
  right: 9px;
  z-index: 9;
  bottom: 11px;
  font-size: 14px;
}

p.location {
  font-size: 14px !important;
  margin: 4px;
}

.top-slider-slide .slide-hover-wrapper {
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: -81%;
  background: rgba(90, 88, 87, 0.7);
  padding: 10px;
  transition: 0.4s;
  min-width: 100%;
  max-width: 100%;
}

h4.slide-hover-title {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 600;
  font-size: 18px;
  color: #e74c3c;
  margin: 4px 4px;
}

.top-slider-slide .slide-hover-wrapper .slide-hover-text {
  line-height: 1;
  max-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 40px;
}

.top-slider-slide .slide-hover-wrapper .slide-hover-text p {
  margin-bottom: 0;
  line-height: 1;
}

.rating__stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .selector-area select {
    margin-bottom: 15px;
  }
}

.pac-container {
  z-index: 1051 !important;
}

.selector-area {
  display: inline;
}

.selector-area .search {
  height: 40px;
  padding: 0;
  border: none;
  margin: 0;
  width: 218px;
  border-radius: 5px;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .selector-area .search {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.solo-slide .solo-item {
  border: 1px solid #ededed;
}

.solo-slide .solo-item .left-slider-img {
  max-height: 300px;
  overflow: hidden;
}

.solo-slide .solo-item .left-slider-img .main-slider-img {
  max-height: 300px;
  overflow: hidden;
  min-height: 300px;
  border-radius: 4px;
}

.solo-slide .solo-item .left-slider-img .main-slider-img img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.solo-slide .solo-item .solo-text {
  padding: 20px 15px;
}

.solo-slide .solo-item .solo-text h4 {
  font-size: 25px;
  line-height: 32px;
  color: #e74c3c;
}

.solo-slide .solo-item .solo-text span {
  font-size: 17px;
  text-transform: capitalize;
  color: #595959;
}

.solo-slide .solo-item .solo-text i.fa,
.solo-slide .solo-item .solo-text i.fas,
.location i.fa,
.location i.fas {
  color: #e74c3c;
}

.solo-slide .solo-item .solo-text p {
  margin-top: 10px;
  color: #626262;
}

.solo-slide .solo-item .solo-text .review p {
  font-size: 14px;
  margin-bottom: 0;
}

.solo-slide .solo-item .solo-text .review span {
  font-size: 14px;
}

.solo-right-text {
  padding-left: 50px;
}

.solo-right-text h3 {
  font-size: 25px;
}

.solo-right-text h4 {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 600;
  font-size: 18px;
  color: #e74c3c;
  margin: 4px 4px;
}

.owl-nav button i.fa {
  font-size: 35px;
  width: 50px;
  height: 34px;
  background: #fff;
  color: #e74c3c;
  transition: 0.3s;
  line-height: 34px;
  border-radius: 2px;
}

.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  outline: 0;
}

.owl-nav .owl-next i.fa:hover {
  background: #e74c3c;
  color: #ededed;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  outline: 0;
  color: #ededed;
  background: #e74c3c;
}

.man-slider .owl-nav .owl-next {
  right: 0;
  color: #ededed;
  background: #e74c3c;
}

.man-slider .owl-nav .owl-prev {
  left: 0;
}

.man-slide-area {
  padding-bottom: 50px;
}

.massage-img img {
  width: 100%;
  height: auto;
}

.testimonial-area {
  padding-bottom: 50px;
}

.testimonial-area .testimonial-item {
  border: 1px solid #ededed;
  padding: 5px;
  height: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonial-area {
    height: 200px;
  }
}

.testimonial-area .t-pro {
  padding: 3px;
  border: 1px solid #ededed;
  max-width: 100%;
  float: left;
  margin-right: 50px;
  position: relative;
  height: 180px;
}

@media (max-width: 767px) {
  .testimonial-area .t-pro {
    width: 100%;
  }
}

.testimonial-area .t-pro img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-area .t-pro .testimonial-user-name {
  font-weight: 700;
  font-size: 16px;
}

.testimonial-area .t-text i.fa {
  font-size: 16px;
  margin-right: 5px;
}

.testimonial-area .pro-info {
  margin-top: 10px;
}

.testimonial-area .pro-info h5 {
  font-size: 17px;
}

.btn.hero-cta {
  background: #ff0;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu-open-dash-b-icon-search {
    right: 0px;
    left: auto;
    position: absolute;
    margin-top: 3px;
    cursor: pointer;
    z-index: 9;
    display: block !important;
  }

  .menu-open-dash-b-icon {
    right: -47px !important;
    margin-top: 3px !important;
  }

  .search-bar-hide-mobile {
    display: none !important;
  }
}

.menu-open-dash-b-icon-search {
  display: none;
}

.menu-open-dash-b-icon-search i.far {
  color: #fff;
  font-size: 32px;
}

.top-search-bar {
  width: calc(100% - 220px);
  display: table;
  float: left;
  position: relative;
  margin-top: 6px;
}

.top-search-bar .left {
  display: table-cell;
  vertical-align: top;
  min-width: 95px;
}

.top-search-bar .right {
  position: relative;
  vertical-align: top;
  width: 90%;
}

.top-search-bar .input-search {
  border: 1px solid #e6e6e6 !important;
  border-left: 0;
  box-shadow: none !important;
  outline: none !important;
  color: #555;
  padding: 8px;
  padding-right: 40px;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 20px;
  min-height: 38px;
}

.top-search-bar .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
  border: 0 !important;
  color: #888;
  font-size: 18px;
  min-height: 38px;
  cursor: pointer;
}

.mobile-search-form {
  display: none;
  position: absolute !important;
  z-index: 8888 !important;
  width: 94%;
  background-color: #292929;
  padding: 4px 5px 0px 5px;
  margin-left: 6%;
  margin-right: 5%;
  margin-top: 62px;
}

.open-search {
  z-index: 9999;
  position: fixed;
  display: block;
}

.mobile-logo img {
  width: 180px;
}

.mobile-logo {
  margin-left: 50px !important;
}

.mobile-search-form-margin {
  margin-bottom: 8px;
}

div#trustlogo img {
  height: 80px;
}
