@import url(https://fonts.googleapis.com/css?family=Open + Sans:300, 400, 400i, 600, 600i, 700, 700i, 800, 800i);
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  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: 50px 0;
}
.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;
  }
}
.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;
}
.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: 45px;
  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: 45px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.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: 45px;
  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 h1 {
  font-size: 16px;
  line-height: inherit;
}
.post-box-title {
  width: 100%;
  float: left;
  padding: 10px;
}
.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;
  margin-top: inherit !important;
}
.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%;
}
.owl-carousel.owl-drag .owl-item {
  max-width: 180px;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-wrapper {
    padding-bottom: 0;
  }
}
.top-slider-slide {
  max-width: 180px;
  height: 250px;
  overflow: hidden;
}
.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 {
  visibility: hidden;
}
.top-slider-slide .slide-visible-wrapper {
  position: relative;
  height: 100%;
}
.top-slider-slide .slide-visible-wrapper .slide-img-wrapper {
  width: 100%;
  /* max-height: 70%; */
  overflow: hidden;
}
.top-slider-slide .slide-visible-wrapper .slide-img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 70%;
}
.top-slider-slide .slide-visible-wrapper .slide-reviews-number {
  display: flex;
  justify-content: flex-end;
  min-height: 36px;
  font-size: 14px;
}
.top-slider-slide 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: 16px;
  color: #e74c3c;
  margin: 4px 4px;
}
.top-slider-slide .slide-hover-wrapper {
  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%;
}
.top-slider-slide p.location {
  font-size: 14px !important;
  margin: 4px;
  border: none;
  padding: 0px;
}
.top-slider-slide .slide-hover-wrapper .slide-hover-title {
  color: #fff;
  font-size: 19px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
.search-area {
  margin-top: 115px;
}
input#autocomplete_header {
  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;
  max-idth: 100%;
}
@media (max-width: 767px) {
  .search-area {
    margin-top: 80px;
  }
}
.search-area .search-menus li {
  list-style: none;
  float: left;
  position: relative;
}
.search-area .search-menus li a {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
.search-area .search-menus li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e74c3c;
  z-index: -1;
  border-right: 1px solid #ff4c3c;
  transition: background 0.3s;
  margin-left: -5px;
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
}
.search-area .search-menus li:hover a::after,
.search-area .search-menus li:last-child a::after {
  background: #f84c3c;
}
.ber-area {
  overflow: hidden;
}
p.location {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 7px 0;
  margin: 10px 0;
  display: block;
}
.product-right {
  border-left: 1px solid #999;
  height: 85%;
  padding-left: 7%;
}
.thubmail-img {
  height: 220px;
  position: relative;
}
.thubmail-img span {
  position: absolute;
  bottom: 6px;
  z-index: 9;
  right: 10px;
  color: #fff;
  font-size: 14px;
}
.produact-box-wrap {
  padding: 0 20px;
}
.massage-techniques {
  padding: 15px;
}
.massage-techniques li {
  list-style: none;
  position: relative;
}
.massage-techniques h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: -10px;
  margin-top: -10px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid grey;
}
.styled-checkbox:hover + label:before {
  background: #e74c3c;
  border: 1px solid grey;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  border: 1px solid grey;
}
.styled-checkbox:checked + label:before {
  background: #e74c3c;
  border: 1px solid grey;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border: 1px solid grey;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-area {
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkbox-area ul {
  height: auto;
}
.checkmark-area {
  height: auto;
}
.checkmark-area {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9e9e9e;
  margin-top: 25px;
  margin-bottom: 30px;
}
.checkmark-area .tainer {
  position: relative;
  width: 100%;
  padding-left: 35px;
}
.checkmark-area .tainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-area .tainer input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark-area .tainer input:checked ~ .checkmark::after {
  display: block;
}
.checkmark-area .tainer:hover input ~ .checkmark {
  background-color: #fff;
}
.checkmark-area .tainer .checkmark::after {
  left: 5px;
  top: 0;
  width: 7px;
  height: 13px;
  border: solid #03a8e9;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark-area .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #000;
}
.checkmark-area .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.radio-btn .radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9e9e9e;
}
.radio-btn .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-btn .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-btn .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-btn .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 2px solid #333;
  border-radius: 50%;
}
.radio-btn .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark {
  background-color: #e74c3c;
}
.filters-text {
  background: #e74c3c;
}
.filters-text li {
  list-style: none;
  color: #fff;
  font-size: 22px;
  padding: 7px 75px;
}
.filters-text li i.fa {
  color: #fff;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 700;
}
.select-area select {
  width: 100%;
  padding: 10px;
  border: 2px solid;
}
.left-ber-content {
  box-shadow: 0px 0px 7px 1px #b4b4b4;
  margin: 30px 0;
}
.travel-schedule h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.travel-text {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 14px 0;
  height: 111px;
}
.travel-text img {
  width: 75px !important;
  position: absolute;
  left: 10px;
  top: 13px;
}
.travel-text p {
  margin-left: 100px;
  margin-bottom: 0;
  margin-top: -1px;
  font-size: 12px;
}
.travel-text a {
  color: #f009;
}
.travel-text a:hover {
  color: #0074e8;
}
.product-top {
  border-bottom: 1px solid #999;
  margin-bottom: 6px;
}
.product-top span {
  color: var(--status-green);
  margin: 0;
  margin-top: 4px;
  padding: 0 6px;
  border-radius: 9px;
  border: 1px solid;
  float: right;
  line-height: 0.5;
}
.travel-text-wrp {
  height: 242px;
  overflow: scroll;
}
.post-box {
  padding: 15px 15px;
  border: 1px solid;
  border-radius: 4px;
  box-shadow: 15px 5px 40px #d2d2d2;
}
.post-box p {
  font-size: 14px;
}
.post-box-icon {
  text-align: right;
}
.post-box-icon a i.fa {
  font-size: 37px;
  color: #5a5a5a;
  margin: 5px;
}
.secondary-info {
  padding: 15px;
  max-width: 20%;
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-left: 1px solid #999;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.travel-text-wrpe .owl-nav {
  display: none;
}
.secondary-info.secondary-info__availability {
  text-align: center;
}
.single-product-box {
  box-shadow: 0 3px 9px 0 #b4b4b4;
  margin-top: 25px;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  transform: scale(0.98);
}
.single-product-box:hover {
  transform: scale(1);
  transition: 0.21s;
}
.pro-image {
  background-size: cover;
  background-position: center center;
  width: 26%;
  max-width: 26%;
  overflow: hidden;
  overflow: hidden;
  margin: 0;
}
.pro-image img {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.reviews-count {
  font-size: 14px;
}
.triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 50px 147px;
  border-color: transparent transparent #e74c3c transparent;
}
.secondary-info__btn {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 24px;
  color: bisque;
  z-index: 333;
}
.bdg-img {
  position: absolute;
  top: 0;
}
.bdg-img i.fa {
  font-size: 27px;
  color: #e74c3c;
}
.product-details {
  width: 55%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 15px;
}
.product-details a.title-text {
  color: #e74c3c;
  font-size: 18px;
}
.secondary-info__price {
  font-size: 24px;
  color: #b12704;
}
.secondary-info__price small {
  font-size: 14px;
}
.location-bottm-icons .location {
  color: #777;
  font-size: 14px;
  list-style: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-bottm-icons .location i.fas.fa-map-marker-alt {
  color: #e86a37;
  font-size: 17px;
  padding-right: 5px;
  margin-right: 5px;
}
.location-bottm-icons ul li {
  display: inline-block;
  border-right: 1px solid;
  padding-right: 5px;
}
.location-bottm-icons ul li img {
  max-width: 24px;
}
.bottom-links ul {
  list-style: none;
}
.bottom-links ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #716f6ff7;
  font-weight: 700;
}
.bottom-links ul li span {
  text-transform: uppercase;
}
h4.active-person {
  color: #00b22d;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 25px;
}
h4.active-person i.fa {
  color: #00b22d;
}
.pro-des p {
  font-size: 14px;
}
.left-ber-content {
  position: -webkit-sticky;
  position: sticky;
}
.ber-area {
  padding-bottom: 80px;
}
.prce-mbl {
  visibility: hidden;
}
.rating__stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.1rem;
}
.rating__stars i.fas.fa-star,
.rating__stars i.far.fa-star,
.rating__stars i.fa-star-half-alt {
  color: #fbbc04;
}
.badge.badge-accented.yellow {
  background: #f4c150;
  color: #29303b;
}
.badge.hidden-xs.badge-accented.yellow {
  position: relative;
}
.post-slide {
  padding: 0 15px 20px 15px;
}
.post-img {
  background: #7a4b94;
}
.post-img > img {
  width: 100%;
  height: auto;
}
.post-slide .post-title {
  margin: 10px 0 12px 0;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  position: relative;
}
.post-slide .post-title:after {
  content: "";
  border: 1px solid #dc005a;
  display: inline-block;
  width: 35px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.post-slide .post-title > a {
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
}
.post-slide .post-title > a:hover {
  text-decoration: none;
}
.post-slide .post-description {
  color: #555;
  font-size: 14px;
  line-height: 22px;
}
.post-slide:hover .post-img > img {
  opacity: 0.5;
  transition: 0.3s ease;
}
.post-slide:hover .post-title > a {
  color: #7a4b94;
  transition: 0.3s ease;
}
.owl-buttons {
  position: absolute;
  top: -13%;
  right: 1.5%;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  margin: 0 0 0 3px;
  padding: 5px 12px;
  opacity: 1;
  color: grey;
  background: #f1f1f1;
  border-top: 2px solid transparent;
  transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #7a4b94;
  border-top: 2px solid #dc005a;
}

@media screen and (max-width: 767px) {
  .owl-buttons {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .post-slide {
    padding-left: 0;
    padding-right: 0;
  }
}
.bookmark-pointer {
  position: absolute;
  right: 3%;
  top: -2px;
  font-size: 26px;
}
.secondary-info__mobile {
  display: none;
}
a.related-article {
  color: #e74c3c;
}
.search_page_city {
  margin-top: 40px;
}
.search_page_city a {
  color: #e74c3c;
}
@media (max-width: 991px) {
  .filterSec {
    margin-bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 36px;
    top: 0;
    z-index: 9;
    -webkit-ransition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@media (max-width: 767px) {
  #grid .single-product-box {
    width: 100%;
    height: auto;
    display: block;
  }
  #grid .single-product-box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #grid .product-details {
    width: 100%;
  }
  #grid .secondary-info__mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
  }
  #grid .bottom-links {
    display: none;
  }
}
@media (max-width: 600px) {
  .pro-image {
    height: 290px;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .pro-image .img-fluid {
    width: 100% !important;
    height: 370px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 600px) and (min-width: 1024px) {
  #grid #getUserResult,
  #grid .show_more_result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #grid .single-product-box {
    width: 30.33333%;
    height: auto;
    display: block;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
  #grid .single-product-box .pro-image {
    max-height: 227px;
    min-height: 227px;
    min-width: 100%;
    position: relative;
    display: block;
  }
  #grid .single-product-box .pro-image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #grid .single-product-box .product-details {
    width: 100%;
    display: block;
    float: left;
  }
  #grid .single-product-box .secondary-info {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }
  #grid .single-product-box .secondary-info .title-text {
    font-size: 30px;
  }
  #grid .single-product-box .secondary-info p {
    font-size: 17px;
  }
}
@media (max-width: 600px) and (max-width: 320px) {
  #grid .single-product-box .pro-image {
    min-height: 288px;
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .product-details a.title-text {
    display: block;
  }
  .secondary-info.secondary-info__availability {
    margin: 15px 0;
  }
  .location-bottm-icons ul {
    margin-top: 7px !important;
    height: 22px;
    overflow: hidden;
  }
  .location-bottm-icons ul li {
    border-right: 1px solid #999;
    padding: 0 6px;
  }
  .location-bottm-icons ul li:last-child {
    border-right: none;
  }
  .pro-des p {
    margin-bottom: 0;
  }
  .pro-des {
    margin-top: 3px;
  }
  .bottom-links {
    height: 95%;
    padding-left: 10px;
    overflow: hidden;
  }
  span.visible-sm.visible-xs.d-inline.pull-right {
    float: right;
    color: #32b975;
    font-size: unset;
  }
  .mobile-content-area {
    display: none;
  }
}
.btn.btn-block.loading {
  cursor: pointer;
  height: auto;
  padding: 8px 12px;
  font-size: 14px;
  border: 2px solid #e74c3c;
  color: #e82020;
  background: #ffffff;
  transition: 0.3s;
  font-weight: 600;
  margin: 60px auto;
}
.massage-type-technique {
  cursor: pointer;
  font-weight: bold;
}
.massage-type-technique-sidebar {
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
#loading-dots {
  height: 40px;
  margin-left: 12px;
}
#loadmore {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  height: 50px;
}
.search-area .search-menus {
  background: #f84c3cde !important;
  overflow: hidden;
  margin-bottom: 30px;
  height: 60%;
  margin-top: 0px !important;
}
.open-search {
  display: block !important;
}
.mobile-search-form {
  display: none;
  position: fixed !important;
  z-index: 8888 !important;
  margin: 0 auto;
  background-color: #292929;
  padding: 4px 5px 0px 5px;
  margin-left: 6%;
  margin-right: 5%;
  margin-top: 62px;
  max-width: 100%;
  min-width: 90%;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  display: none;
}
