@charset "UTF-8";
:root {
  --white: #FFFFFF;
  --off-white: #F5F5F5;
  --black: #000000;
  --black-20: rgba(0, 0, 0, 0.2);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-60: rgba(0, 0, 0, 0.6);
  --color-footer-bg: #465161;
  --mighty-black: #1D1D1B;
  --mighty-black-40: rgba(29, 29, 27, 0.4);
  --mighty-black-80: rgba(29, 29, 27, 0.8);
  --cool-gray: #5A5A5A;
  --cool-gray-20: rgba(90, 90, 90, 0.2);
  --cool-gray-30: rgba(90, 90, 90, 0.3);
  --cool-gray-60: rgba(90, 90, 90, 0.6);
  --theme-color: #6495fe;
  --theme-color-light: rgba(225, 37, 27, 0.8);
  --baby-blue-20: rgba(149, 212, 219, 0.2);
  --baby-blue-30: rgba(149, 212, 219, 0.3);
  --baby-blue-60: rgba(149, 212, 219, 0.6);
  --baby-blue-80: rgba(149, 212, 219, 0.8);
  --baby-blue-100: rgba(149, 212, 219, 1);
  --baby-blue-dark: #5CA4AB;
  --baby-blue-darker: #457B81;
  --white-for-dark: hsl(0deg 0% 95% / 100%);
  --success: hsl(140deg 35% 44% / 100%);
  --warning: hsl(45deg 100% 60% / 100%);
  --error: hsl(0deg 55% 44% / 100%);
  --link-color: var(--theme-color);
  --link-hover: var(--theme-color);
  --link-active: var(--theme-color);
  --scale: 0.1;
  --main-font: "Open Sans";
  --secondary-font: "Montserrat";
  --space-2: calc(2 / 16 * 1rem);
  --space-4: calc(4 / 16 * 1rem);
  --space-6: calc(6 / 16 * 1rem);
  --space-8: calc(8 / 16 * 1rem);
  --space-10: calc(10 / 16 * 1rem);
  --space-12: calc(12 / 16 * 1rem);
  --space-14: calc(14 / 16 * 1rem);
  --space-16: calc(16 / 16 * 1rem);
  --space-18: calc(18 / 16 * 1rem);
  --space-20: calc(20 / 16 * 1rem);
  --space-22: calc(22 / 16 * 1rem);
  --space-24: calc(24 / 16 * 1rem);
  --space-26: calc(26 / 16 * 1rem);
  --space-28: calc(28 / 16 * 1rem);
  --space-30: calc(30 / 16 * 1rem);
  --space-32: calc(32 / 16 * 1rem);
  --space-34: calc(34 / 16 * 1rem);
  --space-36: calc(36 / 16 * 1rem);
  --space-38: calc(38 / 16 * 1rem);
  --space-40: calc(40 / 16 * 1rem);
  --space-42: calc(42 / 16 * 1rem);
  --space-44: calc(44 / 16 * 1rem);
  --space-46: calc(46 / 16 * 1rem);
  --space-48: calc(48 / 16 * 1rem);
  --space-50: calc(50 / 16 * 1rem);
  --space-52: calc(52 / 16 * 1rem);
  --space-54: calc(54 / 16 * 1rem);
  --space-56: calc(56 / 16 * 1rem);
  --space-58: calc(58 / 16 * 1rem);
  --space-60: calc(60 / 16 * 1rem);
  --space-62: calc(62 / 16 * 1rem);
  --space-64: calc(64 / 16 * 1rem);
  --space-66: calc(66 / 16 * 1rem);
  --space-68: calc(68 / 16 * 1rem);
  --space-70: calc(70 / 16 * 1rem);
  --space-72: calc(72 / 16 * 1rem);
  --space-xs: var(--space-4);
  --space-sm: var(--space-8);
  --space-md: var(--space-16);
  --space-lg: var(--space-24);
  --space-xl: var(--space-40);
  --row-gap: var(--space-24);
  --transition-base: all 0.2s linear;
  --transition-four: all 0.4s linear;
  --transition-fade: opacity 0.15s linear;
  --transition-collapse: height 0.35s ease;
  --transition-collapse-width: width 0.35s ease;
  --transition-infinite: bounce2 4s ease infinite;
  --font-size-2: calc(2 / 16 * 1rem);
  --font-size-4: calc(4 / 16 * 1rem);
  --font-size-6: calc(6 / 16 * 1rem);
  --font-size-8: calc(8 / 16 * 1rem);
  --font-size-10: calc(10 / 16 * 1rem);
  --font-size-12: calc(12 / 16 * 1rem);
  --font-size-14: calc(14 / 16 * 1rem);
  --font-size-16: calc(16 / 16 * 1rem);
  --font-size-18: calc(18 / 16 * 1rem);
  --font-size-20: calc(20 / 16 * 1rem);
  --font-size-22: calc(22 / 16 * 1rem);
  --font-size-24: calc(24 / 16 * 1rem);
  --font-size-26: calc(26 / 16 * 1rem);
  --font-size-28: calc(28 / 16 * 1rem);
  --font-size-30: calc(30 / 16 * 1rem);
  --font-size-32: calc(32 / 16 * 1rem);
  --font-size-34: calc(34 / 16 * 1rem);
  --font-size-36: calc(36 / 16 * 1rem);
  --font-size-38: calc(38 / 16 * 1rem);
  --font-size-40: calc(40 / 16 * 1rem);
  --font-size-42: calc(42 / 16 * 1rem);
  --font-size-44: calc(44 / 16 * 1rem);
  --font-size-46: calc(46 / 16 * 1rem);
  --font-size-48: calc(48 / 16 * 1rem);
  --font-size-50: calc(50 / 16 * 1rem);
  --font-size-52: calc(52 / 16 * 1rem);
  --font-size-54: calc(54 / 16 * 1rem);
  --font-size-56: calc(56 / 16 * 1rem);
  --font-size-58: calc(58 / 16 * 1rem);
  --font-size-60: calc(60 / 16 * 1rem);
  --font-size-62: calc(62 / 16 * 1rem);
  --font-size-64: calc(64 / 16 * 1rem);
  --font-size-66: calc(66 / 16 * 1rem);
  --font-size-68: calc(68 / 16 * 1rem);
  --font-size-70: calc(70 / 16 * 1rem);
  --font-size-72: calc(72 / 16 * 1rem);
  --nav-link-font-size: var(--font-size-14);
  --font-size-base: var(--font-size-16);
  --headline-xs: var(--font-size-20);
  --headline-sm: var(--font-size-24);
  --headline-md: var(--font-size-32);
  --headline-lg: var(--font-size-42);
  --headline-xl: var(--font-size-56);
  --headline-xxl: var(--font-size-62);
  --line-height: 1.4;
  --line-height-title: 140%;
}

@font-face {
  font-family: Uniform\ 3;
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Uniform Regular 3.ed0ad737.ttf") format("ttf");
}
@font-face {
  font-family: Uniform\ 2;
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Uniform Regular 2.6aa3e5ff.ttf") format("ttf");
}
@font-face {
  font-family: Uniform\ 4;
  font-style: "normal";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Uniform Regular 4.786e9d0d.ttf") format("ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 400;
  color: var(--black, inherit);
}

.headline-h1 {
  font-size: var(--headline-xl);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h1 {
    font-size: var(--headline-xxl);
    margin-bottom: var(--space-md);
  }
}

.headline-h2 {
  font-size: var(--headline-lg);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h2 {
    font-size: var(--headline-xl);
    margin-bottom: var(--space-md);
  }
}

.headline-h3 {
  font-size: var(--headline-md);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h3 {
    font-size: var(--headline-lg);
    margin-bottom: var(--space-md);
  }
}

.headline-h4 {
  font-size: var(--headline-sm);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h4 {
    font-size: var(--headline-md);
    margin-bottom: var(--space-md);
  }
}

.headline-h5 {
  font-size: var(--headline-xs);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h5 {
    font-size: var(--headline-sm);
    margin-bottom: var(--space-md);
  }
}

.headline-h6 {
  font-size: var(--headline-xs);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}
@media only screen and (min-width: 768px) {
  .headline-h6 {
    font-size: var(--headline-xs);
    margin-bottom: var(--space-md);
  }
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-60 {
  font-size: 60px !important;
}

@media only screen and (max-width: 1199px) {
  .fs-lg-12 {
    font-size: 12px !important;
  }
  .fs-lg-14 {
    font-size: 14px !important;
  }
  .fs-lg-16 {
    font-size: 16px !important;
  }
  .fs-lg-18 {
    font-size: 18px !important;
  }
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-22 {
    font-size: 22px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-26 {
    font-size: 26px !important;
  }
  .fs-lg-28 {
    font-size: 28px !important;
  }
  .fs-lg-30 {
    font-size: 30px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-34 {
    font-size: 34px !important;
  }
  .fs-lg-36 {
    font-size: 36px !important;
  }
  .fs-lg-38 {
    font-size: 38px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
  .fs-lg-42 {
    font-size: 42px !important;
  }
  .fs-lg-44 {
    font-size: 44px !important;
  }
  .fs-lg-46 {
    font-size: 46px !important;
  }
  .fs-lg-48 {
    font-size: 48px !important;
  }
  .fs-lg-50 {
    font-size: 50px !important;
  }
  .fs-lg-52 {
    font-size: 52px !important;
  }
  .fs-lg-54 {
    font-size: 54px !important;
  }
  .fs-lg-56 {
    font-size: 56px !important;
  }
  .fs-lg-58 {
    font-size: 58px !important;
  }
  .fs-lg-60 {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-26 {
    font-size: 26px !important;
  }
  .fs-md-28 {
    font-size: 28px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-32 {
    font-size: 32px !important;
  }
  .fs-md-34 {
    font-size: 34px !important;
  }
  .fs-md-36 {
    font-size: 36px !important;
  }
  .fs-md-38 {
    font-size: 38px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-42 {
    font-size: 42px !important;
  }
  .fs-md-44 {
    font-size: 44px !important;
  }
  .fs-md-46 {
    font-size: 46px !important;
  }
  .fs-md-48 {
    font-size: 48px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-52 {
    font-size: 52px !important;
  }
  .fs-md-54 {
    font-size: 54px !important;
  }
  .fs-md-56 {
    font-size: 56px !important;
  }
  .fs-md-58 {
    font-size: 58px !important;
  }
  .fs-md-60 {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-sm-12 {
    font-size: 12px !important;
  }
  .fs-sm-14 {
    font-size: 14px !important;
  }
  .fs-sm-16 {
    font-size: 16px !important;
  }
  .fs-sm-18 {
    font-size: 18px !important;
  }
  .fs-sm-20 {
    font-size: 20px !important;
  }
  .fs-sm-22 {
    font-size: 22px !important;
  }
  .fs-sm-24 {
    font-size: 24px !important;
  }
  .fs-sm-26 {
    font-size: 26px !important;
  }
  .fs-sm-28 {
    font-size: 28px !important;
  }
  .fs-sm-30 {
    font-size: 30px !important;
  }
  .fs-sm-32 {
    font-size: 32px !important;
  }
  .fs-sm-34 {
    font-size: 34px !important;
  }
  .fs-sm-36 {
    font-size: 36px !important;
  }
  .fs-sm-38 {
    font-size: 38px !important;
  }
  .fs-sm-40 {
    font-size: 40px !important;
  }
  .fs-sm-42 {
    font-size: 42px !important;
  }
  .fs-sm-44 {
    font-size: 44px !important;
  }
  .fs-sm-46 {
    font-size: 46px !important;
  }
  .fs-sm-48 {
    font-size: 48px !important;
  }
  .fs-sm-50 {
    font-size: 50px !important;
  }
  .fs-sm-52 {
    font-size: 52px !important;
  }
  .fs-sm-54 {
    font-size: 54px !important;
  }
  .fs-sm-56 {
    font-size: 56px !important;
  }
  .fs-sm-58 {
    font-size: 58px !important;
  }
  .fs-sm-60 {
    font-size: 60px !important;
  }
}
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media only screen and (max-width: 1199px) {
  .fw-lg-300 {
    font-weight: 300 !important;
  }
  .fw-lg-400 {
    font-weight: 400 !important;
  }
  .fw-lg-500 {
    font-weight: 500 !important;
  }
  .fw-lg-600 {
    font-weight: 600 !important;
  }
  .fw-lg-700 {
    font-weight: 700 !important;
  }
  .fw-lg-800 {
    font-weight: 800 !important;
  }
  .fw-lg-900 {
    font-weight: 900 !important;
  }
}
@media only screen and (max-width: 991px) {
  .fw-md-300 {
    font-weight: 300 !important;
  }
  .fw-md-400 {
    font-weight: 400 !important;
  }
  .fw-md-500 {
    font-weight: 500 !important;
  }
  .fw-md-600 {
    font-weight: 600 !important;
  }
  .fw-md-700 {
    font-weight: 700 !important;
  }
  .fw-md-800 {
    font-weight: 800 !important;
  }
  .fw-md-900 {
    font-weight: 900 !important;
  }
}
@media only screen and (max-width: 767px) {
  .fw-sm-300 {
    font-weight: 300 !important;
  }
  .fw-sm-400 {
    font-weight: 400 !important;
  }
  .fw-sm-500 {
    font-weight: 500 !important;
  }
  .fw-sm-600 {
    font-weight: 600 !important;
  }
  .fw-sm-700 {
    font-weight: 700 !important;
  }
  .fw-sm-800 {
    font-weight: 800 !important;
  }
  .fw-sm-900 {
    font-weight: 900 !important;
  }
}
.color-orange {
  color: #F47421;
}

.bg-orange {
  background: #F47421;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: var(--font-size-base);
  color: var(--cool-gray);
  line-height: 1.6;
  font-weight: 400;
  padding: 0 !important;
}

b,
strong {
  font-weight: 600;
}

ul {
  list-style-type: square;
  text-align: left;
  padding-left: var(--space-20);
}
.content ul li, .faq ul li {
  margin-bottom: var(--space-10);
}
.content ul li::marker, .faq ul li::marker {
  font-size: var(--font-size-24);
  color: var(--theme-color);
  line-height: 1;
  font-weight: 700;
}

ol {
  text-align: left;
  padding-left: var(--space-18);
}
ol li {
  padding-left: var(--space-8);
  margin-bottom: var(--space-10);
}
ol li::marker {
  color: var(--theme-color);
  font-weight: 700;
}

a {
  color: var(--link-color);
  transition: var(--transition-base);
  text-decoration: none;
}
a:hover {
  --link-color: var(--link-hover);
}
a:active {
  --link-color: var(--link-active);
}

.container-md {
  --bs-gutter-x: 2rem;
}

.icon-link {
  --link-color: var(--mighty-black);
  text-decoration: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3 {
  color: var(--mighty-black);
  font-size: var(--font-size-32);
}

.box_click {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content {
  color: var(--mighty-black);
  line-height: 1.8;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
.content h4 {
  color: var(--mighty-black);
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .content h4 {
    font-size: var(--font-size-24);
  }
}
.purpose p {
  text-align: justify;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.checkstyle li {
  list-style: none;
}

.featureset li {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
}

.color-baby-blue-dark {
  color: var(--baby-blue-dark);
}
.color-theme {
  color: var(--theme-color);
}
.color-mighty-black {
  color: var(--mighty-black);
}
.color-gray {
  color: var(--cool-gray);
}
.color-light {
  color: #d1d8dd;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  -webkit-line-clamp: 6;
}
.line-clamp-7 {
  -webkit-line-clamp: 7;
}

.round10 {
  border-radius: 10px;
}

.round15 {
  border-radius: 15px;
}

.round20 {
  border-radius: 20px;
}

.round30 {
  border-radius: 30px;
}

.shadow-plate {
  position: relative;
}
.shadow-plate div {
  position: relative;
  z-index: 1;
  background: #FFF;
}
.shadow-plate div:before, .shadow-plate div:after {
  position: absolute;
  content: "";
  background: #F47421;
}
.shadow-plate div:before {
  bottom: 0;
  right: -8px;
  width: 8px;
  height: 45px;
}
.shadow-plate div:after {
  bottom: 0;
  right: -8px;
  bottom: -8px;
  right: -8px;
  width: 53px;
  height: 8px;
}
.shadow-plate .active:before,
.shadow-plate .active:after {
  opacity: 1;
}

.shadow-1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.hover-shadow-1:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.badge {
  --bs-badge-padding-x: var(--space-8);
  --bs-badge-padding-y: var(--space-6);
  --bs-badge-font-size: var(--font-size-14);
  --bs-badge-font-weight: 400;
  --bs-badge-border-radius: var(--space-4);
  min-width: 170px;
}

.border-theme {
  border-color: var(--theme-color) !important;
}

@keyframes bounce2 {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-48px);
  }
  60% {
    transform: translateY(-12px);
  }
}
/**Font variables **/
/** Checkboxes style **/
/**Range slider style **/
/**Property badges style **/
/**Selectize input style **/
/**Agent status begin **/
/**Icon style **/
/**Margin and paddings **/
/****Input, textarea, and buttons style **/
/**Media queries **/
body {
  background-color: #FFF;
}

.stick-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/**Checkboxes begin **/
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  color: #525252;
  letter-spacing: 0.44px;
  font-weight: 100;
}

input[type=checkbox].css-checkbox + label.css-label:before {
  content: "\e835";
  font-family: "Material Icons";
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 4px;
  border-radius: 6px;
  border: 2px solid #eff0f3;
  padding: 1px 1px 0 1px;
  color: #ffffff;
  background-color: #ffffff;
}

input[type=checkbox].css-checkbox:checked + label.css-label:before {
  content: "\e834";
  font-family: "Material Icons";
  margin-right: 5px;
  color: #6495fe;
  font-size: 20px;
  border-radius: 6px;
  border: 2px solid #9cbbfe;
}

label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/**Checkboxes end **/
/**********************************************************************************/
/**Range slider begin **/
.irs-bar {
  height: 4px;
  top: 36px;
  background: #6495fe;
  border: 2px solid rgba(153, 161, 182, 0.08);
}

.irs-slider {
  top: 21px;
  width: 32px;
  height: 32px;
  border: 4px solid #6495fe;
  background: #ffffff;
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.irs-bar-edge {
  height: 4px;
  top: 36px;
  width: 20px;
  border-right: 0;
  background: #6495fe;
  border-radius: 5px 0 0 5px;
  border: 2px solid rgba(153, 161, 182, 0.08);
  -moz-border-radius: 5px 0 0 5px;
}

.irs-line {
  height: 10px;
  top: 33px;
  background: #ffffff;
  border: 2px solid #ccc;
  border-radius: 2px;
}

/**single slider  - styles for single slider **/
.single-slider .irs-line-left,
.single-slider .irs-bar-edge,
.single-slider .irs-bar {
  display: none;
}

/** **/
/**Range slider end **/
/*****************************************************************************/
/**Badges colors and style begin**/
.small-badge {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  border-radius: 2px;
}

.property_status {
  background-color: #4A90E2; /* Blue */
  color: #fff;
}

.featured {
  background-color: #D63D7C; /* Soft Pink */
  color: #fff;
}

.rent {
  background-color: #F5A623; /* Orange */
  color: #fff;
}

.sale {
  background-color: #E94E77; /* Coral Red */
  color: #fff;
}

.buy {
  background-color: #50E3C2; /* Teal */
  color: #fff;
}

.reused {
  background-color: #B7B7B7; /* Grey */
  color: #fff;
}

.new {
  background-color: #7ED321; /* Green */
  color: #fff;
}

.hot {
  background-color: #f7522c;
  color: #fff;
}

/**Badges colors and style end**/
/****************************************************************************/
/***Selectize selectors **/
.selectize-control.big-input .selectize-input.not-full > input {
  width: 120px !important;
  text-transform: capitalize;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px #9cbbfe;
}

.status-select .selectize-input.full.input-active > input {
  top: -8px;
}

/**Selectize input begin **/
.selectize-input {
  height: 44px;
  padding: 12px 8px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.selectize-input > input {
  height: 0 !important;
}
.selectize-input .item {
  color: #525252;
  font-size: 15px;
  letter-spacing: 0.44px;
  text-transform: capitalize;
}
.selectize-input .item .option-wrapper {
  display: flex;
  align-content: stretch;
}
.selectize-input .item .option-wrapper div:first-child {
  margin: auto 10px auto 10px;
}
.selectize-input .item .option-wrapper div:last-child {
  margin: auto;
  color: #525252;
  font-size: 15px;
  letter-spacing: 0.44px;
}

.selectize-control .selectize-input > input::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
  text-transform: capitalize;
}

.selectize-control .selectize-input > input::placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
  text-transform: capitalize;
}

/**Selectize input end **/
/**Selectize dropdown begin **/
.selectize-dropdown {
  border: 2px solid #eff0f3;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0 0 2px 2px;
}

.selectize-dropdown-content .option {
  color: #525252;
  font-size: 15px;
  letter-spacing: 0.44px;
  text-transform: capitalize;
  padding: 12px 8px;
}
.selectize-dropdown-content .option .option-wrapper {
  width: 95%;
  display: flex;
  align-content: stretch;
}
.selectize-dropdown-content .option .option-wrapper div:first-child {
  margin: auto 10px auto 10px;
}
.selectize-dropdown-content .option .option-wrapper div:last-child {
  margin: auto 0;
  color: #525252;
  font-size: 15px;
  letter-spacing: 0.44px;
}

/**Selectize dropdown end **/
/*******************************************************************************/
.apartment-grid-control-up {
  margin-bottom: 40px;
  margin-top: 60px;
}
.apartment-grid-control-up .arrow-block {
  margin-bottom: 32px;
}

.apartment-grid-control-up.for-sale {
  margin-bottom: 60px;
  margin-top: 0;
}
.apartment-grid-control-up.for-sale .arrow-block {
  padding-top: 40px;
  border-top: 2px solid rgba(153, 161, 182, 0.24);
}

.post-type p {
  color: #525252;
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.post-type blockquote {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 400;
  border: none;
  position: relative;
  padding: 10px 0 10px 34px;
  z-index: 1;
}

.post-type blockquote:before {
  position: absolute;
  content: "\e244";
  opacity: 0.5;
  color: #dbdbdb;
  font-size: 100px;
  font-family: "Material Icons";
  z-index: -1;
  left: -20px;
  top: -32px;
}

.post-type img.full-width {
  width: 100%;
  margin-bottom: 23px;
}

/**Agent status style begin **/
.agent-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-online {
  box-shadow: 0 0 10px #cddc39;
  background-color: #cddc39;
}

.status-offline {
  background: #FFC107;
  box-shadow: 0 0 10px 0 #FFC107;
}

.status-notavailable {
  background: #F85353;
  box-shadow: 0 0 10px 0 #F85353;
}

/**Agent status end **/
/**************************************************************************/
/**Icon style begin **/
/**Heart icon style
 if you wanna override icon style for every component, please comment icon less below

 **/
.icons .heart .icons-style {
  border: 2px solid #f7f7f7 !important;
  padding: 11px;
  background: #f7f7f7 !important;
  border-radius: 100%;
  font-size: 16px;
  color: #99a1b6 !important;
}
.icons .heart i:before {
  content: "\e87e" !important;
}
.icons .heart i.active:before {
  content: "\e87d" !important;
  color: #fc226e !important;
}
.icons .heart:hover .icons-style {
  box-shadow: 0 1px 10px rgba(255, 64, 129, 0.5) !important;
  background-color: #ff4081 !important;
}
.icons .heart:hover i:before {
  content: "\e87d" !important;
  color: #ffffff !important;
}

/**Hear icon style end **/
/***********************************************************************/
/*margins and paddins*/
.m-b-58 {
  margin-bottom: 58px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  padding: 30px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-10 {
  margin-bottom: 10px;
}

/*margins and paddings end */
/**********************************************/
/****Input, textarea, and buttons style **/
input {
  height: 44px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #ffffff;
  padding-left: 8px;
}

input:focus {
  outline-color: #9cbbfe;
  border-color: #9cbbfe;
}

input::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  /* Text style for "Placeholde" */
  letter-spacing: 0.44px;
}

input::placeholder {
  color: #99a1b6;
  font-size: 15px;
  /* Text style for "Placeholde" */
  letter-spacing: 0.44px;
}

input:-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

input::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

input:-ms-input-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

input::-webkit-input-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

textarea {
  width: 100%;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #ffffff;
  padding-left: 8px;
  padding-top: 8px;
}

textarea:focus {
  outline-color: #9cbbfe;
  border-color: #9cbbfe;
}

textarea::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  /* Text style for "Placeholde" */
  letter-spacing: 0.44px;
}

textarea::placeholder {
  color: #99a1b6;
  font-size: 15px;
  /* Text style for "Placeholde" */
  letter-spacing: 0.44px;
}

textarea:-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

textarea::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

textarea:-ms-input-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

textarea::-webkit-input-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}

.button-primary {
  color: #ffffff;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  height: 44px;
  border-radius: 2px;
  border: 2px solid #9cbbfe;
  background-color: #6495fe;
}
.button-primary:hover {
  border-radius: 2px;
  border: 2px solid #9cbbfe;
  background-color: #6395fe;
  box-shadow: 0 1px 10px rgba(99, 149, 254, 0.5);
}

.button-secondary {
  color: #6495fe;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 2px;
  border: 2px solid rgba(153, 161, 182, 0.08);
  background-color: #f7f7f7;
  height: 44px;
}
.button-secondary:hover {
  color: #ffffff;
  box-shadow: 0 1px 10px rgba(99, 149, 254, 0.5);
  border-radius: 2px;
  border: 2px solid rgba(99, 149, 254, 0.5);
  background-color: #6395fe;
}

.button-link-primary-icon {
  border-radius: 20px;
  background-color: #6495fe;
  color: #ffffff;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 12px 12px 11px;
  display: flex;
  cursor: pointer;
}
.button-link-primary-icon > i {
  margin: auto 0 auto auto;
  font-size: 16px;
}
.button-link-primary-icon > span {
  margin: auto auto auto 8px;
}
.button-link-primary-icon:hover {
  text-decoration: none;
  box-shadow: 0 1px 10px rgba(99, 149, 254, 0.5);
  background-color: #6395fe;
  color: #ffffff;
}

.button-link-normal {
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 12px 12px 11px;
  color: #6495fe;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
}
.button-link-normal:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  background-color: #6495fe;
  color: #fff;
  text-decoration: none;
}

.button-link-normal__single-icon {
  padding: 12px;
  height: 40px;
}
.button-link-normal__single-icon > i {
  font-size: 16px;
}

/****Input, textarea, and buttons style end **/
/**Home 2 style begin **/
.home-2-style {
  position: relative;
}
.home-2-style .js-home-2-search {
  position: absolute;
  z-index: 80;
  right: 0;
  left: 0;
  top: 75%;
}

@media (max-width: 992px) {
  .home-2-style {
    position: relative;
  }
  .home-2-style .js-home-2-search {
    margin-top: 30px;
    position: relative;
    z-index: 80;
    right: 0;
    left: 0;
    top: 0;
  }
}
/**Home 2 style end **/
/*********************************************************************/
/**Home 7 style begin **/
.home-7-style .footer {
  background-color: #f5f6f8;
}

/**Home 7 style end **/
/*********************************************************************/
/**Media query begin**/
@media (min-width: 1024px) and (max-width: 1150px) {
  .selectize-dropdown-content .option .option-wrapper {
    width: 100%;
  }
}
/**Media query end**/
div > .tss {
  background-color: #fff;
  margin-top: 10px;
}

.half-screen-table {
  position: relative;
}

.half-screen-table_table {
  position: absolute;
  width: 45%;
  right: 0;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 85;
  padding: 22px;
  overflow-y: scroll;
}

.half-screen-table .table-property-listing {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .half-screen-table_table {
    position: relative;
    width: 100%;
    overflow-y: auto;
  }
}
.accordion {
  --bs-accordion-bg: transparent;
}
.accordion-item {
  margin: 20px 0;
}
.accordion-header {
  position: relative;
}
.accordion-button {
  padding: var(--space-16) var(--space-24);
  padding-right: 50px;
  border-radius: 5px;
  align-items: center;
  background: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.accordion-button svg {
  position: absolute;
  right: 20px;
  transition: all 0.3s ease-out;
}
.accordion-button:focus {
  background: #FBFBFB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.accordion-button:not(.collapsed) {
  background: #FBFBFB;
}
.accordion-button:focus svg {
  rotate: 90deg;
}
.accordion-button:after {
  display: none;
}
.accordion-item {
  --bs-accordion-color: var(--cool-gray);
  border: none;
}
.accordion-item:first-of-type {
  --bs-accordion-inner-border-radius: 4px;
  border-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-body {
  --bs-accordion-body-padding: var(--space-24);
}

/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * @author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * @support      support@torbara.com
 */
.accordion {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
}

.accordion .accordion-header {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin: 22px;
}

.accordion .accordion-header h3 {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28px;
  margin: auto 0;
}

.accordion .accordion-header i {
  font-size: 16px;
  padding: 12px;
  background-color: #f7f7f7;
  color: #99a1b6;
  margin: auto 20px auto 0;
  border-radius: 100%;
}

.accordion .accordion-header i:before {
  content: "\e145";
}

.accordion .accordion-header i.open:before {
  content: "\e15b";
}

.accordion .accordion-header:hover h3 {
  color: #6495fe;
}

.accordion .accordion-header:hover i {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  background-color: #6495fe;
  color: var(--white);
}

.accordion .accordion-content {
  border-top: 2px solid rgba(153, 161, 182, 0.08);
  padding: 24px 24px 27px 80px;
  display: none;
}

.accordion:hover {
  box-shadow: 0 1px 20px rgba(55, 70, 111, 0.16);
}

.accordion.open {
  box-shadow: 0 1px 20px rgba(55, 70, 111, 0.16);
}

@media (max-width: 410px) {
  .accordion .accordion-content {
    padding: 24px 24px 27px;
  }
}
.top-bar {
  background-color: rgba(153, 161, 182, 0.08);
  margin-top: 1px;
  font-family: "Apple System UI Font";
  font-size: 12px;
  letter-spacing: 0.38px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.top-bar span {
  display: inline-block;
  vertical-align: middle;
}

.top-bar span i {
  color: #6495fe;
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.top-bar .contacts {
  margin-right: 24px;
  padding: 11px 0 12px 0;
}

.top-bar .contacts-wrapper > span:last-child {
  margin: 0;
}

.top-bar .name {
  color: #99a1b6;
  margin-right: 8px;
}

.top-bar .name i {
  display: none;
}

.top-bar .info {
  color: #1D1D1B;
}

.top-bar .currency-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.top-bar .currency {
  position: relative;
  color: #1D1D1B;
  top: 2px;
  padding: 11px 0 12px 20px;
}

.top-bar .currency:before {
  content: "\f107";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 16px;
  font-family: "FontAwesome";
  color: #6495fe;
}

.top-bar .contacts-wrapper {
  margin: 0;
  display: inline-block;
  width: 49%;
}

.top-bar .wrapper {
  text-align: right;
  margin: 0;
  display: inline-block;
  width: 50%;
}

.top-bar .language {
  margin-right: 41px;
  padding: 11px 0 12px 0;
}

.top-bar .units {
  margin-right: 20px;
  padding: 11px 0 12px 0;
}

.top-bar .currency-list .dropdown-menu {
  right: 0;
  min-width: auto;
  left: auto;
}

@media (max-width: 767px) {
  .top-bar .name i {
    display: block;
  }
  .top-bar .name span {
    display: none;
  }
}
@media (max-width: 570px) {
  .top-bar .contacts-wrapper {
    display: none;
  }
  .top-bar .wrapper {
    width: 100%;
    text-align: left;
  }
}
.header {
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: var(--space-10) 0;
  transition: var(--transition-four);
  z-index: 100;
}
.header.sticky-top {
  padding-right: 0 !important;
}
@media only screen and (max-width: 991px) {
  .header.sticky-top {
    position: fixed;
  }
  .header.sticky-top + main {
    padding-top: 75px;
  }
}
.header.sticky-top-down {
  transform: translateY(-110px);
}
.header-logo {
  --bs-navbar-brand-margin-end: 0;
  padding: 0;
}
.header-logo svg {
  transition: var(--transition-four);
}
@media only screen and (max-width: 767px) {
  .header-logo svg {
    height: 50px;
  }
}

main {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  header.fixed-top + main {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  header.fixed-top + main {
    padding-top: 70px;
  }
}

.customize-support .header {
  top: 45px;
}

.dropdown-toggle:after {
  border: solid;
  border-width: 0 var(--space-2) var(--space-2) 0;
  padding: 3px;
  transform: scale(1) rotate(45deg);
  margin-left: var(--space-8);
}

.navbar {
  transition: var(--transition-base);
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar-nav {
  text-align: right;
}
.navbar-nav.social-share {
  border: none;
}
.navbar-nav .dropdown-menu {
  --bs-dropdown-bg: var(--cool-gray-30);
  --bs-dropdown-min-width: 120px;
  border: none;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-font-size: var(--font-size-14);
  --bs-dropdown-padding-y: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    --bs-dropdown-bg: var(--mighty-black);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 75px;
    transition: var(--transition-base);
  }
}
.navbar-nav .dropdown-menu li {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu li:hover {
    color: var(--theme-color);
  }
  .navbar-nav .dropdown-menu li:hover > .dropdown-item > a {
    color: var(--theme-color);
  }
  .navbar-nav .dropdown-menu li:hover > .dropdown-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.navbar-nav .dropdown-submenu {
  left: 100%;
  top: 30px;
}
.navbar-nav .dropdown-submenu.show {
  display: block;
}
.navbar-nav .dropdown-item {
  border-bottom: 1px solid var(--mighty-black-80);
  --bs-dropdown-link-color: var(--off-white);
  --bs-dropdown-link-hover-color: var(--theme-color);
  --bs-dropdown-link-active-color: var(--theme-color);
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
  line-height: 16px;
  --bs-dropdown-item-padding-y: var(--space-12);
  --bs-dropdown-item-padding-x: var(--space-20);
  cursor: pointer;
  transition: var(--transition-base);
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-item {
    border-bottom: 1px solid var(--cool-gray-30);
  }
}
.navbar-nav .dropdown-item.active a {
  color: var(--theme-color);
}
.navbar-nav .dropdown-item a {
  color: var(--white);
  text-decoration: none;
}
.navbar-nav .dropdown-item a:hover, .navbar-nav .dropdown-item a:active {
  color: var(--theme-color);
}
.navbar-toggler:hover svg rect, .navbar-toggler:active svg rect, .navbar-toggler:focus svg rect {
  fill: var(--theme-color);
}
.nav-item {
  position: relative;
  font-size: var(--font-size-base);
  font-weight: 700;
}
.nav-item.dropdown:hover .nav-link {
  color: var(--theme-color) !important;
}
.nav-item.dropdown:hover .nav-link > a {
  color: var(--theme-color);
}
@media only screen and (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    top: 50px;
    opacity: 1;
    visibility: visible;
  }
}
.nav-link {
  --bs-nav-link-color: var(--off-white);
  --bs-nav-link-hover-color: var(--theme-color);
  --bs-navbar-active-color: var(--theme-color);
  font-weight: 700;
  padding: var(--space-md) 0;
  font-size: var(--nav-link-font-size);
}
.nav-link > a {
  text-decoration: none;
}
.nav-link svg {
  margin: -7px 4px 0 0;
}
.nav-link.active {
  color: var(--theme-color);
}
.nav-link.active > a {
  color: var(--theme-color);
}
@media only screen and (max-width: 991px) {
  .nav-link {
    border-bottom: 1px solid var(--cool-gray-30);
  }
  .nav-link > a {
    color: var(--white);
  }
}
@media only screen and (min-width: 992px) {
  .nav-link {
    --bs-nav-link-color: var(--mighty-black);
  }
  .nav-link > a {
    color: var(--mighty-black);
    text-decoration: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: var(--space-12) var(--space-18);
  }
  .navbar .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .nav-link.active:after {
    height: 4px;
    opacity: 1;
  }
}
.social-share .nav-link {
  border: none;
  line-height: 1;
  transition: var(--transition-four);
  padding: 0;
}
.social-share .nav-link:after {
  display: none;
}
.social-share .nav-link path {
  transition: var(--transition-four);
}
.social-share .nav-link:hover path {
  fill: var(--theme-color);
}

@media only screen and (max-width: 991px) {
  .offcanvas {
    right: 0;
    top: 0;
    width: 75vw;
    height: 100vh;
    padding-right: 1rem;
    padding-left: 1rem;
    background: var(--mighty-black);
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 992px) {
  .offcanvas {
    margin-top: var(--space-16);
  }
}
.offcanvas-backdrop {
  background-color: var(--white);
}

@media only screen and (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

.btn {
  --bs-btn-padding-y: var(--space-14);
  --bs-btn-padding-x: var(--space-24);
  --bs-btn-font-size: var(--font-size-base);
  --bs-btn-line-height: 1.2;
  --bs-btn-border-width: 1px;
}
@media only screen and (max-width: 767px) {
  .btn {
    --bs-btn-padding-y: var(--space-10);
    --bs-btn-padding-x: var(--space-16);
    --bs-btn-font-size: var(--font-size-14);
  }
}
.btn-sm {
  --bs-btn-padding-y: var(--space-10);
  --bs-btn-padding-x: var(--space-10);
  --bs-btn-font-size: var(--font-size-14);
  line-height: var(--space-16);
}
.btn-xl {
  --bs-btn-padding-y: var(--space-24);
  --bs-btn-padding-x: var(--space-24);
  --bs-btn-font-size: var(--font-size-18);
  line-height: var(--space-18);
  font-weight: 500;
  padding: 10px 20px 10px 25px;
}
.btn-xxl {
  --bs-btn-padding-y: var(--space-48);
  --bs-btn-padding-x: var(--space-48);
  --bs-btn-font-size: var(--font-size-24);
  line-height: var(--space-24);
  font-weight: 500;
  padding: 15px 20px 15px 30px;
}
.btn-primary {
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-border-radius: var(--space-xs);
  --bs-btn-bg: var(--theme-color);
  --bs-btn-hover-bg: var(--mighty-black);
  --bs-btn-hover-border-color: var(--theme-color-light);
  --bs-btn-active-bg: var(--theme-color-light);
  --bs-btn-active-border-color: var(--theme-color-light);
}
.btn-primary:hover {
  --bs-btn-border-color: var(--theme-color);
}
.btn-outline-primary {
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-border-radius: var(--space-xs);
  --bs-btn-color: var(--theme-color);
  --bs-btn-hover-bg: var(--theme-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--theme-color);
  --bs-btn-active-bg: var(--theme-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--theme-color);
}
.btn-outline-secondary {
  --bs-btn-border-color: var(--baby-blue-100);
  --bs-btn-border-radius: var(--space-xs);
  --bs-btn-color: var(--baby-blue-dark);
  --bs-btn-hover-bg: var(--baby-blue-100);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: var(--baby-blue-100);
  --bs-btn-active-bg: var(--baby-blue-dark);
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--baby-blue-dark);
}
.btn-white {
  --bs-btn-border-color: var(--white);
  --bs-btn-border-radius: var(--space-xs);
  --bs-btn-bg: var(--white);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--mighty-black);
  --bs-btn-hover-border-color: var(--mighty-black);
  --bs-btn-active-bg: var(--mighty-black);
  --bs-btn-active-border-color: var(--mighty-black);
}
.btn-square {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background: linear-gradient(135deg, #F37313 0%, #E42C2C 100%);
}
.btn-icon {
  background: #F48943;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}
.btn-icon .arrow_icon {
  display: inline-block;
  background: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 38px;
  margin-left: 20px;
}
.btn-icon:hover {
  background: #000000;
  color: var(--white);
}
.btn-icon:hover .arrow_icon {
  background: var(--white);
}
.btn-icon.btn-xl .arrow_icon {
  width: 30px;
  height: 30px;
  line-height: 27px;
}
.btn-icon.btn-xl .arrow_icon svg {
  width: 15px;
}
.btn-close {
  background-color: var(--theme-color);
  right: 0;
  top: -32px;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-hover-opacity: 0.9;
  border-radius: var(--space-xs);
  box-shadow: none;
  transition: var(--transition-base);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .btn-close {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 576px) {
  .btn-close {
    right: -32px;
    top: 16px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

.details-button {
  border-radius: 20px;
  color: #527efd;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 12px 20px 11px 20px;
  background: #f7f7f7;
  margin: auto 10px auto 0;
}
.details-button:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  border-radius: 20px;
  background-color: #6495fe;
  text-decoration: none;
  color: var(--white);
}

.border-primary {
  --bs-primary-rgb: 149, 212, 219;
}
.border-secondary-subtle {
  --bs-secondary-border-subtle: #DFDFDF !important;
}
@media only screen and (min-width: 576px) {
  .border-sm-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
}
@media only screen and (min-width: 768px) {
  .border-md-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
}

.p-10 {
  padding: 10px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-10 {
    padding: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-10 {
    padding: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-10 {
    padding: 10px !important;
  }
}

.p-20 {
  padding: 20px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-20 {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-20 {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-20 {
    padding: 20px !important;
  }
}

.p-30 {
  padding: 30px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-30 {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-30 {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-30 {
    padding: 30px !important;
  }
}

.p-40 {
  padding: 40px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-40 {
    padding: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-40 {
    padding: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-40 {
    padding: 40px !important;
  }
}

.p-50 {
  padding: 50px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-50 {
    padding: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
}

.p-60 {
  padding: 60px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-60 {
    padding: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-60 {
    padding: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-60 {
    padding: 60px !important;
  }
}

.p-70 {
  padding: 70px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-70 {
    padding: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-70 {
    padding: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-70 {
    padding: 70px !important;
  }
}

.p-80 {
  padding: 80px !important;
}
@media only screen and (min-width: 576px) {
  .p-sm-80 {
    padding: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-80 {
    padding: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-80 {
    padding: 80px !important;
  }
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
@media only screen and (min-width: 576px) {
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media only screen and (min-width: 576px) {
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}

.pt-70 {
  padding-top: 70px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media only screen and (min-width: 576px) {
  .pt-sm-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media only screen and (min-width: 576px) {
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}

.m-10 {
  margin: 10px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-10 {
    margin: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-10 {
    margin: 10px !important;
  }
}

.m-20 {
  margin: 20px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-20 {
    margin: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-20 {
    margin: 20px !important;
  }
}

.m-30 {
  margin: 30px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-30 {
    margin: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-30 {
    margin: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-30 {
    margin: 30px !important;
  }
}

.m-40 {
  margin: 40px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-40 {
    margin: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-40 {
    margin: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-40 {
    margin: 40px !important;
  }
}

.m-50 {
  margin: 50px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-50 {
    margin: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-50 {
    margin: 50px !important;
  }
}

.m-60 {
  margin: 60px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-60 {
    margin: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-60 {
    margin: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-60 {
    margin: 60px !important;
  }
}

.m-70 {
  margin: 70px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-70 {
    margin: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-70 {
    margin: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-70 {
    margin: 70px !important;
  }
}

.m-80 {
  margin: 80px !important;
}
@media only screen and (min-width: 576px) {
  .m-sm-80 {
    margin: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-80 {
    margin: 80px !important;
  }
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
@media only screen and (min-width: 576px) {
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
@media only screen and (min-width: 576px) {
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media only screen and (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media only screen and (min-width: 576px) {
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
}

.page-title-simple {
  padding: 79px 0 49px 0;
  background-color: rgba(153, 161, 182, 0.2);
}

.page-title-simple ul {
  padding: 0;
  margin: 0;
}

.page-title-simple ul > li {
  display: inline-block;
}

.page-title-simple ul > li > a {
  color: #1D1D1B;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-left: 22px;
  position: relative;
  display: block;
}

.page-title-simple ul > li:first-child > a:before {
  left: 0px;
}

.page-title-simple ul > li > a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  height: 10px;
  width: 9px;
  background-color: rgba(100, 149, 254, 0.5);
  z-index: 20;
  border-radius: 100%;
}

.page-title-simple h1 {
  color: #1D1D1B;
  font-size: 40px;
  margin: 0;
}

.carousel {
  background-color: var(--white-for-dark);
}
@media only screen and (max-width: 767px) {
  .carousel .container-md {
    padding: 0;
  }
}
.carousel-caption {
  left: inherit;
  right: inherit;
  bottom: 66px;
  background-color: var(--baby-blue-80);
  border-radius: var(--space-xs);
  text-align: left;
  padding: var(--space-24) var(--space-30);
}
@media only screen and (min-width: 768px) {
  .carousel-caption {
    width: 628px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-caption {
    position: static;
    border-radius: 0;
    padding: var(--space-16) var(--space-16) var(--space-66) var(--space-16);
  }
}
.carousel-caption h2 {
  font-family: Arial;
  font-size: var(--font-size-30);
  color: rgb(236, 0, 140);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .carousel-caption h2 {
    font-size: var(--font-size-36);
  }
}
.carousel-caption p {
  font-size: var(--font-size-20);
  color: var(--mighty-black);
  font-weight: 700;
  margin-bottom: var(--space-20);
}
@media only screen and (min-width: 768px) {
  .carousel-caption p {
    font-size: var(--font-size-26);
    margin-bottom: var(--space-24);
  }
}
.carousel-control {
  width: var(--space-60);
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC008C'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC008C'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  bottom: var(--space-30);
  padding: 0 var(--space-16);
  margin: 0;
}
.carousel-indicators [data-bs-target] {
  width: 80px;
  height: 6px;
  border-bottom: none;
  box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  margin: 0 var(--space-4);
  transition: var(--transition-base);
}
@media only screen and (min-width: 768px) {
  .carousel-indicators [data-bs-target] {
    width: 100px;
    margin: 0 var(--space-10);
  }
}
.carousel-indicators [data-bs-target].active {
  background-color: var(--theme-color);
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .carousel-indicators [data-bs-target].active {
    width: 150px;
  }
}

.swiper-pagination {
  --swiper-pagination-bottom: var(--space-22);
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
}
.swiper-pagination-bullet {
  box-sizing: content-box;
  --swiper-pagination-bullet-border-radius: 0;
  width: 50px;
  height: 6px;
  --swiper-pagination-bullet-inactive-color: var(--mighty-black);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: var(--space-4);
  transition: var(--transition-base);
}
@media only screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 60px;
    --swiper-pagination-bullet-horizontal-gap: var(--space-10);
  }
}
.swiper-pagination-bullet-active {
  --swiper-pagination-color: var(--theme-color);
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 70px;
  }
}

.swiper-container {
  width: 100%;
  max-width: 940px;
}
.swiper-container.slider {
  height: 80vh;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * $author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * @support      support@torbara.com
 */
.arrow-block {
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  display: -ms-grid;
  -ms-grid-columns: 140px 1fr 200px;
}
.arrow-block .arrow-wrapper {
  grid-column: 1;
  -ms-grid-column: 1;
  display: flex;
  margin: auto 0;
}
.arrow-block .arrow-wrapper a {
  margin-right: 20px;
}
.arrow-block .arrow-wrapper a i {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background-color: #f7f7f7;
  border-radius: 100%;
  color: #99a1b6;
}
.arrow-block .arrow-wrapper a:hover i {
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}
.arrow-block .span-wrapper {
  grid-column: 2;
  -ms-grid-column: 2;
  display: flex;
  margin: auto 0;
}
.arrow-block .span-wrapper span {
  display: inline-block;
  color: #1D1D1B;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.arrow-block .button-wrapper {
  grid-column: 3;
  -ms-grid-column: 3;
  display: flex;
  margin: auto 0;
  flex-direction: row-reverse;
}
.arrow-block .button-wrapper a {
  display: inline-block;
  padding: 12px 20px 11px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #527efd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.arrow-block .button-wrapper a:hover {
  text-decoration: none;
  background-color: #6495fe;
  color: #ffffff;
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}

.arrow-block.hidebutton,
.arrow-block.hidespan {
  grid-template-columns: 140px 1fr;
  -ms-grid-columns: 140px 1fr;
}

.arrow-block.hidebutton .button-wrapper {
  display: none;
}

.arrow-block.hidespan .span-wrapper {
  display: none;
}

@media (max-width: 500px) {
  .arrow-block {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
  }
  .arrow-block .arrow-wrapper {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    justify-content: space-between;
  }
  .arrow-block .arrow-wrapper .a {
    margin-right: 0;
  }
  .arrow-block .span-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .arrow-block .span-wrapper span {
    font-size: 15px;
    word-break: normal;
  }
  .arrow-block .button-wrapper {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .arrow-block.hidebutton {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .arrow-block.hidebutton .arrow-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    justify-content: space-between;
  }
  .arrow-block.hidebutton .span-wrapper {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .arrow-block.hidespan {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .arrow-block.hidespan .arrow-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    justify-content: space-between;
  }
  .arrow-block.hidespan .arrow-wrapper a.arrow-next {
    margin: 0;
  }
  .arrow-block.hidespan .button-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .arrow-block.hidespan .button-wrapper a {
    margin: auto;
  }
}
.property-slider {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
}

.property-slider img {
  aspect-ratio: 190/79;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-slider .nav-arrow {
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  color: #99a1b6;
  font-size: 16px;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  padding-top: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4ms;
  line-height: 1;
}

.property-slider .nav-arrow.right-arrow {
  right: 0;
}

.property-slider .nav-arrow:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  background-color: #6495fe;
  color: #fff;
}

.property-slider .property-information {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 10%;
}

.property-slider .property-information {
  transform: translateY(0%);
  opacity: 0;
}

.property-slider .swiper-slide-active .property-information {
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.property-slider .property-information-block {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: relative;
  border: 2px solid #eff0f3;
  border-radius: 2px;
  padding: 20px;
  max-width: 420px;
}

.property-slider .property-information-block .property-type {
  color: #6495fe;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
}

.property-slider .property-information-block .property-title {
  margin-top: 4px;
  margin-bottom: 16px;
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap; /* Prevents text from wrapping to the next line */
  overflow: hidden; /* Ensures overflowed content is hidden */
  text-overflow: ellipsis;
}

.property-slider .property-information-block .apartment-address {
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(153, 161, 182, 0.16);
  margin-bottom: 11px;
}

.property-slider .property-information-block .address {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.property-slider .property-information-block .fa-map-marker:before {
  color: #99a1b6;
}

.property-slider .apartment-image {
  margin-bottom: 25px;
}

.property-slider .property-information-block .badges p {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}

.property-slider .property-information-block .apartment-values {
  position: relative;
  padding-bottom: 18px;
}

.property-slider .property-information-block .apartment-values span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.property-slider .property-information-block .apartment-values span + span:before {
  padding: 8px;
  color: black;
  content: "/ ";
}

.property-slider .property-information-block .price-big {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.property-slider .property-information-block .price-small {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin: 0;
}

.property-slider.property-information-block .icons .icons-style {
  border: 2px solid #F7F7F7;
  padding: 11px;
  background: #F7F7F7;
  border-radius: 50px;
}

.property-slider .property-information-block .apartment-info a:hover .icons-style {
  background: #f83581;
}

.property-slider .property-information-block .fa-heart-o:before {
  color: #99a1b6;
}

.property-slider .property-information-block .icons .heart {
  float: right;
}

.property-slider .property-information-block .icons .clone {
  float: right;
  margin-right: 10px;
}

.property-slider .property-information-block .fa-clone:before {
  color: #99a1b6;
}

.property-slider .property-information-block .apartment-manager {
  clear: both;
  padding: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  align-items: center;
  border-top: 2px solid rgba(153, 161, 182, 0.08);
  display: -ms-grid;
}

.property-slider .property-information-block .manager-icon {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.property-slider .property-information-block .manager-wrap {
  grid-row: 1;
  grid-column: 2;
  grid-column-start: 1;
  grid-column-end: 4;
  padding-left: 50px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.property-slider .property-information-block .calendar {
  grid-row: 1;
  grid-column: 4;
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.property-slider .property-information-block .manager-icon {
  position: relative;
  border-radius: 50px;
  height: 40px;
  width: 40px;
}

.property-slider .property-information-block .online-status {
  position: absolute;
  top: 10%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #cddc39;
  background-color: #cddc39;
  border-radius: 50px;
}

.property-slider .property-information-block .fa-calendar:before {
  color: #99a1b6;
}

.property-slider .property-information-block .calendar span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.property-slider .property-information-block .manager-name {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.property-slider .nav-arrow.right-arrow {
  margin-right: 30px;
  z-index: 999;
}

.property-slider .nav-arrow.left-arrow {
  margin-left: 30px;
  z-index: 999;
}

.details-button {
  color: #527efd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 13px 21px 12px 21px;
  display: inline-block;
}

.property-slider .apartment-info {
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .property-slider .property-information-block .apartment-manager {
    display: none;
  }
  .property-slider .apartment-info {
    padding: 0;
  }
}
@media (max-width: 880px) {
  .property-slider .property-information,
  .property-slider .property-information.active {
    position: relative;
    transform: translateY(0%);
    left: 0;
    padding: 0;
  }
  .property-slider .property-information-block {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
  }
  .property-slider .property-information-block .property-type {
    display: none;
  }
  .property-slider .apartment-image {
    display: none;
  }
  .property-slider .property-information-block .apartment-address {
    display: none;
  }
  .property-slider .property-information-block .apartment-values {
    display: none;
  }
  .property-slider .property-information-block .apartment-price {
    display: none;
  }
  .property-slider .property-information-block .property-title {
    display: inline-block;
    width: 50%;
    margin: 0;
    vertical-align: middle;
  }
  .property-slider .apartment-info {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: middle;
  }
  .property-slider .apartment-adress {
    display: none;
  }
}
@media (max-width: 400px) {
  .property-slider .nav-arrow {
    font-size: 12px;
    padding-top: 12px;
    width: 35px;
    height: 35px;
    top: 20%;
    transform: translateY(-20%);
  }
  .property-slider .property-information-block .property-title {
    width: 100%;
    text-align: center;
    padding-bottom: 18px;
    font-size: 16px;
  }
  .property-slider .property-information-block .apartment-info .icons {
    width: 100%;
    text-align: center;
  }
  .property-slider .property-information-block .apartment-info {
    width: 100%;
    text-align: center;
  }
  .property-slider .details-button {
    padding: 11px 15px 10px 15px;
  }
}
/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * @author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * @support      support@torbara.com
 */
#search-form-1 .property-search {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
}
#search-form-1 .property-search .main-apartment-search-options {
  padding: 22px;
}
#search-form-1 .property-search .main-apartment-search-options h2 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(200px, 1.8fr) minmax(123px, 1.3fr) minmax(123px, 1fr) minmax(123px, 1fr) minmax(156px, 1fr);
  grid-gap: 22px;
  display: -ms-grid;
  -ms-grid-columns: minmax(200px, 1.8fr) minmax(123px, 1.3fr) minmax(123px, 1fr) minmax(123px, 1fr) minmax(156px, 1fr);
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .wrapper h3 {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin: 0 0 13px 0;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .wrapper .property-searchinput {
  height: 44px !important;
  border: 2px solid #eff0f3;
  border-radius: 2px;
  width: 100%;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .wrapper input {
  padding-left: 10px;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .wrapper input::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .wrapper input::placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .wrapper input:focus {
  outline-color: #9cbbfe;
  border-color: #9cbbfe;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper h3 {
  display: inline-block;
  position: relative;
  color: #99a1b6;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  float: right;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch input {
  display: none;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch .slider.round {
  border-radius: 12px;
  border: 2px solid rgba(153, 161, 182, 0.16);
  background-color: #ffffff;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #999fb4;
  transition: 0.4s;
  border-radius: 50%;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch .slider.special-before:before {
  background-color: #6495fe;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch input:checked + .slider {
  background-color: #fff;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch input:checked + .slider:before {
  transform: translateX(14px);
  color: #6495fe;
}
#search-form-1 .property-search .toggle-options {
  display: none;
  padding-top: 21px;
  padding-bottom: 22px;
  margin-right: 24px;
  margin-left: 24px;
  border-top: 2px solid rgba(153, 161, 182, 0.24);
}
#search-form-1 .property-search .toggle-options .advanced-options .options-wrapper {
  padding-top: 21px;
  padding-bottom: 32px;
}
#search-form-1 .property-search .toggle-options .advanced-options .options-wrapper .select-wrapper {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 16px;
}
#search-form-1 .property-search .toggle-options .advanced-options .options-wrapper .select-wrapper .selectize-control {
  width: 45%;
}
#search-form-1 .property-search .toggle-options .advanced-options .options-wrapper .select-wrapper .hr {
  width: 10%;
}
#search-form-1 .property-search .toggle-options .advanced-options .options-wrapper .select-wrapper .hr hr {
  border-top: 2px solid rgba(153, 161, 182, 0.24);
}
#search-form-1 .property-search .toggle-options .advanced-options span,
#search-form-1 .property-search .toggle-options .apartment-features span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
#search-form-1 .property-search .toggle-options .checkboxes-block {
  margin-top: 10px;
  display: grid;
  display: -ms-grid;
  grid-column-gap: 20px;
}

/**Toggle button **/
/** Property button **/
#search-form-1 .main-apartment-search-options .property-button {
  height: 44px;
  width: 100%;
  text-transform: uppercase;
  border: 2px solid #9cbbfe;
  border-radius: 2px;
  background: #6495fe;
  color: #ffffff;
  font-family: "@secondary-font";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  position: relative;
  display: block;
}

/**Media queries for toggle options checkboxes block begin **/
@media (min-width: 1200px) {
  #search-form-1 .property-search .toggle-options .checkboxes-block {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1199px) {
  #search-form-1 .property-search .toggle-options .checkboxes-block {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  #search-form-1 .property-search .toggle-options .checkboxes-block {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 405px) and (max-width: 749px) {
  #search-form-1 .property-search .toggle-options .checkboxes-block {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 404px) {
  #search-form-1 .property-search .toggle-options .checkboxes-block {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}
/***Media queries for toggle options checkboxes block end ***/
/***************************************/
@media (max-width: 992px) {
  #search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper h3 {
    margin-right: 0;
  }
  #search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper .switch {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #search-form-1 .property-search .main-apartment-search-options .options-wrapper-main {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  #search-form-1 .property-search .main-apartment-search-options .options-wrapper-main .advanced-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 767px) {
  #search-form-1 .property-search .main-apartment-search-options .options-wrapper-main {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}
@media (max-width: 500px) {
  #search-form-1 .property-search .options-wrapper {
    padding-top: 13px;
  }
}
.property-block {
  width: 100%;
  height: auto;
  background-color: var(--white);
  position: relative;
  border: 2px solid #eff0f3;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  /**Apartment header begin **/
  /**Apartment Header end **/
  /**Apartment Image Begin **/
  /**Apartment Image End **/
  /**Apartment values and price begin **/
  /**Apartment values and price end **/
  /**Apartment manager begin**/
  /**Apartment manager end **/
}
.property-block .property-type {
  color: #6495fe;
  font-family: var(--secondary-font);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
}
.property-block .property-title {
  margin-top: 4px;
  margin-bottom: 7px;
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-block .apartment-address {
  padding-top: 7px;
  padding-bottom: 17px;
}
.property-block .apartment-address i {
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #99a1b6;
}
.property-block .apartment-address .address {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.property-block .apartment-image {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.property-block .apartment-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-block .apartment-image .badges {
  position: absolute;
  top: 10%;
  left: 5%;
  /*.featured {
    background: #9814ae;
    color: #ffffff;
  }
  .rent {
    background: #4192f2;
    color: #ffffff;
  }
  .sale {
    background: #f74c55;
    color: #ffffff;
  }*/
}
.property-block .apartment-image .badges p {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  font-family: var(--secondary-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}
.property-block .apartment-values {
  position: relative;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #99a1b6;
}
.property-block .apartment-values span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.property-block .apartment-values span + span:before {
  padding: 8px;
  color: #99a1b6;
  content: "/ ";
}
.property-block .apartment-info {
  padding: 12px 0;
  display: grid;
  display: -ms-grid;
  grid-template-columns: max-content max-content;
  -ms-grid-columns: max-content max-content;
  justify-content: space-between;
}
.property-block .apartment-info .apartment-price {
  display: inline-block;
  position: relative;
}
.property-block .apartment-info .apartment-price .price-big {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.property-block .apartment-info .apartment-price .price-small {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin: 0;
}
.property-block .apartment-info .icons {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
.property-block .apartment-info .icons .heart {
  margin: auto 0;
}
.property-block .apartment-info .icons .clone {
  margin: auto 10px auto 0;
}
.property-block .apartment-info .icons .icons-style {
  border: 2px solid #f7f7f7;
  padding: 11px;
  background: #f7f7f7;
  border-radius: 100%;
  font-size: 16px;
  color: #99a1b6;
}
.property-block .apartment-info .icons .heart i:before {
  content: "\e87e";
}
.property-block .apartment-info .icons .heart i.active:before {
  content: "\e87d";
  color: #fc226e;
}
.property-block .apartment-info .icons .clone i:before {
  content: "\e3e0";
}
.property-block .apartment-info .icons a.clone:hover i:before {
  content: "\e02e";
}
.property-block .apartment-info .icons a:hover .icons-style {
  box-shadow: 0 1px 10px #6495fe;
  background-color: #6495fe;
  color: #f7f7f7;
}
.property-block .apartment-manager {
  clear: both;
  background: #f7f7f7;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
  border-top: 2px solid rgba(153, 161, 182, 0.08);
  display: -ms-grid;
  -ms-grid-columns: max-content max-content;
}
.property-block .apartment-manager .manager-icon {
  position: relative;
  height: 40px;
  width: 40px;
  margin: auto 0;
}
.property-block .apartment-manager .manager-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.property-block .apartment-manager .manager-icon .online-status {
  position: absolute;
  top: 10%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #cddc39;
  background-color: #cddc39;
  border-radius: 50px;
}
.property-block .apartment-manager .manager-wrap {
  display: flex;
}
.property-block .apartment-manager .manager-wrap .manager-name {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin: auto 0 auto 16px;
}
.property-block .apartment-manager .calendar i {
  color: #99a1b6;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.property-block .apartment-manager .calendar span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.apartment-grid .arrow-block {
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  display: -ms-grid;
  -ms-grid-columns: 140px 1fr 200px;
}
.apartment-grid .arrow-block .arrow-wrapper {
  grid-column: 1;
  -ms-grid-column: 1;
  display: flex;
  margin: auto 0;
}
.apartment-grid .arrow-block .arrow-wrapper a {
  margin-right: 20px;
}
.apartment-grid .arrow-block .arrow-wrapper a i {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background-color: #f7f7f7;
  border-radius: 100%;
  color: #99a1b6;
}
.apartment-grid .arrow-block .arrow-wrapper a:hover i {
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}
.apartment-grid .arrow-block .span-wrapper {
  grid-column: 2;
  -ms-grid-column: 2;
  display: flex;
  margin: auto 0;
}
.apartment-grid .arrow-block .span-wrapper span {
  display: inline-block;
  color: #1D1D1B;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.apartment-grid .arrow-block .button-wrapper {
  grid-column: 3;
  -ms-grid-column: 3;
  display: flex;
  margin: auto 0;
  flex-direction: row-reverse;
}
.apartment-grid .arrow-block .button-wrapper a {
  display: inline-block;
  padding: 12px 20px 11px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #527efd;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.apartment-grid .arrow-block .button-wrapper a:hover {
  text-decoration: none;
  background-color: #6495fe;
  color: #ffffff;
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}

.apartment-grid .arrow-block.hidebutton,
.apartment-grid .arrow-block.hidespan {
  grid-template-columns: 140px 1fr;
  -ms-grid-columns: 140px 1fr;
}

.apartment-grid .arrow-block.hidebutton .button-wrapper {
  display: none;
}

.apartment-grid .arrow-block.hidespan .span-wrapper {
  display: none;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .property-block .apartment-manager {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-column-gap: 15px;
  }
  .property-block .apartment-manager > * {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .apartment-grid .arrow-block {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
  }
  .apartment-grid .arrow-block .arrow-wrapper {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    justify-content: space-between;
  }
  .apartment-grid .arrow-block .arrow-wrapper .a {
    margin-right: 0;
  }
  .apartment-grid .arrow-block .span-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .apartment-grid .arrow-block .span-wrapper span {
    font-size: 15px;
    word-break: normal;
  }
  .apartment-grid .arrow-block .button-wrapper {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .apartment-grid .arrow-block.hidebutton {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .apartment-grid .arrow-block.hidebutton .arrow-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    justify-content: space-between;
  }
  .apartment-grid .arrow-block.hidebutton .span-wrapper {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .apartment-grid .arrow-block.hidespan {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .apartment-grid .arrow-block.hidespan .arrow-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    justify-content: space-between;
  }
  .apartment-grid .arrow-block.hidespan .arrow-wrapper a.arrow-next {
    margin: 0;
  }
  .apartment-grid .arrow-block.hidespan .button-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .apartment-grid .arrow-block.hidespan .button-wrapper a {
    margin: auto;
  }
}
@media (max-width: 425px) {
  .property-block .apartment-manager {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-column-gap: 15px;
  }
  .property-block .apartment-manager > * {
    margin: auto;
  }
}
/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * @author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * @support      support@torbara.com
 */
.property-element-wrapper {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #eff0f3;
  padding: 22px;
  margin-bottom: 30px;
}
.property-element-wrapper .property-header {
  padding: 13px 13px 12px 13px;
  background-color: var(--white);
  border-radius: 2px;
  border: 2px solid rgba(100, 149, 254, 0.08);
  margin-bottom: 10px;
}
.property-element-wrapper .property-header .small-badge {
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.property-element-wrapper .property-header .small-badge .flag {
  display: none;
}
.property-element-wrapper .property-header .small-badge.country .flag {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  position: relative;
  top: 1px;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-element-wrapper .property-header .badge-sale {
  background: #f74c55;
}
.property-element-wrapper .property-header .badge-rent {
  background: #4192f2;
}
.property-element-wrapper .property-header .badge-new {
  background: #8dc54e;
}
.property-element-wrapper .property-header .badge-reused {
  background: #efa52f;
}
.property-element-wrapper .property-header .badge-featured {
  background: #9814ae;
}
.property-element-wrapper .property-header .badge-hot {
  background: #f7522c;
}
.property-element-wrapper .property-header .property {
  color: #525252;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.29px;
}
.property-element-wrapper .property-header .count {
  float: right;
  color: #99a1b6;
  font-size: 12px;
  letter-spacing: 0.38px;
  padding-top: 2px;
}
.property-element-wrapper .property-element {
  padding: 13px 13px 12px 13px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  margin-top: 10px;
}
.property-element-wrapper .property-element .property {
  color: #6495fe;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.property-element-wrapper .property-element .count {
  float: right;
  color: #99a1b6;
  font-size: 12px;
  letter-spacing: 0.38px;
  padding-top: 2px;
}
.property-element-wrapper a:hover {
  text-decoration: none;
}
.property-element-wrapper a:hover .property-element {
  border-radius: 2px;
  border: 2px solid #9cbbfe;
  background-color: #6495fe;
}
.property-element-wrapper a:hover .property-element .property,
.property-element-wrapper a:hover .property-element .count {
  color: var(--white);
}

.property-grid-home-bar-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.property-grid-home-bar-wrapper .home-bar-info {
  display: flex;
  align-items: center;
}
.property-grid-home-bar-wrapper .home-bar-info i {
  font-size: 16px;
  padding: 12px;
  border-radius: 100%;
  background-color: #f7f7f7;
  margin-right: 20px;
  color: #99a1b6;
}
.property-grid-home-bar-wrapper .home-bar-info span {
  color: #1D1D1B;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  word-break: normal;
}
.property-grid-home-bar-wrapper .home-bar-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.property-grid-home-bar-wrapper .home-bar-btn a {
  display: inline-block;
  padding: 12px 20px 11px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  text-transform: uppercase;
  font-size: 12px;
  color: #527efd;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 0.4px;
}
.property-grid-home-bar-wrapper .home-bar-btn a:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  background-color: #6495fe;
  color: var(--white);
  text-decoration: none;
}
.property-grid-home-bar-wrapper .links-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.property-grid-home-bar-wrapper .links-block a {
  color: #6495fe;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  /* Text style for "Commercial" */
  letter-spacing: 0.4px;
}
.property-grid-home-bar-wrapper .links-block a + a:before {
  content: "";
  margin-right: 18px;
  margin-left: 18px;
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: rgba(219, 219, 219, 0.5);
}

.property-grid-home-bar-wrapper.hidebutton .home-bar-btn {
  display: none;
}

.property-grid-home-bar-wrapper.hidelinks .links-block {
  display: none;
}

@media (max-width: 1200px) {
  .property-grid-home-bar-wrapper.hidebutton {
    flex-direction: column;
  }
  .property-grid-home-bar-wrapper.hidebutton .home-bar-info {
    justify-content: center;
    margin-bottom: 10px;
  }
  .property-grid-home-bar-wrapper.hidebutton .links-block {
    justify-content: center;
  }
}
@media (max-width: 715px) {
  .property-grid-home-bar-wrapper.hidebutton .links-block div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    width: 100%;
  }
  .property-grid-home-bar-wrapper.hidebutton .links-block div a:before {
    content: "";
    margin-right: 18px;
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: rgba(219, 219, 219, 0.5);
  }
  .property-grid-home-bar-wrapper.hidebutton .links-block div a + a:before {
    margin-left: 0;
    margin-right: 18px;
  }
}
@media (max-width: 522px) {
  .property-grid-home-bar-wrapper.hidebutton .links-block {
    justify-content: center;
  }
  .property-grid-home-bar-wrapper.hidebutton .links-block div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    width: inherit;
  }
}
@media (max-width: 550px) {
  .property-grid-home-bar-wrapper.hidelinks {
    flex-direction: column;
  }
  .property-grid-home-bar-wrapper.hidelinks .home-bar-info {
    justify-content: center;
    margin-bottom: 10px;
  }
  .property-grid-home-bar-wrapper.hidelinks .home-bar-btn {
    justify-content: center;
  }
}
@media (max-width: 355px) {
  .property-grid-home-bar-wrapper.hidebutton .links-block {
    justify-content: center;
  }
  .property-grid-home-bar-wrapper.hidebutton .links-block div {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    width: inherit;
  }
}
.property-price {
  display: flex;
  padding: 31px 24px 28px 24px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.property-price .full-price {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
}

.property-price .price-per {
  color: #525252;
  font-size: 18px;
  line-height: 22px;
  padding-top: 5px;
}

.property-price div > div > span {
  margin-right: 9px;
}

.property-price > div {
  display: inline-block;
  vertical-align: middle;
}

.property-price .buttons-wrap a.heart,
.property-price .buttons-wrap a.compare {
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  margin-right: 16px;
  text-align: center;
  color: #99a1b6;
  display: inline-block;
  border-radius: 100%;
  padding-top: 9px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.property-price .buttons-wrap a.heart:before {
  font-family: "Material Icons";
  content: "\e87e";
  font-size: 16px;
}

.property-price .buttons-wrap a.heart.active:before {
  content: "\e87d";
  color: #fc226e;
}

.property-price .buttons-wrap a.compare:before {
  font-family: "Material Icons";
  content: "\e3e0";
  font-size: 16px;
}

.property-price .buttons-wrap a.compare.active:before {
  content: "\e3d2";
  color: #6495fe;
}

.property-price .buttons-wrap a.contact {
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #527efd;
  padding: 13px 21px 12px 20px;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 4px;
}

.property-price .buttons-wrap a.contact:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  background-color: #6495fe;
  color: #fff;
}

@media (max-width: 550px) {
  .property-price .buttons-wrap a.contact {
    background-color: transparent;
    height: auto;
    padding: 0;
    font-size: 15px;
  }
  .property-price .buttons-wrap a.contact:hover {
    background-color: none;
    box-shadow: none;
  }
  .property-price .buttons-wrap a.compare,
  .property-price .buttons-wrap a.heart {
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
  }
  .property-price .buttons-wrap a.compare.active:before,
  .property-price .buttons-wrap a.heart.active:before,
  .property-price .buttons-wrap a.compare:before,
  .property-price .buttons-wrap a.heart:before {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .property-price .buttons-wrap {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
  .property-price .price {
    width: 100%;
  }
}
.single-property-details,
.single-property-description {
  padding: 29px 24px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
}

.single-property-details .main-info {
  padding-bottom: 26px;
}

.single-property-details .wrap > span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  font-weight: 400;
  margin-right: 10px;
}

.single-property-details .wrap {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.44px;
}

.single-property-details .main-info .details {
  font-size: 20px;
  font-weight: 400;
}

.single-property-details .main-info .update {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
  float: right;
  padding-top: 4px;
}

@media (max-width: 1199px) {
  .single-property-details .row > div > div:last-child {
    padding-bottom: 20px;
  }
  .single-property-details {
    padding: 22px 22px 2px 22px;
  }
}
@media (max-width: 580px) {
  .single-property-details .main-info {
    padding-bottom: 20px;
  }
  .single-property-details .main-info .update {
    float: none;
    display: block;
  }
}
.property_gallery {
  position: relative;
  padding: 22px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
  transition: width 2s;
}
.property_gallery.setfull {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  animation-name: zoomin;
  animation-duration: 0.6s;
  overflow: hidden;
}
.property_gallery.setfull .js-fullscreen-message {
  display: inline;
  transition: opacity 1s 1s;
  z-index: 100;
}

@keyframes zoomin {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.property_gallery .wrapper {
  overflow: hidden;
  position: relative;
}
.property_gallery .wrapper .js-fullscreen-btn {
  position: absolute;
  display: block;
  top: 22px;
  right: 22px;
  z-index: 100;
  color: #fff;
  opacity: 0.5;
}
.property_gallery .wrapper .js-fullscreen-btn.fullscreen i:before {
  content: "\e5d0";
}
.property_gallery .wrapper .js-fullscreen-btn.exitfullscreen i:before {
  content: "\e5d1";
}
.property_gallery .wrapper .js-fullscreen-btn:hover {
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.js-fullscreen-message {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  text-align: center;
  padding: 20px;
  background-color: #000000;
  color: var(--white);
  opacity: 0;
  width: 50%;
  margin: auto;
  font-size: 18px;
  border-radius: 10px;
}

.js-image-preloader {
  position: absolute;
  height: 100%;
  background-color: #fdfdfd;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
.js-image-preloader div {
  height: 100px;
  width: 100px;
  position: relative;
  margin: auto;
}
.js-image-preloader div #imagecirclemain {
  position: absolute;
  top: 0;
  left: 0;
}

.property_gallery .slide img {
  width: 100%;
}

.property_gallery .property-slides-list-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: block;
  height: 15%;
}
.property_gallery .property-slides-list-wrapper * {
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property_gallery .property-slides-list-wrapper a {
  display: block;
  opacity: 0.4;
  transition: all 0.5ms linear 0.5ms;
  position: relative;
}

.property_gallery .property-slides-list-wrapper > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property_gallery .property-slides-list-wrapper a:hover {
  opacity: 1;
  background-color: #6495fe;
  transition: all 0.5ms linear 0.5ms;
}

.property_gallery .nav-arrow {
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  color: #99a1b6;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  padding-top: 12px;
  bottom: 7%;
  transition: all 0.4ms;
  line-height: 1;
  z-index: 100;
}

.property_gallery .nav-arrow:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  background-color: #6495fe;
  color: var(--white);
}

.property_gallery .nav-arrow i {
  font-size: 16px;
}

.property_gallery .nav-arrow.right-arrow {
  right: 0;
  margin-right: 20px;
}

.property_gallery .nav-arrow.left-arrow {
  margin-left: 20px;
}

.property_gallery .property-status {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
}

.property_gallery .property-status span {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  font-family: var(--secondary-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}

/*.property_gallery .property-status .featured {
  background-color: #9814ae;
  color: #fff;
}

.property_gallery .property-status .rent {
  background: #4192f2;
  color: #fff;
}*/
@media (max-width: 600px) {
  .property_gallery {
    padding: 0;
    border: none;
  }
}
@media (max-width: 450px) {
  .property_gallery .nav-arrow {
    width: 30px;
    height: 30px;
    padding-top: 8px;
  }
  .property_gallery .property-status span {
    padding: 5px;
    text-transform: capitalize;
  }
}
.property_address .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  float: right;
  margin-left: 11px;
  top: -2px;
}

.property_address .switch input {
  display: none;
}

.property_address .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.property_address .switch .slider.round {
  border-radius: 12px;
  border: 2px solid rgba(153, 161, 182, 0.16);
  background-color: var(--white);
}

.property_address .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #999fb4;
  transition: 0.4s;
  border-radius: 50%;
}

.property_address .switch input:checked + .slider {
  background-color: #fff;
}

.property_address .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.property_address .switch input:checked + .slider:before {
  transform: translateX(14px);
  background-color: #6495fe;
}

.property_address {
  padding: 29px 24px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
}

.property_address .main-info {
  padding-bottom: 26px;
}

.property_address .wrap > span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  font-weight: 400;
  margin-right: 10px;
}

.property_address .wrap {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.property_address .main-info .details {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 400;
}

.property_address .main-info .update {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
  float: right;
  padding-top: 4px;
}

@media (max-width: 1199px) {
  .property_address .row > div > div:last-child {
    padding-bottom: 20px;
  }
  .property_address {
    padding: 22px 22px 2px 22px;
  }
}
@media (max-width: 580px) {
  .property_address .main-info {
    padding-bottom: 20px;
  }
  .property_address .main-info .update {
    float: none;
    display: block;
  }
}
.single-property-features {
  padding: 20px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  position: relative;
}

.single-property-features .available {
  color: #525252;
  position: relative;
  padding-left: 20px;
}

.single-property-features .available:before {
  font-family: "Material Icons";
  content: "\e5ca";
  position: absolute;
  color: #8bc34a;
  left: 0;
  font-size: 16px;
  top: 0px;
}

.single-property-features .unavailable {
  color: #99a1b6;
  position: relative;
  padding-left: 20px;
  padding-bottom: 24px;
}

.single-property-features .unavailable:before {
  font-family: "Material Icons";
  content: "\e15b";
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 0px;
  color: #99a1b6;
}

.single-property-features h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 26px;
}

.single-property-features .feature-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; /* Optional, adds spacing between items */
}
.single-property-features .feature-wrap .available {
  flex: 0 1 calc(33.33% - 10px); /* 33.33% width minus margin/gap */
  margin: 5px; /* Adjust spacing between items */
  box-sizing: border-box;
}

.property-floorplans-simple .info-wrap {
  margin: auto 0px;
}

.property-floorplans-simple .accordion .accordion-header i:before {
  content: "\e313";
  position: relative;
  top: 1px;
}

.property-floorplans-simple .accordion .accordion-header {
  padding: 22px;
  margin: 0px;
  position: relative;
}

.property-floorplans-simple .accordion .accordion-header:before {
  background-color: rgba(153, 161, 182, 0.08);
  height: 2px;
  left: 22px;
  right: 22px;
  bottom: 0px;
  position: absolute;
  content: "";
}

.property-floorplans-simple .info-wrap h5 {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28px;
  margin: 0px 0px 4px 0px;
  font-weight: 600;
}

.property-floorplans-simple {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
}

.property-floorplans-simple .info-item {
  padding-right: 13px;
  margin-right: 13px;
  position: relative;
  display: inline-block;
}

.property-floorplans-simple .info-item:last-child {
  padding: 0px;
  margin: 0px;
}

.property-floorplans-simple .info-item:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #d1d1d1;
  width: 1px;
}

.property-floorplans-simple .info-item:last-child:before {
  display: none;
}

.property-floorplans-simple .info-item .name {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.property-floorplans-simple .info-item .value {
  color: #525252;
  font-size: 15px;
  letter-spacing: 0.44px;
}

.property-floorplans-simple .accordion {
  border: none;
}

.property-floorplans-simple .accordion-content img {
  width: 100%;
}

.property-floorplans-simple .accordion-content {
  padding: 0px 24px 16px;
}

.property-floorplans-simple .accordion .accordion-header i.open:before {
  content: "\e316";
  top: 0px;
}

.property-floorplans-simple .accordion .accordion-content {
  border: none;
  position: relative;
}

.property-floorplans-simple .accordion:last-child .accordion-content:before {
  background-color: rgba(153, 161, 182, 0.08);
  height: 2px;
  left: 22px;
  right: 22px;
  top: 0px;
  position: absolute;
  content: "";
}

.property-floorplans-simple .accordion:last-child .accordion-header:before {
  display: none;
}

@media (max-width: 450px) {
  .property-floorplans-simple .accordion .accordion-header i {
    margin-right: 0px;
    margin-left: 10px;
  }
  .property-floorplans-simple .accordion .accordion-header {
    flex-direction: row-reverse;
  }
  .property-floorplans-simple .info-item:before {
    display: none;
  }
}
.property-share {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
  display: inline-block;
  width: 100%;
  font-size: 0;
  padding: 24px;
}

.property-share .wrap {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}

.property-share .wrap-right {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  text-align: right;
}

.property-share .wrap a {
  background-color: #f7f7f7;
  border-radius: 20px;
  color: #527efd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-right: 20px;
  padding: 11px 21px 0px 18px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  height: 40px;
}

.property-share .wrap a:last-child {
  margin: 0;
}

.property-share .wrap a span {
  position: relative;
  top: -1px;
}

.property-share .wrap a i {
  font-size: 16px;
  color: #99a1b6;
  margin-right: 11px;
}

.property-share .wrap-right a {
  background-color: #f7f7f7;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-top: 12px;
}

.property-share .wrap-right a i {
  color: #99a1b6;
  font-size: 16px;
}

.property-share a:hover {
  background-color: #6495fe;
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  color: #ffffff;
}

.property-share a:hover i {
  color: #fff;
}

@media (max-width: 570px) {
  .property-share .wrap a i {
    margin-right: 5px;
  }
  .property-share .wrap a {
    padding: 11px 19px 0 15px;
    margin-right: 10px;
  }
}
@media (max-width: 570px) {
  .property-share .wrap a {
    background-color: transparent;
    padding: 11px 0px 0 0px;
    margin-right: 0;
  }
  .property-share {
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .property-share .wrap-right {
    display: none;
  }
  .property-share .wrap {
    width: 100%;
  }
}
.sidebar-property-price-for-rent {
  border-radius: 2px;
  border: 2px solid #eff0f3;
}

.sidebar-property-price-for-rent .main-wrap {
  background-color: #f5f6f8;
  padding: 23px 24px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.sidebar-property-price-for-rent .full-price {
  color: #1D1D1B;
  font-size: 20px;
}

.sidebar-property-price-for-rent .price-for-sq {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.sidebar-property-price-for-rent .for-rent {
  border-radius: 2px;
  background-color: #2196f3;
  color: var(--white);
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  padding: 11px 12px;
  display: inline-block;
}

.sidebar-property-price-for-rent .left-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.sidebar-property-price-for-rent .left-wrap > span {
  display: block;
}

.sidebar-property-price-for-rent .right-wrap {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.sidebar-property-price-for-rent .check {
  border-top: 2px solid #eff0f3;
  background-color: rgba(153, 161, 182, 0.04);
  padding: 17px 23px;
}

.sidebar-property-price-for-rent .check > a {
  color: #6495fe;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.mortgage-calculator {
  padding: 22px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
}

.mortgage-calculator h3 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
  line-height: 1;
}

.mortgage-calculator form > input {
  width: 100%;
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
  margin-bottom: 16px;
  padding: 12px 16px;
  line-height: 16px;
  border-radius: 2px;
  border: 2px solid #f7f8f9;
  background-color: var(--white);
  height: 44px;
}

.mortgage-calculator .selectize-input > input {
  width: 150px !important;
}

.mortgage-calculator .selectize-input {
  padding: 12px 16px;
}

.mortgage-calculator .selectize-input:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 40px;
  bottom: 0px;
  width: 2px;
  background-color: rgba(153, 161, 182, 0.16);
}

.mortgage-calculator .selectize-input.dropdown-active:before {
  left: auto;
  height: 100%;
}

.mortgage-calculator button {
  border-radius: 2px;
  border: 2px solid #9cbbfe;
  background-color: #6495fe;
  color: var(--white);
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 13px 0 12px 0;
  width: 100%;
  text-align: center;
}

.mortgage-calculator .wrapper {
  position: relative;
  margin-bottom: 16px;
}

.mortgage-calculator ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #99a1b6;
}

.mortgage-calculator ::-moz-placeholder { /* Firefox 19+ */
  color: #99a1b6;
}

.mortgage-calculator ::-ms-input-placeholder { /* IE 10+ */
  color: #99a1b6;
}

.mortgage-calculator ::-moz-placeholder { /* Firefox 18- */
  color: #99a1b6;
}

@media (max-width: 450px) {
  .mortgage-calculator {
    padding: 30px 0 0;
    border-bottom: none;
  }
  .mortgage-calculator h3 {
    padding: 0 24px 32px;
    margin: 0;
  }
  .mortgage-calculator form > input {
    border: none;
    border-bottom: 2px solid #f7f8f9;
    margin: 0;
    height: 50px;
  }
  .mortgage-calculator button {
    border: none;
  }
  .mortgage-calculator .wrapper {
    margin: 0;
  }
  .mortgage-calculator .selectize-input {
    border: none;
  }
}
.widget_recent_entries {
  border-radius: 3px;
  border: 1px solid #eff0f3;
  background-color: #f5f6f8;
  padding: 15px;
}

.widget_recent_entries h6 {
  color: #1D1D1B;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 15px;
  margin: 0;
}

.widget_recent_entries .item {
  background-color: var(--white);
  word-break: break-word;
  padding: 15px;
  margin-bottom: 15px;
}

.widget_recent_entries .item > a {
  color: #1D1D1B;
  font-size: 18px;
  padding-bottom: 15px;
  display: block;
}

.widget_recent_entries .item img {
  width: 100%;
  margin-bottom: 20px;
}

.widget_recent_entries .buttons-wrap .more {
  background-color: #f7f7f7;
  border-radius: 20px;
  color: #527efd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-right: 20px;
  padding: 11px 21px 0 18px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  height: 40px;
}

.widget_recent_entries .buttons-wrap .share {
  background-color: #f7f7f7;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-top: 12px;
}

.widget_recent_entries .buttons-wrap .share i {
  color: #99a1b6;
  font-size: 16px;
}

.widget_recent_entries .item:last-child {
  margin: 0;
}

@media (max-width: 425px) {
  .widget_recent_entries {
    padding: 30px 0px 0px;
  }
  .widget_recent_entries .item {
    margin: 0;
    border: none;
    border-bottom: 2px solid #eff0f3;
  }
  .widget_recent_entries .item:last-child {
    border: none;
  }
  .widget_recent_entries h6 {
    padding: 0 24px 32px;
  }
}
/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * @author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * @support      support@torbara.com
 */
.faq-form-wrapper {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
  padding: 24px;
  /** form style**/
  /**style for selectize inputs **/
  /** input margin **/
}
.faq-form-wrapper h2 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0;
}
.faq-form-wrapper p {
  opacity: 0.8;
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin-bottom: 20px;
}
.faq-form-wrapper form input {
  width: 100%;
  display: block;
  height: 44px;
  border-radius: 2px;
  border: 2px solid #f7f8f9;
  background-color: #ffffff;
  padding-left: 8px;
}
.faq-form-wrapper form input[type=submit] {
  color: var(--white);
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 2px;
  border: 2px solid #9cbbfe;
  background-color: #6495fe;
}
.faq-form-wrapper form textarea {
  width: 100%;
  height: 128px;
  border-radius: 2px;
  border: 2px solid #f7f8f9;
  background-color: #ffffff;
  padding-left: 8px;
  padding-top: 10px;
}
.faq-form-wrapper form input::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}
.faq-form-wrapper form input::placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}
.faq-form-wrapper form input::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}
.faq-form-wrapper form textarea::-moz-placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}
.faq-form-wrapper form textarea::placeholder {
  color: #99a1b6;
  font-size: 15px;
  letter-spacing: 0.44px;
}
.faq-form-wrapper form input:focus {
  border-color: #9cbbfe;
  outline-color: #9cbbfe;
}
.faq-form-wrapper form textarea:focus {
  border-color: #9cbbfe;
  outline-color: #9cbbfe;
}
.faq-form-wrapper .selectize-input > input {
  height: unset;
  width: 100% !important;
}
.faq-form-wrapper .selectize-input.full.input-active > input {
  top: -19px;
}
.faq-form-wrapper .input-border-bottom {
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(153, 161, 182, 0.16);
}
.faq-form-wrapper .input-margin-bottom_small {
  margin-bottom: 16px;
}
.faq-form-wrapper .input-margin-top_big {
  margin-top: 25px;
}
.faq-form-wrapper .input-margin-bottom_big {
  margin-bottom: 24px;
}

.player {
  background: none;
  width: 50px;
  height: 50px;
  border: solid 5px #fff;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  box-shadow: 1px 1px 3px #999999;
}

.player span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 20%;
  left: 36%;
}

.player:hover {
  background: #6495fe;
  cursor: pointer;
  opacity: 0.8;
  border: none;
  position: absolute;
  box-shadow: none;
}

.player:hover span {
  top: 25%;
  left: 38%;
}

.video-block {
  position: relative;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: rgba(219, 219, 219, 0.1);
  padding: 15px;
}

.video-image {
  position: relative;
}

.video-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  transition: background-image 0.3s ease-in-out;
}

.video-block img {
  width: 100%;
}

.video-block .player {
  position: absolute;
  top: 50%;
  z-index: 88;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.video-block h3 {
  font-size: 18px;
  margin: 0;
  position: absolute;
  bottom: 15px;
  padding: 10px;
  color: #FFF;
  z-index: 11;
}

.sidebar-property-price {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
  padding: 23px 24px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.sidebar-property-price .full-price {
  color: #1D1D1B;
  font-size: 20px;
}

.sidebar-property-price .price-for-sq {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.sidebar-property-price .for-sale {
  border-radius: 2px;
  background-color: #ff5252;
  color: var(--white);
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  padding: 11px 12px;
  display: inline-block;
}

.sidebar-property-price > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.sidebar-property-price > div > span {
  display: block;
}

.sidebar-property-price .right-wrap {
  text-align: right;
}

.sidebar-search-results {
  padding: 24px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
}

.sidebar-search-results h3 {
  color: #1D1D1B;
  font-size: 20px;
  margin: 0;
  padding-bottom: 14px;
}

.sidebar-search-results .result {
  margin-bottom: 4px;
  background-color: #fff;
  font-size: 0;
}

.sidebar-search-results .result > .name {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
}

.sidebar-search-results .result > img {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 84px;
}

.sidebar-search-results .result > span > a {
  color: #6495fe;
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: block;
}

.sidebar-search-results .result > span > .apartment-name {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28px;
}

.sidebar-search-results .result .wrapper {
  box-shadow: 0 1px 20px rgba(55, 70, 111, 0.16);
  border-radius: 2px;
  border-top: 2px solid #eff0f3;
  background-color: rgba(153, 161, 182, 0.04);
  display: block;
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  transition: 350ms;
  /*    -webkit-transition:max-height 200ms ease-in;
      -moz-transition:max-height 200ms ease-in;
      -o-transition:max-height 200ms ease-in;
      transition:max-height 200ms ease-in;*/
}

.sidebar-search-results .result:hover .wrapper {
  overflow: visible;
  z-index: 100;
  max-height: 1000px;
  -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.sidebar-search-results .result .wrapper .info {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 20px 0px 17px 20px;
}

.sidebar-search-results .result .wrapper .buttons {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 16px 20px 16px 0px;
}

.sidebar-search-results .result .wrapper .info > span {
  font-size: 15px;
  color: #1D1D1B;
}

.sidebar-search-results .result .buttons > a {
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  margin-right: 10px;
  text-align: center;
  color: #99a1b6;
}

.sidebar-search-results .result .buttons > a > i {
  font-size: 16px;
}

.sidebar-search-results .icons-style {
  border: 2px solid #f7f7f7;
  padding: 11px;
  background: #f7f7f7;
  border-radius: 100%;
  font-size: 16px;
  color: #99a1b6;
}

.sidebar-search-results .result .buttons a:hover .icons-style {
  box-shadow: 0 1px 10px #6495fe;
  background-color: #6495fe;
  color: #f7f7f7;
}

.sidebar-search-results .result .buttons .clone i:before {
  content: "\e3e0";
}

.sidebar-search-results .result .buttons .heart i:before {
  content: "\e87e";
}

.sidebar-search-results .result .buttons .clone:hover i:before {
  content: "\e02e";
}

.sidebar-search-results .result .buttons .heart:hover i:before {
  content: "\e87d";
}

@media (max-width: 425px) {
  .sidebar-search-results {
    padding: 30px 0px 0px;
    border-bottom: none;
  }
  .sidebar-search-results .result .wrapper .buttons {
    display: none;
  }
  .sidebar-search-results .result .wrapper .info {
    width: 100%;
  }
  .sidebar-search-results h3 {
    padding: 0 24px 32px;
  }
  .sidebar-search-results .result {
    margin: 0;
    border-bottom: 2px solid #eff0f3;
  }
  .sidebar-search-results .result > img {
    margin-left: -1px;
  }
}
.sidebar-featured {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
  padding: 24px;
}

.sidebar-featured h3 {
  font-size: 20px;
  margin: 0px;
  padding-bottom: 16px;
}

.sidebar-featured .item {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
  margin-bottom: 20px;
}

.sidebar-featured .item:last-child {
  margin-bottom: 0px;
}

.sidebar-featured .item img {
  width: 100%;
}

.sidebar-featured .item .info {
  padding: 22px;
}

.sidebar-featured .item .name {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28px;
  display: block;
  text-decoration: none;
  padding-bottom: 16px;
}

.sidebar-featured .item .left-wrap,
.sidebar-featured .item .right-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.sidebar-featured .wrapper {
  display: inline-block;
  font-size: 0;
  width: 100%;
}

.sidebar-featured .wrapper > div > span > span {
  color: #99a1b6;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4px;
  display: block;
}

.sidebar-featured .wrapper > div > span {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: 0.28px;
  color: #1D1D1B;
}

.sidebar-featured .wrapper .right-wrap {
  text-align: right;
}

.sidebar-featured .wrapper .right-wrap > a {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}

.sidebar-featured .wrapper .right-wrap > a:last-child {
  margin: 0px;
}

.sidebar-featured .heart i:before {
  content: "\e87e";
}

.sidebar-featured .clone i:before {
  content: "\e3e0";
}

.sidebar-featured .item .icons-style {
  border: 2px solid #f7f7f7;
  padding: 11px;
  background: #f7f7f7;
  border-radius: 100%;
  font-size: 16px;
  color: #99a1b6;
}

@media (max-width: 425px) {
  .sidebar-featured {
    padding: 30px 0 0;
  }
  .sidebar-featured h3 {
    padding: 0 24px 32px;
  }
  .sidebar-featured .item {
    margin: 0px;
    border: none;
    border-top: 2px solid #eff0f3;
  }
}
/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * $author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * $support      support@torbara.com
 */
.agent-container-fluid {
  background: #f7f7f7 url("../images/agent-grid-bg.png") no-repeat;
  background-size: cover;
}

.agent-container {
  margin-bottom: 70px;
}
.agent-container .agent-item {
  padding: 22px;
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
}
.agent-container .agent-item img {
  height: 222px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.agent-container .agent-item .agent-name {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
  margin-top: 17px;
}
.agent-container .agent-item .agent-district {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin-bottom: 24px;
  display: block;
}
.agent-container .agent-item .phone-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  display: -ms-grid;
  -ms-grid-columns: 1.3fr 2fr;
}
.agent-container .agent-item .phone-wrapper .phone-type {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.agent-container .agent-item .phone-wrapper .phone-number {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.agent-container .agent-item .phone-wrapper .phone1 {
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.agent-container .agent-item .phone-wrapper .phone2 {
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.agent-container .agent-item .phone-wrapper .office {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.agent-container .agent-item .phone-wrapper .mobile {
  grid-row: 2;
  grid-column: 2;
  -ms-grid-column: 2;
  -ms-grid-column: 2;
}
.agent-container .agent-item .phone-wrapper .fa-mobile {
  padding-left: 2px;
  padding-right: 3px;
  font-size: 16px;
  color: #99a1b6;
}
.agent-container .agent-item .phone-wrapper .fa-phone {
  font-size: 16px;
  color: #99a1b6;
}
.agent-container .agent-item .agent-social-icons a {
  width: 40px;
  height: 40px;
  color: #99a1b6;
  font-size: 17px;
  background-color: #f7f7f7;
  border-radius: 100%;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  padding: 12px 0 12px 0;
  line-height: 1px;
}
.agent-container .agent-item .agent-social-icons a:last-child {
  margin-right: 0px;
}
.agent-container .agent-item .agent-social-icons a:hover {
  text-decoration: none;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(29, 161, 242, 0.5);
  background-color: #1da1f2;
}

.agent-grid-arrow-block {
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  margin-top: 60px;
  margin-bottom: 30px;
  display: -ms-grid;
  -ms-grid-columns: 140px 1fr 200px;
}
.agent-grid-arrow-block .arrow-wrapper {
  grid-column: 1;
  -ms-grid-column: 1;
  display: flex;
  margin: auto 0;
}
.agent-grid-arrow-block .arrow-wrapper a {
  margin-right: 20px;
}
.agent-grid-arrow-block .arrow-wrapper a i {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background-color: #f7f7f7;
  border-radius: 100%;
  color: #99a1b6;
}
.agent-grid-arrow-block .arrow-wrapper a:hover i {
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}
.agent-grid-arrow-block .span-wrapper {
  grid-column: 2;
  -ms-grid-column: 2;
  display: flex;
  margin: auto 0;
}
.agent-grid-arrow-block .span-wrapper span {
  display: inline-block;
  color: #1D1D1B;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.agent-grid-arrow-block .button-wrapper {
  grid-column: 3;
  -ms-grid-column: 3;
  display: flex;
  margin: auto 0;
  flex-direction: row-reverse;
}
.agent-grid-arrow-block .button-wrapper a {
  display: inline-block;
  padding: 12px 20px 11px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #527efd;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.agent-grid-arrow-block .button-wrapper a:hover {
  text-decoration: none;
  background-color: #6495fe;
  color: #ffffff;
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}

.agent-grid-arrow-block.hidebutton,
.agent-grid-arrow-block.hidespan {
  grid-template-columns: 140px 1fr;
  -ms-grid-columns: 140px 1fr;
}

.agent-grid-arrow-block.hidebutton .button-wrapper {
  display: none;
}

.agent-grid-arrow-block.hidespan .span-wrapper {
  display: none;
}

@media (min-width: 520px) and (max-width: 576px) {
  .agent-container .agent-item .phone-wrapper {
    display: grid;
    grid-template-columns: 1.3fr 1.5fr;
    display: -ms-grid;
    -ms-grid-columns: 1.3fr 1.5fr;
  }
}
@media (max-width: 500px) {
  .agent-grid-arrow-block {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
  }
  .agent-grid-arrow-block .arrow-wrapper {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    justify-content: space-between;
  }
  .agent-grid-arrow-block .arrow-wrapper .a {
    margin-right: 0;
  }
  .agent-grid-arrow-block .span-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .agent-grid-arrow-block .span-wrapper span {
    font-size: 15px;
    word-break: normal;
  }
  .agent-grid-arrow-block .button-wrapper {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .agent-grid-arrow-block.hidebutton {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .agent-grid-arrow-block.hidebutton .arrow-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    justify-content: space-between;
  }
  .agent-grid-arrow-block.hidebutton .span-wrapper {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .agent-grid-arrow-block.hidespan {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .agent-grid-arrow-block.hidespan .arrow-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    justify-content: space-between;
  }
  .agent-grid-arrow-block.hidespan .arrow-wrapper a.arrow-next {
    margin: 0;
  }
  .agent-grid-arrow-block.hidespan .button-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
  }
  .agent-grid-arrow-block.hidespan .button-wrapper a {
    margin: auto;
  }
}
.widgetarea {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
  padding: 24px;
}
.widgetarea h2 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0;
}
.widgetarea .video-box {
  border: 1px solid #ccc;
}
.widgetarea .video-box .figure {
  margin-bottom: 0;
  position: relative;
}
.widgetarea .video-box h4 {
  color: #1D1D1B;
  font-size: 16px;
  padding: 15px;
  margin: 0;
}
.widgetarea .playbtn {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  cursor: pointer;
}
.widgetarea .playbtn span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 6px;
  left: 14px;
}
.widgetarea .playbtn span {
  display: flex;
  border: 4px #fff solid;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  opacity: 0.85;
}
.widgetarea .playbtn:hover span {
  opacity: 1;
  border-color: #6495fe;
  background-color: #6495fe;
}

.sidebar-agent {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #f5f6f8;
}

.sidebar-agent .agent-info-wrap {
  background-color: rgba(153, 161, 182, 0.04);
  padding: 24px 24px 13px;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid rgba(153, 161, 182, 0.08);
}

.sidebar-agent .agent-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}

.sidebar-agent .agent-img.online:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #cddc39;
  background-color: #cddc39;
  left: 12px;
  top: 3px;
  border-radius: 100%;
}

.sidebar-agent .agent-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.sidebar-agent .agent-name {
  color: #1D1D1B;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.sidebar-agent .agent-name > span {
  display: block;
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.sidebar-agent .buttons-wrap {
  padding-top: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 0;
}

.sidebar-agent .buttons-wrap > div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.sidebar-agent .buttons-wrap .buttons-right-wrap {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.sidebar-agent .buttons-wrap .buttons-left-wrap a {
  color: #527efd;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 8px 18px 0px 18px;
  display: inline-block;
}

.sidebar-agent .buttons-wrap .buttons-left-wrap a > i {
  color: #99a1b6;
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.sidebar-agent .buttons-wrap .buttons-right-wrap a {
  width: 40px;
  height: 40px;
  color: #99a1b6;
  font-size: 17px;
  background-color: #f7f7f7;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding: 12px 0 12px 0;
  line-height: 1px;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 5px;
}

.sidebar-agent .agent-contact-wrap {
  padding: 30px 22px 24px;
}

.sidebar-agent .agent-contact-wrap > p {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin: 0px 0px 16px 0px;
}

.sidebar-agent .agent-contact-wrap .information-column span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.sidebar-agent .agent-contact-wrap .information-column span i {
  margin-right: 8px;
  color: #99a1b6;
  width: 12px;
}

.sidebar-agent .agent-contact-wrap .information-column {
  display: grid;
  display: -ms-grid;
  grid-template-columns: max-content max-content;
  -ms-grid-columns: max-content max-content;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 22px;
  grid-template-columns: max-content 1fr;
  -ms-grid-columns: max-content 1fr;
}

.sidebar-agent .agent-contact-wrap .information-column .values {
  color: #1D1D1B;
  word-break: break-all;
}

.sidebar-agent .agent-contact-wrap input {
  width: 100%;
  border-radius: 2px;
  border: 2px solid #f7f8f9;
  background-color: #fff;
  color: #99a1b6;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.44px;
  padding: 0px 17px;
  line-height: 16px;
  margin-bottom: 16px;
  height: 44px;
}

.sidebar-agent .agent-contact-wrap textarea {
  width: 100% !important;
  border-radius: 2px;
  border: 2px solid #f7f8f9;
  background-color: #fff;
  color: #99a1b6;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.44px;
  padding: 16px 17px;
  min-height: 125px;
  line-height: 16px;
  margin-bottom: 16px;
}

.sidebar-agent ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #99a1b6;
}

.sidebar-agent ::-moz-placeholder { /* Firefox 19+ */
  color: #99a1b6;
}

.sidebar-agent ::-ms-input-placeholder { /* IE 10+ */
  color: #99a1b6;
}

.sidebar-agent ::-moz-placeholder { /* Firefox 18- */
  color: #99a1b6;
}

.sidebar-agent .agent-contact-wrap button {
  border-radius: 2px;
  border: 2px solid #9cbbfe;
  background-color: #6495fe;
  text-align: center;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 17px 0 16px 0;
  width: 100%;
  line-height: 1;
}

@media (max-width: 400px) {
  .sidebar-agent .agent-img {
    margin: 0px auto 10px;
    display: block;
  }
  .sidebar-agent .agent-name {
    width: 100%;
    text-align: center;
  }
  .sidebar-agent .buttons-wrap > div {
    width: 100%;
  }
  .sidebar-agent .buttons-left-wrap {
    margin-bottom: 15px;
    text-align: center;
  }
  .sidebar-agent {
    background-color: transparent;
  }
  .sidebar-agent .agent-contact-wrap {
    padding: 30px 0px 0px;
  }
  .sidebar-agent .agent-contact-wrap .information-column,
  .sidebar-agent .agent-contact-wrap > p {
    padding: 0 24px;
  }
  .sidebar-agent .agent-contact-wrap textarea,
  .sidebar-agent .agent-contact-wrap input {
    margin: 0px;
    border: none;
    border-top: 2px solid #f7f8f9;
  }
}
/**
 * @encoding     UTF-8
 * $copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * @author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * @support      support@torbara.com
 */
.company-service {
  background: url(../images/service-section-bg.png) 100% 0 no-repeat #f7f7f7;
  background-size: cover;
  margin-bottom: 80px;
  padding: 60px 22px 70px 22px;
}
.company-service h2 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
}
.company-service p {
  color: #525252;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.company-service .service-advantages {
  margin-top: 24px;
}
.company-service .service-advantages p {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28px;
  display: inline-block;
  vertical-align: middle;
}
.company-service .service-advantages .material-icons {
  font-size: 16px;
  padding: 12px;
  border-radius: 50px;
  background: #3d476e;
  color: #ffffff;
  margin-right: 20px;
}

@media (min-width: 993px) and (max-width: 1299px) {
  .company-service {
    background-position-x: -520px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .company-service {
    background-position-x: -463px;
  }
}
@media (min-width: 1400px) and (max-width: 1549px) {
  .company-service {
    background-position-x: -376px;
  }
}
@media (min-width: 1550px) and (max-width: 1599px) {
  .company-service {
    background-position-x: -280px;
  }
}
@media (min-width: 1600px) {
  .company-service {
    background-position-x: unset;
  }
}
@media (max-width: 992px) {
  .company-service {
    background-position-x: 100px;
  }
  .company-service .service-advantages div:first-child {
    margin-bottom: 10px;
  }
}
.testimonials {
  background: url(../images/testimonials-bg.png) 100% 0 no-repeat #6495fe;
  background-size: cover;
  background-position-x: center;
}

.testimonials .testimonials-wrapper {
  padding: 82px 0px 82px 0px;
  position: relative;
}

.testimonials .testimonials-wrapper blockquote {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 0px;
  margin: 0px;
  border-left: none;
}

.quote-author {
  text-align: center;
}

.quote-author img {
  width: 40px !important;
  margin: 0 auto;
}

.quote::before {
  font-family: "Material Icons";
  content: "format_quote";
  position: absolute;
  font-size: 100px;
  z-index: 1;
  opacity: 0.4;
  left: -1%;
  color: #f7f7f7;
  line-height: 60px;
}

.quote p {
  position: relative;
  z-index: 58;
}

.testimonials .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 22px !important;
}

.testimonials .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: inherit;
  border: 2px solid #f7f7f7;
  opacity: 0.3;
}

.testimonials .owl-dots .owl-dot.active span {
  border: 2px solid #ffffff;
  opacity: 1;
  background-color: inherit;
}

.testimonials .quote-author span {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  /* Text style for "Sean Perry" */
  letter-spacing: 0.44px;
}

.testimonials .quote-author {
  position: relative;
  top: 15px;
  left: 45px;
}

.testimonials .owl-dots .owl-dot:hover span {
  background: inherit;
}

@media (max-width: 992px) {
  .testimonials .quote-author {
    top: 0px;
    left: 0px;
  }
}
.features-section {
  background: url("../images/features-bg.png") 100% 0 no-repeat #f7f7f7;
  background-size: cover;
  background-position-x: center;
  margin-bottom: 82px;
}
.features-section .grid-container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: minmax(265px, 440px);
  -ms-grid-columns: 440px;
  justify-content: end;
  -ms-grid-column-align: end;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}
.features-section .grid-container div {
  position: relative;
}
.features-section .grid-container div h2 {
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  margin: 0.67em 70px;
}
.features-section .grid-container div i {
  font-size: 16px;
  margin-left: 0px;
  position: absolute;
  padding: 12px;
  border-radius: 100%;
  background-color: #1D1D1B;
  color: #f7f7f7;
  top: 5px;
}
.features-section .grid-container div p {
  color: #525252;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.features-section .grid-container div * {
  margin-left: 70px;
}
.features-section .grid-container div:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: auto;
  -ms-grid-row: 1;
}
.features-section .grid-container div:nth-child(2) {
  grid-row-start: 2;
  grid-row-end: auto;
  -ms-grid-row: 2;
}
.features-section .grid-container div:nth-child(3) {
  grid-row-start: 3;
  grid-row-end: auto;
  -ms-grid-row: 3;
}

@media (max-width: 992px) {
  .features-section .grid-container {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .features-section {
    background: #f7f7f7;
  }
}
/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * @author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * @support      support$torbara.com
 */
.post-item {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(320px, 3.5fr);
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
  display: -ms-grid;
  -ms-grid-columns: minmax(150px, 1fr) minmax(320px, 3.5fr);
}
.post-item .post-item-content {
  padding: 24px;
}
.post-item .post-item-content h1 {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.post-item .post-item-content p {
  color: #525252;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.post-item .post-item-content img {
  width: 100%;
  height: 293px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item .post-item-content .read-more {
  border-radius: 20px;
  color: #527efd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 12px 20px 13px 20px;
  background: #f7f7f7;
  display: inline-block;
}
.post-item .post-item-content a.read-more:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  border-radius: 20px;
  background-color: #6495fe;
  text-decoration: none;
  color: var(--white);
}
.post-item .post-item-content .share {
  float: right;
}
.post-item .post-item-content .share i {
  padding: 13px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #f7f7f7;
  color: #99a1b6;
  display: inline-block;
}
.post-item .post-item-author {
  padding-left: 22px;
  padding-top: 108px;
  background-color: rgba(219, 219, 219, 0.1);
}
.post-item .post-item-author div a {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.post-item .post-item-author .manager-icon {
  position: relative;
  height: 40px;
  width: 40px;
}
.post-item .post-item-author .manager-icon .online-status {
  position: absolute;
  top: 10%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #cddc39;
  background-color: #cddc39;
  border-radius: 50px;
}
.post-item .post-item-author .manager-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.post-item .post-item-author .category {
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}
.post-item .post-item-author a:hover {
  text-decoration: none;
}
.post-item .post-item-author a:hover span,
.post-item .post-item-author a:hover .icons {
  color: #527efd;
}
.post-item .post-item-author .author {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin-top: 8px;
  margin-bottom: 20px;
  display: block;
}
.post-item .post-item-author .author:hover {
  color: #527efd;
}
.post-item .post-item-author .category span {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.post-item .post-item-author .category .icons {
  font-size: 16px;
  color: #99a1b6;
  vertical-align: sub;
  margin-right: 8px;
}

.post-grid-arrow-block {
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  display: -ms-grid;
  -ms-grid-columns: 140px 1fr 200px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.post-grid-arrow-block .arrow-wrapper {
  grid-column: 1;
  -ms-grid-column: 1;
  display: flex;
  margin: auto 0;
}
.post-grid-arrow-block .arrow-wrapper a {
  margin-right: 20px;
}
.post-grid-arrow-block .arrow-wrapper a i {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background-color: #f7f7f7;
  border-radius: 100%;
  color: #99a1b6;
}
.post-grid-arrow-block .arrow-wrapper a:hover i {
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}
.post-grid-arrow-block .span-wrapper {
  grid-column: 2;
  -ms-grid-column: 2;
  display: flex;
  margin: auto 0;
}
.post-grid-arrow-block .span-wrapper span {
  display: inline-block;
  color: #1D1D1B;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.post-grid-arrow-block .button-wrapper {
  grid-column: 3;
  -ms-grid-column: 3;
  display: flex;
  margin: auto 0;
  flex-direction: row-reverse;
}
.post-grid-arrow-block .button-wrapper a {
  display: inline-block;
  padding: 12px 20px 11px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #527efd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.post-grid-arrow-block .button-wrapper a:hover {
  text-decoration: none;
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}

.post-grid-arrow-block.hidebutton,
.post-grid-arrow-block.hidespan {
  grid-template-columns: 140px 1fr;
  -ms-grid-columns: 140px 1fr;
}

.post-grid-arrow-block.hidebutton .button-wrapper {
  display: none;
}

.post-grid-arrow-block.hidespan .span-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .post-item {
    display: grid;
    grid-template-columns: 1fr;
    display: -ms-grid;
    -ms-grid-columns: 1fr;
  }
  .post-item .post-item-content {
    grid-row: 1;
    -ms-grid-row: 1;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .post-item .post-item-author {
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 24px;
    padding-right: 22px;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
  .post-item .post-item-author .author {
    margin-top: 0px;
  }
  .post-item .post-item-author .manager-icon {
    top: -6%;
  }
  .post-item .post-item-author > * {
    margin: 0 auto;
  }
}
@media (max-width: 499px) {
  .post-item .post-item-author {
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(121px, 1fr) minmax(121px, 1fr);
    padding-top: 24px;
    padding-right: 22px;
    display: -ms-grid;
    -ms-grid-row: 2;
    -ms-grid-columns: minmax(121px, 1fr) minmax(121px, 1fr);
  }
  .post-item .post-item-author .manager-icon {
    top: -6%;
  }
  .post-item .post-item-author > * {
    margin: 0 auto;
  }
  .post-item .author {
    margin-top: 0px;
    grid-row: 2;
    -ms-grid-row: 2;
  }
}
@media (max-width: 500px) {
  .post-grid-arrow-block {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
  }
  .post-grid-arrow-block .arrow-wrapper {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    justify-content: space-between;
  }
  .post-grid-arrow-block .arrow-wrapper a {
    margin-right: 0;
  }
  .post-grid-arrow-block .span-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post-grid-arrow-block .span-wrapper span {
    font-size: 15px;
    word-break: normal;
  }
  .post-grid-arrow-block .button-wrapper {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .post-grid-arrow-block.hidebutton {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .post-grid-arrow-block.hidebutton .arrow-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    justify-content: space-between;
  }
  .post-grid-arrow-block.hidebutton .span-wrapper {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .post-grid-arrow-block.hidespan {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .post-grid-arrow-block.hidespan .arrow-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    justify-content: space-between;
  }
  .post-grid-arrow-block.hidespan .arrow-wrapper a.arrow-next {
    margin: 0;
  }
  .post-grid-arrow-block.hidespan .button-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post-grid-arrow-block.hidespan .button-wrapper a {
    margin: auto;
  }
}
/**
 * @encoding     UTF-8
 * @copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * @license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * @author       Alexei Andriyashevskyi (a.andriyashevskyi@gmail.com)
 * $support      support@torbara.com
 */
.post-grid .post-item {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(320px, 3.5fr);
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: #ffffff;
  display: -ms-grid;
  -ms-grid-columns: minmax(150px, 1fr) minmax(320px, 3.5fr);
}
.post-grid .post-item .post-item-content {
  padding: 24px;
}
.post-grid .post-item .post-item-content h2 {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.post-grid .post-item .post-item-content p {
  color: #525252;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.post-grid .post-item .post-item-content img {
  width: 100%;
  height: 293px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-grid .post-item .post-item-content .read-more {
  border-radius: 20px;
  color: #527efd;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 12px 20px 13px 20px;
  background: #f7f7f7;
  display: inline-block;
}
.post-grid .post-item .post-item-content a.read-more:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  border-radius: 20px;
  background-color: #6495fe;
  text-decoration: none;
  color: var(--white);
}
.post-grid .post-item .post-item-content .share {
  float: right;
}
.post-grid .post-item .post-item-content .share i {
  padding: 13px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #f7f7f7;
  color: #99a1b6;
  display: inline-block;
}
.post-grid .post-item .post-item-author {
  padding-left: 22px;
  padding-top: 108px;
  background-color: rgba(219, 219, 219, 0.1);
}
.post-grid .post-item .post-item-author div a {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.post-grid .post-item .post-item-author .manager-icon {
  position: relative;
  height: 40px;
  width: 40px;
}
.post-grid .post-item .post-item-author .manager-icon .online-status {
  position: absolute;
  top: 10%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #cddc39;
  background-color: #cddc39;
  border-radius: 50px;
}
.post-grid .post-item .post-item-author .manager-icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-grid .post-item .post-item-author .category {
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}
.post-grid .post-item .post-item-author a:hover {
  text-decoration: none;
}
.post-grid .post-item .post-item-author a:hover span,
.post-grid .post-item .post-item-author a:hover .icons {
  color: #527efd;
}
.post-grid .post-item .post-item-author .author {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin-top: 8px;
  margin-bottom: 20px;
  display: block;
}
.post-grid .post-item .post-item-author .author:hover {
  color: #527efd;
}
.post-grid .post-item .post-item-author .category span {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.post-grid .post-item .post-item-author .category .icons {
  font-size: 16px;
  color: #99a1b6;
  vertical-align: sub;
  margin-right: 8px;
}

.post-grid-arrow-block {
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  display: -ms-grid;
  -ms-grid-columns: 140px 1fr 200px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.post-grid-arrow-block .arrow-wrapper {
  grid-column: 1;
  -ms-grid-column: 1;
  display: flex;
  margin: auto 0;
}
.post-grid-arrow-block .arrow-wrapper a {
  margin-right: 20px;
}
.post-grid-arrow-block .arrow-wrapper a i {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background-color: #f7f7f7;
  border-radius: 100%;
  color: #99a1b6;
}
.post-grid-arrow-block .arrow-wrapper a:hover i {
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}
.post-grid-arrow-block .span-wrapper {
  grid-column: 2;
  -ms-grid-column: 2;
  display: flex;
  margin: auto 0;
}
.post-grid-arrow-block .span-wrapper span {
  display: inline-block;
  color: #1D1D1B;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.post-grid-arrow-block .button-wrapper {
  grid-column: 3;
  -ms-grid-column: 3;
  display: flex;
  margin: auto 0;
  flex-direction: row-reverse;
}
.post-grid-arrow-block .button-wrapper a {
  display: inline-block;
  padding: 12px 20px 11px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #527efd;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.post-grid-arrow-block .button-wrapper a:hover {
  text-decoration: none;
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}

.post-grid-arrow-block.hidebutton,
.post-grid-arrow-block.hidespan {
  grid-template-columns: 140px 1fr;
  -ms-grid-columns: 140px 1fr;
}

.post-grid-arrow-block.hidebutton .button-wrapper {
  display: none;
}

.post-grid-arrow-block.hidespan .span-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .post-grid .post-item {
    display: grid;
    grid-template-columns: 1fr;
    display: -ms-grid;
    -ms-grid-columns: 1fr;
  }
  .post-grid .post-item .post-item-content {
    grid-row: 1;
    -ms-grid-row: 1;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .post-grid .post-item .post-item-author {
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 24px;
    padding-right: 22px;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
  .post-grid .post-item .post-item-author .author {
    margin-top: 0;
  }
  .post-grid .post-item .post-item-author .manager-icon {
    top: -6%;
  }
  .post-grid .post-item .post-item-author > * {
    margin: 0 auto;
  }
}
@media (max-width: 499px) {
  .post-grid .post-item .post-item-author {
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(121px, 1fr) minmax(121px, 1fr);
    padding: 24px 22px;
    grid-row-gap: 16px;
    display: -ms-grid;
    -ms-grid-row: 2;
    -ms-grid-columns: minmax(121px, 1fr) minmax(121px, 1fr);
  }
  .post-grid .post-item .post-item-author .manager-icon {
    top: -6%;
    margin: 0 auto !important;
  }
  .post-grid .post-item .post-item-author > * {
    margin: 0 auto !important;
  }
  .post-grid .post-item .author {
    margin-top: 0;
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 340px) {
  .post-grid .post-item .post-item-author {
    grid-row: 2;
    display: grid;
    grid-template-columns: max-content;
    padding: 24px 22px;
    justify-content: center;
    grid-row-gap: 16px;
    display: -ms-grid;
    -ms-grid-row: 2;
    -ms-grid-columns: max-content;
  }
  .post-grid .post-item .post-item-author .manager-icon {
    top: 0;
    margin-bottom: 0 !important;
  }
  .post-grid .post-item .post-item-author > * {
    justify-self: start !important;
    margin: unset !important;
  }
  .post-grid .post-item .author {
    margin-top: 0;
    grid-row: unset;
    -ms-grid-row: unset;
    grid-column: unset;
    -ms-grid-column: unset;
  }
}
@media (max-width: 500px) {
  .post-grid-arrow-block {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
  }
  .post-grid-arrow-block .arrow-wrapper {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    justify-content: space-between;
  }
  .post-grid-arrow-block .arrow-wrapper a {
    margin-right: 0;
  }
  .post-grid-arrow-block .span-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post-grid-arrow-block .span-wrapper span {
    font-size: 15px;
    word-break: normal;
  }
  .post-grid-arrow-block .button-wrapper {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .post-grid-arrow-block.hidebutton {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .post-grid-arrow-block.hidebutton .arrow-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    justify-content: space-between;
  }
  .post-grid-arrow-block.hidebutton .span-wrapper {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .post-grid-arrow-block.hidespan {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .post-grid-arrow-block.hidespan .arrow-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    justify-content: space-between;
  }
  .post-grid-arrow-block.hidespan .arrow-wrapper a.arrow-next {
    margin: 0;
  }
  .post-grid-arrow-block.hidespan .button-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
  }
  .post-grid-arrow-block.hidespan .button-wrapper a {
    margin: auto;
  }
}
.spinner-style {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.spinner-style svg {
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button circle,
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button ellipse {
  fill: #EC008C;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #fdfdfd;
  opacity: 0.99;
  display: flex;
}
#preloader div {
  margin: auto;
  height: 100px;
  width: 100px;
  position: relative;
}
#preloader div #circlemain {
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * $encoding     UTF-8
 * $copyright    Copyright (C) 2016 Torbara (http://torbara.com). All rights reserved.
 * $license      Envato Standard License http://themeforest.net/licenses/standard?ref=torbara
 * $author       Alexei Andriyashevskyi (a.andriyashevskyi$gmail.com)
 * $support      support$torbara.com
 */
.featured-carousel-container .standart-grid-wrapper {
  border-radius: 2px;
  border: 2px solid #eff0f3;
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  position: relative;
}
.featured-carousel-container .standart-grid-wrapper .image-wrapper {
  width: 50%;
}
.featured-carousel-container .standart-grid-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-carousel-container .standart-grid-wrapper .image-wrapper .badges {
  position: absolute;
  top: 5%;
  left: 1%;
  /* .featured {
     background: #9814ae;
     color:var(--white);
   }
   .rent {
     background: #4192f2;
     color: var(--white);
   }
   .sale {
     background: #f74c55;
     color: var(--white);
   }*/
}
.featured-carousel-container .standart-grid-wrapper .image-wrapper .badges p {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  font-family: var(--secondary-font);
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper {
  flex-grow: 1;
  padding: 20px 20px 0px 24px;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .property-type {
  color: #6495fe;
  font-family: var(--secondary-font);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .property-title {
  margin-top: 4px;
  margin-bottom: 7px;
  color: #1D1D1B;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap; /* Prevents text from wrapping to the next line */
  overflow: hidden; /* Ensures overflowed content is hidden */
  text-overflow: ellipsis;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-address {
  padding-top: 7px;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-address .address {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-address i {
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #99a1b6;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-values {
  position: relative;
  margin-top: 9px;
  padding-top: 6px;
  border-top: 1px solid #99a1b6;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-values span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-values span + span:before {
  padding: 8px;
  color: #99a1b6;
  content: "/ ";
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info {
  margin: 10px 0 20px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: max-content max-content;
  -ms-grid-columns: max-content max-content;
  justify-content: space-between;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .apartment-price {
  display: inline-block;
  position: relative;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .apartment-price .price-big {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin: 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .apartment-price .price-small {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin: 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .icons-style {
  border: 2px solid #f7f7f7;
  padding: 11px;
  background: #f7f7f7;
  border-radius: 100%;
  font-size: 16px;
  color: #99a1b6;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .details-button {
  border-radius: 20px;
  color: #527efd;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 12px 20px 11px 20px;
  background: #f7f7f7;
  margin: auto 10px auto 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .details-button:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  border-radius: 20px;
  background-color: #6495fe;
  text-decoration: none;
  color: var(--white);
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons a:hover .icons-style {
  box-shadow: 0 1px 10px #6495fe;
  background-color: #6495fe;
  color: #f7f7f7;
  text-decoration: none;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .heart {
  margin: auto 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .heart i:before {
  content: "\e87e";
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .heart i.active:before {
  content: "\e87d";
  color: #fc226e;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .clone {
  margin: auto 10px auto 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .clone i:before {
  content: "\e3e0";
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons a.clone:hover i:before {
  content: "\e02e";
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager {
  clear: both;
  background: #f7f7f7;
  padding: 20px;
  margin-left: -24px;
  margin-right: -20px;
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
  border-top: 2px solid rgba(153, 161, 182, 0.08);
  display: -ms-grid;
  -ms-grid-columns: max-content max-content;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager .manager-icon {
  position: relative;
  height: 40px;
  width: 40px;
  margin: auto 0;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager .manager-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager .manager-icon .online-status {
  position: absolute;
  top: 10%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px #cddc39;
  background-color: #cddc39;
  border-radius: 50px;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager .manager-wrap {
  display: flex;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager .manager-wrap .manager-name {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  margin: auto 0 auto 16px;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager .calendar i {
  color: #99a1b6;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager .calendar span {
  color: #525252;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.featured-carousel-arrow-block {
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  display: -ms-grid;
  -ms-grid-columns: 140px 1fr 200px;
  margin-bottom: 32px;
}
.featured-carousel-arrow-block .arrow-wrapper {
  grid-column: 1;
  -ms-grid-column: 1;
  display: flex;
  margin: auto 0;
}
.featured-carousel-arrow-block .arrow-wrapper a {
  margin-right: 20px;
}
.featured-carousel-arrow-block .arrow-wrapper a i {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background-color: #f7f7f7;
  border-radius: 100%;
  color: #99a1b6;
}
.featured-carousel-arrow-block .arrow-wrapper a:hover i {
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}
.featured-carousel-arrow-block .span-wrapper {
  grid-column: 2;
  -ms-grid-column: 2;
  display: flex;
  margin: auto 0;
}
.featured-carousel-arrow-block .span-wrapper span {
  display: inline-block;
  color: #1D1D1B;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.featured-carousel-arrow-block .button-wrapper {
  grid-column: 3;
  -ms-grid-column: 3;
  display: flex;
  margin: auto 0;
  flex-direction: row-reverse;
}
.featured-carousel-arrow-block .button-wrapper a {
  display: inline-block;
  padding: 12px 20px 11px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #527efd;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.featured-carousel-arrow-block .button-wrapper a:hover {
  text-decoration: none;
  background-color: #6495fe;
  color: var(--white);
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
}

.featured-carousel-arrow-block.hidebutton,
.featured-carousel-arrow-block.hidespan {
  grid-template-columns: 140px 1fr;
  -ms-grid-columns: 140px 1fr;
}

.featured-carousel-arrow-block.hidebutton .button-wrapper {
  display: none;
}

.featured-carousel-arrow-block.hidespan .span-wrapper {
  display: none;
}

@media (max-width: 500px) {
  .featured-carousel-arrow-block {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
  }
  .featured-carousel-arrow-block .arrow-wrapper {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    justify-content: space-between;
  }
  .featured-carousel-arrow-block .arrow-wrapper .a {
    margin-right: 0;
  }
  .featured-carousel-arrow-block .span-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .featured-carousel-arrow-block .span-wrapper span {
    font-size: 15px;
    word-break: normal;
  }
  .featured-carousel-arrow-block .button-wrapper {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .featured-carousel-arrow-block.hidebutton {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .featured-carousel-arrow-block.hidebutton .arrow-wrapper {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    justify-content: space-between;
  }
  .featured-carousel-arrow-block.hidebutton .span-wrapper {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .featured-carousel-arrow-block.hidespan {
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-column-gap: 10px;
  }
  .featured-carousel-arrow-block.hidespan .arrow-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    justify-content: space-between;
  }
  .featured-carousel-arrow-block.hidespan .arrow-wrapper a.arrow-next {
    margin: 0;
  }
  .featured-carousel-arrow-block.hidespan .button-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .featured-carousel-arrow-block.hidespan .button-wrapper a {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .featured-carousel-container .standart-grid-wrapper .image-wrapper {
    flex-grow: 1;
    padding: 0;
  }
}
@media (max-width: 610px) {
  .featured-carousel-container .standart-grid-wrapper .image-wrapper .badges {
    top: 3%;
  }
}
/*@media (min-width: 440px) and (max-width: 462px) {
  .featured-carousel-container .standart-grid-wrapper {
    .information-wrapper {
      .apartment-info {
        .apartment-price {
          width: 40%;
        }
        .icons {
          width: 60%;
        }
      }
    }
  }

}*/
@media (max-width: 439px) {
  .featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info {
    grid-template-columns: max-content 95px;
    -ms-grid-columns: max-content 95px;
  }
  .featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-info .icons .details-button {
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  .featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-column-gap: 15px;
  }
  .featured-carousel-container .standart-grid-wrapper .information-wrapper .apartment-manager > * {
    margin: auto;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-home {
  display: flex;
  justify-content: center;
  background-color: #021118;
  width: 100%;
  min-height: 100vh;
}
.banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 40px;
  z-index: 10;
}
.banner-content .container {
  position: relative;
  z-index: 1;
}
.banner-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home-swiper .banner-content {
    position: relative;
    background-color: var(--black);
    height: 46vh;
    padding-top: 0;
  }
}
.banner-content ul {
  display: flex;
  padding: 0;
}
.banner-content ul li {
  margin-right: 15px;
  list-style: none;
}
.banner-content ul li a {
  color: #FFF;
  font-weight: 500;
  position: relative;
  display: block;
  line-height: 1;
  background: rgb(100, 149, 254);
  padding: 6px 10px;
  font-size: 15px;
}
.banner-title {
  font-size: var(--font-size-26);
  color: var(--white);
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .banner-title {
    font-size: var(--font-size-48);
  }
}
.banner-address {
  color: var(--white);
  font-size: var(--font-size-16);
  font-weight: 400;
  display: flex;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .banner-address {
    font-size: var(--font-size-18);
  }
}
.banner-developer {
  color: var(--white);
  font-size: var(--font-size-18);
  font-weight: 400;
  display: flex;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .banner-developer {
    font-size: var(--font-size-20);
  }
}
.banner .figure {
  margin: 0;
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .banner .figure {
    height: 700px;
  }
}
.banner .titlebg {
  display: inline-block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(102, 102, 102, 0.28) 100%);
  padding: 60px;
}
.banner h1 {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 800;
  font-size: var(--font-size-40);
  letter-spacing: 0.03em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .banner h1 {
    font-size: var(--font-size-60);
  }
}
.banner h1 strong {
  display: block;
  font-weight: 800;
  color: #f5620c;
}
.banner h2 {
  font-size: var(--font-size-22);
  font-weight: 700;
  color: #f5620c;
  line-height: 32px;
  margin: 0;
}

.jarallax-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

.googlemap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.googlemap iframe {
  border: 0;
  border: 0;
  width: 100%;
}

.contact_map_container {
  width: 400px;
  height: 100%;
  position: relative;
  padding: 50px;
  background: #FFF;
  margin: 100px 0;
  box-shadow: 0px 0px 10px #ccc;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 36px;
  }
}
.section-title p {
  font-size: 16px;
  color: var(--cool-gray);
}
.section-title.orange {
  color: rgba(244, 137, 67, 0.06);
}
.section-title-border {
  position: relative;
  left: var(--space-12);
  font-size: var(--font-size-24);
  color: var(--mighty-black);
  line-height: 1.1;
  text-align: left;
}
.section-title-border:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  background-color: var(--theme-color);
  width: var(--space-4);
  height: 100%;
}

.title-border {
  position: relative;
  display: block;
  background-color: #F48943;
  width: 122px;
  height: 6px;
  margin: 12px 0;
}
.text-center .title-border {
  margin: 12px auto;
}
.title-border:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 6px;
  background-color: #3f3f3f;
}

.card {
  --bs-card-spacer-y: var(--space-8);
  --bs-card-spacer-x: var(--space-10);
  --bs-border-color: none;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.card-img-top {
  transition: var(--transition-four);
}
.card:hover img {
  transform: scale(1.2) rotate(0deg);
}
.director .card:hover img {
  filter: grayscale(0);
  transform: scale(1) rotate(0deg);
}
.card-body {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  font-size: var(--font-size-16);
  padding: 20px;
}
.card-title {
  font-size: var(--font-size-16);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.card-label {
  font-size: var(--font-size-14);
}

.cardstyle2 {
  /* Rectangle 646 */
}
.cardstyle2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.cardstyle2 .card-body {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: none;
  color: white;
  text-align: center;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.cardstyle3 {
  background: rgba(1, 1, 1, 0.03);
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 15px;
}
.cardstyle3 .card-img {
  width: 150px;
}
.cardstyle3 .card-img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .schoolhospital img {
    width: 150px !important;
  }
}

.pagination {
  margin-bottom: 0;
}
.pagination .page-item {
  padding: 0;
  margin: 0;
}
.pagination .page-item:before {
  display: none;
}
.pagination .page-link {
  --bs-pagination-color: var(--baby-blue-dark);
  --bs-pagination-active-bg: var(--baby-blue-dark);
  --bs-pagination-active-border-color: var(--baby-blue-dark);
  --bs-pagination-hover-color: var(--baby-blue-dark);
  --bs-pagination-hover-bg: var(--baby-blue-20);
  --bs-pagination-focus-color: var(--baby-blue-dark);
  --bs-pagination-focus-bg: var(--baby-blue-20);
  --bs-pagination-focus-box-shadow: none;
}

.text-bg-primary {
  background-color: var(--baby-blue-dark) !important;
}
.text-bg-secondary {
  background-color: var(--baby-blue-60) !important;
  color: var(--baby-blue-darker) !important;
}
.text-bg-light {
  background-color: #DFDFDF !important;
  color: var(--cool-gray) !important;
}

.text-warning {
  color: #F48943 !important;
}

.pathologicaltests {
  background-color: var(--baby-blue-dark) !important;
  color: var(--white);
}

.imagingtests {
  background-color: var(--baby-blue-60) !important;
  color: var(--baby-blue-darker) !important;
}

.usgultrasonography {
  background-color: #DFDFDF !important;
  color: var(--cool-gray) !important;
}

.bg-orange-gradient {
  background: linear-gradient(90deg, #F48943 0%, rgba(244, 137, 67, 0.4) 100%);
}

.bg-light {
  background: #FBFBFB !important;
}
.bg-gray {
  background: #f7f7f7 !important;
}
.bg-gradient {
  background: linear-gradient(135deg, #F37313 0%, #E42C2C 100%) !important;
}

.form-label {
  font-size: var(--font-size-18);
  color: var(--theme-color);
}
.form-control {
  border-radius: var(--space-xs);
  padding: var(--space-12) var(--space-16);
}
.form-control:focus {
  --bs-body-color: var(--mighty-black);
  border-color: var(--baby-blue-100);
  box-shadow: 0 0 0 0.1rem var(--baby-blue-20);
}
.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--cool-gray-60);
  opacity: 1; /* Firefox */
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--cool-gray-60);
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--cool-gray-60);
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--cool-gray-60);
}
.form-select {
  --bs-border-radius: 0;
  --bs-border-color: var(--baby-blue-100);
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235CA4AB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-body-color: var(--cool-gray);
  padding: var(--space-12) var(--space-36) var(--space-12) var(--space-16);
}
.form-select:focus {
  box-shadow: none;
  border-color: var(--baby-blue-100);
}

textarea.form-control {
  min-height: 154px;
}

.figure {
  display: block;
  background-color: var(--white-for-dark);
  width: 100%;
}
.figure-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--cool-gray-20);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  font-size: var(--font-size-20);
  color: var(--white);
  text-align: left;
  padding: var(--space-18) var(--space-24);
}
.figure img {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .content .figure {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .content .figure {
    width: 400px;
  }
}
.content .figure img {
  aspect-ratio: 1/1;
  border-radius: 0;
  width: 100%;
  height: auto;
}
.figure-pattern {
  position: relative;
}
.figure-pattern:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/img-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.figure-pattern img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.footer {
  padding: 58px 0 80px 0;
  background-color: #FBFBFB;
}

.footer h3 {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28px;
  margin-top: 0;
  margin-bottom: 16px;
}

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

.footer ul.places {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
}

.footer ul > li > a {
  color: #1D1D1B;
  text-transform: capitalize;
  display: block;
  position: relative;
  padding: 0 0 10px 24px;
  text-decoration: none;
  transition: all 0.4ms;
}

.footer ul > li > a:before {
  content: "\f0ac";
  position: absolute;
  top: -1px;
  width: 14px;
  height: 16px;
  color: #99a1b6;
  left: 0;
  font-family: "FontAwesome";
}

.footer ul > li > a:hover:before,
.footer ul > li > a:hover {
  color: #6495fe;
}

.footer .social-wrap > a {
  width: 40px;
  height: 40px;
  color: #99a1b6;
  font-size: 17px;
  background-color: #f7f7f7;
  border-radius: 100%;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  padding: 12px 0 12px 0;
  line-height: 1px;
}

.footer .footer-border {
  position: relative;
  padding-bottom: 40px;
}

.footer .footer-border:before {
  height: 1px;
  background-color: rgba(153, 161, 182, 0.16);
  left: 15px;
  right: 15px;
  z-index: 20;
  position: absolute;
  bottom: 0;
  display: inline-block;
}

.footer .social-wrap > a:last-child {
  margin-right: 0px;
}

.footer input[type=email] {
  font-size: 15px;
  letter-spacing: 0.44px;
  color: #99a1b6;
  padding: 11px 14px 10px 14px;
  border: 2px solid #f7f8f9;
  background-color: var(--white);
  width: 370px;
  margin-right: 16px;
}

.footer button {
  border-radius: 2px;
  border: 2px solid rgba(153, 161, 182, 0.08);
  background-color: #f7f7f7;
  color: #527efd;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 13px 23px 12px 23px;
  line-height: 12px;
}

.footer dl {
  margin-bottom: 42px;
}

.footer dl dt {
  color: #525252;
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 15px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  font-weight: 400;
}

.footer dl dd a {
  color: #1D1D1B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.footer dl dd {
  color: #1D1D1B;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.44px;
  padding-bottom: 8px;
}

.footer dl dd:last-child {
  padding: 0;
}

.footer .address {
  color: #525252;
  padding-bottom: 14px;
}

.footer .social-wrap > a:hover {
  box-shadow: 0 1px 10px rgba(100, 149, 254, 0.5);
  background-color: #6495fe;
  color: #fff;
}

.footer-bottom {
  padding-top: 41px;
}

.footer-bottom .copyright {
  color: #99a1b6;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.38px;
  display: inline-block;
  vertical-align: middle;
}

.footer-bottom a {
  color: #1D1D1B;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.38px;
}

.footer-bottom .text-right {
  text-align: right;
}

.footer-bottom .text-right a {
  position: relative;
  padding-right: 39px;
  display: inline-block;
  vertical-align: middle;
}

.footer-bottom .text-right a:before {
  content: "";
  position: absolute;
  background-color: #dbdbdb;
  right: 15px;
  top: 4px;
  bottom: 4px;
  width: 2px;
}

.footer-bottom .text-right a:last-child {
  padding: 0;
}

.footer-bottom .text-right a:last-child:before {
  display: none;
}

@media (max-width: 991px) {
  .footer .popular-destanations {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer button,
  .footer input[type=email] {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer ul.places {
    display: inline-block;
    width: 100%;
  }
  .footer ul.places > li {
    width: 50%;
    float: left;
  }
  .footer {
    padding: 20px 0 20px 0;
  }
  .footer .text-right {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */