textarea.cht_msg {
  padding-right: 10%;
}
.btn {
  border-radius: 8px;
}
.menu-icon-ch {
  /* width: 40px !important;
    height: 40px !important; */
  width: 18% !important;
  object-fit: contain !important;
  margin-left: 5px !important;
}

.menu-item-ch {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  /* padding: 8px 12px; */
}

.menu-item-ch .menu-text-ch small {
  font-size: 12px !important;
  font-weight: 500;
  line-height: 15px !important;
  margin: 9px 0 0 0;
  display: inline-block;
}

.menu-item-ch .menu-text-ch {
  font-size: 15px !important;
  font-weight: 600;
  line-height: 16px !important;
  color: #333 !important;
  width: 80% !important;
}

@media (max-width: 768px) {
  textarea.cht_msg {
    padding-right: 13%;
  }
}

.underline_pull_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.pull-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* wishicon csss */

.card.h-100.card-shadow.card-1 {
  position: relative;
  border-radius: 10px;
}
.recommandedbg .card a .left-icon.instant, 
#properties_show .card a .left-icon.instant {
    top: auto;
    bottom: 15px;
}
.left-icon {
    position: absolute;
    left: 10px;
    top: 12px;
    display: flex;
    gap: 10px;
    z-index: 1;
    align-items: center;
}

.left-icon .icon-boc {
  background: #fff;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.icon-boc i {
  font-size: 20px;
  margin-bottom: 3px;
}
.text-box p {
  color: #fff;
  background-color: #fff;
  color: #a3243b;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  margin-bottom: 0px;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.left-icon:hover .text-box p {
  opacity: 1;
}

.card-1 {
  position: relative;
}

.icon-instant-bobobo {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 9 !important;
  height: 40px !important;
  width: 40px !important;
  background: #fff;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.icon-instant-bobobo .icon-bolt:before,
.icon-instant-book:before {
  content: "\f11b";
  color: #a3243b;
}
/* end */

.search_page_tab-ct {
  max-width: 700px;
  margin: 0 auto;
}
a.btn-success.p-2.rounded-3 {
  margin-right: 2%;
}
.right-gst-rgt.tempclsss {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0;
}
.col-xl-10.col-md-12.mob-border.search_page {
  border: 0;
  padding: 3px 10px 3px 20px;
}
span#select2-allCities-container {
  text-align: left;
  padding: 0;
}
.right-gst-rgt.heloo {
  width: 100%;
  display: flex;
  justify-content: end;
}
.right-gst-rgt.heloo button.vbtn-default,
.btn.vbtn-default {
  left: 4px;
}
@media (max-width: 660px) {
  .user-login {
    display: flex !important;
    flex-wrap: wrap;
  }
  .user-login-bg {
    padding-top: 34% !important;
  }
  .user-login-content {
    padding: 7% 0 !important;
  }
  .login-list a {
    font-size: 15px !important;
  }
  .welcome-txt {
    font-size: 23px !important;
    font-weight: bold;
  }
  div#welcomeModal {
    padding: 0 !important;
    z-index: 99999999999;
  }
}

@keyframes circleGrow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
html {
  font-size: 62.5%;
}
body {
  color: #2b2b2b;
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.667;
  background: #ffffff;
  overflow-x: hidden;
}
/* added to change signUp/Login button color */
.colorSignUp {
  background-color: #a3243b;
  border-color: #a3243b;
}
.colorSignUp:hover {
  background-color: #942237;
  border-color: #942237;
  text-decoration: underline;
}
/* end */
.modal-body-filter::-webkit-scrollbar {
  width: 8px;
}
ul.list-group.list-group-flush.pl-3 {
  padding: 0px !important;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  color: #222325;
}
a:hover {
  text-decoration: none;
  color: var(--primary-color) !important;
}

.mob-header-user {
  display: none;
}
.else-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.main-banner {
  min-height: 18rem;
  background-color: #fff;
  width: 100%;
  position: relative;
  margin-top: 76px;
}
.main-banner img {
  height: 50rem;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.main-banner .carousel-caption {
  top: 12%;
}
/* global style start ============================================================================================ */
.vbg-default {
  background: #f5f5f5;
}
.vbg-default-hover:hover {
  background: #efefef;
  color: #000;
}
.h6 a {
  list-style: none;
  text-decoration: none;
  color: #333;
}
.mt-m-15 {
  margin-top: -15px !important;
}
.minus-mt-20 {
  margin-top: -20px;
}
.mt-m-30 {
  margin-top: -30px;
}
.minus-mt-6 {
  margin-top: -6px;
}
.mt-70 {
  margin-top: 7rem;
}
.mt-25 {
  margin-top: 25px;
}
/* padding */
.pt-70 {
  padding-top: 25px;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.filter-h {
  height: 100vh !important;
}
.min-w-250 {
  min-width: 250px;
}
.min-w-320 {
  min-width: 320px;
}
.max-w-450 {
  max-width: 500px;
}
.w-188 {
  width: 188px;
}
.intl-tel-input {
  width: 100% !important;
}
.pl-7,
.px-7 {
  padding-left: 4rem !important;
}
.border-ddd {
  border: 1px solid #ddd;
}

[tip]:hover:after {
    background-color: #333;
    color: #fff;
    content: attr(tip);
    padding: 5px 10px;
    position: absolute;
    z-index: 10;
    font-size: 12px;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: 'Quicksand';
}

/************* footer icon css **********************/
.currency:hover,
.language-list:hover {
  background: #eeeeee8c;
  border-radius: 6px;
}

.social {
  position: relative;
}
.social ul {
  text-align: center;
  z-index: 99;
}
.social li {
  display: inline-block;
  margin: 5px;
}
.active-sidebar {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 700;
}
.active-sidebar:hover {
  color: var(--primary-color);
}
/* z-index */
.z-index-high {
  z-index: 100000000;
}
.z-index-medium {
  z-index: 1000;
}
.z-index-low {
  z-index: 100;
}
.text-8 {
  font-size: 0.8rem;
}
.text-9 {
  font-size: 0.9rem;
}
.text-10 {
  font-size: 1rem;
}
.text-11 {
  font-size: 1.1rem;
}
.text-12 {
  font-size: 1.2rem;
}
.text-13 {
  font-size: 1.3rem;
}
.text-14 {
  font-size: 1.4rem;
}
.text-15 {
  font-size: 1.5rem;
}
.text-16 {
  font-size: 1.6rem;
}
.text-17 {
  font-size: 1.7rem;
}
.text-18 {
  font-size: 1.8rem;
}
.text-19 {
  font-size: 1.9rem;
}
.text-20 {
  font-size: 2rem;
}
.text-21 {
  font-size: 2.1rem;
}
.text-22 {
  font-size: 2.2rem;
}
.text-23 {
  font-size: 2.3rem;
}
.text-24 {
  font-size: 2.4rem;
}
.text-25 {
  font-size: 2.5rem;
}
.text-26 {
  font-size: 2.6rem;
}
.text-27 {
  font-size: 2.7rem;
}
.text-28 {
  font-size: 2.8rem;
}
.text-29 {
  font-size: 2.9rem;
}
.text-30 {
  font-size: 3rem;
}
.text-31 {
  font-size: 3.1rem;
}
.text-32 {
  font-size: 3.2rem;
}
.text-33 {
  font-size: 3.3rem;
}
.text-34 {
  font-size: 3.4rem;
}
.text-35 {
  font-size: 3.5rem;
}
.text-36 {
  font-size: 3.6rem;
}
.text-52 {
  font-size: 3.6rem;
}
.text {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-height-1-1 {
  line-height: 1 !important;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.text-color {
  color: #222325;
}
.secondary-text-color {
  color: var(--primary-color);
}
.secondary-text-color-hover:hover {
  color: #fff !important;
}
.text-color-hover:hover {
  color: var(--primary-color);
}
.primary-text {
  color: #007bff;
}
.primary-text-hover {
  color: #fff;
}
.warning-text {
  color: #ffc107;
}
.warning-text-hover:hover {
  color: #fff;
}
.success-text {
  color: var(--primary-color);
}
.listingbg {
  margin-bottom: 15px;
  margin-top: 15px;
}
.printareabg p {
  margin: 0;
  font-size: 14px;
}
.printareabg a {
  font-size: 14px;
}
.success-text-hover {
  color: #fff;
}
.danger-text {
  color: #dc3545;
}
.danger-text-hover {
  color: #fff;
}
.dark-text {
  color: #333333;
}
.dark-text-hover {
  color: #fff;
}
.light-text {
  color: #f8f6f7;
}
.light-text-hover {
  color: #333333;
}
.gray-text {
  color: #707070;
}
.gray-text-hover {
  color: #c0c0c0;
}
.text-muted {
  color: #62646a !important;
}
.vbadge-success {
  background: var(--primary-color);
  color: #fff;
}
/* background color */
.secondary-bg {
  background: var(--primary-color);
  color: #fff;
}
.btn-photo {
  background: var(--primary-color);
  color: #fff;
}
.btn-photo:hover {
  /* background: #bd3315;
     */
  color: #fff;
  filter: brightness(0.85);
}
/* status color */
.Pending {
  background: #62646a;
  color: #fff;
}

.Decline {
  background: #f92525;
  color: #fff;
}
.Expired {
  background: #a3243b;
  color: #fff;
}
.Accepted {
  background: #28a745;
  color: #fff;
}
.sangvish-button {
  cursor: pointer;
  border: 0;
  padding: 0.8rem;
  position: relative;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-next {
  right: 15px;
}
.ui-datepicker .ui-datepicker-left {
  left: 20px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 1.8em;
  height: 1.8em;
}
button:focus {
  border: 0;
  outline-color: transparent;
}
.sangvish-button span {
  display: block;
  position: relative;
  z-index: 1;
}
.sangvish-button span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  background: rgba(255, 255, 255, 0.7);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  transform: scale(0);
}
button.vbtn-default,
.btn.vbtn-default {
  background: var(--primary-color);
  color: #fff !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* left: 11px;
  bottom: 3px; */
}
.btn.vbtn-default:hover {
  color: #fff !important;
}
button.vbtn-default:hover {
  /* background: var(--primary-color);
     */
  color: #fff;
  filter: brightness(0.85);
}
button.vbtn-primary,
.vbtn-primary {
  background: #007bff;
  color: #fff;
}
button.vbtn-primary:hover {
  background: #0069d9;
  color: #c7c2c2;
}
button.vbtn-warning {
  background: #ffc107;
  color: #fff;
}
button.vbtn-warning:hover {
  background: #e0a800;
  color: #c7c2c2;
}
button.vbtn-success {
  background: var(--primary-color);
  color: #fff;
}
button.vbtn-success:hover {
  background: var(--primary-color);
  color: #c7c2c2;
}
button.vbtn-danger {
  background: #dc3545;
  color: #fff;
}
button.vbtn-danger:hover {
  background: #c82333;
  color: #c7c2c2;
}
button.vbtn-dark {
  background: #333333;
  color: #fff;
}
button.vbtn-dark:hover {
  background: #23272b;
  color: #c7c2c2;
}
button.vbtn-light {
  background: #f8f6f7;
  color: #3a3a3a;
}
button.vbtn-light:hover {
  background: #e0e0e0;
  color: #333333;
}
.button-default {
  border-radius: 0.5rem;
}
.button-reactangular {
  border-radius: 0rem;
}
.button-rounded {
  border-radius: 5rem;
}
.button-rounded-4 {
  border-radius: 0.4rem;
}
.vbtn-outline-success {
  color: var(--primary-color);
  border-color: var(--primary-color);
  margin-left: 8px;
}
.vbtn-outline-success:hover {
  color: #ffffff;
  border-color: var(--primary-color);
  background: var(--primary-color);
}
a.vbtn-outline-success:hover {
  color: #ffffff !important;
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.btn-outline-secondary:hover {
  color: #ffffff !important;
}
.border-r-10 {
  border-radius: 10px;
}
.border-r-25 {
  border-radius: 25px;
}
ul.customlisting {
  margin-top: 8px;
}
ul.customlisting li a {
  width: 100%;
}
ul.customlisting li {
  line-height: 54px;
}
.rounded-4 {
  border-radius: 0.4rem;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.sangvish-button:focus:not(:active) span::after {
  animation: circleGrow 0.3s linear;
}
.list-background {
  background: #fff;
}
.p-15 {
  padding: 5rem;
}
.mt-80 {
  margin-top: 8rem;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  padding-left: 9.8rem !important;
}
/******************** Toggle Switch ****************/
.main-toggle-switch span {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
}
/* Toggle Switch */
.toggleSwitch span span {
  display: none;
}
@media only screen {
  .toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 50px;
    cursor: pointer;
    width: 80px;
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: -55%;
    top: 1px;
    opacity: 0;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    top: 2px;
    left: -45px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .toggleSwitch > span span:first-of-type {
    color: #888888;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch > span:before {
    content: "";
    display: block;
    width: 120px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: -2px;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #1dbf73;
    box-shadow: inset 0 0 0 30px #1dbf73;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
  .toggleSwitch.large a {
    width: 27px;
  }
  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .toggleSwitch.large input:checked ~ a {
    left: 47px;
    top: 2px;
  }
  .toggleSwitch.large > span span {
    font-size: 1.1em;
    font-weight: 600;
  }
  .toggleSwitch.large > span span:first-of-type {
    left: 0%;
  }
  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .toggleSwitch.xlarge a {
    width: 36px;
  }
  .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}
/* End Toggle Switch */
/* global style end ============================================================================================ */
/* header style start ============================================================================================ */
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: background 0.4s, all 0.3s linear;
  z-index: 99999;
}
header.header_area.migrateshop_othernav {
    z-index: inherit;
}
.header_area .navbar-right {
  min-width: 20rem;
  text-align: right;
}
.header_area .navbar-brand {
  margin-right: 3rem;
  padding: 0;
}
.header_area .navbar-social {
  min-width: 9.5rem;
  float: right;
}
.header_area .navbar-social li {
  margin-right: 1.2rem;
}
.header_area .navbar-social li i,
.header_area .navbar-social li span {
  font-size: 1.3rem;
}
.header_area .navbar-social li:last-child {
  margin-right: 0;
}
.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
  color: var(--primary-color);
}
.header_area .menu_nav {
  width: 100%;
}
.header_area .navbar {
  background: white;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding: 12px 15px;
}
.header_area .navbar .nav-right {
  min-width: 20rem;
}
.homenav .sv_become_host {
  color: #000;
}
.header_area .navbar .nav .nav-item {
  margin-right: 10px;
}
.header_area .navbar .nav .nav-item .nav-link {
  padding: 22px 0 20px 0px;
  display: inline-block;
  /* font-size: 1.5rem; */
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
a.colorSignUp.signup.btn.btn-danger {
  background: #a3243b;
  border-radius: 46px;
  padding: 5px 10px;
  width: 108px;
  font-size: 14px;
  text-decoration: none;
  height: 42px;
  line-height: 28px;
  font-weight: 600;
}
a.colorSignUp.signup.btn.btn-danger.login {
  background: #fff;
  color: #a3243b;
}
a.colorSignUp.signup.btn.btn-danger.login:hover {
  background: #a3243b !important;
  color: #fff !important;
}

a.colorSignUp.signup:hover {
  background: #fff !important;
  color: #a3243b !important;
}

.lang-outer svg {
  height: 20px;
  width: 20px;
}

.lang-outer {
  background: #f9f9f9;
  height: 42px;
  width: 42px;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  /* color: var(--primary-color); */
  opacity: 1;
}
.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}
.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 2.4rem;
  top: 4.5rem;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 0.1rem solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 4.5rem;
  color: #6059f6 !important;
  padding: 0px 3rem;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}
.header_area .navbar .search {
  font-size: 1.2rem;
  line-height: 6rem;
  display: inline-block;
  margin-left: 8rem;
}
.header_area .navbar .search i {
  font-weight: 600;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -7rem;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(7rem);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header_area.navbar_fixed .main_menu .navbar {
  background: #ffffff;
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  color: #000;
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
  /*color: #fff;
    */
}
.header_area.white_menu .navbar .nav .nav-item .nav-link {
  color: #fff;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: inline-block;
}
.header_area.white_menu.navbar_fixed
  .main_menu
  .navbar
  .navbar-brand
  img
  + img {
  display: none;
}
.header_area.white_menu.navbar_fixed
  .main_menu
  .navbar
  .nav
  .nav-item
  .nav-link {
  line-height: 7rem;
}
.top_menu {
  background: #ec9d5f;
}
.top_menu .float-left a {
  line-height: 4rem;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-right: 5rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top_menu .float-left a:last-child {
  margin-right: 0px;
}
.top_menu .float-right .pur_btn {
  color: #fff;
  line-height: 4rem;
  display: block;
  padding: 0px 4rem;
  font-weight: 500;
  font-size: 1.2rem;
}
/* Image size */
.list-photo {
  width: 100%;
  max-height: 180px;
}
.user-photo {
  width: 60px;
  height: 60px;
}
.img-40x40 {
  width: 40px;
  height: 40px;
}
.img-130x32 {
  width: auto;
  height: 70px;
}
.img-60x60 {
  width: 60px;
  height: 60px;
  border: 1px solid #a3243b;
}
.border-radius-50p {
  border-radius: 50%;
}
.img-70x70 {
  width: 70px;
  height: 70px;
}
.img-90x90 {
  width: 90px;
  height: 90px;
}
.img-100x100 {
  width: 100px;
  height: 100px;
}
.img-tpl {
  max-height: 150px;
  width: 100%;
}
.w-450 {
  width: 450px;
}
.min-h-300 {
  min-height: 300px;
}
.v-h-100 {
  height: 100vh;
}
/* header style end*/

/* tab-style-start */
.country-tabs-area {
  margin-top: 35px;
}

.by-country-location ul#pills-tab {
  max-width: 317px;
  margin-top: 14px !important;
  margin: auto;
  height: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  gap: 10px;
  border: 1px solid #e7e7e7;
  padding: 4px;
}
.by-country-location li.nav-item .nav-link {
  border: 0px;
  background: #00000000;
  border-radius: 50px;
  height: 43px;
  padding: 5px;
  color: #a3243b;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  display: flex;
  margin-top: -1px;
  outline: none;
  width: 148px;
  text-align: center;
  justify-content: center;
}
.by-country-location .shul-search-filed input {
  width: 100%;
  /* border: none !important; */
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
}

.by-country-location ul#myTab {
  background: rgb(0 0 0 / 50%);
  max-width: 297px;
  margin: auto;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  gap: 10px;
  border: 1px solid rgb(255 255 255 / 10%);
}

.by-country-location #myTab .nav-link.active {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border: 0px !important;
  outline: none;
}
.by-country-location #myTab .nav-link {
  color: rgb(255 255 255 / 70%) !important;
  font-weight: 600;
  font-size: 16px;
  width: 138px;
  justify-content: center;
}
.by-country-location li.nav-item .nav-link.active {
  background: #a3243b;
  color: #fff;
}
.by-country-location li.nav-item .nav-link.active:hover {
  color: #fff !important;
}
.banner-bottom-section .location-suggestion {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.banner-bottom-section .location-suggestion .location-name {
  display: flex;
  align-items: center;
  gap: 3px;
  background: #fff;
  border-radius: 46px;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
  font-weight: 600;
  color: #a3243b;
  border: 1px solid #a3243b;
  transition: all 0.3s ease;
}
.banner-bottom-section .location-suggestion .location-name:hover {
  background: #a3243b;
  color: #fff !important;
}
.banner-bottom-section .location-suggestion .location-name img {
  width: 20px;
}
.banner-bottom-section li.list-inline-item.sv_filter_txt a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px !important;
  border-radius: 50px;
  background: #a3243b;
  border: 1px solid #a3243b;
}
.banner-bottom-section button#more_filters {
  background: #fff;
  border: 1px solid #a3243b !important;
  padding: 10px 24px !important;
  border-radius: 50px;
  color: #a3243b;
  font-size: 16px;
  font-weight: 600;
}

.sv_home_subsec p {
  color: rgb(255 255 255 / 80%);
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.bnr-btm a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* tab-style-end */

@media (max-width: 1619px) {
  /* Main Menu Area css */
  .header_area .navbar .search {
    margin-left: 4rem;
  }
  /* End Main Menu Area css*/
}
@media (max-width: 1199px) {
  /* Main Menu Area css*/
  .header_area .navbar .nav .nav-item {
    margin-right: 1rem;
  }

  .header_area.navbar_fixed .sv_become_host {
    padding: 0 5px;
  }
  /* End Main Menu Area css */
  /* Home Banner Area css*/
  .home_banner_area .banner_inner {
    padding: 10rem 0rem;
  }
  /* End Home Banner Area css */
  .header_area .navbar .tickets_btn {
    margin-left: 4rem;
  }
  .home_banner_area .banner_inner .banner_content h2 br {
    display: none;
    font-size: 3.6rem;
  }
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 991px) {
  /* Main Menu Area css */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 12px;
    cursor: pointer;
    margin-top: 2rem;
    margin-bottom: 2.3rem;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .header_area .navbar .nav-item.active .nav-link {
    color: #6059f6 !important;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 0.75rem;
  }
  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 0.6rem;
    position: relative;
  }
  .navbar-toggler span {
    display: block;
    width: 1.7rem;
    height: 0.2rem;
    background: #000000;
    margin: auto;
    margin-bottom: 0.4rem;
    transition: all 400ms linear;
    cursor: pointer;
  }
  .navbar .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .nav {
    padding: 0px 0px;
  }
  .header_top .nav {
    padding: 0px;
  }
  .header_area .navbar .nav .nav-item .nav-link {
    padding: 1.2rem 0;
    margin-right: 0px;
    display: block;
    border-bottom: 0.1rem solid #ededed33;
    border-radius: 0px;
  }
  .header_area .navbar .search {
    margin-left: 0px;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 1.5rem;
  }
  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }
  .home_banner_area .banner_inner .banner_content .banner_map_img {
    display: none;
  }

  .header_area.white_menu.navbar_fixed
    .main_menu
    .navbar
    .nav
    .nav-item
    .nav-link {
    line-height: 4rem;
  }
  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #2b2b2b;
  }
  /* End Main Menu Area css */
  /* Blog page Area css */
  .categories_post img {
    width: 100%;
  }
  .categories_post {
    max-width: 36rem;
    margin: 0 auto;
  }
  .blog_categorie_area .col-lg-4 {
    margin-top: 3rem;
  }
  .blog_area {
    padding-bottom: 8rem;
  }
  .single-post-area .blog_right_sidebar {
    margin-top: 3rem;
  }
  /* End Blog page Area css */
  /* Contact Page Area css */
  .contact_info {
    margin-bottom: 5rem;
  }
  /* End Contact page Area css*/
  .home_banner_area .donation_inner {
    margin-bottom: -3rem;
  }
  .home_banner_area .dontation_item {
    max-width: 35rem;
    margin: auto;
  }
  .home_banner_area .banner_inner .home_left_img {
    display: none;
  }
  .header_area .navbar .tickets_btn {
    display: none;
  }
  .home_banner_area .banner_inner {
    padding: 7rem 0rem 10rem 0rem;
  }
  .left_side_text {
    margin-bottom: 5rem;
  }
  .price_item {
    max-width: 36rem;
    margin: 0rem auto 3rem;
  }
  .price_inner {
    margin-bottom: -3rem;
  }
}
@media (max-width: 767px) {
  .user-login-content {
    width: 100%;
  }
  .google_btn,
  .or-sec {
    display: none;
  }
  .banner-bottom-section .location-suggestion {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .banner-bottom-section .location-suggestion::-webkit-scrollbar {
    display: none;
  }
  .banner-bottom-section .location-suggestion .location {
    min-width: fit-content;
  }
  .sidebar-distance-duration .fa {
    font-size: 14px;
    margin-right: 5px;
  }
  .sidebar-distance-duration {
    flex-direction: column;
    gap: 12px;
  }
  .sidebar-custom {
    padding: 20px 5px !important;
    width: 80% !important;
    overflow-y: scroll;
  }
  #products .main-toggle-switch {
    text-align: center !important;
  }
  .sv_list_group {
    overflow-x: scroll;
  }
  .light_logo {
    display: none !important;
  }
  .sv_mob_map {
    visibility: hidden;
  }
  body {
    padding-bottom: 6rem;
  }
  .business-sec .card-1 {
    height: 250px !important;
  }
  #map-view .gmnoprint {
    bottom: 311px;
    left: 0;
  }
  .modal-full {
    min-width: 100%;
    margin: 0;
  }
  .modal-full .modal-content {
    min-height: 100vh;
  }
  .map-switch {
    display: none !important;
  }
  .modal-backdrop {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .user-login-bg {
    display: none;
  }
  .user-login {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .foot-padding {
    padding-bottom: 30px !important;
  }
  .modal-backdrop {
    z-index: auto;
  }
  .header_area {
    z-index: 20;
  }
  .property-title .svwishlist:hover,
  .share-option:hover {
    background: none !important;
  }
  .property-title .svwishlist,
  .share-option {
    padding: 7px !important;
  }
  .mob-hide {
    display: none;
  }
  .property-title .pull-right i {
    color: #fff;
    font-weight: 600;
    text-shadow: 3px 0px 0px rgb(64 62 62 / 51%);
    font-size: 1.8rem;
  }
  .home_banner_area {
    min-height: 50rem;
  }
  .home_banner_area .banner_inner {
    min-height: 50rem;
  }
  .home_banner_area .banner_inner .banner_content {
    margin-top: 0rem;
  }
  .modal.left .modal-dialog {
    width: 100% !important;
  }
  .sv_third_col {
    width: 40% !important;
  }
  /* Blog Page Area css*/
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .blog_info.text-right {
    text-align: left !important;
    margin-bottom: 1rem;
  }
  /* End Blog Page Area css*/
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 3rem;
  }
  .home_banner_area .banner_inner .banner_content p br {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 4.5rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
  .made_life_inner .nav.nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5rem;
  }
  .made_life_inner .nav.nav-tabs {
    margin-bottom: -1.5rem;
  }
  .made_life_area.made_white .left_side_text {
    margin-bottom: 0rem;
    margin-top: 3rem;
  }
  .mapBtn1 {
    display: none;
    font-size: 10px !important;
    line-height: 25px !important;
    transform: translateY(52px) translateX(235px);
  }
  .mapBtn3 {
    display: none;
    font-size: 10px !important;
    line-height: 25px !important;
    transform: translateY(90px) translateX(70px);
  }
  .mapBtn4 {
    display: none;
    font-size: 10px !important;
    /* right: -29px;
         */
    line-height: 2 !important;
    transform: translateY(126px) translateX(-65px);
  }
  .gm-style img {
    max-width: 18px;
    width: 100%;
    height: 18px;
  }
}
@media (max-width: 575px) {
  .top_menu {
    display: none;
  }
  /* Home Banner Area css */
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  .home_banner_area {
    min-height: 45rem;
  }
  .home_banner_area .banner_inner {
    min-height: 45rem;
  }
  .blog_banner .banner_inner .blog_b_text {
    margin-top: 0rem;
  }
  .home_banner_area .banner_inner .banner_content img {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0rem;
  }
  /* End Home Banner Area css*/
  .p_120 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .main_title h2 {
    font-size: 2.5rem;
  }
  /* Elements Area css */
  .sample-text-area {
    padding: 7rem 0 7rem 0;
  }
  .generic-blockquote {
    padding: 3rem 1.5rem 3rem 3rem;
  }
  /* End Elements Area css*/
  /* Blog Page Area css */
  .blog_details h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  /* End Blog Page Area css */
  .pad_top {
    padding-top: 7rem;
  }
  .pad_btm {
    padding-bottom: 7rem;
  }
}
@media (max-width: 480px) {
  .sv_bedname {
    width: 35% !important;
  }
  .sv_expire_date {
    float: none !important;
  }
  /* Main Menu Area css ============================================================================================ */
  .header_area .navbar-collapse {
    max-height: 25rem;
  }
  /* End Main Menu Area css ============================================================================================ */
  /* Home Banner Area css ============================================================================================ */
  .home_banner_area .banner_inner .banner_content {
    padding: 3rem 1.5rem;
    margin-top: 0px;
  }
  .banner_content .white_btn {
    display: block;
  }
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 2.4rem;
  }
  /* End Home Banner Area css ============================================================================================ */
  .banner_area .banner_inner .banner_content h2 {
    font-size: 3.2rem;
  }
  /* Blog Page Area css ============================================================================================ */
  .comments-area .thumb {
    margin-right: 1rem;
  }
  /* End Blog Page Area css ============================================================================================ */
  .testi_item .media .d-flex {
    padding-right: 0rem;
  }
  .testi_item .media .d-flex img {
    width: auto;
    margin-bottom: 1.5rem;
  }
  .testi_item .media {
    display: block;
  }
  .banner_btn {
    margin-bottom: 2rem;
  }
}
/* banner section start ============================================================================================ */
.hero-banner h1 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

h1.banner-title {
  font-size: 54px;
  /* margin-top: 22%; */
  margin-top: -15%;
  border-bottom: none !important;
  line-height: 67px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  text-shadow: none;
}

h1.banner-title:after {
  border-bottom: none !important;
}
h1.text-center {
  margin: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner h1 {
    font-size: 37px;
    /* font-weight: 700; */
    line-height: 46px;
    text-align: center;
  }
}
.hero-banner-sm {
  background: url(../img/banner/banner.png) left center no-repeat;
  background-size: cover;
  padding-top: 14rem;
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .svmedia img {
    width: 100%;
    height: 100%;
  }
  .mob-logo {
    display: none;
  }
  .hero-banner-sm {
    padding-top: 24rem;
    padding-bottom: 14rem;
  }
}
.hero-banner-sm h1 {
  text-transform: uppercase;
  color: #6059f6;
}
@media (max-width: 991px) {
  .hero-banner-sm h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .main_formbg {
    background: #fff;
    border-radius: 0px !important;
    width: 100%;
    box-shadow: none;
    padding: 5px;
  }
  .by-country-location.home_page_location {
    margin-bottom: 18px;
  }
  .page_search_country {
    padding: 0 0 3px 0 !important;
  }
  .col-xl-3.col-md-6.col-md-2.countryDiv.mob-border.page_search_country {
    padding: 0 0 3px 0;
  }
  .page_search_country .select2-container {
    width: 100% !important;
  }
  .front-search.mt-2.border-right-0.sreach-18 {
    width: 100%;
  }
  .search_wraper {
    padding: 0;
  }
  .right-gst-rgt.tempclsss .front-search {
    width: 100%;
  }
  .right-gst-rgt.tempclsss .front-search button {
    width: 100%;
  }
  .right-gst-rgt.tempclsss .country-tabs-area .right-gst-rgt .mt-2 {
    margin-top: 0px !important;
    width: 100%;
  }
  .countryDiv1.left-pading {
    padding-left: 15px !important;
  }

  .countryDiv.left-pading {
    padding-left: 15px !important;
  }

  .by-country-location {
    background: #fff;
    padding: 30px 26px;
    border-radius: 12px;
    margin: 10px;
  }
  .by-country-location ul#pills-tab {
    background: rgb(255 255 255 / 20%);
    border: 1px solid rgb(0 0 0 / 21%);
  }
  .by-country-location li.nav-item .nav-link {
    color: #000;
  }
  .country-tabs-area .col-12 {
    padding: 0px;
  }

  .country-tabs-area .mob-border {
    /* border-bottom: 1px solid rgb(0 0 0 / 15%); */
    /* padding-bottom: 20px; */
    /* margin-bottom: 12px; */
  }

  .main_formbg .check-date-icon {
    top: 40px;
  }
  .mob-border select {
    padding: 0px;
  }

  .country-tabs-area .right-gst-rgt .mt-2 {
    margin-top: 0px !important;
  }

  .right-gst-rgt span.serch-txt-mob {
    display: block !important;
  }
  .right-gst-rgt img.srch-mob-no {
    display: none !important;
  }
  .shul-search-filed input {
    border: 0px !important;
  }
  .country-tabs-area .col-lg-2.col-md-6.mt-4.mt-md-0.mob-pd-0 {
    margin-top: 0px !important;
  }
  .by-country-location li.nav-item .nav-link {
    font-size: 14px;
  }

  /* .main_menu .flow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    } */

  .middle-log {
    position: absolute;
    left: 20%;
    width: 60%;
    justify-content: center;
    text-align: center;
  }

  .main_menu .mob-header-user {
    background: #a3243b;
    height: 36px;
    width: 36px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
  .main_menu .mob-header-user img {
    height: 17px;
    width: 20px;
  }
  .header_area .navbar-brand {
    margin-right: 0px;
    padding: 0;
  }
  .header_area .middle-log a img {
    height: 65px;
    width: 85px;
  }
  .hero-banner-sm h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .homenav.navbar_fixed #front-search-form1 {
    display: block;
  }

  .homenav #front-search-form1 {
    display: none !important;
  }
  .addi-guest {
    margin-top: -32px;
  }
  .modal-body-filter {
    max-height: calc(100vh - 20.5rem) !important;
    overflow-y: auto;
  }
  #photos div:hover {
    cursor: pointer;
  }
  #front-search-form .form-control,
  #front-search-form-home .form-control {
    /* padding: 0 !important; */
  }
  #start-sec .operators-page__how__item[data-v-3601cef9]:nth-child(2) {
    flex-direction: row;
  }
  #start-sec .operators-page__how__index {
    display: none;
  }
}
.hero-banner-sm p {
  margin-bottom: 0;
}
.hero-banner-sm-content {
  max-width: 40rem;
}
.bg-shape {
  position: relative;
}
@media (max-width: 620px) {
  .bg-shape::before {
    display: none;
  }

  .main-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-banner img {
    height: 434px !important;
  }
  .main-area-banner .desk-search-form {
    margin-top: 100px;
    z-index: 50;
    position: relative;
  }
  .main-banner {
    /* background-color: #a8a6a6 !important; */
    background-color: #fff !important;
  }
}
@media (max-width: 620px) {
  .bg-shape::after {
    display: none;
  }
}
/* banner section end ============================================================================================ */
/* breadcrumb section start ============================================================================================ */
.banner-breadcrumb {
  display: inline-block;
}
.banner-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}
.banner-breadcrumb .breadcrumb-item {
  padding: 0.1rem;
}
.banner-breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  color: #fff;
}
.banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.4rem;
}
.banner-breadcrumb .breadcrumb-item.active {
  color: #fff;
}
/*=================== custom button rule start ====================*/
.button {
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  /*border-radius: 30px;
    */
  padding: 0.8rem 2.5rem;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
}
.button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.button-hero {
  font-weight: 500;
}
.button-contactForm {
  border-radius: 0.5rem;
}
.button-shadow {
  box-shadow: 0rem 1rem 2rem 0rem rgba(181, 176, 255, 0.2);
}
button.button {
  border: 0;
}
/*********************** Image Hover CSS *****************/
.content {
  margin: 0 auto;
  max-width: 100rem;
}
.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484b54;
  font-weight: 700;
  font-size: 1.5em;
}
.content > h2:first-child {
  padding-top: 0em;
}
/* Header */
.codrops-header {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}
.codrops-header h1 {
  margin: 0;
  font-weight: 700;
  font-size: 4em;
  line-height: 1.3;
}
.codrops-header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  color: #74777b;
  font-weight: 300;
  font-size: 45%;
}
/* Demo links */
/* To Navigation Style */
/* Related demos */
@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }
  .codrops-icon span {
    display: none;
  }
}
/* Common style */
.grid figure img {
  max-width: 50%;
  float: left;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 700;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  line-height: 70px;
}
.section-intro {
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}
.section-intro.text-center.pb-90px h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 3rem;
}
.section-padding {
  padding: 30px 0;
}
/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming p a {
  color: #fff;
}
figure.effect-ming p a:hover {
  color: var(--primary-color);
}
figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: none;
}
/************************ Form HTML ********************/
.main_formbg {
    background: #fff;
    width: 100%;
    padding: 0px 0 0 10px;
    border-radius: 50px;
    z-index: 999;
}
.main_formbg.item {
  padding: 0;
}
.main_formbg .countryDiv1 {
  border-radius: 34px 0 0 34px;
}
.main_formbg .countryDiv1:hover {
  background: #ebebeb;
  border-radius: 32px;
}
#daterange-btn-home .mob-border:hover,
#daterange-btn .mob-border:hover {
  background: #ebebeb;
  border-radius: 32px;
}
#front-search-form:hover .countryDiv1,
#front-search-form:hover #daterange-btn-home .mob-border,
#front-search-form:hover #daterange-btn .mob-border,
#front-search-form-home:hover .countryDiv1,
#front-search-form-home:hover #daterange-btn-home .mob-border,
#front-search-form-home:hover #daterange-btn1 .mob-border {
  border-color: transparent;
}
#front-search-form-home:hover .countryDiv1,
#front-search-form-home:hover #daterange-btn-home .mob-border,
#front-search-form-home:hover #daterange-btn1 .mob-border {
  border-color: transparent;
}
#daterange-btn-home .mob-border,
#daterange-btn .mob-border {
  padding-left: 15px;
}
#daterange-btn-home1 .mob-border:hover,
#daterange-btn .mob-border:hover {
  background: #ebebeb;
  border-radius: 32px;
}
#daterange-btn1 .mob-border:hover {
  background: #ebebeb;
  border-radius: 32px;
}
#front-search-form:hover .countryDiv1,
#front-search-form:hover #daterange-btn-home1 .mob-border,
#front-search-form:hover #daterange-btn .mob-border {
  border-color: transparent;
}
#front-search-form-home:hover .countryDiv1,
#front-search-form-home:hover #daterange-btn-home1 .mob-border,
#front-search-form-home:hover #daterange-btn .mob-border {
  border-color: transparent;
}
#daterange-btn-home1 .mob-border,
#daterange-btn .mob-border {
  padding-left: 15px;
}
div.elem-group {
  margin: 1rem 0;
  font-size: 1.4rem;
}
div.elem-group.inlined {
  width: 49%;
  display: inline-block;
  float: left;
  margin-left: 1%;
}
.selectbg {
  width: 49%;
  display: inline-block;
  float: left;
  margin-left: 1%;
}
.selectbg label {
  margin: 0rem 0 0.4rem 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #2b2b2b;
}
.elem-group.inlined label {
  margin: 0 0 0.5rem 0 !important;
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b2b2b;
}
.elem-group label {
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b2b2b;
}
input,
select,
textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 1.3rem;
  padding: 1rem 1rem 1rem 1rem;
}
.selectdrop {
  background: #eee;
  padding: 15px 0 15px 15px;
  border-radius: 3px;
  margin: 15px 0 15px 0;
}
input.checkinout {
  padding: 12px !important;
  height: 40px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid var(--primary-color);
}
div.elem-group.inlined input {
  width: 100%;
  display: inline-block;
}
.booking button {
  background: var(--primary-color);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  margin-top: 3rem;
  padding: 1rem;
  width: 100%;
  border-radius: 0.3rem;
  text-transform: uppercase;
  font-weight: 700;
}
.booking button:hover {
  background: var(--primary-color);
}
/******************** Reccommended *******************/
.imagebg {
  overflow: hidden;
  margin-bottom: 2rem;
}
.imagebg ul {
  margin: 0;
  padding: 0;
}
ul.bottom_text li {
  font-size: 1.4rem;
  list-style: none;
  display: inline;
  color: #2b2b2b;
  padding: 0 1rem 0 0;
}
.search_amini {
  background: #dadada;
  padding-left: 20px;
  padding-right: 20px;
}
.imagebg ul li {
  list-style: none;
  display: inline;
}
.imagebg ul li span {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #2b2b2b;
  font-weight: 700;
}
.imagebg ul li span div.price {
  font-size: 1.3rem;
  color: #777;
  font-weight: 700;
}
.imagebg img {
  width: 100%;
}
.imagebg2 {
  background-color: #000;
  margin-bottom: 0.5rem;
}
.imagebg2 img {
  transition: 300ms;
}
.imagebg2:hover img {
  opacity: 0.4;
}
.buttonbg button {
  background: var(--primary-color);
  border: none;
  color: #fff;
  padding: 0.4rem 1rem 0.4rem 1rem;
  margin-top: 0.7rem;
  float: left;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.buttonbg button:hover {
  background: var(--primary-color);
}
.pint_table {
  overflow: hidden;
  width: 100%;
  margin-top: 0.5rem;
}
.left_point {
  float: left;
  width: 48%;
}
.right_point {
  float: right;
  width: 48%;
}
.right_point h2 {
  font-size: 1.9rem;
  text-align: right;
  margin-top: 0.3rem;
}
.right_point h2 strong {
  color: var(--primary-color);
}
.right_point h2 span {
  font-size: 1.5rem;
}
.left_point ul li {
  list-style: none;
  display: inline;
  font-size: 1.3rem;
}
.left_point ul li i:hover {
  color: var(--primary-color);
}
/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #2e5d5a;
}
figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 6rem);
  width: calc(100% + 6rem);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-3rem, 0, 0) scale(1.12);
  transform: translate3d(-3rem, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
figure.effect-milo p {
  padding: 0 1rem 0 0;
  width: 50%;
  border-right: 1rem solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-4rem, 0, 0);
  transform: translate3d(-4rem, 0, 0);
}
figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.full_title {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price {
  padding: 0 0 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.full_title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.bottom_text {
  background: #dadada;
  overflow: hidden;
  width: 100%;
  padding: 0.3rem 0 0.3rem 1.2rem;
  border-radius: 0.3rem;
}
.profile-img img {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
/*************************** Testimonial CSS **********************************/
.testimonials {
  padding-bottom: 2.2em;
  text-align: center;
  color: #666;
}
.testimonials h1 {
  color: #2b2b2b;
  font-size: 1.3em;
}
.testimonials .test-body {
  padding: 1em;
}
.testimonials .item {
  background: #fff;
  padding: 5rem 3rem 5rem 3rem;
  border-radius: 0.4rem;
  box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.11);
  margin-bottom: 1.5rem;
}
.testimonials img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.testimonials .name {
  color: #2b2b2b;
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 700;
  padding: 1.8rem 0 0 0;
}
.testimonials .desig {
  font-size: 1.6rem;
  margin: 0 0 3.9rem 0;
  font-weight: 500;
  color: #2b2b2b;
}
.testimonials .share {
  margin: 0 auto;
  width: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonials i {
  padding: 0.5em 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.testimonials h2 {
  margin-bottom: 30px;
}
.testimonials i:hover {
  color: #777;
}
.testimonialbg {
  margin: -0.5rem 0 -0.5rem 0;
  background: url(../img/testimonial_bg.png) fixed center center;
  background-size: cover;
  display: none;
}
.item ul {
  margin: 0;
  padding: 0;
}
.item ul li {
  list-style: none;
  display: inline;
}
/*=================== custom button rule end ====================*/
.main-panel {
  position: relative;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  word-wrap: break-word;
}
.m-l-b-fff {
  background: #fff;
}
.m-l-b-p {
  padding: 15px 0 15px 0;
}
.m-l-b-m {
  margin: 15px;
}
.card-default {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.card-2 {
  background: #28a745;
  color: #fff;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.card-raised {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}
.card-shadow {
  border: none;
}
.view-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
.thumbnail {
  margin-bottom: 30px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem;
  border: 0;
}
.item.list-group-item .img-event {
  float: left;
  width: 30%;
}
.item.list-group-item .list-group-image {
  margin-right: 10px;
}
.item.list-group-item .thumbnail {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}
.item.list-group-item .caption {
  float: left;
  width: 70%;
  margin: 0;
}
.item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: " ";
}
.item.list-group-item:after {
  clear: both;
}
.avatar {
  vertical-align: middle;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
}
.head_avatar {
  vertical-align: middle;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  padding: 0.7rem;
  margin-top: 0.6rem;
}
ul.tophd li {
  list-style: none;
  display: inline;
  float: left;
  padding: 0 16px 0px 0;
}
.sidebar {
  top: 0;
  bottom: 0;
  position: absolute;
}
/**************** Icon Css ***************************/
.i-vertical-align {
  vertical-align: middle;
}
/**************** End Icon Css ***************************/
.main-section {
  margin-left: 250px !important;
  width: 100%;
}
@media (max-width: 767px) {
  .sidebar {
    width: 0px;
  }
  .main-section {
    margin-left: 0px !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.48rem 0.81rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.31rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 44px;
}
.form-control:focus {
  outline: 1px solid var(--primary-color);
  border: 1px solid var(--primary-color);
}
.form-control:focus,
textarea:focus,
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: 1px solid var(--primary-color);
}
.dropdown-toggle::after {
  color: var(--primary-color) !important;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2rem);
}
.profilebd {
  padding: 15px 15px 15px 15px;
  margin: 20px 0 30px 0;
}
.main-panelbg {
  background: #eee;
}
.main-panel.border.main-panelbg p {
  margin: 0;
  padding: 10px 15px 10px 15px !important;
}
li.edit-verifications-list-item p {
  font-size: 14px;
}
label.error,
.error-tag {
  color: red !important;
  font-size: 1.3rem;
}
.margin-top-85 {
  margin-top: 9.5rem;
}
.active-nav {
  border-bottom: 0.3rem solid var(--primary-color);
  font-weight: 700;
}
.side-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #c0c0c0c0;
  border-radius: 15px;
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
}
.active-side {
  /* color: var(--primary-color); */
  text-align: center;
  font-size: 1.6rem;
  border: 0px;
  color: #ffffff !important;
  border-color: var(--primary-color);
  background: var(--primary-color);
  border-radius: 10px;
}
.active-side a {
  color: #fff;
  font-weight: 700;
}
.room-image-container200 {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  position: relative;
  object-fit: cover;
  border-radius: 10px;
}
.display-off {
  display: none;
}
/*calender*/
.calendar-month {
  width: 100%;
  padding: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.calendar-month .current-month-selection {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.calendar-month .current-month-selection h2 {
  padding-top: 4px;
}
.calendar-month .current-month-selection select {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.calendar-month .current-month-selection .current-month-arrow {
  font-size: 24px;
  position: relative;
  top: -3px;
  text-rendering: optimizeLegibility;
}
.calendar-month .month-nav {
  color: #565a5c;
  border: 1px solid #ddd;
  width: 46px;
  height: 42px;
  display: inline-block;
}
.calendar-month .month-nav.disabled {
  color: #d7d7d7;
  border-color: #e6e6e6;
  cursor: default;
}
.calendar-month .month-nav.disabled:hover {
  color: #d7d7d7;
}
.calendar-month .month-nav .icon {
  width: 46px;
  height: 42px;
  line-height: 42px;
}
.calendar-month .month-nav:hover {
  color: #9ca299;
  text-decoration: none;
}
.calendar-month .month-nav-next {
  margin-right: 15px;
  margin-left: -1px;
  padding-top: 10px;
}
.calendar-month .month-nav-previous {
  margin-right: 15px;
  margin-left: -1px;
  padding-top: 10px;
}
.calendar-month .spinner-next-to-month-nav {
  position: absolute;
  top: 18px;
  left: 100%;
  width: 35px;
  margin-left: 13px;
  font-size: 0;
  color: transparent;
}
.calendar-month.calendar-placeholder {
  min-height: 456px;
}
.host-calendar-container {
  position: relative;
}
/*calender end*/
.col-md-02 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-left: -1px;
}
.col-md-02 {
  float: left;
}
.col-md-02 {
  width: 14.333%;
}
.wkText {
  font-size: 1.6rem;
  color: #414141;
  margin-left: 2px;
}
.calender_box {
  border: 1px solid #d4d4d4;
  padding: 2px 5px;
  height: 110px;
  border-bottom: 0;
}
.dTfont {
  position: absolute;
  bottom: 0;
}
.dt-not-available {
  background-color: #dce0e0 !important;
  cursor: not-allowed;
  pointer-events: none;
}
.dt-today .final_day {
  font-weight: bold;
}
.dt-available-with-events {
  background-color: #eeae9c;
}
.margin-top30 {
  margin-top: 30px;
}
.tile {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  float: left;
  transform-style: preserve-3d;
}
.header {
  border-bottom: 1px solid #ebeff2;
  padding: 19px 0;
  text-align: center;
  color: #59687f;
  font-size: 600;
  font-size: 19px;
  position: relative;
}
.banner-img {
  padding: 5px 5px 0;
}
.banner-img img {
  width: 100%;
  border-radius: 5px;
}
.dates {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 16px;
  color: #5aadef;
  font-weight: 600;
  overflow: auto;
  background: #eeeeee54;
}
.dates div {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}
.dates strong,
.stats strong {
  display: block;
  color: #28a745;
  font-size: 16px;
  font-weight: 700;
}
.stats {
  border-top: 1px solid #ebeff2;
  background: #f7f8fa;
  overflow: auto;
  padding: 15px 0;
  font-size: 16px;
  color: #59687f;
  font-weight: 600;
  border-radius: 0 0 5px 5px;
}
.stats div {
  border-right: 1px solid #ebeff2;
  width: 33.33333%;
  float: left;
  text-align: center;
}
.stats div:nth-of-type(3) {
  border: none;
}
div.footer {
  text-align: right;
  position: relative;
  margin: 20px 5px;
}
div.footer a.Cbtn {
  padding: 10px 25px;
  background-color: #dadada;
  color: #666;
  margin: 10px 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
}
div.footer a.Cbtn-primary {
  background-color: #5aadf2;
  color: #fff;
}
div.footer a.Cbtn-primary:hover {
  background-color: #7dbef5;
}
div.footer a.Cbtn-danger {
  background-color: #fc5a5a;
  color: #fff;
}
div.footer a.Cbtn-danger:hover {
  background-color: #fd7676;
}
.daterangepicker {
  max-width: none;
  z-index: 999999 !important;
  box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 34px;
  width: 45px !important;
  height: 45px !important;
  line-height: 24px !important;
  font-size: 15px !important;
  border-radius: 0px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.in-range {
  background-color: var(--primary-color) !important;
  border-color: transparent;
  color: #fff;
  border-radius: 0;
  opacity: 0.6;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.end-date,
.daterangepicker td.end-date:hover {
  background-color: var(--primary-color) !important;
  color: #fff;
  opacity: 1;
  border: 1px solid #fff !important;
}
td.off.available {
  /* visibility: hidden; */
}
.daterangepicker .drp-calendar {
  max-width: 350px !important;
}
.daterangepicker .ranges ul {
  margin-top: 15px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute !important;
  top: 8px !important;
  right: 8px;
  display: block !important;
  font-family: "Font Awesome 5 Free" !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #d2290b !important;
  color: #fff !important;
  border-color: transparent;
}
@media only screen and (max-width: 992px) {
  .calender_box {
    height: 80px;
  }
}
.calenBox {
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .calenBox {
    width: 100%;
    height: 300px;
    overflow: scroll;
    overflow-x: scroll;
  }
  .dTfont {
    position: absolute;
  }
}
@media only screen and (max-width: 414px) {
  .sangvish-button.pl-4.pr-4 {
    margin: 0px !important;
  }
  .pick-btn {
    width: 100% !important;
  }
  ul.tophd li {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 375px) {
  .sangvish-button.pl-4.pr-4 {
    margin: 0px !important;
    padding: 7px 5px 10px 5px !important;
  }
  .pick-btn {
    width: 100% !important;
  }
  ul.tophd li {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .wkText {
    font-size: 10px;
    color: #414141;
    margin-left: 2px;
  }
}
.StripeElement {
  width: 100% !important;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 320px) {
  select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2rem) !important;
  }
  .sangvish-button.pl-4.pr-4 {
    margin: 0px !important;
    padding: 7px 5px 10px 5px !important;
  }
  .pick-btn {
    width: 100% !important;
  }
  ul.tophd li {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    /*padding-right: 0px;
         padding-left: 0px;
        */
  }
}
.price-pro {
  background: #018055;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  top: -20px;
  position: absolute;
  font-size: -31px;
  left: 5px;
  color: #fff;
}
.modal-content {
  border-radius: 1.3rem;
}
input[type="checkbox"] {
  display: inline-block !important;
  height: 24px !important;
  width: 24px !important;
  text-align: center !important;
  vertical-align: top !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgb(176, 176, 176) !important;
  background: rgb(255, 255, 255) !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  margin-right: 5px;
}
.ml-25 {
  margin-left: 25px !important;
}
.hidden-pod {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}
[data-toggle="collapse"] .fa:before {
  content: "\f139";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
[data-toggle="collapse"] .review-arrow:before {
  content: "\f107";
}
[data-toggle="collapse"].collapsed .review-arrow:before {
  content: "\f105";
}
/******* Padding Section *************/
/* List Grid view */
.inactive-list {
  color: #a2a2a2;
}
.list-bacground {
  background: #efefef;
}
.badge-pill {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 9px;
  min-width: 45px;
  position: relative;
  overflow: hidden;
  background: #ffb400;
  background: -webkit-linear-gradient(
    310deg,
    #ffc333 55%,
    #ffb400 55%,
    #ffb400 100%
  );
  background: -moz-linear-gradient(
    310deg,
    #ffc333 55%,
    #ffb400 55%,
    #ffb400 100%
  );
  background: -o-linear-gradient(
    310deg,
    #ffc333 55%,
    #ffb400 55%,
    #ffb400 100%
  );
  background: linear-gradient(140deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc333', endColorstr='#ffffb400', GradientType=0);
}
.icon-beach {
  color: var(--primary-color);
}
.rating_active {
  color: var(--primary-color);
}
.rating {
  color: #2b2b2b;
}
/*star rating*/
.stars {
  min-height: 10px;
  width: 125px;
}
.star-rating-alt {
  background: url("../img/alt_star.png") repeat-x scroll left top
    rgba(0, 0, 0, 0);
  height: 25px;
  list-style: outside none none;
  padding: 0;
  position: relative;
  width: 125px;
}
.star-rating-alt li.current-rating {
  background: url("../img/alt_star.png") repeat scroll left center
    rgba(0, 0, 0, 0);
  display: block;
  height: 25px;
  position: absolute;
  text-indent: -9000px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .custom_class_booking_type {
    text-align: center;
  }
}
.ex-image-container {
  width: 100%;
  height: 500px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 2rem;
}
.slider-image-container {
  width: 100%;
  height: 400px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  position: relative;
}
/*add*/
.blue-color {
  color: #367ea6;
}
.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #ccc;
}
.tip-left {
  top: 10px;
  left: -21px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.tip-right {
  top: 10px;
  right: -21px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.dialogbox .body {
  position: relative;
  height: auto;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background-color: #f4f4f4;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.body .message {
  min-height: 30px;
  border-radius: 3px;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #797979;
}
.media-photo-badgeSMS {
  border-radius: 50% !important;
  height: 90px !important;
  width: 90px !important;
}
.profile_photo img {
  border-radius: 50% !important;
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 479px) {
  .media-photo-badgeSMS {
    border-radius: 50% !important;
    height: 70px !important;
    width: 70px !important;
    margin-top: 20px;
  }
}
.media-photo-badge img {
  width: 80px;
  height: 80px;
  border: 1px solid #a3243b;
  border-radius: 50% !important;
}
#booking-banner.stick {
  margin-top: 70px !important;
  position: fixed !important;
  width: 25%;
  top: 0;
  z-index: 10;
  border-radius: 0 0 0.5em 0.5em;
}
#booking-price.stick {
  position: fixed !important;
  width: 22.5%;
  top: 85px;
  right: 5%;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
}
.page-link {
  position: relative;
  display: block;
  margin: 6px;
  color: var(--primary-color);
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.page-link:hover {
  z-index: 3;
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border: 1px solid #dee2e6 !important;
}
.paginate_button.previous.disabled:hover {
  background: #fff !important;
}
.paginate_button.next.disabled:hover {
  background: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 0.3rem 1em !important;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
  color: var(--primary-color) !important;
  border: 1px solid #dee2e6 !important;
  margin: 0.5rem;
}
.current {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.dataTables_wrapper {
  margin-top: 2.2rem !important;
}
.dataTables_paginate paging_simple_numbers {
  padding: 1.5rem;
}
/*********************** Page Not Found Css *******************************/
#notfound {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
}
.notfound {
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
#notfound .notfound {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound .notfound-404 {
  position: relative;
  height: 240px;
}
.notfound .notfound-404 h3 {
  font-family: "Quicksand", sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}
.notfound .notfound-404 h1 {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 170px;
  font-weight: 900;
  margin: 0px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-left: 0;
}
.notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px #000;
}
.notfound h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}
.error-reply {
  font-size: 8rem;
  font-weight: 600;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
/* Left & Right */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
  max-height: calc(100vh);
}
.modal.left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}
.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
  border-radius: 0;
  border: none;
}
.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
  width: 300px;
}
/* Footer */
.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}
.mobile-side a {
  align-items: center;
  width: 100%;
  padding: 0 0px 0 20px;
  color: #010101;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  line-height: 60px;
}
.mobile-side a i {
  margin-right: 10px !important;
  width: 20px;
}
.drop-width {
  width: 150px;
}
.ranges-time li {
  font-size: 13px !important;
  border: 1px solid #fff !important;
  color: #222325 !important;
  padding: 3px 12px !important;
  margin-bottom: 8px !important;
  cursor: pointer !important;
}
.ranges li {
  font-size: 13px !important;
  border: 1px solid #fff !important;
  color: #222325 !important;
  padding: 3px 12px !important;
  margin-bottom: 8px !important;
  cursor: pointer !important;
}
.ranges-time li:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.ranges li:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.ranges li.active {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: #fff !important;
}
.ranges-time li.active {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: #fff !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.nav-item > .active {
  color: var(--primary-color);
  font-weight: 700;
}
.footer-bg {
  background: #f7f7f7 !important;
}
/* Inbox */
.container-inbox {
  display: flex;
  height: calc(100vh - 17rem);
}
.right-inbox {
  height: calc(100vh - 17rem);
}
sidebar {
  width: 25%;
  min-width: 25%;
  display: flex;
  background: #fff;
  flex-direction: column;
  transition: 500ms all;
  max-height: 100vh;
  z-index: 80;
}

.list-wrap::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.list-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  box-shadow: inset 0 0 5px grey;
}

.list-wrap::-webkit-scrollbar-thumb {
  background: #f6f6f6;
  border-radius: 10px;
}

.main-counter-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.counter-right {
  font-size: 12px;
  height: 20px;
  width: 20px;
  background: #a3243b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  border-radius: 50px;
}

sidebar .logo {
  display: flex;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 3em;
  letter-spacing: 7px;
  border-bottom: 1px solid #ccc;
}
sidebar .list-wrap {
  width: 240px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
}
sidebar .list-wrap .list {
  border-bottom: 1px solid #ddd;
  background: #fff;
  display: flex;
  padding: 5px;
  cursor: pointer;
}
sidebar .list-wrap .list:hover,
sidebar .list-wrap .list.active {
  background: #f4f7f9;
}
sidebar .list-wrap .list img {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  margin-right: 1rem;
  border: 1px solid #dee2e6;
}
sidebar .list-wrap .list .info {
    /* flex: 1; */
    width: calc(100% - 50px);
}
sidebar .list-wrap .list .count {
  font-size: 0.75em;
  background: #bde2f7;
  box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.7);
  padding: 0.3rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  color: #000;
}
.content-inbox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content-inbox header {
    height: 7rem;
    background: #f7f7f7;
    display: flex;
    padding: 1rem;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
}
.content-inbox header img {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #dee2e6;
}
.content-inbox header .info {
  flex: 1;
}
.content-inbox header .info .user {
  font-weight: 700;
}
.content-inbox header .info .time {
  display: flex;
  margin-top: 3px;
  font-size: 0.85em;
}
.content-inbox header .open {
  display: none;
}
.content-inbox header .open a {
  color: #000;
  /* letter-spacing: 3px; */
}
.message-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
    overflow: auto;
    height: calc(100vh - 30rem);
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
}
/* .message-wrap::before {
  content: "";
  margin-bottom: auto;
} */
.message-wrap .message-list {
  align-self: flex-start;
  max-width: 70%;
}
.message-wrap .message-list.me {
  align-self: flex-end;
}
.message-wrap .message-list.me .msg {
  background: #bde2f7;
  color: #111;
}
.message-wrap .message-list .msg {
  background: #dee2e6;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.message-wrap .message-list .time {
  text-align: right;
  color: #999;
  font-size: 0.75em;
}
.message-footer {
  border-top: 1px solid #ddd;
  background: #eee;
  padding: 10px;
  display: flex;
  /* height: 60px; */
}
.message-footer input {
  flex: 1;
  padding: 0 20px;
  border-radius: 5px;
}
.message-footer textarea {
  width: 100%;
}
.message-footer i {
  margin-top: 28px;
}
.container-fluid-90 {
  width: 90% !important;
}
@media only screen and (max-width: 480px), only screen and (max-width: 767px) {
  sidebar {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 0vh;
    bottom: 0;
    box-shadow: 0 5px 25px -5px black;
    bottom: 0;
    left: 0;
  }
  sidebar.opened {
    height: calc(100vh - 25rem) !important;
  }
  sidebar .logo {
    display: none;
  }
  sidebar .list-wrap .list .count {
    font-size: 0.75em;
  }
  header .open {
    display: block !important;
  }
  .container-fluid-90 {
    width: 100% !important;
  }
}
.modal-lg {
  max-width: 1000px;
}

.modal-body {
  max-height: calc(100vh - 12.5rem);
  overflow-y: auto;
}
.drop-down-menu-left {
  left: -40px;
}
.vtooltip {
  position: relative;
  display: inline-block;
}
.vtooltip .vtooltiptext {
  visibility: hidden;
  width: 110px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  margin-left: -60px;
}
.vtooltip .vtooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.vtooltip:hover .vtooltiptext {
  visibility: visible;
}
.map-view-location {
  width: 100%;
  height: 400px;
}
.map-close {
  background: #fff;
  border: 0px;
  padding: 0px;
  position: absolute;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  height: 45px;
  width: 45px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  top: 10px;
  left: 15px;
  color: #2b2b2b;
  z-index: 100;
}
.price-btn {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.show-map {
  background: #fff;
  border: 0px;
  padding: 0px;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  color: #2b2b2b;
  z-index: 100;
}
.dropdown-menu-location {
  width: 45rem !important;
  border-radius: 15px !important;
  top: 5px !important;
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}
.dropdown-menu-room-type {
  width: 25rem !important;
  border-radius: 15px !important;
  top: 5px !important;
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}
.dropdown-menu-price {
  border-radius: 15px !important;
  top: 5px !important;
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}
.opacity-1 {
  opacity: 1 !important;
}
.pick_date-width {
  width: 230px;
  padding: 0 10px 0 15px;
}
.modal-z-index {
  z-index: 100000000 !important;
}
@media only screen and (max-width: 900px) {
  #booking-banner.stick {
    width: 32% !important;
  }
  #booking-price.stick {
    width: 32% !important;
  }
  .dropdown-menu-location {
    width: 30rem !important;
  }
  .ex-image-container,
  .slider-image-container {
    height: 250px;
  }
}
/**************************** Dashboard Css *********************************/
.widget ul {
  margin: 0px;
  padding: 0;
  overflow: hidden;
}
.widget ul li {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.sidebar-thumb {
  float: left;
  overflow: hidden;
  margin-right: 15px;
}
.sidebar-thumb img {
  background: #fff;
  border: 1px dashed #e0e0e0;
  padding: 6px;
  height: 75px;
  width: 75px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.sidebar-content h5 {
  font-size: 16px;
  cursor: pointer;
  line-height: 18px;
}
.sidebar-content h5 a:hover {
  color: #2996bd;
}
.sidebar-content h5 a {
  color: #202020;
  outline: 0 none;
  text-decoration: none;
  font-weight: bold;
}
.sidebar-meta span {
  color: #2e2e2e;
}
.sidebar-meta span.time {
  margin-right: 10px;
}
/**************************** End Dashboard Css *********************************/
.review-0 ul li {
  list-style: none;
  display: inline;
  width: 50%;
}
a.send-btn {
  z-index: 11;
  position: relative;
  float: right;
  background-color: #a3243b;
  border-color: #a3243b;
  margin: 0px 0 0 -50px;
  width: 50px;
  border-radius: 0 4px 4px 0;
}
.single-load {
  min-height: 200px;
  width: 100%;
  text-align: center;
  opacity: 0.9;
  padding-top: 110px;
}
.loader-img {
  min-height: 200px;
  width: 100%;
  text-align: center;
  opacity: 0.9;
  padding-top: 70px;
}
.not-found {
  width: 100px;
}
.light-box-img {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.light-box-view {
  text-align: center;
  padding-top: 40px;
  margin-top: 0px;
  color: white;
  height: 130px;
  width: 100%;
  background-color: #8e8f90;
  cursor: pointer;
}
.single-map-w {
  width: 100%;
  height: 400px;
}
.map-view {
  width: 100%;
  height: 500px;
}
.cursor-pointer {
  cursor: pointer;
}
.map-property-img {
  height: 150px;
  width: 250px;
  object-fit: cover;
}
.media-cover {
  width: 250px;
}
.map-property-name {
  max-height: 150px;
  max-width: 250px;
}
.dataTables_paginate {
  margin-top: 25px !important;
}
.js-calendar-sync:hover {
  color: #fff !important;
}
.shareButton {
  background-color: #476bb8;
  color: white;
  padding: 3px 10px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 5px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.shareButton:hover {
  background-color: #3b5998;
  color: white !important;
}
.view-all {
  background-color: rgb(24, 23, 23);
  color: #fff;
  font-weight: 700;
}
.view-all img {
  opacity: 0.5;
}
.h-110px {
  height: 110px;
  object-fit: cover;
}
.gal-img {
  width: 200px;
}
.price-table-scroll {
  max-height: 500px;
  padding: 0 20px;
}
/* Media query */
@media (min-height: 0px) and (max-height: 480px) {
  .min-height {
    min-height: 480px;
  }
}
@media (min-height: 481px) and (max-height: 720px) {
  .min-height {
    min-height: 600px;
  }
}
@media (min-height: 721px) and (max-height: 850px) {
  .min-height {
    min-height: 790px;
  }
}
@media (min-height: 851px) and (max-height: 1440px) {
  .min-height {
    min-height: 927px;
  }
}
@media (max-width: 1200px) {
  #booking-price.stick {
    width: 30.5%;
  }
}
/* Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.swal-footer {
  text-align: center;
}
progress {
  border: none;
  height: 5px;
  width: 100px;
  margin-bottom: 3px;
  background: rgb(196, 194, 194);
}
progress {
  color: rgb(180, 180, 184);
}
progress::-webkit-progress-value {
  background: #222222;
}
progress::-moz-progress-bar {
  background: rgb(180, 180, 184);
}
progress::-webkit-progress-value {
  background: #222222;
}
progress::-webkit-progress-bar {
  background: rgb(180, 180, 184);
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  progress {
    width: 55px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1100px) {
  progress {
    width: 80px;
  }
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--primary-color) !important;
  background: var(--primary-color) !important;
  font-weight: normal;
  color: #fff !important;
}

.ui-state-active:hover {
  color: #fff !important;
}
.line-height-2-4 {
  line-height: 2.4;
}
.overflow-hidden-x {
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .countryDiv1.mob-border.br-right {
    padding: 0px;
  }
  .mob-border.br-right {
    padding: 0px;
  }
  #daterange-btn-home .mob-border,
  #daterange-btn .mob-border {
    padding-left: 0px;
  }
  #daterange-btn-home1 .mob-border,
  #daterange-btn .mob-border {
    padding-left: 0px;
  }
  .right-gst-rgt.heloo .front-search {
    width: 100%;
  }
  .gal-img {
    width: 100% !important;
  }
  .h-110px {
    height: auto !important;
  }
}
/* new style start here */
#front-search-form label,
#front-search-form1 label,
#front-search-form-home label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  color: #111111;
  padding-left: 8px;
}
#front-search-form .form-control,
#front-search-form1 .form-control,
#front-search-form-home .form-control {
  font-size: 14px;
  border: 0;
  height: 25px;
  background: transparent;
  margin-top: 0px;
  color: #6d6d6d;
  font-weight: 500;
  padding-right: 20px !important;
  padding-left: 8px !important;
}
/* .main_formbg #front-search-form-home .countryDiv1 label, .main_formbg #front-search-form-home .countryDiv1 .form-control {
    padding-left: 0 !important;
} */
.left-gst-lft {
  width: 60%;
}
.right-gst-rgt {
  width: 40%;
}
.main_formbg .check-date-icon img {
    height: 14px !important;
    width: 14px;
    border-radius: 0 !important;
}

.main_formbg .br-right {
  padding: 5px 10px 5px 20px;
  border-right: 1px solid rgb(0 0 0 / 15%);
}
.main_formbg .check-date-icon-txt {
  position: relative;
  top: -5px;
}
.main_formbg .check-date-icon {
  position: absolute;
  right: 10px;
  top: 24px;
  /* display: none; */
}
.countryDiv1.left-pading {
  padding-left: 30px !important;
}
.countryDiv.left-pading {
  padding-left: 30px !important;
}

.right-gst-rgt button.btn.vbtn-default img {
  height: 20px !important;
  width: 20px;
  display: flex;
  /* position: relative;
    left: 2px; */
}
.right-gst-rgt span.serch-txt-mob {
  display: none;
}
#front-search-form .col-md-5,
#front-search-form .col-md-2,
#front-search-form1 .col-md-5,
#front-search-form1 .col-md-2,
#front-search-form-home .col-md-5,
#front-search-form-home .col-md-2 {
  border-left: 1px solid #ddd;
}
#front-search-form .col-md-5,
#front-search-form .col-md-2,
#front-search-form1 .col-md-5,
#front-search-form1 .col-md-2,
#front-search-form-home .col-md-5,
#front-search-form-home .col-md-2:first-child {
  border-left: 0px;
}
.front-search button {
  border-radius: 50%;
  height: 52px;
  width: 52px;
  /* float: right; */
}
/* header::before {
     content: "";
     height: 140%;
     left: 0px;
     pointer-events: none;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 0;
     opacity: 0.4;
    background:#ddd;
}
*/
.sv_home_subsec {
  margin-top: 20rem;
}
.sv_home_subsec button {
  box-shadow: 0px 6px 16px rgb(0 0 0 / 12%) !important;
  border: 0;
  background: #fff;
  padding: 15px 40px;
  border-radius: 50px;
}
.sv_home_subsec button a {
  color: #6f019c;
  font-weight: 600;
}
.svcity {
  margin-bottom: 5rem;
}
.hero-banner h1:after,
.sv_header_text:after {
  content: "";
  display: block;
  width: 25px;
  height: 13px;
  border-bottom: 2px solid #fff;
  margin: auto;
}
.recommandedbg .card img {
  border-radius: 10px;
  transition: 0.3s;
}
.recommandedbg .card {
  box-shadow: none;
}
.header_area.navbar_fixed,
header.header_area.migrateshop_othernav.navbar_fixed {
  z-index: 9999;
}
.svred {
  color: #000;
}
.sv_brown {
  color: #b43618;
}
.sv_social li i {
  color: var(--primary-color);
  font-size: 20px;
}
.sv_social li {
  margin-right: 15px !important;
}
.margin-bottom-zero {
  margin-bottom: 0;
}
.sv_user_login button {
  background: #fff;
  border: 0;
  border-radius: 50px;
  padding: 6px 6px 6px 15px;
  border: 1px solid #f0f0f0;
  line-height: 12px;
  height: 42px;
}

.profile-outer svg {
  height: 16px;
  width: 16px;
}

.profile-outer {
  background: #f2f2f2;
  height: 32px;
  width: 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
}
.sv_user_login button img.head_avatar {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  /* margin-left: 7px; */
}

img.h-icon-gp {
  margin-right: 7px;
}
.sv_user_login button:after {
  display: none;
}
.sv_user_login i {
  margin-left: 7px;
  vertical-align: middle;
}
/* .sv_user_login {
     padding: 2rem 0 10px;
} */
.sv_user_login .dropdown-menu {
  border-radius: 4px;
  left: inherit;
  margin: 0;
  min-width: 22rem;
  top: 50px;
  right: 0;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 5px;
  border: none;
  /* z-index: 1; */
}

.sv_user_login .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 8px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dfdddd;
  clear: both;
}

.dropdown.sv_user_login button {
  text-transform: capitalize;
}

.sv_user_login .dropdown-menu li a {
  padding: 7px 10px;
  font-size: 14px;
  display: block;
}
.sv_user_login button:focus {
  outline: none;
}
#loginmodel,
#registermodel {
  z-index: 999999;
}
.migrateshop_othernav:before {
  display: none;
}
.migrateshop_othernav .navbar .nav .nav-item .nav-link {
  color: #000;
}
#loginmodel .modal-header h3,
#registermodel .modal-header h3,
#forgotmodel .modal-header h3 {
  width: 100%;
  font-weight: 600;
}
#loginmodel .modal-header .close,
#registermodel .modal-header .close {
  font-size: 20px;
  opacity: 1;
}
.migrateshop_othernav .sv_header_text {
  display: none;
}
.sv_third_col {
  margin-top: 5px;
}
.sv_fourth_col {
  margin-top: 1.5rem;
}
.sv_fourth_col_img div {
  height: 170px;
}
.sv_fifth_col {
  width: 25%;
}
.sv_fifth_col img {
  width: 100%;
  height: 195px;
}
.sv_large_size {
  width: 50%;
}
.sv_large_size img {
  height: 400px;
  width: 100%;
}
.sv_fifth_row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 395px;
  margin-top: 1rem;
}
.hide {
  display: none;
}
.card img {
  border-radius: 10px;
}
#booking-price {
  box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 12px;
  overflow: hidden;
  padding: 17px;
}
#booking-price .single-border {
  border: 1px solid #b5b3b3;
}
#booking-price label,
#booking_table td {
  font-size: 14px;
}
.sv_single_prop .fixed {
  position: fixed;
  top: 95px;
  height: 48px;
  z-index: 2;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.sv_single_prop .fixed li {
  float: left;
  padding: 10px;
}
.sv_single_prop .fixed li a {
  color: #000;
  font-size: 14px;
}
.sv_single_prop .fixed li a:hover {
  color: #000 !important;
}
.prop-nav li:hover {
  border-bottom: 3px solid #000;
}
.ul-price-fixed li {
  font-weight: 700;
}
#reviews {
  /* padding: 10% 0 0; */
}
.sv_search_page {
    margin-top: 0;
    /* background: #f8f8f8 !important; */
    position: static;
}
.migrateshop_othernav .navbar {
  background: transparent;
}
.sv_list li button {
  font-size: 14px;
  /*border:1px solid rgb(176, 176, 176)*/
}
#properties_show .carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.img-event img {
  max-height: 180px;
  min-height: 180px;
  border-radius: 12px;
}
.svleft,
.svright {
  position: absolute;
  top: 50%;
  z-index: 12;
  background: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 23px;
}
.svleft {
  left: 30px;
}
.svright {
  right: 30px;
}
.svleft i,
.svright i {
  font-size: 12px;
}
.sv_property_title::after {
  content: "";
  border-bottom: 1.5px solid #dddddd;
  width: 35px;
  height: 10px;
  display: block;
}

.sv_start_your_search,
.mob-search {
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%) !important;
  border-radius: 50px;
  line-height: 35px;
  color: #000;
  text-align: left;
}
.header_area .sv_head_search,
.mob-search {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
}
.sv_start_your_search button,
.mob-search button {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  float: right;
}
.single_sticky {
  z-index: 9 !important;
}
.margin-top-90 {
  margin-top: 9rem;
}
.margin-top-120 {
  margin-top: 12rem;
}
.margin-top-100 {
  margin-top: 10rem;
}
.yellow_color {
  color: #000;
}
.fb_btn {
  background: #007bff;
  color: #fff;
}
.fb_btn:hover {
  color: #007bff;
  border-color: #007bff;
  background: transparent;
}
.google_btn {
  background: #dc3545;
  color: #fff;
}
.google_btn:hover {
  color: #dc3545;
  border-color: #dc3545;
  background: transparent;
}
.underline {
  text-decoration: underline;
}

.svlogin_bg {
  background: url("../img/login-bg.jpg");
  background-position: 100% 100%;
}
.tryhosting {
  background: url(../images/kosher-banner.webp);
  color: #fff;
  padding: 20rem 3rem;
  border-radius: 15px;
  background-size: cover !important;
  background-color: #1c1c1c;
  background-repeat: no-repeat !important;
}
.tryhosting h2 {
  font-size: 4rem;
  letter-spacing: 1px;
}
.tryhosting p {
  line-height: 25px;
}
.price_fixed {
  position: fixed;
  top: 8.3rem;
  right: 24.6rem;
  background: #c73f22;
  z-index: 10;
  width: 255px;
  border: 0 !important;
  border-radius: 0 !important;
}
.ul-price-fixed {
  width: 32%;
}
.price_fixed .secondary-bg {
  border-radius: 0 !important;
}
.price_fixed .p-3 {
  padding: 10px !important;
}
#per_night,
#per_month {
  float: right;
}
.ul-price-fixed #per_night,
#per_month {
  float: left;
  color: grey !important;
  line-height: 2;
}
.ul-price-fixed li {
  padding: 7px 5px !important;
}
.wishicon i {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  /* background-color: hsla(0, 0%, 100%, 0.8); */
  color: #000;
  display: block;
  padding: 0;
  text-align: center;
}
.wishicon i {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  /* top: 10px;
  right: 20px; */
  color: var(--primary-color);
  cursor: pointer;
  line-height: 41px !important;
}
/* .pull-right {
  float: right;
} */
.mob-banner {
  display: none;
}
.br-50 {
  border-radius: 50px;
}
.navbar_fixed .btn {
  background-color: var(--primary-color);
  color: #fff;
}
.theme-font-color {
  color: var(--primary-color);
}
#listMargin p {
  width: 100%;
}
.banner-title {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 3px 0px 0px #403e3e;
}
.mob-banner {
  display: none;
}
.not-found {
  display: none;
}
/*New css*/
@media (max-width: 767px) {
  .popular-cities,
  .tryhosting,
  .sv_footer_popup {
    display: none;
  }
  .wallet_txt {
    font-size: 14px;
  }
  .join_banner_txt .btn {
    padding: 10px !important;
  }
  .property_slider label span {
    max-width: 90px;
    font-size: 12px;
    display: table;
  }
  .sv_search_icon {
    padding-left: 10px !important;
  }
  .item {
    padding: 5px;
  }
  .db-content {
    margin-top: 20px;
  }
  .svproperty_type {
    margin-top: 10px;
  }
  .svproperty_type .owl-dots {
    display: block;
  }
  #footer img {
    width: 100%;
  }
  .map-view {
    height: 100vh;
  }
  .sv_filter_txt,
  .sv_all_photos {
    /* display: none !important; */
  }
  .sv_search_icon .text-right {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .sv_close_butt {
    float: left;
  }
  .sv_search_icon .owl-nav.disabled {
    display: block !important;
  }
  .property_slider button.owl-prev span,
  .property_slider button.owl-next span {
    font-size: 18px !important;
  }
  .property_slider button.owl-prev,
  .property_slider button.owl-next {
    width: 25px !important;
    height: 25px !important;
  }
  .sub_header #front-search-form {
    width: 100% !important;
    left: 0 !important;
  }
  .sub_header {
    margin: -60px auto;
    font-size: 13px;
  }
  .sv_minheight {
    height: 100%;
    background: #fff;
    z-index: 99999;
  }
  .customer-logos .mob-overlay {
    display: none;
  }
  .footer-fixed-nav a .icon-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .daterangepicker.drop-up,
  .daterangepicker.show-calendar {
    margin-top: 0 !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
  }
  .daterangepicker.drop-up:after,
  .daterangepicker.drop-up:before,
  .daterangepicker.show-calendar:after,
  .daterangepicker.show-calendar:before {
    border: none !important;
  }
  .tryhosting:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    z-index: -1;
  }
  .tryhosting {
    position: relative;
    z-index: 9;
  }
  .hide-filter {
    display: none;
  }
  .mob-back-btn {
    position: absolute;
    left: 10px;
    width: 39px;
    height: 39px;
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 20px !important;
    background: #fff;
    border-radius: 50%;
    padding: 7px 12px;
    margin-top: -5px;
  }
  .migrateshop_othernav .mob-back-btn {
    display: none !important;
  }
  .migrateshop_othernav .mob-logo {
    /* display: none; */
  }
  .mob-logo {
    width: 40px;
    height: 40px;
  }
  .search-no-result {
    width: 300px !important;
    padding: 20px 40px;
  }
  .step-two img,
  .step-three img,
  .step-six img,
  .sv_step_first img,
  .sv_step_three img {
    min-height: 250px !important;
    max-height: 250px !important;
  }
  .sv_step_first div,
  .sv_step_three div {
    top: 28% !important;
  }
  .sv_step_first .text-52 {
    font-size: 2.5rem;
  }
  .mob-pd {
    padding-left: 3rem !important;
  }
  .mlft-0 {
    margin-left: 0 !important;
  }
  .mob-pd-0,
  #calender-dv .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #up_button,
  #vid_button {
    height: 42px;
    margin-top: 10px;
  }
  .mob-pd-lft {
    padding-left: 15px !important;
  }
  .calendar-month {
    padding: 0;
  }
  .main-banner {
    min-height: 30rem !important;
  }
  .main-banner img {
    height: 30rem;
  }
  /*after login*/
  .svdashboard img.rounded {
    object-fit: cover;
  }
  .db-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-panel #booking {
    margin-top: 20px;
  }
  #booking .right-inbox {
    height: auto !important;
  }
  .mob-txt-center {
    text-align: center !important;
  }
  .pick_date-width {
    padding: 0 4px 0 2px !important;
  }
  /*after login end*/
  .search-page-flex .sv_list {
    padding-left: 0 !important;
  }
  .search-page-flex .list-inline-item:not(:last-child) {
    margin-right: 0.2rem !important;
  }
  .search-page-flex .sv_list li button {
    padding: 5px !important;
    font-size: 10px;
    padding: 5px !important;
  }
  .sv_start_your_search button,
  .mob-search button {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    padding: 4px 4px !important;
  }
  #front-search-form .col-md-5,
  #front-search-form .col-md-2,
  #front-search-form-home .col-md-5,
  #front-search-form-home .col-md-2 {
    border-left: 0;
  }

  .header_area #front-search-form1 {
    left: 20%;
    top: 5px;
  }
  .mob-search {
    top: 10px;
  }
  .search-page-flex .slider.slider-horizontal {
    width: 125px;
    margin-left: 17px;
    margin-right: 17px;
  }
  #front-search-form1 .form-control,
  .mob-search .form-control {
    font-size: 12px !important;
  }
  .foot-content .text-right,
  .foot-content .text-14 {
    text-align: center !important;
  }
  .sv_list .dropdown-menu.show .min-w-250 {
    min-width: 80px;
  }
  .map-switch {
    align-items: baseline;
    margin-left: 5px;
  }
  /* .property-title .pull-right {
    position: absolute;
    z-index: 1;
    right: 7%;
    margin-top: 18px;
  } */
  .property-title .no-img-pull-right {
    margin-top: -30px !important;
  }
  .property-title .no-img-pull-right i {
    color: #000;
  }
  .prop-image1,
  .prop-image2 div,
  .prop-image3 div {
    height: 200px !important;
  }
  .sv_fourth_col_img div {
    height: 104px !important;
  }
  #photos {
    height: 250px !important;
  }
  .sv_three_col {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .sv_third_col div {
    height: 90px !important;
  }
  .sv_three_col .ex-image-container {
    margin-top: 0.4rem;
  }
  #photos .sv_third_col:nth-child(2) div {
    border-radius: 0 10px 0 0;
  }
  .ul-price-fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 55px;
    margin-bottom: 8px;
  }
  .sv_single_prop .fixed li {
    padding: 5px;
  }
  .sv_single_prop .fixed {
    height: auto;
  }
  #start-sec .operators-page__how__item[data-v-3601cef9]:not(:last-child):after,
  #start-sec .operators-page__how__item[data-v-3601cef9]:before {
    display: none !important;
  }
  #start-sec .operators-page__how__item[data-v-3601cef9] {
    justify-content: normal !important;
    flex-direction: column !important;
    text-align: center;
  }
  .faq-heading {
    padding: 0 25px 0 0 !important;
    font-size: 1.27rem !important;
  }
  .faq-list li {
    margin: 10px 0 !important;
  }
  .join-txt {
    padding-top: 0 !important;
  }
  .host-banner {
    height: 320px !important;
    margin-top: 72px;
  }
  .partner-sec .SectionSteps_stepRoot__mCrpV {
    margin-top: 8%;
  }
  .partner-sec .SectionSteps_stepIconContainer__1kIXG {
    margin-bottom: 4%;
  }
  .join_banner_txt h4 {
    font-size: 2.95rem !important;
  }
  .join_banner_txt h3 {
    font-size: 2.4rem;
  }
  #front-search-field1 {
    margin-left: 0 !important;
  }
  .mob-banner {
    display: block;
    min-height: 40rem;
    background-color: #000;
    min-height: 25rem;
    margin-top: 8rem;
  }
  .sv_home_subsec {
    margin-top: 7rem;
  }
  .desk-banner-content {
    display: none !important;
  }
  .desk-banner-bg {
    background: none !important;
  }
  .mob-form-bg {
    border: 0px;
    box-shadow: none !important;
  }
  .mob-banner {
    display: block;
  }
  .mob-form-bg label {
    width: 100%;
    text-align: left;
    margin-bottom: 0px !important;
  }
  .mob-form-bg input,
  .mob-form-bg select {
    border: 1px solid #ced4da !important;
    height: 40px !important;
  }
  .mob-form-bg .col-md-4 {
    border-right: 0 !important;
  }
  .mob-form-bg .btn {
    border-radius: 50px !important;
    /* margin-top: 12px; */
    font-size: 14px;
  }
  .svcity .grid figure {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 6%);
    overflow: hidden;
  }
  .svcity .grid figure img {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .svcity figcaption p {
    position: initial !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    line-height: inherit;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .svcity .effect-ming {
    margin-bottom: 0 !important;
  }
  .tryhosting {
    padding: 7rem 2rem;
  }
  .text-30 {
    font-size: 2.5rem;
  }
  .sv_single_prop .fixed {
    top: 82px;
  }
  .price_fixed {
    top: 17.2rem;
    width: 100%;
    right: 0;
  }
  .svlogin_bg .bg-white,
  .svlogin_bg .bg-white {
    width: 300px;
  }
  .sv_search_page .slider:after {
    left: 38%;
  }
  .sv_search_page .search-page-flex {
    display: block;
    padding: 0px 7px;
  }
  .sv_search_page #showMap + span {
    line-height: 7;
    position: relative;
    top: -14px;
  }
  .sv_fifth_row .sv_large_size img {
    height: 240px !important;
  }
  .sv_fifth_row .sv_fifth_col img {
    height: 115px !important;
  }
  #photos.sv_fifth_row {
    height: 280px !important;
  }
  #daterange-btn span {
    font-size: 1.2rem;
    padding-top: 5px;
    padding-right: 5px;
  }
  table.dataTable tfoot th,
  table.dataTable thead th {
    font-size: 1.4rem;
  }
  .intl-tel-input input,
  .intl-tel-input input[type="text"],
  .intl-tel-input input[type="tel"] {
    padding-left: 8.8rem !important;
  }
  #left_modal .close {
    color: #fff;
    opacity: 1;
    font-weight: 500;
    font-size: 3.7rem;
  }
  .mob-pd-0 {
    padding-left: 3px;
    padding-right: 0;
  }
  .banner-title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
/*Join us*/
.join-banner {
  height: 600px;
  min-height: auto !important;
}
.join-banner-bg {
  background-image: url("../img/hosting-banner.jpg");
  position: relative;
  z-index: 1;
}
.join_banner_txt {
  padding-top: 20%;
  text-align: left;
  color: #fff;
}
.join_banner_txt h4,
.join_banner_txt h3 {
  font-weight: 600;
}
.join_banner_txt h4 {
  font-size: 60px;
}
.join_banner_txt h3 {
  font-size: 40px;
}
.join_banner_txt .btn {
  padding: 10px 45px;
  font-size: 17px;
  border-radius: 7px;
  margin-top: 20px;
}
.partner-sec {
  padding: 72px 0;
}
.partner-sec h1 {
  margin-bottom: 32px;
  font-size: 30px;
}
.partner-sec i {
  padding: 20px 0;
}
.business-sec {
  background: #f2f2f2;
}
.faq-sec,
.more-qn-sec {
  padding: 72px 0;
}
#start-sec .operators-page__how__item[data-v-3601cef9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  position: relative;
}
body {
  counter-reset: how;
}
#start-sec {
  background: #f7f6f6;
}
#start-sec [data-v-3601cef9] {
  font-size: 14px;
  color: #010101;
}
#start-sec .start-content {
  color: #000;
}
#start-sec .operators-page__how__item[data-v-3601cef9]:before {
  content: counter(how);
  counter-increment: how;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: perspective(1px) translate3d(-50%, -50%, 0);
  border: 1px solid hsl(0deg 4% 22% / 30%);
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.05);
  font: 700 30px Roboto, sans-serif;
}
#start-sec .operators-page__how__text[data-v-3601cef9] {
  width: 210px;
  color: #83a5af;
}
#start-sec .operators-page__how__title[data-v-3601cef9] {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}
#start-sec
  .operators-page__how__item:first-child
  .operators-page__how__img[data-v-3601cef9] {
  background: url(../img/kyc.png) no-repeat;
}
#start-sec
  .operators-page__how__item:nth-child(2)
  .operators-page__how__img[data-v-3601cef9] {
  background: url(../img/list.png) no-repeat;
}
#start-sec
  .operators-page__how__item:nth-child(3)
  .operators-page__how__img[data-v-3601cef9] {
  background: url(../img/paid.png) no-repeat;
}
#start-sec
  .operators-page__how__item:first-child
  .operators-page__how__img[data-v-3601cef9],
#start-sec
  .operators-page__how__item:nth-child(2)
  .operators-page__how__img[data-v-3601cef9],
#start-sec
  .operators-page__how__item:nth-child(3)
  .operators-page__how__img[data-v-3601cef9] {
  background-size: contain;
}
#start-sec .operators-page__how__item[data-v-3601cef9]:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 60px;
  border: 1px dashed hsl(0deg 2% 12% / 30%);
}
#start-sec .operators-page__how__img[data-v-3601cef9] {
  border-radius: 0.5rem;
  width: 210px;
  height: 160px;
  background: #fff;
}
#start-sec
  .operators-page__how__item
  + .operators-page__how__item[data-v-3601cef9] {
  margin-top: 60px;
}
#start-sec p {
  padding-bottom: 30px;
}
.host-title {
  font-size: 30px;
}
.green-theme-bg {
  background-color: var(--primary-color);
}
.green-theme-btn {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  outline: none;
}
.green-theme-font {
  color: var(--primary-color);
}
.green-theme-btn a,
.green-theme-btn a:hover {
  color: #fff !important;
}
.hosting-sec {
  background: url(../img/host.jpg);
  color: #fff;
  padding: 10rem 5rem;
  border-radius: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.host-banner {
  background-repeat: no-repeat;
  background-size: cover;
}
.host-banner-bg {
  background-image: url("../img/hosting-banner.jpg");
  position: relative;
  z-index: 1;
}
.faq-list {
  list-style: none;
  padding: 0;
}
.faq-list li {
  margin: 30px 0;
  border-bottom: 1px solid rgb(205, 205, 205);
  padding: 20px 10px;
  text-align: left;
}
.faq-list .faq-heading::before {
  content: "+";
  font-size: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: -8px;
  color: #c2c2c2;
}
.faq-list .the-active .faq-heading::before {
  content: "-";
}
.faq-heading {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
.faq-heading:hover {
  color: var(--theme-color);
}
.faq-text {
  display: none;
}
.art-box svg {
  width: 100%;
}
.read {
  color: rgb(100, 100, 100);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
}
/*single property page*/
.prop-image1 {
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
}
.prop-image2 div,
.prop-image3 div,
.sv_third_col div {
  height: 340px;
  object-fit: cover;
}
.sv_fifth_row .sv_large_size img {
  height: 340px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
#photos {
  height: 400px;
}
#photos div.prop-image2:nth-child(1) div,
.prop-image3 div {
  border-radius: 10px 0 0 10px;
}
#photos div.prop-image2:nth-child(2) div,
#photos .sv_third_col:nth-child(3) div {
  border-radius: 0 10px 10px 0;
}
#photos .sv_fourth_col_img:nth-child(1) div {
  border-radius: 10px 0 0 0;
}
#photos .sv_fourth_col_img:nth-child(2) div {
  border-radius: 0 10px 0 0;
}
#photos .sv_fourth_col_img:nth-child(3) div {
  border-radius: 0 0 0 10px;
}
#photos .sv_fourth_col_img:nth-child(4) div {
  border-radius: 0 0 10px 0;
}
.sv_fifth_row .sv_fifth_col img,
.sv_fifth_row .sv_fifth_col iframe {
  height: 165px;
  object-fit: cover;
}
.sv_fifth_row .sv_fifth_col:nth-child(4) img {
  border-radius: 0 10px 0 0;
}
#photos iframe {
  width: 100%;
}
.sv_fifth_row .sv_fifth_col:nth-child(5) img {
  border-radius: 0 0 10px 0;
}
.property-title .svwishlist:hover,
.share-option:hover,
#show-price:hover {
  background: rgb(247, 247, 247);
  border-radius: 5px;
}
.property-title .svwishlist,
.share-option {
  /* padding: 5px 15px; */
  cursor: pointer;
}
.modal .close {
  outline: 0;
}
#share .close span {
  font-size: 3rem;
}
#share .modal-body {
  padding: 50px 10px;
}
#myTab .nav-link,
#myTab .nav-link.active {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#languageModalCenter .modal-dialog,
#languageModalCenter .modal-content {
  /* 80% of window height */
  height: 80%;
}
.language-modal {
  /* 100% = dialog height, 120px = header + footer */
  max-height: calc(100% - 120px);
  overflow-y: scroll;
}
#myTab .nav-link.active {
  border-bottom: 2px solid #000;
}
.sv_usermenu a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

.sv_usermenu ul.list-group-flush {
  padding: 10px 0 !important;
}

.sv_usermenu a li {
  font-size: 14px;
}

.sv_usermenu .active-sidebar {
  color: #ffffff;
  border-bottom: 1px solid #fff !important;
}
.sv_usermenu a li:hover {
  color: var(--primary-color);
  background: #fff;
}
.small-box {
  border-radius: 1.375rem;
  position: relative;
  display: flex;
  margin-bottom: 20px;
  box-shadow: 0 8px 32px rgb(47 60 74 / 1%), 0 8px 16px rgb(47 60 74 / 2%);
  padding: 15px;
}
#video-list-div .video-delete-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.svtable td {
  font-size: 14px;
}
.svtable th {
  font-size: 14px;
}
.border-success {
  border-color: var(--primary-color) !important;
}
.text-danger {
  color: var(--primary-color) !important;
}
.send-btn:hover {
  color: #fff !important;
}
.customlisting li a {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 14px;
}
.customlisting li a:hover {
  background: var(--primary-color);
  border: 1px solid;
}
.swal-button:not([disabled]):hover {
  background-color: var(--primary-color) !important;
}
.wishlist #closedid {
  position: absolute;
  top: 10px;
  right: 30px;
  color: var(--primary-color);
  cursor: pointer;
}
.sv_usermenu {
  background: #000000;
}
.sv_usermenu .dropdown button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.sv_usermenu .dropdown-menu a {
  color: #333;
  float: none;
}
.sv_usermenu .dropdown-menu {
  padding: 0;
  width: 150px;
}
.svicon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  min-width: 50px;
  max-width: 50px;
  border-radius: 50%;
}
.bg-violet {
  background: #796aee !important;
  color: #fff;
}
.bg-green {
  background: #54e69d !important;
  color: #fff;
}
.bg-orange {
  background: #ffc36d !important;
  color: #fff;
}
.sv_usermenu .dropdown {
  display: inline-block;
}
.slider-selection,
.slider-handle {
  background-color: var(--primary-color);
}
input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}
#booking-price #daterange-btn input {
  border: 0;
  cursor: pointer;
  height: 25px;
  font-size: 14px;
}
#number_of_guests {
  height: 30px !important;
  border: 0;
}
#booking-price #daterange-btn {
  border-bottom: 1px solid #b5b3b3;
}
.border-left-chk {
  border-left: 1px solid #b5b3b3;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  height: 230px;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mob-overlay {
  position: absolute;
  width: 100%;
  height: 230px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.book-price #per_night,
.book-price #per_month {
  line-height: 2.2;
}
.book-price-txt {
  font-size: 2.2rem;
  font-weight: 600;
}
#show-price {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.5rem !important;
  padding: 0.5rem;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#listing_select option,
#booking_select option,
#trip_select option {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
}
#listing_select,
#booking_select,
#trip_select {
  border: 0;
  padding: 0;
  border-top: 1px solid #ced4da;
  background: none !important;
}
#listing_select:focus,
#booking_select:focus,
#trip_select:focus {
  outline: none;
  box-shadow: none;
}
#booking_select option:last-child,
#listing_select option:last-child,
#trip_select option:last-child,
.sv_profile_nav li:last-child {
  border-bottom: 0;
}
.btn-success:hover {
  color: #fff !important;
}
.sv_profile_nav li {
  border-bottom: 1px solid #dee2e6;
  padding: 8px 15px;
}
#profile_update label,
#profile_update .form-control {
  font-size: 14px;
}
.filter-add-value {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ada7a7;
  text-align: center;
  font-size: 2.3rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter_pop_up .size_sec .set .d-flex {
  justify-content: space-between;
}

.filter-add-value:hover {
  border: 1px solid #000;
}
.filter-size input {
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  padding: 0 8px;
  border: none;
}
.footer-fixed-nav {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
}
.footer-fixed-nav ul {
  padding: 0;
  margin: 0;
}
.footer-fixed-nav ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.footer-fixed-nav ul li i {
  color: #000;
}
.footer-fixed-nav ul li a.active-link i {
  color: var(--primary-color);
}
/* .migrateshop_othernav {
  border-bottom: 1px solid #eee;
} */
.badge-color {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  padding: 0.25em 0.5em;
}
.rounded-10 {
  border-radius: 10px;
}
.svprofile_pic {
  text-align: center;
  margin: auto;
  display: table;
  border-radius: 50%;
}
.svdashboard .fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
}
.svbadge {
  border: 1px solid #222222;
}
.footer-fixed-nav a .icon-txt {
  font-size: 1rem;
  font-weight: 600;
}
.footer-fixed-nav a:hover i {
  color: var(--primary-color) !important;
}
.footer-fixed-nav a:hover .icon-txt {
  color: #222325 !important;
}
.mybooking .badge,
.svtrips .badge {
  position: absolute;
  top: 0px;
  right: 0px;
}
.btn-danger:hover,
.btn-primary:hover {
  color: #fff !important;
}
.contact-textarea {
  min-height: 125px;
}
.user-login-section {
  margin-top: 87px;
}
.user-login {
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  height: 100%;
  width: 100%;
}
.user-login-bg {
  background: url(../img/login-bg.jpg);
  width: 100%;
  height: 100%;
  padding-top: 64%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.user-login-content {
  padding: 3% 0;
}
.login-list a {
  padding: 16px 30px 14px;
  font-size: 2rem;
  border-bottom: 1px solid #e2e8f0;
}
.welcome-txt {
  font-size: 3rem;
}
.or-section {
  background-color: #fff;
  width: auto;
  display: inline-block;
  z-index: 3;
  padding: 0 1.25rem;
  position: relative;
  margin: 0;
}

.or-sec:after,
.or-secs:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #cbd5e0;
  position: absolute;
  left: 0;
  top: 55%;
  z-index: 1;
}
.or-sec,
.or-secs {
  height: 2rem;
  margin: 1rem 0;
  text-align: center;
  position: relative;
}
.footer-fixed-nav a > i {
  font-size: 2rem;
}
.act-active {
  border-bottom: 2px solid #000 !important;
}
.contact-page-icon img {
  max-width: 50px;
}
.mobile-side li {
  border-bottom: 1px solid #dce0e0;
  line-height: 60px;
}
.dropzone {
  margin: 0 auto 25px auto;
  padding: 50px 0;
  color: #8d9499;
  cursor: pointer;
  border: 2px dashed #c8cbce;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
}
.svdoc li {
  position: relative;
}
.svdoc i {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/*Banner carousel*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.main-banner .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.selected-lang:hover {
  background: none !important;
}
.language-modal .nav-link {
  padding: 1.2rem;
}
.lang-modal-header {
  border-bottom: none;
}
.property-title .no-img-pull-right {
  margin-top: -12px;
}
.sv_step_first div,
.sv_step_three div {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  z-index: 1;
}
.sv_step_first img {
  min-height: 550px;
  max-height: 100%;
  width: 100%;
  position: relative;
  object-fit: cover;
}
.step-two img,
.step-three img,
.step-six img {
  min-height: 570px;
  height: 100%;
}
.sv_step_three img {
  height: 100%;
  width: 100%;
}
.sv_discount {
  color: #1dbf73;
  font-weight: 600;
}
.sv1 {
  display: none;
}
.search-no-result {
  width: 330px !important;
  text-align: left !important;
}
.search-no-res-list {
  list-style-type: disc;
  margin-left: 20px;
}
.search-no-result h4 {
  text-align: left !important;
}
.homenav .mob-back-btn {
  display: none !important;
}
#chk-availability {
  float: right;
  margin-top: 1px;
}
.mcount {
  position: absolute;
  right: 7px;
  top: 5px;
}

.mcount.count-head {
  position: absolute;
  right: 1px;
  top: -3px;
  background: #a3243b;
  height: 17px;
  width: 17px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bolder;
  padding: 2px;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../img/select-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position-x: 97% !important;
  background-position-y: 50% !important;
  background-size: 12px !important;
}
#check_availability:hover {
  color: #fff !important;
}
.globe,
.globe:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.addi-guest #price-select-guests_included {
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,
  #listing_select option {
    height: 30px !important;
    text-indent: 12px;
  }
  ::i-block-chrome,
  #booking_select option {
    height: 30px !important;
    text-indent: 12px;
  }
  ::i-block-chrome,
  #trip_select option {
    height: 30px !important;
    text-indent: 12px;
  }
}
@media (min-width: 1025px) {
  .price-card {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1199.99px) {
  i#getLocationBtn {
    position: absolute;
    top: 3px;
    left: 0px;
  }

}

@media (max-width: 1024px) {
  form#front-search-form-home .row .search_page {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sv_bedname {
    width: 20% !important;
  }
  .popular-cities,
  .tryhosting,
  .sv_footer_popup {
    display: none;
  }
  .sv_list_group li {
    padding-left: 0 !important;
  }
  .ul-price-fixed {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* .sv_fb_login, .sv_google_login {
    display: none;
} */
  .sv_booking_div p {
    font-size: 12px;
  }
  .sv_booking_div {
    padding: 10px 0 !important;
  }
  .svicon {
    margin: auto;
    display: table;
    margin-right: auto !important;
  }
  .svdashboard .small-box {
    display: block !important;
    padding: 5px !important;
    text-align: center;
  }
  .sv_all_photos {
    display: none;
  }

  .sub_header {
    width: 100%;
    margin: -10px auto;
    max-width: 100%;
  }

  .svmedia img {
    width: 100%;
    height: 100%;
  }
  .svbadge {
    padding: 0 !important;
    border: 0;
    color: var(--primary-color);
  }
  .svprofile_pic {
    width: 100px;
    height: 100px;
  }
  .mob-logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .sv_minheight {
    height: 295px;
  }
  .sub_header {
    margin: -30px auto;
    max-width: 50%;
  }
  .mob-logo {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1140px) {
  .mob-logo {
    display: none;
  }
}
.recommandedbg .icon:before,
.recommandedbg .icon,
.similar_listing .icon,
.similar_listing .icon:before,
#properties_show .icon,
#properties_show .icon:before {
  line-height: 0;
}
#list_des .nav-tabs li a,
#listing_det .nav-tabs li a {
  padding: 5px 10px 5px 10px;
  border: 1px solid #ddd;
  border-bottom: 0;
}
#list_des .nav-tabs li a.active,
#list_des .nav-tabs li a.active:hover,
#listing_det .nav-tabs li a.active,
#listing_det .nav-tabs li a.active:hover {
  background: #ed3615;
  color: #fff !important;
}
.cancellation_policy ul {
  list-style: disc;
  padding-left: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* .property-title .pull-right {
    right: 12%;
    bottom: 37%;
  } */
}
.experience .room-image-container200 {
  height: 160px;
}
.sv_family_package .form-control {
  float: left;
  width: 48%;
}
.remove_button2 {
  display: block;
  clear: both;
  text-align: right;
  float: right;
  margin-top: 10px;
}
.main-banner #myTab .nav-link {
  color: #fff;
  font-weight: 700;
}
.main-banner #myTab .nav-link.active {
  border-bottom: 2px solid #fff;
}
.main-banner #myTab li {
  display: inline-block;
}
.main-banner #myTab {
  display: block;
}
.sv_map_label {
  background: #fff;
  padding: 7px 10px;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIyQzg0Q0RDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIyQzg0Q0VDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjJDODRDQkNDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjJDODRDQ0NDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMLhJsAAB3qSURBVHja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");
}
.sidebar-custom {
  position: absolute;
  z-index: 9;
  background: #fff;
  height: 100%;
  padding: 10px 10px;
  width: 30%;
  top: 0%;
  transition: 0.5s;
  transform: translateX(-110%);
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}
.sv_family_package label {
  width: 30%;
  margin-top: 20px;
  float: left;
  font-size: 14px;
}
.sv_family_package .form-control {
  float: left;
  width: 65%;
}
.sv_package_list .card-1 {
  background: #f5f7fa;
  border: 1px solid #dee2e6;
}
.cart_div .append_date {
  display: none;
}
.sv_header_type {
  border-right: 0 !important;
}
#sv_header_property_type {
  background: transparent !important;
  appearance: auto !important;
}
.sv_become_host {
  background: transparent !important;
  border: 0 !important;
}
.signup {
  padding: 7px;
}
.header_area.navbar_fixed .sv_become_host {
  color: #000;
}
.property_type {
  margin-top: 50px;
}
.effect-ming img {
  width: 100%;
}
.popular-cities {
  background-color: #ffffff;
  /* background-color: #f33f02; */
  /* background-image: url(../images/popular-cities.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 5pc;
  padding-bottom: 5pc;
}
.popular-cities::before {
  /* background-color: #000; */
  background-color: #ffffff;
  opacity: 0.5;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.popular-cities .item img {
  width: 100%;
  height: 270px;
}
#popular-cities-grid .item-details {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 0px;
  text-align: left;
}
.bedroom_slider.owl-carousel .owl-next,
.bedroom_slider.owl-carousel .owl-prev {
  position: relative;
}
.bedroom_slider.owl-carousel .owl-prev {
  left: 0px;
}
.bedroom_slider.owl-carousel .owl-next {
  right: 0px;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 0px !important;
  border-radius: 50% !important;
  position: absolute;
  top: 30%;
  font-size: 25px !important;
  border: 1px solid #ddd !important;
  text-align: center;
  outline: none;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}
.owl-dots {
  display: none;
}
.text-color-hover {
  cursor: pointer;
}
.sv_contact {
  background: #f1f1f1;
}
.property_slider input[type="checkbox"] {
  display: block !important;
  margin: auto;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden;
  margin: 0 !important;
}
.property_slider img,
.property_slider {
  margin: auto;
  cursor: pointer;
}
.property_slider .owl-dots {
  display: none;
}
.property_slider label {
  cursor: pointer;
}
.property_slider button.owl-prev {
  left: -30px;
}
.property_slider button.owl-next {
  right: -30px;
}
.property_slider button.owl-prev,
.property_slider button.owl-next {
  position: absolute;
  top: 25px;
  border: 1px solid rgb(0 0 0 / 0.3) !important;
  width: 30px;
  height: 30px;
  border-radius: 50px !important;
  outline: 0;
}
.property_slider button.owl-prev span,
.property_slider button.owl-next span {
  font-size: 25px;
  line-height: 22px;
}

.sv_mob_map {
  opacity: 0;
}
#any_guest {
  border-right: 0 !important;
}
.sub_header #myTab {
  text-align: center !important;
  margin: auto;
  display: table;
}
.sub_header #myTab li {
  float: left;
}
.overlay,
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 25%) !important;
  z-index: 9999;
  max-width: 100%;
}
.overlay a,
.overlay img {
  pointer-events: none;
  cursor: none;
}
.overlay .card {
  background: transparent;
}
.pac-container {
  z-index: 999999999 !important;
}
#exampleModalCenter {
  z-index: 999999;
}
.navbar-collapse {
  flex-grow: initial;
}
.icon_fixed {
  /* position: fixed; */
  background: #fff;
  z-index: 999;
  box-shadow: 0rem 0.3rem 0.6rem 0rem rgb(0 0 0 / 10%);
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  top: 92px;
  width: 100%;
}

.sv_minheight {
  background: #f2f2f2;
}
.active_icon label,
.active_icon {
  color: #ed3615;
}
#front-search-form,
#front-search-form-home {
  margin-bottom: 0;
}
.sv_all_photos {
  position: absolute;
  bottom: 50px;
  background: #fff;
  right: 20px;
  border-radius: 10px;
  border: 1px solid #000;
  cursor: pointer;
}

.filter_more {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px !important;
  border-radius: 50px;
  background: #a3243b;
}

.filter_more_two {
  background: #fff;
  border: 1px solid #a3243b !important;
  padding: 10px 24px !important;
  border-radius: 50px;
  color: #a3243b;
  font-size: 16px;
  font-weight: 600;
}

.filter_more:hover {
  color: #fff !important;
}

.filter_more_two:focus {
  border: 1px solid #a3243b !important;
  outline: 1px;
}

#booking-price #daterange-btn {
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.svborder {
  border: 1px solid #999;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#booking_table td {
  border: 0;
}
.modal {
  z-index: 9999999;
}
.sv_photo_div {
  position: relative;
}
#cancel_reason {
  padding-right: 30px;
}
.svproperty_type img {
  display: inline-block !important;
}
#map-btn,
#res-btn {
  position: fixed;
  bottom: 80px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  transition: -ms-transform 0.2s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s !important;
  -webkit-transition: -ms-transform 0.2s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s !important;
  -moz-transition: -ms-transform 0.2s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s !important;
  padding: 0.7rem 3rem !important;
  background: #222;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 24px;
  font-size: 15px;
  z-index: 15;
  font-weight: 600;
}

.header_area .navbar .nav .nav-item button.sv_become_host {
  padding: 0px;
}

.header_area .menu_nav {
  gap: 10px;
  z-index: 9;
}

.header_area .navbar .nav .nav-item {
  gap: 10px;
}

.header_area .home-btn {
  margin-right: 11px;
}

.banner-bottom-section {
  margin: 15px 0;
}
.banner-bottom-section.search {
    margin: 0;
}
.homenav form#front-search-form1 {
  display: block !important;
}

.top_searchbar button.btn.vbtn-default {
  left: inherit;
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.top_searchbar {
  border: none;
  box-shadow: none !important;
  border-radius: 0px;
}

.top_searchbar .form-group {
  position: relative;
  width: 300px;
  margin-bottom: 0px;
}

.top_searchbar .form-group input {
  width: 100% !important;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%) !important;
  margin-bottom: 0;
  height: 45px !important;
  padding: 0 45px 0 18px !important;
}

.pop_up_form_header .by-country-location ul#pills-tab {
  background: #fff;
  border: 1px solid #e7e7e7;
  margin-top: 25px;
}

.pop_up_form_header .by-country-location li.nav-item .nav-link {
  /* color: #808080; */
}

.pop_up_form_header .by-country-location li.nav-item .nav-link.active {
  color: #fff;
}

.pop_up_form_header {
  max-width: 100%;
}

.pop_up_form_header .desk-search-form {
  max-width: 1140px;
  margin: auto;
}

.country-tabs-area .form-control {
  padding: 0 !important;
}

.padding_empty {
  padding: 0;
}

.profile-outer img {
  height: 18px !important;
  width: auto !important;
  border-radius: 0px;
}

.search_open_tab {
    /* background-color: #F2F2F2; */
    /* background-color: #f8f8f8; */
    position: inherit;
    width: 100%;
    margin: auto;
    padding: 27px 0 40px !important;
    display: block !important;
    margin-top: 0;
    z-index: 99999;
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
}
.sv_search_page .search_open_tab {
    position: static;
    background: #f8f8f8;
}
.search_open_tab .desk-search-form {
  position: inherit;
}
.sv_search_page .search_open_tab .desk-search-form {
    position: static;
    max-width: 740px;
}
.search_open_tab ul#pills-tab {
  margin-top: 0 !important;
}

.search_open_tab .country-tabs-area {
  margin-top: 20px;
}

.header_area .home-btn svg {
  margin-right: 7px;
  height: 15px;
}

.header_area .nav-link:hover svg path {
  fill: #a3243b;
}

.lang-outer:hover svg path {
  fill: #fff !important;
}

.lang-outer:hover {
  background: #a3243b;
}

.top_header_profile button.dropdown-toggle.pro-file:hover {
  background-color: #a3243b;
  color: #fff;
}

.top_header_profile button.dropdown-toggle.pro-file:hover .profile-outer {
  background: #fff;
}

.top_header_profile
  button.dropdown-toggle.pro-file:hover
  .profile-outer
  svg
  path {
  fill: #000;
}

.top_header_profile button.dropdown-toggle.pro-file:hover svg rect {
  fill: #fff;
}

.banner-bottom-section li.list-inline-item:hover a.btn {
  background: #fff;
  color: #a3243b !important;
  border: 1px solid #a3243b !important;
}

.banner-bottom-section button#more_filters:hover {
  background: #a3243b;
  color: #fff;
}

.banner-bottom-section button#more_filters svg {
  vertical-align: sub;
  margin-right: 5px;
}

.banner-bottom-section button#more_filters:hover svg path {
  fill: #fff;
  stroke: #fff;
}

/* .main-banner .by-country-location {
  margin-top: 35px;
} */

.desk-search-form {
  width: 100%;
  top: 36%;
  z-index: 2;
  left: 0;
  right: 0;
  position: relative;
}

.daterangepicker {
  left: 0 !important;
  right: 0 !important;
  max-width: 350px !important;
  border-radius: 20px !important;
  margin: auto;
}

.daterangepicker.opensright:after {
  display: none;
}

.daterangepicker.opensright:before {
  display: none;
}

div#pagination .pagination {
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.filter_more:hover {
  background: #fff;
  color: #a3243b !important;
  border: 1px solid #a3243b;
}

.banner-bottom-section .item {
  text-align: center;
}

.banner-bottom-section .item label {
  width: 100%;
  padding: 10px;
  transition: all 0.3s;
  border-radius: 4px;
}

.banner-bottom-section .item label:hover {
  background: #bebebe21;
}

.pac-container {
  box-shadow: 0 2px 6px rgb(0 0 0 / 7%);
}

.filter_pop_up .modal-dialog {
  max-width: 800px;
}

.filter_pop_up .modal-header h2 {
  font-size: 24px;
  font-weight: 700;
}

.filter_pop_up .modal-header {
  padding: 12px 20px;
  align-items: center;
}

.filter_pop_up .modal-content {
  border-radius: 8px;
}

.filter_pop_up .modal-body {
  padding: 20px !important;
}

.filter_pop_up h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.filter_pop_up .check_box {
  display: flex;
  align-items: center;
  gap: 10px 28px;
  flex-wrap: wrap;
}

.filter_pop_up .check_box .item label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0 !important;
}

.filter_pop_up .check_box .item input {
  height: 18px !important;
  width: 18px !important;
}

.filter_pop_up .range_bar {
  display: flex;
  align-items: baseline;
  width: 100%;
  gap: 24px;
}

.filter_pop_up .range_bar .slider.slider-horizontal {
  width: 100%;
}

.filter_pop_up .range_bar .btn {
  width: 100px;
  font-size: 14px;
  font-weight: 600;
}

.filter_pop_up .size_sec .row {
  margin-left: -15px;
  margin-right: -15px;
}

.filter_pop_up .size_sec .set {
  border: 1px solid #bebebe;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
}

.filter_pop_up .size_sec .set p {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
}

.filter_pop_up .modal-footer {
  padding: 12px 20px;
}

.filter_pop_up .modal-footer button {
  height: 40px;
  width: 130px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #a3243b;
  color: #a3243b;
}

.filter_pop_up .range_bar .slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
  width: 15px;
  height: 15px;
  margin-top: -1px;
}

.filter_pop_up .range_bar .slider-track {
  height: 3px !important;
}

.filter_pop_up .modal-footer button:hover {
  background: #a3243b;
  color: #fff;
}

body.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.facebook_connect_btn {
  background: #007bff;
  color: #fff;
  font-weight: 600;
}

.google_connect_btn {
  background: #a3243b;
  border-color: #a3243b;
  color: #fff;
  font-weight: 600;
}

.google_connect_btn i {
  font-weight: initial;
}

.facebook_connect_btn i {
  font-weight: initial;
}

.login_popup_modal .modal-header {
  padding: 12px 20px;
  align-items: baseline;
  border: none;
}

.login_popup_modal .modal-header p {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.login_popup_modal .modal-content {
  border-radius: 5px;
}

.login_popup_modal .modal-body {
  padding: 20px 20px 30px;
}

.login_popup_modal .form-group label {
  font-size: 14px;
  font-weight: 600;
}

.login_popup_modal .form-group {
  margin-bottom: 12px;
}

.login_popup_modal .form-group .form-control {
  font-size: 14px;
  height: 45px;
  border-radius: 4px;
  padding: 5px 15px;
}

.login_popup_modal .form-group .error {
  margin-bottom: 0;
}

.login_popup_modal .form-group .form-check {
  padding-left: 0;
}

.login_popup_modal .form-group .form-check input {
  height: 18px !important;
  width: 18px !important;
  vertical-align: middle !important;
  accent-color: #a3243b;
}

.login_popup_modal .form-group .form-check label {
  margin-bottom: 0;
}

.login_popup_modal .form-group .forget_text a {
  font-size: 14px;
  font-weight: 600;
  color: #a3243b;
}

.login_popup_modal button {
  border-radius: 4px !important;
}

.login_popup_modal h3 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
}

.login_popup_modal h3 a {
  color: #a3243b;
  font-weight: 700;
}

.login_popup_modal h4:after {
  position: absolute;
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -9;
}

.login_popup_modal h4 {
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 35px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.login_popup_modal h4 span {
  background: #fff;
  padding: 0 15px;
  letter-spacing: 1px;
}

.facebook_connect_btn:hover {
  background: #fff;
  color: #007bff !important;
  border-color: #007bff !important;
}

.google_connect_btn:hover {
  background: #fff;
  color: #a3243b !important;
  border-color: #a3243b !important;
}

.login_popup_modal button:hover {
  background: #fff;
  border: 1px solid #a3243b;
  color: #a3243b;
}

.login_popup_modal {
  padding-right: 0 !important;
}

.tawk-message-preview-content {
  background: #f7f7f9 !important;
  padding: 10px !important;
}

.login_popup_modal button.close {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  opacity: 1 !important;
  font-size: 18px !important;
}

.login_popup_modal .form-group .intl-tel-input {
  height: 45px;
}

.login_popup_modal .form-group .selected-dial-code {
  font-size: 14px;
}

.login_popup_modal .form-group .flag-container {
  width: 100%;
}

.login_popup_modal .form-group .intl-tel-input .country-list {
  overflow-x: hidden;
  width: 100%;
}

.recommandedbg ul.list-inline,
#properties_show .list-inline {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.recommandedbg ul.list-inline svg,
#properties_show ul.list-inline i {
  margin-right: 5px;
  width: 16px;
}
.recommandedbg ul.list-inline svg path {
  fill: #a3243b;
}
#properties_show ul.list-inline i {
  color: #a3243b;
}
.recommandedbg .card .card-body .text a {
  margin-bottom: 8px;
  display: block;
  margin-top: 6px;
}

.recommandedbg ul.list-inline li,
#properties_show ul.list-inline li {
  margin-right: 0;
}
.recommandedbg ul.list-inline li,
#properties_show ul.list-inline li {
    max-width: calc(50% - (15px * 1/2));
    width: 100%;
}
.recommandedbg ul.list-inline li,
#properties_show ul.list-inline li p {
  font-size: 13px !important;
  color: #4b4e57 !important;
  display: flex;
  align-items: center;
  gap: 3px;
}

.recommandedbg .card .card-body .text a p,

 .card-body .text a p {
  font-size: 17px;
  margin-bottom: 16px;
}

.recommandedbg ul.list-inline li .vtooltip,

 ul.list-inline li .vtooltip {
  display: flex;
  align-items: center;
}

.recommandedbg ul.list-inline.star li span svg path,
#properties_show ul.list-inline.star li span svg path {
  fill: #ffd250;
}

.recommandedbg .svred h6 {
  font-size: 16px;
}
.recommandedbg .svred h6 span {
  text-transform: capitalize;
  font-size: 14px;
  color: #4b4e57;
  margin-left: 2px;
  font-weight: 500;
}
.recommandedbg .card ,#properties_show .card{
  background: #eeeeee54;
}
.recommandedbg .card a, #properties_show .card a {
    position: relative;
}
.recommandedbg .card-body,
#properties_show .card-body {
  padding: 0 10px 10px 10px !important;
}

.recommandedbg figure {
  overflow: hidden;
  transition: 0.3s;
  border-radius: 10px;
}

.recommandedbg .card:hover figure img {
  transform: scale(1.1);
}

.sv_user_login ul.dropdown-menu li:hover {
  background: #f9f9f9;
}

.sv_user_login ul.dropdown-menu li:hover a {
  color: #a3243b;
}

.recommandedbg ul.list-inline li i {
  color: #a3243b;
  margin-right: 5px;
  font-size: 14px;
}
.icon-instant-bobobo {
  position: absolute;
  right: 50px;

  top: 0;
}

.language_dropdown_sec {
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  width: 460px;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
}

.language_dropdown_sec .nav-item .nav-link {
  font-size: 14px !important;
}

.language_dropdown_sec .nav {
  gap: 25px;
}

.language_dropdown_sec .curency {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 16px;
}

.language_dropdown_sec .curency .one {
  width: 30.3%;
}

.language_dropdown_sec .curency .one a p {
  font-size: 14px;
}

.language_dropdown_sec .curency .one .language-list {
  border-radius: 0px;
}

.language_dropdown_sec .curency .one a {
  font-size: 14px;
  display: block;
  padding: 8px;
}

.language_dropdown_sec .curency .one .language-list.currency-active {
  background: #f9f9f9;
  border-radius: 4px;
}

.language_dropdown_sec .curency .one .language-list.currency-active a {
  color: #a3243b;
}

.language_dropdown_sec .curency .one .currencyborder.currency-active {
  background: #f9f9f9;
  border-radius: 4px;
}

.language_dropdown_sec .curency .one .currencyborder.currency-active a {
  color: #a3243b;
}

.popular-cities figure.effect-ming:hover img {
  transform: scale(1.1);
}
.popular-cities figure.effect-ming img {
  transition: 0.3s;
}

.popular-cities figure.effect-ming {
  overflow: hidden;
}

.popular-cities figure.effect-ming .img {
  overflow: hidden;
}

.popular-cities .item:hover .item-details {
  background-color: #fff !important;
  color: #000 !important;
  transition: 0.3s;
}

.lang-outer a.nav-link.globe {
  padding: 9px !important;
  border-radius: 50px !important;
}

.language_dropdown_sec::before {
  content: "";
  position: absolute;
  right: 8px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dfdddd;
  clear: both;
}

.sv_user_login .dropdown-menu a li {
  padding: 7px 10px;
  font-size: 14px;
}

.tabs_sharink .tab-content {
  max-width: 700px;
  margin: auto;
  margin-top: -15px;
}

.tabs_sharink .btn.vbtn-default {
  left: 32px;
}

.citi_border {
  border-right: none !important;
}

/* /////////////////// My Media Query ///////////////////////////////// */

/* @media (max-width: 1799.98px) {
  .main-banner .by-country-location {
    margin-top: 60px;
  }
} */
/* // X-Large devices (large desktops, less than 1600px) */
@media (max-width: 1599.98px) {
  .main-banner .by-country-location {
    margin-top: 0;
  }

  .banner-bottom-section li.list-inline-item.mt-4.sv_filter_txt a {
    padding: 10px 26px !important;
  }

  .main-banner .carousel-caption {
    top: 0%;
  }
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .main-banner {
    /* min-height: 34rem; */
    min-height: 20rem;
  }

  .main-banner img {
    height: 44rem;
  }

  .sv_home_subsec {
    margin-top: 18rem;
  }

  .banner-bottom-section button#more_filters {
      padding: 10px 15px !important;
      font-size: 14px;
      display: flex;
      align-items: center;
  }

  .banner-bottom-section li.list-inline-item.mt-4.sv_filter_txt a {
    font-size: 14px;
    padding: 10px 20px !important;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  i#getLocationBtn {
    position: absolute;
    top: -100px;
    right: -52px;
    left: unset !important;
  }
  i#getLocationBtn.btnloc {
    position: absolute;
    top: -100px;
    right: -185px;
    left: unset !important;
}
    .front-search.border-right-0.sreach-18 {
    width: 100%;
  }


  .tab_selected span.select2 .select2-selection__rendered {
    padding: 0;
    text-align: start;
  }

  .tab_selected span.select2 .select2-selection__arrow {
    height: 41px;
    right: 3px;
  }

  .tab_selected span.select2 {
    width: 100% !important;
    height: 45px;
    font-weight: 500;
    border: 1px solid #bbbb !important;
    padding: 8px 15px !important;
    display: block;
    border-radius: 4px;
  }

  .main-banner .by-country-location {
    margin-top: 50px;
  }

  .main-banner img {
    height: 64rem;
  }

  .filter_more {
    font-size: 14px;
    padding: 10px 20px !important;
  }

  .filter_more_two {
    padding: 10px 15px !important;
    font-size: 14px;
  }

  .sv_search_page {
    margin-top: 7.4rem;
  }

  #left_modal button.close {
    color: #fff;
    opacity: 1;
    font-weight: 500;
    font-size: 3.7rem;
    margin-right: 0;
  }

  .pop_up_form_header form#front-search-form1 {
    position: inherit;
    width: auto;
  }

  .pop_up_form_header .gst-srch {
    align-items: end;
    gap: 14px;
  }

  .pop_up_form_header label {
    margin-bottom: 5px !important;
    font-size: 15px !important;
  }

  .pop_up_form_header .form-control {
    height: 45px !important;
    border: 1px solid #bbbb !important;
    padding: 2px 15px !important;
  }

  .sv_minheight {
    height: 100%;
    z-index: 99999;
    overflow: auto;
  }

  form#front-search-form1 {
    position: absolute;
    width: 60%;
    left: 24%;
    /* background: #f7f7f7; */
  }

  .top_searchbar .form-group {
    width: 100%;
  }

.main_menu a.navbar-toggler {
    position: absolute;
    right: 50px;
    padding: 10px 8px;
}
.main_menu a.navbar-toggler img {
    width: 30px;
    height: auto;
}

  .right-gst-rgt {
    width: 49%;
  }

  .left-gst-lft {
    width: 49%;
  }

  .padding_empty {
    padding: 0px;
  }

  .banner-bottom-section .owl-nav {
    display: none;
  }

  .country-tabs-area {
    margin-top: 20px;
  }

  .main-banner button.vbtn-default,
  .btn.vbtn-default {
    font-weight: 600;
    position: inherit;
    font-size: 14px;
  }

  .right-gst-rgt span.serch-txt-mob {
    display: block;
  }

  .right-gst-rgt button.btn.vbtn-default img {
    display: none;
  }

  .front-search button {
    border-radius: 4px;
    height: 45px;
    width: 100%;
  }

  .main-banner .gst-srch {
    align-items: end;
    gap: 14px;
    justify-content: center !important;
  }

  .main_formbg .check-date-icon {
    right: 24px;
    top: 39px;
  }

  #front-search-form-home label {
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 0;
  }

  #front-search-form label,
  #front-search-form1 label,
  #front-search-form-home label {
    padding-left: 0px;
  }

  .countryDiv1.left-pading {
    padding-left: 10px !important;
  }

  .countryDiv.left-pading {
    padding-left: 10px !important;
  }

  .main_formbg .br-right {
    /* padding: 2px 10px; */
    border: none !important;
  }

  #front-search-form-home .form-control {
    height: 45px;
    font-weight: 500;
    border: 1px solid #bbbb !important;
    padding: 2px 15px !important;
  }

  .main_formbg {
    border-radius: 10px;
    padding: 22px;
  }

  .desk-search-form {
    /* top: 27%; */
    top: 0%;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
  }

  .sv_home_subsec {
    margin-top: 16rem;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  sidebar {
    width: 40%;
    min-width: 40%;
  }

.banner-bottom-section .text-right {
    margin-top: 0;
    text-align: center !important;
    margin-bottom: 20px;
  }

  .desk-search-form {
    top: 0%;
  }

  .sv_home_subsec {
    margin-top: 10rem;
  }

  .sv_search_icon .item {
    text-align: center;
  }

  .sv_search_icon .text-right {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .main-area-banner ol.carousel-indicators {
    display: none;
  }

  .main_formbg .check-date-icon {
    right: 20px;
    top: 42px;
  }

  .main-banner img {
    height: 64rem;
  }

  .banner-bottom-section .item {
    text-align: center;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px !important;
  }

  .sv_user_login button {
    padding: 4px 6px;
  }

  a.colorSignUp.signup.btn.btn-danger.login {
    font-size: 14px;
  }

  a.colorSignUp.signup.btn.btn-danger {
    padding: 9.5px 6px;
    width: 85px;
    font-size: 14px;
  }

  .banner-bottom-section {
    margin-top: 20%;
  }
}

@media (max-width: 1199px) {
  .banner-bottom-section {
    margin-top: 15%;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .room-image-container200 {
    height: auto;
    object-fit: fill;
  }
i#getLocationBtn {
    position: absolute;
    top: -260px !important;
    right: 1px !important;
    font-size: 22px !important;
}
  .tab_selected span.select2 {
    border: none !important;
    border-bottom: 1px solid #cdcdcd !important;
    padding: 8px 0px !important;
    border-radius: 0px;
  }

  .login_popup_modal h4 {
    margin: 26px 0;
    font-size: 14px;
  }

  .login_popup_modal .modal-header p {
    font-size: 24px;
  }

  #front-search-form .form-control,
  #front-search-form1 .form-control,
  #front-search-form-home .form-control {
    padding-left: 0px !important;
  }

.search_open_tab {
    margin-bottom: 20px;
    z-index: 9;
}
  .search_open_tab .gst-srch {
    display: block !important;
  }

  .search_open_tab label {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }

  .search_open_tab .form-control {
    border-bottom: 1px solid #bbbb !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px;
    padding: 0 0 8px !important;
  }

  .top_searchbar button.btn.vbtn-default {
    bottom: 8px;
  }

  .homenav form#front-search-form1 {
    display: none !important;
  }

  .left-gst-lft {
    width: 100%;
  }

  .banner-bottom-section .text-right {
    text-align: center !important;
  }

  .banner-bottom-section {
    margin-top: 0%;
  }

  .header_area .navbar-brand img.img-130x32.ls-is-cached.lazyloaded {
    display: none;
  }

  .middle-log {
    top: 6px;
  }

  a.navbar-toggler {
    position: absolute;
    left: 5px;
    top: 0;
  }

  .main_menu nav.navbar {
    padding: 26px 15px !important;
  }

  .mob-header-user {
    display: flex;
  }

  .country-tabs-area .right-gst-rgt {
    border-radius: 50px;
    margin-top: 35px;
    height: 46px;
    width: 100%;
  }

  .main-banner .gst-srch {
    display: block !important;
  }

  .main_formbg .check-date-icon {
    right: 10px;
    top: 30px;
  }

  .main_formbg .br-right {
    /* padding: 2px 0px !important; */
  }

  #front-search-form-home label {
    font-size: 14px;
  }

  #front-search-form-home .form-control {
    border-bottom: 1px solid #bbbb !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px;
    padding: 0 0 8px !important;
  }

  .sv_home_subsec {
    max-width: 445px;
    margin: 10rem auto 0;
  }

  .sv_home_subsec p {
    line-height: 24px;
  }

  .main-banner .by-country-location {
    margin-top: 0;
  }
  .sidebar-custom {
    width: 80%;
  }
  a.close-info-bar {
    height: 20px;
    width: 20px;
  }
  a.close-info-bar span:first-child {
    width: 2px;
    height: 15px;
    top: 3px;
    left: 9px;
  }
  a.close-info-bar span:last-child {
    width: 2px;
    height: 15px;
    top: 3px;
    left: 9px;
  }
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .by-country-location {
    padding: 20px 10px;
    border-radius: 12px;
    margin: 0;
  }

  .header_area .navbar-brand {
    display: block !important;
  }

  .main-area-banner .desk-search-form {
    margin-top: 100px;
  }
}

/* // X-Small devices (portrait phones, less than 350px) */
@media (max-width: 480px) {
  .banner-bottom-section {
    margin-top: 0;
  }

  .main-area-banner .desk-search-form {
    /* margin-top: 100px; */
    margin-top: 0px;
  }

  .sv_home_subsec {
    margin: 5rem auto 0;
  }

  .by-country-location {
    padding: 20px 0 0;
    margin: 0px;
  }
div#daterange-btn1 {
    margin: 0 !important;
}
div#daterange-btn1 .mob-border {
    padding-left: 0;
    padding-right: 0;
}
  .hero-banner h1 {
    font-size: 25px;
    line-height: 34px;
  }

  .by-country-location li.nav-item .nav-link {
    width: 110px;
  }

  .by-country-location ul#pills-tab {
    max-width: 250px;
  }

  .main_formbg {
    padding: 0;
  }
  .filter-list {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .property-buttons {
    display: flex;
    padding: 0;
    gap: 10px;
  }
  .property-buttons .btn {
    margin: 0 !important;
    max-width: calc(50% - (10px * 1 / 2));
    width: 100%;
  }
}

@media (max-width: 767.98px) and (min-width: 621px) {
  .main-banner .by-country-location {
    /* margin-top: 150px; */
    margin-top: 0px;
  }

  .banner-bottom-section {
    margin-top: 18%;
  }
  .gap-mt-5 {
    margin-top: 5%;
  }
}
@media (max-width: 768px) {
  .country-tabs-area .mob-border {
    border-radius: 34px 34px 34px 34px !important;
  }
}

.left-icon.top-rated .icon-boc {
    background: rgba(163, 36, 59, .7);
    display: flex;
    width: 100%;
    padding: 6px 8px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: normal;
    height: auto;
}
/* .left-icon.top-rated .icon-boc:hover {
    color: #fff;
    background: #a3243b;
} */

input {
  border-radius: 10px !important;
}

textarea {
  border-radius: 10px !important;
}

select {
  border-radius: 10px !important;
}

.for_border_round {
  border-radius: 10px !important;
}

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(./../front/img/green-loader.gif) center no-repeat #fff;
}
#left_modal {
  z-index: 99999 !important;
}

@media (max-width: 767px) {
  .pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(./../front/img/green-loader.gif) center no-repeat
      transparent;
  }
}
.verified {
  position: absolute;
  left: 65px !important;
  bottom: 22px !important;
  background: #fff;
  border-radius: 50%;
}
header.header_area.homenav.open_dropdown {
    z-index: 9;
}
header.header_area.migrateshop_othernav.open_dropdown {
    z-index: 9;
}
.wishicon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  cursor: pointer;
  /* z-index: 1; */
}
 