/*
Template Name: Studylift  Responsive  HTML5 Template
Template URI: https://Studylift.com/
Description: Studylift  Responsive  HTML5 Template
Author: Mahmudul Hasan Sohel
Author URI: https://zainiklab.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
}

:root {
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --primary: 8, 121, 255;
  --sidebar-bg: 255, 255, 255;
  --primary-three: 209, 224, 255;
  --primary-four: 239, 244, 255;
  --primary-five: 249, 252, 255;
  --title-text: 18, 18, 18;
  --secondary: 18, 18, 18;
  --para-text: 120, 125, 141;
  --gray-10: #f3f4f6;
  --gray-50: 107, 114, 128;
  --stroke: 239, 239, 239;
  --stroke-2: 239, 246, 255;
  --stroke-3: 197, 197, 200;
  --yellow: 255, 191, 0;
  --green: 89, 179, 119;
  --red: 230, 87, 87;
  --bg-one: 246, 246, 246;
  --color-one: 179, 179, 179;
  --color-two: 178, 204, 255;
  --scroll-track: #efefef;
  --scroll-thumb: #dadada;
}

/* Font size */
.fs-0 {
  font-size: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .fs-sm-36 {
    font-size: 36px !important;
  }
}

/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

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

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

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

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

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

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

.fw-1000 {
  font-weight: 1000;
}

/* Line Height */
.lh-0 {
  line-height: 0px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

@media screen and (min-width: 576px) {
  .lh-sm-46 {
    line-height: 46px !important;
  }
}

/* Letter Spacing */
.ls-1 {
  letter-spacing: 1px;
}

/* text justify */
.text-justify {
  text-align: justify;
}

.text-white {
  color: rgb(var(--white)) !important;
}

.text-white-10 {
  color: rgba(var(--white), 0.1) !important;
}

.text-white-20 {
  color: rgba(var(--white), 0.2) !important;
}

.text-black {
  color: rgb(var(--black)) !important;
}

.text-black-10 {
  color: rgba(var(--black), 0.1) !important;
}

.text-primary {
  color: rgb(var(--primary)) !important;
}

.text-primary-52 {
  color: rgb(var(--primary-52)) !important;
}

.text-sidebar-bg {
  color: rgb(var(--sidebar-bg)) !important;
}

.text-primary-three {
  color: rgb(var(--primary-three)) !important;
}

.text-primary-four {
  color: rgb(var(--primary-four)) !important;
}

.text-primary-five {
  color: rgb(var(--primary-five)) !important;
}

.text-title-text {
  color: rgb(var(--title-text)) !important;
}

.text-secondary {
  color: rgb(var(--secondary)) !important;
}

.text-para-text {
  color: rgb(var(--para-text)) !important;
}

.text-gray-10 {
  color: rgb(var(--gray-10)) !important;
}

.text-gray-50 {
  color: rgb(var(--gray-50)) !important;
}

.text-stroke {
  color: rgb(var(--stroke)) !important;
}

.text-stroke-2 {
  color: rgb(var(--stroke-2)) !important;
}

.text-stroke-3 {
  color: rgb(var(--stroke-3)) !important;
}

.text-bg-one {
  color: rgb(var(--bg-one)) !important;
}

.text-yellow {
  color: rgb(var(--yellow)) !important;
}

.text-green {
  color: rgb(var(--green)) !important;
}

.text-red {
  color: rgb(var(--red)) !important;
}

.text-color-one {
  color: rgb(var(--color-one)) !important;
}

.text-color-two {
  color: rgb(var(--color-two)) !important;
}

.text-scroll-track {
  color: var(--scroll-track) !important;
}

.text-scroll-thumb {
  color: var(--scroll-thumb) !important;
}

/* Background Color */
.bg-white {
  background-color: rgb(var(--white)) !important;
}

.bg-white-10 {
  background-color: rgba(var(--white), 0.1) !important;
}

.bg-white-20 {
  background-color: rgba(var(--white), 0.2) !important;
}

.bg-black {
  background-color: rgb(var(--black)) !important;
}

.bg-black-10 {
  background-color: rgba(var(--black), 0.1) !important;
}

.bg-primary {
  background-color: rgb(var(--primary)) !important;
}

.bg-primary-52 {
  background-color: rgb(var(--primary-52)) !important;
}

.bg-sidebar-bg {
  background-color: rgb(var(--sidebar-bg)) !important;
}

.bg-primary-three {
  background-color: rgb(var(--primary-three)) !important;
}

.bg-primary-four {
  background-color: rgb(var(--primary-four)) !important;
}

.bg-primary-five {
  background-color: rgb(var(--primary-five)) !important;
}

.bg-title-text {
  background-color: rgb(var(--title-text)) !important;
}

.bg-secondary {
  background-color: rgb(var(--secondary)) !important;
}

.bg-para-text {
  background-color: rgb(var(--para-text)) !important;
}

.bg-gray-10 {
  background-color: rgb(var(--gray-10)) !important;
}

.bg-gray-50 {
  background-color: rgb(var(--gray-50)) !important;
}

.bg-stroke {
  background-color: rgb(var(--stroke)) !important;
}

.bg-stroke-2 {
  background-color: rgb(var(--stroke-2)) !important;
}

.bg-stroke-3 {
  background-color: rgb(var(--stroke-3)) !important;
}

.bg-bg-one {
  background-color: rgb(var(--bg-one)) !important;
}

.bg-yellow {
  background-color: rgb(var(--yellow)) !important;
}

.bg-green {
  background-color: rgb(var(--green)) !important;
}

.bg-red {
  background-color: rgb(var(--red)) !important;
}

.bg-color-one {
  background-color: rgb(var(--color-one)) !important;
}

.bg-color-two {
  background-color: rgb(var(--color-two)) !important;
}

.bg-scroll-track {
  background-color: var(--scroll-track) !important;
}

.bg-scroll-thumb {
  background-color: var(--scroll-thumb) !important;
}

/* Border Color */
.bd-c-white {
  border-color: rgb(var(--white)) !important;
}

.bd-c-white-10 {
  border-color: rgba(var(--white), 0.1) !important;
}

.bd-c-white-20 {
  border-color: rgba(var(--white), 0.2) !important;
}

.bd-c-black {
  border-color: rgb(var(--black)) !important;
}

.bd-c-black-10 {
  border-color: rgba(var(--black), 0.1) !important;
}

.bd-c-primary {
  border-color: rgb(var(--primary)) !important;
}

.bd-c-primary-52 {
  border-color: rgb(var(--primary-52)) !important;
}

.bd-c-sidebar-bg {
  border-color: rgb(var(--sidebar-bg)) !important;
}

.bd-c-primary-three {
  border-color: rgb(var(--primary-three)) !important;
}

.bd-c-primary-four {
  border-color: rgb(var(--primary-four)) !important;
}

.bd-c-primary-five {
  border-color: rgb(var(--primary-five)) !important;
}

.bd-c-title-text {
  border-color: rgb(var(--title-text)) !important;
}

.bd-c-secondary {
  border-color: rgb(var(--secondary)) !important;
}

.bd-c-para-text {
  border-color: rgb(var(--para-text)) !important;
}

.bd-c-gray-10 {
  border-color: rgb(var(--gray-10)) !important;
}

.bd-c-gray-50 {
  border-color: rgb(var(--gray-50)) !important;
}

.bd-c-stroke {
  border-color: rgb(var(--stroke)) !important;
}

.bd-c-stroke-2 {
  border-color: rgb(var(--stroke-2)) !important;
}

.bd-c-stroke-3 {
  border-color: rgb(var(--stroke-3)) !important;
}

.bd-c-bg-one {
  border-color: rgb(var(--bg-one)) !important;
}

.bd-c-yellow {
  border-color: rgb(var(--yellow)) !important;
}

.bd-c-green {
  border-color: rgb(var(--green)) !important;
}

.bd-c-red {
  border-color: rgb(var(--red)) !important;
}

.bd-c-color-one {
  border-color: rgb(var(--color-one)) !important;
}

.bd-c-color-two {
  border-color: rgb(var(--color-two)) !important;
}

.bd-c-scroll-track {
  border-color: var(--scroll-track) !important;
}

.bd-c-scroll-thumb {
  border-color: var(--scroll-thumb) !important;
}

/* z-index */
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

@media screen and (min-width: 576px) {
  .p-sm-25 {
    padding: 25px !important;
  }
}

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

@media screen and (min-width: 768px) {
  .p-md-25 {
    padding: 25px !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .p-md-46 {
    padding: 46px !important;
  }
}

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

/* Padding top & bottom */
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media screen and (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* Padding left & right */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

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

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

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

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

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

/* Padding top */
.pt-54 {
  padding-top: 54px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

@media screen and (min-width: 576px) {
  .pt-sm-45 {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-17 {
    padding-top: 17px !important;
  }
}

/* Padding bottom */
.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

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

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

@media screen and (min-width: 576px) {
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}

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

@media screen and (min-width: 576px) {
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
}

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

/* Padding Left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

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

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

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

.pl-16 {
  padding-left: 16px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 1200px) {
  .pl-xl-40 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}

/* Padding Right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

/* Margin Left & Right */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

@media screen and (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
}

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 992px) {
  .mb-lg-13 {
    margin-bottom: 13px !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

/* Gap */
.g-0 {
  gap: 0px;
}

.g-1 {
  gap: 1px !important;
}

.g-2 {
  gap: 2px !important;
}

.g-3 {
  gap: 3px !important;
}

.g-4 {
  gap: 4px !important;
}

.g-5 {
  gap: 5px !important;
}

.g-6 {
  gap: 6px !important;
}

.g-7 {
  gap: 7px !important;
}

.g-8 {
  gap: 8px !important;
}

.g-9 {
  gap: 9px !important;
}

.g-10 {
  gap: 10px !important;
}

.g-11 {
  gap: 11px !important;
}

.g-12 {
  gap: 12px !important;
}

.g-13 {
  gap: 13px !important;
}

.g-14 {
  gap: 14px !important;
}

.g-15 {
  gap: 15px !important;
}

.g-16 {
  gap: 16px !important;
}

.g-17 {
  gap: 17px !important;
}

.g-18 {
  gap: 18px !important;
}

.g-19 {
  gap: 19px !important;
}

.g-20 {
  gap: 20px !important;
}

.g-21 {
  gap: 21px !important;
}

.g-22 {
  gap: 22px !important;
}

.g-23 {
  gap: 23px !important;
}

.g-24 {
  gap: 24px !important;
}

.g-25 {
  gap: 25px !important;
}

.g-26 {
  gap: 26px !important;
}

.g-27 {
  gap: 27px !important;
}

.g-28 {
  gap: 28px !important;
}

.g-29 {
  gap: 29px !important;
}

.g-30 {
  gap: 30px !important;
}

/* Row Gap */
.rg-0 {
  row-gap: 0px;
}

.rg-1 {
  row-gap: 1px !important;
}

.rg-2 {
  row-gap: 2px !important;
}

.rg-3 {
  row-gap: 3px !important;
}

.rg-4 {
  row-gap: 4px !important;
}

.rg-5 {
  row-gap: 5px !important;
}

.rg-6 {
  row-gap: 6px !important;
}

.rg-7 {
  row-gap: 7px !important;
}

.rg-8 {
  row-gap: 8px !important;
}

.rg-9 {
  row-gap: 9px !important;
}

.rg-10 {
  row-gap: 10px !important;
}

.rg-11 {
  row-gap: 11px !important;
}

.rg-12 {
  row-gap: 12px !important;
}

.rg-13 {
  row-gap: 13px !important;
}

.rg-14 {
  row-gap: 14px !important;
}

.rg-15 {
  row-gap: 15px !important;
}

.rg-16 {
  row-gap: 16px !important;
}

.rg-17 {
  row-gap: 17px !important;
}

.rg-18 {
  row-gap: 18px !important;
}

.rg-19 {
  row-gap: 19px !important;
}

.rg-20 {
  row-gap: 20px !important;
}

.rg-21 {
  row-gap: 21px !important;
}

.rg-22 {
  row-gap: 22px !important;
}

.rg-23 {
  row-gap: 23px !important;
}

.rg-24 {
  row-gap: 24px !important;
}

.rg-25 {
  row-gap: 25px !important;
}

.rg-26 {
  row-gap: 26px !important;
}

.rg-27 {
  row-gap: 27px !important;
}

.rg-28 {
  row-gap: 28px !important;
}

.rg-29 {
  row-gap: 29px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

/* Column gap */
.cg-0 {
  column-gap: 0px;
}

.cg-1 {
  column-gap: 1px !important;
}

.cg-2 {
  column-gap: 2px !important;
}

.cg-3 {
  column-gap: 3px !important;
}

.cg-4 {
  column-gap: 4px !important;
}

.cg-5 {
  column-gap: 5px !important;
}

.cg-6 {
  column-gap: 6px !important;
}

.cg-7 {
  column-gap: 7px !important;
}

.cg-8 {
  column-gap: 8px !important;
}

.cg-9 {
  column-gap: 9px !important;
}

.cg-10 {
  column-gap: 10px !important;
}

.cg-11 {
  column-gap: 11px !important;
}

.cg-12 {
  column-gap: 12px !important;
}

.cg-13 {
  column-gap: 13px !important;
}

.cg-14 {
  column-gap: 14px !important;
}

.cg-15 {
  column-gap: 15px !important;
}

.cg-16 {
  column-gap: 16px !important;
}

.cg-17 {
  column-gap: 17px !important;
}

.cg-18 {
  column-gap: 18px !important;
}

.cg-19 {
  column-gap: 19px !important;
}

.cg-20 {
  column-gap: 20px !important;
}

.cg-21 {
  column-gap: 21px !important;
}

.cg-22 {
  column-gap: 22px !important;
}

.cg-23 {
  column-gap: 23px !important;
}

.cg-24 {
  column-gap: 24px !important;
}

.cg-25 {
  column-gap: 25px !important;
}

.cg-26 {
  column-gap: 26px !important;
}

.cg-27 {
  column-gap: 27px !important;
}

.cg-28 {
  column-gap: 28px !important;
}

.cg-29 {
  column-gap: 29px !important;
}

.cg-30 {
  column-gap: 30px !important;
}

/* Minimum width */
.min-w-auto {
  min-width: auto !important;
}

.min-w-0 {
  min-width: 0px;
}

/* Maximum width */
.max-w-20 {
  max-width: 20px;
}

.max-w-140 {
  max-width: 140px;
}

.max-w-167 {
  max-width: 167px;
}

.max-w-250 {
  max-width: 250px;
}

.max-w-258 {
  max-width: 258px;
}

.max-w-313 {
  max-width: 313px;
}

.max-w-354 {
  max-width: 354px;
}

.max-w-406 {
  max-width: 406px;
}

.max-w-433 {
  max-width: 433px;
}

.max-w-467 {
  max-width: 467px;
}

.max-w-486 {
  max-width: 486px;
}

.max-w-856 {
  max-width: 856px;
}

.max-w-200 {
  max-width: 200px !important;
}

/* Width */
.w-12 {
  width: 12px !important;
}

.w-16 {
  width: 16px !important;
}

.w-20 {
  width: 20px !important;
}

.w-24 {
  width: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-32 {
  width: 32px !important;
}

.w-35 {
  width: 35px !important;
}

.w-41 {
  width: 41px !important;
}

.w-44 {
  width: 44px !important;
}

/* Minimum Height */
.min-h-0 {
  min-height: 0px !important;
}

/* Maximum Height */
.max-h-204 {
  max-height: 204px;
}

.max-h-297 {
  max-height: 297px;
}

.max-h-525 {
  max-height: 525px;
}

/* Height */
.h-12 {
  height: 12px !important;
}

.h-16 {
  height: 16px !important;
}

.h-20 {
  height: 20px !important;
}

.h-24 {
  height: 24px !important;
}

.h-25 {
  height: 25px !important;
}

.h-30 {
  height: 30px !important;
}

.h-32 {
  height: 32px !important;
}

.h-35 {
  height: 35px !important;
}

.h-41 {
  height: 41px !important;
}

.h-44 {
  height: 44px !important;
}

.hover-color-brand-primary:hover {
  color: rgb(var(--title-text)) !important;
}

/* Border */
.bd-one {
  border-width: 1px !important;
  border-style: solid;
}

/* Border top */
.bd-t-zero {
  border-top-width: 0px !important;
  border-top-style: solid;
}

.bd-t-one {
  border-top-width: 1px !important;
  border-top-style: solid;
}

/* Border Bottom */
.bd-b-one {
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}

/* Border right */
.bd-r-one {
  border-right-width: 1px !important;
  border-right-style: solid;
}

/* Border left */
.bd-l-one {
  border-left-width: 1px !important;
  border-left-style: solid;
}

/* Border Radius */
.bd-ra-0 {
  border-radius: 0px !important;
}

.bd-ra-1 {
  border-radius: 1px !important;
}

.bd-ra-2 {
  border-radius: 2px !important;
}

.bd-ra-3 {
  border-radius: 3px !important;
}

.bd-ra-4 {
  border-radius: 4px !important;
}

.bd-ra-5 {
  border-radius: 5px !important;
}

.bd-ra-6 {
  border-radius: 6px !important;
}

.bd-ra-7 {
  border-radius: 7px !important;
}

.bd-ra-8 {
  border-radius: 8px !important;
}

.bd-ra-9 {
  border-radius: 9px !important;
}

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

.bd-ra-11 {
  border-radius: 11px !important;
}

.bd-ra-12 {
  border-radius: 12px !important;
}

.bd-ra-13 {
  border-radius: 13px !important;
}

.bd-ra-14 {
  border-radius: 14px !important;
}

.bd-ra-15 {
  border-radius: 15px !important;
}

.bd-ra-16 {
  border-radius: 16px !important;
}

.bd-ra-17 {
  border-radius: 17px !important;
}

.bd-ra-18 {
  border-radius: 18px !important;
}

.bd-ra-19 {
  border-radius: 19px !important;
}

.bd-ra-20 {
  border-radius: 20px !important;
}

/* Border Top left Radius */
.bd-tl-ra-0 {
  border-top-left-radius: 0px !important;
}

/* Border Top right Radius */
.bd-tr-ra-0 {
  border-top-right-radius: 0px !important;
}

/* Border bottom left Radius */
.bd-bl-ra-0 {
  border-bottom-left-radius: 0px !important;
}

/* Border bottom right Radius */
.bd-br-ra-0 {
  border-bottom-right-radius: 0px !important;
}

/* Section Common */
.section-gap {
  padding: 140px 0;
}
@media screen and (max-width: 991px) {
  .section-gap {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-gap {
    padding: 50px 0;
  }
}
.section-gap-top {
  padding-top: 140px;
}
@media screen and (max-width: 991px) {
  .section-gap-top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-top {
    padding-top: 50px;
  }
}
.section-gap-bottom {
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-bottom {
    padding-bottom: 50px;
  }
}
.section-gap-alt {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-gap-alt {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-alt {
    padding: 50px 0;
  }
}
.section-gap-alt-top {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .section-gap-alt-top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-alt-top {
    padding-top: 50px;
  }
}
.section-gap-alt-bottom {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .section-gap-alt-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-alt-bottom {
    padding-bottom: 50px;
  }
}
.section-gap-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 140px;
}
@media screen and (max-width: 991px) {
  .section-gap-wrap {
    row-gap: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-wrap {
    row-gap: 50px;
  }
}
.section-content-wrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .section-content-wrap {
    padding-bottom: 30px;
  }
}
.section-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  color: rgb(var(--title-text));
  letter-spacing: -0.03em;
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .section-title {
    font-size: 30px;
  }
}
.section-sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--title-text));
}

/* Dropdown */
.notifyDropdown .dropdown-toggle .notify_no {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifyDropdown .dropdown-toggle::after {
  display: none;
}
.notifyDropdown .dropdown-menu {
  min-width: 450px;
  max-width: 450px;
  padding: 20px 30px;
  background-color: rgb(var(--white));
  border: 0.5px solid rgb(var(--stroke));
  border-radius: 15px;
  transform: translate3d(0, 60px, 0);
}
@media screen and (max-width: 575px) {
  .notifyDropdown .dropdown-menu {
    min-width: 240px;
    max-width: 240px;
  }
}
.notifyDropdown .dropdown-menu.show {
  top: 10% !important;
}
.notifyDropdown .dropdown-menu > * {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-after-hide::after {
  display: none !important;
}

.dropdownItem-one {
  min-width: 125px !important;
  padding: 14px !important;
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-one li {
  padding-bottom: 8px;
}
.dropdownItem-one li:last-child {
  padding-bottom: 0;
}
.dropdownItem-one a {
  border-radius: 7px;
}
.dropdownItem-one a:hover p, .dropdownItem-one a.active p {
  color: rgb(var(--title-text)) !important;
}
.dropdownItem-two {
  min-width: 140px !important;
  padding: 16px 14px !important;
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-two li {
  padding-bottom: 10px;
}
.dropdownItem-two li:last-child {
  padding-bottom: 0;
}
.dropdownItem-two a > div,
.dropdownItem-two button > div {
  flex: 0 0 auto;
  max-width: 15px;
  width: 100%;
}
.dropdownItem-two a:hover p, .dropdownItem-two a.active p,
.dropdownItem-two button:hover p,
.dropdownItem-two button.active p {
  color: rgb(var(--title-text)) !important;
}
.dropdownItem-two a:hover svg path, .dropdownItem-two a.active svg path,
.dropdownItem-two button:hover svg path,
.dropdownItem-two button.active svg path {
  fill: rgb(var(--title-text));
}
.dropdownItem-three {
  min-width: 213px !important;
  padding: 16px !important;
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-three li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(var(--stroke));
}
.dropdownItem-three li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.dropdownItem-three a > div {
  flex: 0 0 auto;
  max-width: 15px;
  width: 100%;
}
.dropdownItem-three a:hover p, .dropdownItem-three a.active p {
  color: rgb(var(--title-text)) !important;
}
.dropdownItem-three a:hover svg path, .dropdownItem-three a.active svg path {
  fill: rgb(var(--title-text));
}
.dropdownItem-four {
  min-width: 140px !important;
  padding: 12px 14px !important;
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-four li {
  display: flex;
  padding-bottom: 10px;
}
.dropdownItem-four li:last-child {
  padding-bottom: 0;
}
.dropdownItem-four button {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--para-text));
}
.dropdownItem-four button:hover, .dropdownItem-four button.active {
  color: rgb(var(--title-text)) !important;
}

/* Lists */
.notify-list {
  list-style: none;
  margin: 0;
  padding: 0 0 10px !important;
}
.notify-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgb(var(--stroke));
}
.notify-list li:first-child {
  padding-top: 0;
}
.notify-list li:last-child {
  border-bottom: none;
}
.notify-list ~ .link {
  display: inline-block;
  padding: 7.5px 29px;
  border: none;
  border-radius: 50px;
  border: 1px solid rgb(var(--primary));
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--white));
  background-color: rgb(var(--primary));
  transition: all 0.3s;
}
.notify-list ~ .link:hover {
  background-color: rgb(var(--white));
  color: rgb(var(--primary)) !important;
}

/* Lists */
.zList-pb-5 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-5 li {
  padding-bottom: 5px;
}
.zList-pb-5 li:last-child {
  padding-bottom: 0;
}
.zList-pb-6 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-6 li {
  padding-bottom: 6px;
}
.zList-pb-6 li:last-child {
  padding-bottom: 0;
}
.zList-pb-8 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-8 li {
  padding-bottom: 8px;
}
.zList-pb-8 li:last-child {
  padding-bottom: 0;
}
.zList-pb-12 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-12 li {
  padding-bottom: 12px;
}
.zList-pb-12 li:last-child {
  padding-bottom: 0;
}
.zList-pb-13 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-13 li {
  padding-bottom: 13px;
}
.zList-pb-13 li:last-child {
  padding-bottom: 0;
}
.zList-pb-15 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-15 li {
  padding-bottom: 15px;
}
.zList-pb-15 li:last-child {
  padding-bottom: 0;
}
.zList-pb-16 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-16 li {
  padding-bottom: 16px;
}
.zList-pb-16 li:last-child {
  padding-bottom: 0;
}
.zList-pb-30 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-pb-30 li {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .zList-pb-30 li {
    padding-bottom: 20px;
  }
}
.zList-pb-30 li:last-child {
  padding-bottom: 0;
}
.zList-three {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .zList-three {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap !important;
  }
}
.zList-three li {
  padding: 25px 0;
  border-bottom: 1px solid rgb(var(--stroke));
}
@media screen and (max-width: 1199px) {
  .zList-three li {
    position: relative;
    padding: 0;
    border-bottom: none;
  }
}
.zList-three li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1 * 10px);
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: rgb(var(--stroke));
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .zList-three li::before {
    display: block;
  }
}
.zList-three li:first-child {
  padding-top: 0;
}
.zList-three li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.zList-three li:last-child::before {
  display: none;
}
.zList-four {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zList-four li a {
  border-bottom: 2px solid transparent;
}
.zList-four li a.active, .zList-four li a:hover {
  border-bottom: 2px solid rgb(var(--title-text));
}
.zList-four li a.active svg circle, .zList-four li a:hover svg circle {
  stroke: rgb(var(--title-text));
}
.zList-four li a.active svg path, .zList-four li a:hover svg path {
  fill: rgb(var(--title-text));
}
.zList-four li a.active span, .zList-four li a:hover span {
  color: rgb(var(--title-text)) !important;
}

/* Search */
.search-one {
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.search-one input {
  width: 100%;
  height: 52px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 50px;
  background-color: rgb(var(--white));
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--title-text));
  padding: 13px 47px 13px 20px;
}
.search-one input:focus {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--title-text));
  border-color: rgb(var(--title-text));
}
.search-one input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--para-text));
}
.search-one .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: flex;
  max-width: 18px;
  border: none;
  padding: 0;
  background-color: transparent;
}

/* Badges */
.zBadge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--bg-one));
  white-space: nowrap;
}
.zBadge-paid, .zBadge-completed, .zBadge-active {
  background-color: rgb(var(--green));
  color: rgb(var(--white)) !important;
}
.zBadge-pending, .zBadge-processing {
  background-color: rgb(var(--yellow));
  color: rgb(var(--white)) !important;
}
.zBadge-cancelled {
  background-color: rgb(var(--red));
  color: rgb(var(--white)) !important;
}
.zBadge-hold {
  background-color: rgb(var(--yellow));
  color: rgb(var(--white)) !important;
}
.zBadge-failed {
  background-color: rgb(var(--red));
  color: rgb(var(--white)) !important;
}
.zBadge-refunded {
  background-color: rgb(var(--bg-one));
  color: rgb(var(--title-text)) !important;
}
.zBadge-deactive {
  background-color: rgb(var(--bg-one));
  color: rgb(var(--para-text)) !important;
}
.zBadge-succeed {
  background-color: rgb(var(--primary));
  color: rgb(var(--white)) !important;
}

/* Inner Breadcrumb */
.inner-breadcrumb-section {
  padding: 88px 0 100px;
}
@media screen and (max-width: 991px) {
  .inner-breadcrumb-section {
    padding: 50px 0;
  }
}
.inner-breadcrumb-wrap {
  background-color: rgb(var(--title-text));
  border-radius: 40px;
  padding: 104px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .inner-breadcrumb-wrap {
    padding: 50px 0;
    border-radius: 20px;
  }
}
.inner-breadcrumb-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: rgb(var(--title-text));
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .inner-breadcrumb-title {
    font-size: 30px;
  }
}

/* Pagination */
.zPaginatation-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.zPaginatation-list .item {
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: 1px solid rgb(var(--stroke));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(var(--para-text));
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .zPaginatation-list .item {
    width: 30px;
    height: 30px;
  }
}
.zPaginatation-list .item:hover, .zPaginatation-list .item.active {
  background-color: rgb(var(--title-text));
  border-color: rgb(var(--title-text));
  color: rgb(var(--white)) !important;
}

/* Payment Gateway */
.paymentGatewaySelectLabel {
  border: 1px solid rgb(var(--stroke));
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  background-color: rgb(var(--white));
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--para-text));
  text-align: center;
  transition: all 0.3s;
}
.paymentGatewaySelectLabel:hover {
  background-color: rgb(var(--title-text));
  color: rgb(var(--white)) !important;
}

input.paymentGateway:checked ~ .paymentGatewaySelectLabel {
  background-color: rgb(var(--title-text));
  color: rgb(var(--white)) !important;
}

.paymentConversionRate .left {
  border: 1px solid rgb(var(--stroke));
  border-radius: 8px;
  overflow: hidden;
}
.paymentConversionRate .left p {
  max-height: 52px;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left p {
    flex-basis: auto;
    max-width: 52px;
    width: 100%;
  }
}
.paymentConversionRate .left input {
  border: none;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left input {
    flex-basis: calc(100% - 104px);
  }
}
.paymentConversionRate .left .sf-select-section {
  border: none !important;
}

/* Message */
.content-chat-message-user-wrap {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user {
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-sizing: border-box;
  padding: 25px 20px 0;
  height: 580px;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user {
    padding: 15px;
  }
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar {
  width: 6px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 50px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 50px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left {
  display: flex;
  align-items: end;
  gap: 5px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text {
  position: relative;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text {
    gap: 5px;
  }
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text {
  padding: 6px 12px;
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--stroke));
  border-radius: 10px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
  padding-bottom: 8px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text .time-read {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text .time-read .time {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--title-text));
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .share-icon {
  opacity: 0;
  visibility: hidden;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background-color: rgb(var(--title-text));
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .share-icon img {
  max-width: 15px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text:hover .share-icon {
  opacity: 1;
  visibility: visible;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 5px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text {
  position: relative;
  max-width: 400px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text {
    gap: 5px;
  }
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text {
  padding: 6px 12px;
  background-color: rgb(var(--title-text));
  border-radius: 10px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
  padding-bottom: 8px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text .time-read {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text .time-read .time {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--title-text));
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text:hover .share-icon {
  opacity: 1;
  visibility: visible;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user:has(.no-chat) {
  justify-content: center;
  align-items: center;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .no-chat {
  text-align: center;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .no-chat .img {
  padding-bottom: 10px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .no-chat p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--title-text));
}
.content-chat-message-user-wrap .footer-chat-message-user {
  padding: 15px 20px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area {
  max-width: calc(100% - 120px);
  background-color: rgb(var(--title-text));
  border: 1px solid rgb(var(--white));
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area {
    max-width: 100%;
    padding-left: 13px;
    padding-right: 12px;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area #filesList {
  display: block;
  border-bottom: 1px solid rgb(var(--stroke));
  padding-bottom: 15px;
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area #filesList #files-names .file-block {
  background-color: rgb(var(--white));
  margin-top: 0;
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) .message-user-send input {
  border-top: 0 !important;
  border-radius: 0 0 10px 10px;
}
.content-chat-message-user-wrap .footer-chat-message-user .footer-inputs {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .footer-inputs {
    position: relative;
    gap: 0;
    height: 50px;
    background-color: rgb(var(--title-text));
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user {
    padding: 15px 10px 25px;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user .message-user-send {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .message-user-send {
    order: 1;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user .message-user-send input {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 20px;
  border: 1px solid rgb(var(--white)) !important;
  border-radius: 50px;
  outline: none;
  border: none;
  background-color: rgb(var(--title-text));
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .message-user-send input {
    padding: 13px 55px;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user button {
  flex: 0 0 auto;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn,
.content-chat-message-user-wrap .footer-chat-message-user button.send-btn {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: rgb(var(--title-text));
  cursor: pointer;
}
.content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn:hover,
.content-chat-message-user-wrap .footer-chat-message-user button.send-btn:hover {
  background-color: rgb(var(--title-text));
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn,
  .content-chat-message-user-wrap .footer-chat-message-user button.send-btn {
    z-index: 1;
    order: 2;
    width: 31px;
    height: 31px;
    background-color: rgb(var(--title-text));
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
  }
  .content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn img,
  .content-chat-message-user-wrap .footer-chat-message-user button.send-btn img {
    max-width: 13px;
  }
}

.atta-btn label {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 50%;
  border: none;
  background-color: rgb(var(--white));
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .atta-btn label {
    z-index: 1;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
  }
  .atta-btn label img {
    max-width: 13px;
  }
}

.message-file-save {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  border: 1px solid rgb(var(--stroke));
  border-radius: 50%;
  background-color: transparent;
}

/* Invoice */
.invoice-content {
  max-width: 1080px;
  min-width: 1080px;
  margin: 0 auto;
  overflow-x: auto;
}
.invoice-content-wrap {
  overflow: auto;
}
.invoice-item .item {
  position: relative;
}
.invoice-item .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * 130px);
  width: 1px;
  height: 100%;
  background-color: rgb(var(--stroke-3));
}
.invoice-item .item:last-child::before {
  display: none;
}

.files-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.files-names:has(.file-block) {
  padding: 10px 0;
}
.files-names .file-block {
  position: relative;
  flex: 0 0 auto;
  min-width: 70px;
  max-width: 150px;
  padding: 10px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.files-names .file-block .file-icon {
  display: inline-flex;
  font-size: 16px;
  color: rgb(var(--para-text));
}
.files-names .file-block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text));
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.files-names .file-block .file-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  flex: 0 0 auto;
  width: 13.5px;
  height: 13.5px;
  border: 1px solid rgb(var(--para-text));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: rgb(var(--para-text));
  cursor: pointer;
}

/* Blog */
.blog-item .img {
  height: 260px;
  overflow: hidden;
}
.blog-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.blog-item .text-content {
  padding-top: 26px;
}
.blog-item .text-content .date {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--gray-50));
  margin-bottom: 24px !important;
}
@media screen and (max-width: 575px) {
  .blog-item .text-content .date {
    margin-bottom: 10px !important;
  }
}
.blog-item .text-content .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: rgb(var(--primary));
  border-radius: 50%;
}
.blog-item .text-content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--title-text));
  margin-bottom: 20px !important;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .blog-item .text-content .title {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
}
.blog-item:hover .img img {
  transform: scale(1.05);
}
.blog-item:hover .title {
  color: rgb(var(--primary));
}
.blog-item-details .text-content .date {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--gray-50));
  margin-bottom: 24px !important;
}
@media screen and (max-width: 575px) {
  .blog-item-details .text-content .date {
    margin-bottom: 10px !important;
  }
}
.blog-item-details .text-content .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: rgb(var(--primary));
  border-radius: 50%;
}
.blog-item-details .text-content .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.33;
  color: rgb(var(--title-text));
  margin-bottom: 16px !important;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .blog-item-details .text-content .title {
    font-size: 30px;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 575px) {
  .blog-item-details .text-content .title {
    font-size: 26px;
    margin-bottom: 10px !important;
  }
}

/* Testimonials */
@media screen and (min-width: 1400px) {
  .testimonials-items-wrap .row {
    max-width: 1880px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1400px) {
  .testimonials-items-wrap .row > div {
    --bs-gutter-x: 1.25rem;
    flex: 1 1 auto;
    max-width: 375px;
    width: 100%;
  }
}
.testimonials-item {
  padding: 30px;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 1399px) {
  .testimonials-item {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-item {
    padding: 20px;
  }
}
.testimonials-item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(var(--title-text));
  letter-spacing: -0.01em;
  padding-bottom: 23px;
}
.testimonials-item .authorIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.testimonials-item .authorIcon .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--title-text));
  letter-spacing: -0.02em;
}
.testimonials-item .authorIcon .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--para-text));
}
.testimonials-item .authorIcon .icon {
  flex-shrink: 0;
  width: 65px;
}

/* Explore City */
.cities-explore-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 324px;
  gap: 20px;
}
.cities-explore-wrap .city-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 20px;
  transition: all 0.3s;
}
.cities-explore-wrap .city-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(var(--secondary), 1) 0%, rgba(var(--secondary), 0.5) 40%, rgba(var(--secondary), 0) 100%);
}
.cities-explore-wrap .city-item .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  z-index: 1;
}
.cities-explore-wrap .city-item .content .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--white));
  letter-spacing: -0.03em;
  padding-bottom: 9px;
}
.cities-explore-wrap .city-item .content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--white));
}
.cities-explore-wrap .city-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.cities-explore-wrap .city-item:nth-child(2),
.cities-explore-wrap .city-item:nth-child(3),
.cities-explore-wrap .city-item:nth-child(5),
.cities-explore-wrap .city-item:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1;
}
.cities-explore-wrap .city-item:nth-child(4),
.cities-explore-wrap .city-item:nth-child(7) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 991px) {
  .cities-explore-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .cities-explore-wrap .city-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .cities-explore-wrap .city-item:nth-child(1),
  .cities-explore-wrap .city-item:nth-child(4),
  .cities-explore-wrap .city-item:nth-child(7) {
    grid-column: span 2 !important;
  }
}
@media (max-width: 575px) {
  .cities-explore-wrap {
    grid-template-columns: 1fr;
  }
  .cities-explore-wrap .city-item {
    grid-column: 1 !important;
    grid-auto-rows: 324px;
  }
  .cities-explore-wrap .city-item:nth-child(2), .cities-explore-wrap .city-item:nth-child(3), .cities-explore-wrap .city-item:nth-child(5), .cities-explore-wrap .city-item:nth-child(6) {
    grid-column: span 2 !important;
  }
}

/* Property item */
.property-item {
  height: 100%;
  position: relative;
  border: 1px solid rgba(var(--black), 0.1);
  overflow: hidden;
}
.property-item .img {
  position: relative;
  display: block;
  height: 295px;
  overflow: hidden;
}
.property-item .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 129px;
  background: linear-gradient(0deg, rgb(18, 18, 18) 0%, rgba(18, 18, 18, 0) 100%);
  z-index: 1;
}
.property-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
.property-item .tag-content {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  height: auto;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.property-item .tag-content a,
.property-item .tag-content p {
  position: relative;
  display: inline-block;
  padding: 3px 9px;
  background-color: rgb(var(--secondary));
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--white));
}
.property-item .tag-content a.tag,
.property-item .tag-content p.tag {
  background-color: rgb(var(--primary));
}
.property-item .price {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--white));
}
.property-item .reaction {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  display: inline-flex;
  gap: 3px;
}
.property-item .reaction .item {
  width: 26px;
  height: 26px;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: rgba(var(--white), 0.3);
  backdrop-filter: blur(3px);
}
.property-item .reaction .item svg path {
  transition: all 0.3s;
}
.property-item .reaction .item.active svg path {
  stroke: rgb(var(--primary));
  fill: rgb(var(--primary));
}
.property-item .reaction .item.compare.active svg path {
  stroke: rgb(var(--primary));
  fill: transparent;
}
.property-item .info-content {
  height: 100%;
  position: relative;
  padding: 25px;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 575px) {
  .property-item .info-content {
    padding: 15px;
  }
}
.property-item .info-content .property-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--bg-one));
  backdrop-filter: blur(24px);
}
.property-item .info-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(var(--title-text));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 28px;
  margin-bottom: 4px;
}
.property-item .info-content .location {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-bottom: 25px;
}
.property-item .info-content .location .icon {
  flex-shrink: 0;
  display: flex;
  margin-top: 5px;
}
.property-item .info-content .location .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--para-text));
}
.property-item .info-content .key-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.property-item .info-content .key-items li {
  flex: 1 1 auto;
  max-width: 125px;
}
.property-item .info-content .key-info {
  padding: 8px;
  background-color: rgb(var(--bg-one));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.property-item .info-content .key-info .icon {
  flex-shrink: 0;
  display: flex;
}
.property-item .info-content .key-info .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--title-text));
}
.property-item .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.property-item .link span {
  position: relative;
  display: inline-block;
}
.property-item .link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: rgb(var(--primary));
  background-position: bottom right;
  transition: all 0.3s;
}
.property-item .link:hover span::before {
  width: 100%;
}
.property-item:hover .img img {
  transform: scale(1.05);
}
.property-item-alt {
  background-color: rgb(var(--white));
}
@media screen and (min-width: 768px) {
  .property-item-alt {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .property-item-alt .img-content {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .property-item-alt .img-content {
    width: 424px;
  }
}
.property-item-alt .info-content {
  flex: 1 1 auto;
}
.property-item-alt .link {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .property-item-alt .link {
    margin-top: 30px;
  }
}
.property-slider-section {
  overflow: hidden;
}
.property-slider-section .container {
  max-width: 1562px;
}
.property-slider-section .container .swiper {
  overflow: visible;
}
.property-slider-section .container .topProperty,
.property-slider-section .container .topPropertySell,
.property-slider-section .container .topPropertyRent,
.property-slider-section .container .topPropertyMortgage {
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .property-slider-section .container .swiper-button-prev,
  .property-slider-section .container .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .property-slider-section .container .sliderControls .swiper-button-prev,
  .property-slider-section .container .sliderControls .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .property-slider-section .container .sliderControls .swiper-button-prev,
  .property-slider-section .container .sliderControls .swiper-button-next {
    display: flex;
  }
}

/* Why Us */
.whyUs-section .container {
  max-width: 1472px;
}

.whyUs-item {
  padding: 16px 30px;
  background-color: rgb(var(--white));
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .whyUs-item {
    padding: 16px;
  }
}
.whyUs-item .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--bg-one));
}
.whyUs-item .icon img {
  width: 24px;
  height: 24px;
}
.whyUs-item .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--title-text));
  letter-spacing: -0.03em;
}
@media screen and (max-width: 991px) {
  .whyUs-item .text {
    font-size: 18px;
    line-height: 0px;
  }
}

/* Properties */
@media screen and (min-width: 768px) {
  .properties-items-wrap > div > div {
    padding: 0;
  }
  .properties-items-wrap > div > div:nth-child(even) .properties-item {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .properties-items-wrap > div > div:nth-child(1) {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .properties-items-wrap > div > div:nth-child(4) {
    padding-top: 18px;
  }
}
.properties-item {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.properties-item .img {
  height: 319px;
  overflow: hidden;
}
.properties-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.properties-item .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding: 0px 18px;
}
@media screen and (max-width: 767px) {
  .properties-item .content {
    padding: 0px 10px 22px;
  }
}
.properties-item .content .info {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--para-text));
}
.properties-item .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--title-text));
  letter-spacing: -0.03em;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .properties-item .content .title {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
}
.properties-item:hover .img img {
  transform: scale(1.05);
}
.properties-item:hover .title {
  color: rgb(var(--primary));
}

/* Trusted partners */
.trusted-partners {
  position: relative;
  padding: 15px;
}
.trusted-partners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 100%;
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(var(--black), 0.1);
}
.trusted-partners::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 30px);
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(var(--black), 0.1);
}
.trusted-partners .wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 84px 156px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .trusted-partners .wrap {
    grid-template-rows: repeat(2, 84px);
  }
}
@media screen and (max-width: 767px) {
  .trusted-partners .wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 84px);
  }
}
@media screen and (max-width: 575px) {
  .trusted-partners .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.trusted-partners .wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-right: 1px solid rgba(var(--black), 0.1);
}
@media screen and (max-width: 575px) {
  .trusted-partners .wrap > div {
    height: 84px;
  }
}
.trusted-partners .wrap > div img {
  max-height: 30px;
}
.trusted-partners .wrap > div:nth-child(3) {
  grid-column: 3/5;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .trusted-partners .wrap > div:nth-child(3) {
    grid-column: 2/4;
  }
}
@media screen and (max-width: 575px) {
  .trusted-partners .wrap > div:nth-child(3) {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .trusted-partners .wrap > div:nth-child(5), .trusted-partners .wrap > div:last-child {
    border-right: none;
  }
  .trusted-partners .wrap > div:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) {
    border-top: 1px solid rgba(var(--black), 0.1);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .trusted-partners .wrap > div:nth-child(2), .trusted-partners .wrap > div:nth-child(7), .trusted-partners .wrap > div:last-child {
    border-right: none;
  }
  .trusted-partners .wrap > div:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
    border-top: 1px solid rgba(var(--black), 0.1);
  }
}
@media screen and (max-width: 575px) {
  .trusted-partners .wrap > div:nth-child(2), .trusted-partners .wrap > div:nth-child(3), .trusted-partners .wrap > div:nth-child(5), .trusted-partners .wrap > div:nth-child(7), .trusted-partners .wrap > div:nth-child(9), .trusted-partners .wrap > div:last-child {
    border-right: none;
  }
  .trusted-partners .wrap > div:not(:nth-child(3)) {
    border-top: 1px solid rgba(var(--black), 0.1);
  }
}
.trusted-partners-logo-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--title-text));
  letter-spacing: -0.02em;
  max-width: 197px;
  margin: 0 auto;
  text-align: center;
}

/* Home Agent details */
.agent-details-home {
  position: relative;
  background-color: rgb(var(--secondary));
  padding: 35px;
}
@media screen and (max-width: 575px) {
  .agent-details-home {
    padding: 20px;
  }
}
.agent-details-home .logoBadge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 42px;
}
.agent-details-home .logoBadge .logo {
  max-height: 38px;
  max-width: 200px;
}
.agent-details-home .logoBadge .logo img {
  max-height: 38px;
}
.agent-details-home .logoBadge .badgeWrap {
  padding: 5px 15px;
  border-radius: 50px;
  background-color: rgba(var(--white), 0.1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(var(--white));
}
.agent-details-home .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 302px;
  height: 100%;
  max-height: 309px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .agent-details-home .img {
    position: relative;
    margin-bottom: 20px;
  }
}
.agent-details-home .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.agent-details-home .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: rgb(var(--white));
  padding-bottom: 5px;
}
.agent-details-home .sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: rgb(var(--white));
  padding-bottom: 15px;
}
.agent-details-home .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(var(--white), 0.8);
  margin-bottom: 25px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 48px;
}
.agent-details-home .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 254px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .agent-details-home .social-links {
    padding-bottom: 30px;
  }
}
.agent-details-home .social-links li .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: rgba(var(--white), 0.15);
  transition: all 0.3s;
}
.agent-details-home .social-links li .item:hover {
  background-color: rgb(var(--primary));
}
.agent-details-home .social-links li .item:hover svg path {
  fill: rgb(var(--white));
}
.agent-details-home .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.agent-details-home .link span {
  position: relative;
  display: inline-block;
}
.agent-details-home .link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: rgb(var(--primary));
  background-position: bottom right;
  transition: all 0.3s;
}
.agent-details-home .link:hover span::before {
  width: 100%;
}
.agent-details-home:hover .img img {
  transform: scale(1.05);
}
.agent-item-home .img {
  height: 216px;
  background-color: rgb(var(--white));
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .agent-item-home .img {
    height: 100px;
  }
}
.agent-item-home .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.agent-item-home .text-content {
  padding: 20px 10px 16px;
  text-align: center;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 575px) {
  .agent-item-home .text-content {
    padding: 10px 5px;
  }
}
.agent-item-home .text-content .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--title-text));
  padding-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .agent-item-home .text-content .name {
    font-size: 14px;
    line-height: 16px;
  }
}
.agent-item-home .text-content .degi {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--para-text));
}
.agent-item-home:hover .img img {
  transform: scale(1.05);
}
.agent-item-wrap-one {
  position: relative;
}
.agent-item-wrap-one input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.agent-item-wrap-one input:checked ~ label {
  border-color: rgb(var(--primary));
}
.agent-item-one {
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--white));
  cursor: pointer;
}
.agent-item-one .topContent {
  border-bottom: 1px solid rgba(var(--black), 0.1);
  padding: 20px 20px 30px;
}
.agent-item-one .topContent .imgSocial {
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.agent-item-one .topContent .imgSocial .img {
  flex-shrink: 0;
  height: 192px;
  width: 235px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .agent-item-one .topContent .imgSocial .img {
    width: 200px;
  }
}
.agent-item-one .topContent .imgSocial .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.agent-item-one .topContent .imgSocial .socialLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.agent-item-one .topContent .imgSocial .socialLinks .item {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgb(var(--bg-one));
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.agent-item-one .topContent .imgSocial .socialLinks .item svg path {
  fill: rgb(var(--secondary));
  transition: all 0.3s;
}
.agent-item-one .topContent .imgSocial .socialLinks .item:hover {
  background-color: rgb(var(--primary));
}
.agent-item-one .topContent .imgSocial .socialLinks .item:hover svg path {
  fill: rgb(var(--white));
}
.agent-item-one .topContent .text-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.agent-item-one .bottomContent {
  padding: 30px 20px 25px;
}
.agent-item-one:hover .topContent .imgSocial .img img {
  transform: scale(1.05);
}
.agent-inner-details {
  position: relative;
  background-color: rgb(var(--primary-five));
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .agent-inner-details {
    padding: 10px;
  }
}
.agent-inner-details::before {
  content: "";
  position: absolute;
  top: -62px;
  left: -313px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}
.agent-inner-details::after {
  content: "";
  position: absolute;
  top: -132px;
  right: -161px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}
.agent-inner-details-content .item {
  padding: 48px 30px;
  border-bottom: 1px solid rgba(var(--black), 0.1);
}
.agent-inner-details-content .item:first-child {
  padding-top: 30px;
}
.agent-inner-details-content .item:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .agent-inner-details-content .item {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .agent-inner-details-content .item {
    padding: 20px;
  }
}
.agent-inner-details-content .item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: rgb(var(--title-text));
  padding-bottom: 29px;
}
.agent-inner-details-content .item .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
  padding-bottom: 25px;
}
.agent-inner-details-content .item .info:last-child {
  padding-bottom: 0;
}
.agent-inner-details-content .item .list {
  padding-left: 25px;
}
.agent-inner-details-content .item .list li {
  list-style: disc;
  padding-bottom: 10px;
}
.agent-inner-details-content .item .list li:last-child {
  padding-bottom: 0;
}
.agent-inner-details-content .item .list li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
}

/* FAQ */
.faq-section {
  position: relative;
  padding: 140px 20px;
  background-color: rgb(var(--primary-five));
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .faq-section {
    padding: 90px 20px;
  }
}
@media screen and (max-width: 575px) {
  .faq-section {
    padding: 50px 20px;
  }
}
.faq-section::before {
  content: "";
  position: absolute;
  top: -62px;
  left: -313px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}
.faq-section::after {
  content: "";
  position: absolute;
  top: -132px;
  right: -161px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}

/* Contact Us */
.contact-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 47px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .contact-info-wrap {
    justify-content: center;
  }
}
.contact-info-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 250px;
  text-align: center;
}
.contact-info-wrap .item .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  background-color: rgb(var(--bg-one));
}
.contact-info-wrap .item .icon img {
  width: 28px;
  height: 28px;
}
.contact-info-wrap .item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--title-text));
}
.contact-form-wrap {
  position: relative;
  padding: 64px;
  background-color: rgb(var(--primary-five));
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact-form-wrap {
    padding: 50px 20px;
  }
}
.contact-form-wrap::before {
  content: "";
  position: absolute;
  bottom: -182px;
  left: -133px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}
.contact-form-wrap::after {
  content: "";
  position: absolute;
  top: -240px;
  right: -253px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}
.contact-form-wrap .row {
  row-gap: 48px;
}
@media screen and (max-width: 991px) {
  .contact-form-wrap .row {
    row-gap: 24px;
  }
}

/* Inquiry */
.inquiry-form-wrap {
  position: relative;
  padding: 51px 64px;
  background-color: rgb(var(--primary-five));
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .inquiry-form-wrap {
    padding: 50px 20px;
  }
}
.inquiry-form-wrap::before {
  content: "";
  position: absolute;
  bottom: -182px;
  right: -133px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}
.inquiry-form-wrap::after {
  content: "";
  position: absolute;
  top: -240px;
  left: -253px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(372px);
}
.inquiry-form-wrap .row {
  row-gap: 24px;
}

/* Blog comment */
.blog-commentForm-wrap {
  position: relative;
  padding: 50px;
  background-color: rgb(var(--primary-five));
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .blog-commentForm-wrap {
    padding: 50px 20px;
  }
}
.blog-commentForm-wrap::before {
  content: "";
  position: absolute;
  top: -62px;
  left: -313px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(172px);
}
.blog-commentForm-wrap .row {
  position: relative;
  row-gap: 24px;
}
.blog-commentList-wrap {
  border: 1px solid rgb(var(--primary-four));
}
.blog-commentList-wrap .titleWrap {
  padding: 15px 25px;
  border-bottom: 1px solid rgb(var(--primary-four));
}
.blog-commentList-wrap .titleWrap .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.blog-commentList-wrap .postComment-wrap {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .blog-commentList-wrap .postComment-wrap {
    padding: 15px;
  }
}
.blog-social-links {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.blog-social-links li .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid rgba(var(--white), 0.1);
  background-color: rgb(var(--bg-one));
  transition: all 0.3s;
}
.blog-social-links li .item:hover {
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
}
.blog-social-links li .item:hover svg path {
  fill: rgb(var(--white));
}
.blog-popular-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog-popular-item .img {
  max-width: 112px;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-popular-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blog-popular-item .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--para-text));
}
.blog-popular-item .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--title-text));
}
.blog-popular-item:hover .img img {
  transform: scale(1.05);
}

.postCommentInput-wrap {
  display: flex;
  gap: 8px;
  padding-top: 20px;
  max-width: 710px;
}
@media screen and (min-width: 992px) {
  .postCommentInput-wrap {
    padding-left: 56px;
  }
}

.postComments > li {
  padding-bottom: 20px;
  max-width: 710px;
}
.postComments > li:last-child {
  padding-bottom: 0;
}
.postComments > li .replyBtn-time p {
  position: relative;
  padding-left: 25px;
}
.postComments > li .replyBtn-time p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}

.postCommentReply {
  padding-left: 56px;
  padding-top: 20px;
}
@media screen and (max-width: 575px) {
  .postCommentReply {
    padding-left: 20px;
  }
}
.postCommentReply:not(.postCommentReply:has(ul li)) .postCommentReplyInput {
  display: none !important;
}
.postCommentReply > ul ~ .postCommentReplyInput {
  padding-top: 11px;
  display: block;
}

/* Our matrics */
.our-matrics-items {
  padding-top: 86px;
}
@media screen and (max-width: 1199px) {
  .our-matrics-items {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .our-matrics-items {
    padding-top: 30px;
  }
}
.our-matrics-items .item {
  text-align: center;
}
.our-matrics-items .item .no {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(var(--title-text));
}
.our-matrics-items .item .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--para-text));
}

/* Core Features */
.core-features-items {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .core-features-items {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .core-features-items {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .core-features-items {
    margin-bottom: 50px;
  }
}
.core-features-items::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--white), 0.1);
}
@media screen and (max-width: 767px) {
  .core-features-items::before {
    top: 0;
    left: 14px;
    width: 1px;
    height: 100%;
  }
}
.core-features-items .item {
  position: relative;
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .core-features-items .item {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .core-features-items .item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
.core-features-items .item .bar {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 5px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--secondary));
}
@media screen and (min-width: 768px) {
  .core-features-items .item .bar {
    margin-bottom: 60px;
  }
}
.core-features-items .item .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(var(--white));
  letter-spacing: -0.02em;
  margin-bottom: 35px !important;
}
.core-features-items .item .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(var(--white));
}

.features-propertyImg {
  display: flex;
  align-items: center;
  height: 500px;
}
@media screen and (max-width: 991px) {
  .features-propertyImg {
    height: 335px;
  }
}
@media screen and (max-width: 767px) {
  .features-propertyImg {
    height: 250px;
  }
}

.property-sortWrap select {
  border: none !important;
  padding-right: 34px;
  background-position: right 0rem center !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.property-sidebarList {
  list-style: disc;
  padding-left: 20px;
}
.property-sidebarList li {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
}
.property-sidebarList li:last-child {
  padding-bottom: 0;
}
.property-sidebarList li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
  transition: all 0.3s;
}
.property-sidebarList li a:hover {
  color: rgb(var(--primary));
}

/* Price Plan */
.price-plan-one {
  position: relative;
  background-color: rgb(var(--primary-five));
  overflow: hidden;
}
.price-plan-one::before {
  content: "";
  position: absolute;
  top: -62px;
  left: -313px;
  width: 403px;
  height: 412px;
  border-radius: 50%;
  background-color: rgba(var(--color-two), 0.5);
  filter: blur(172px);
}
.price-plan-one .price-head {
  position: relative;
  padding: 31px;
  border-bottom: 1px solid rgba(var(--black), 0.1);
}
@media screen and (max-width: 1199px) {
  .price-plan-one .price-head {
    padding: 20px;
  }
}
.price-plan-one .price-head .sub-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--primary));
  padding-left: 14px;
  z-index: 1;
}
.price-plan-one .price-head .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
}
.price-plan-one .price-head .plan-price {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
}
.price-plan-one .price-head .plan-price span {
  font-size: clamp(35px, 2.86vw, 60px);
  font-weight: 500;
  line-height: 65px;
  letter-spacing: -0.03em;
  color: rgb(var(--primary));
  padding-right: 10px;
}
.price-plan-one .price-body {
  position: relative;
  padding: 48px 31px;
}
@media screen and (max-width: 1199px) {
  .price-plan-one .price-body {
    padding: 20px;
  }
}
.price-plan-one .price-body .list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 63px;
}
@media screen and (max-width: 991px) {
  .price-plan-one .price-body .list {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .price-plan-one .price-body .list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .price-plan-one .price-body .list {
    padding-bottom: 20px;
  }
}
.price-plan-one .price-body .list li {
  padding-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .price-plan-one .price-body .list li {
    padding-bottom: 10px;
  }
}
.price-plan-one .price-body .list li:last-child {
  padding-bottom: 0;
}
.price-plan-one .price-body .list li .item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.price-plan-one .price-body .list li .item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: rgb(var(--white));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-plan-one .price-body .list li .item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--title-text));
}
.price-plan-one .price-body .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  border: 1px solid rgb(var(--bg-one));
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--primary));
  background-color: rgb(var(--bg-one));
}

.zCheck.zPrice-plan-switch input.form-check-input {
  width: 56px !important;
  height: 28px !important;
  border-color: rgb(var(--bg-one)) !important;
  background-color: rgb(var(--bg-one)) !important;
  background-size: 24px !important;
  background-position-x: 3px !important;
}
.zCheck.zPrice-plan-switch input.form-check-input:checked {
  background-color: rgb(var(--primary)) !important;
  border-color: rgb(var(--primary)) !important;
  background-position-x: 28px !important;
}

/* Add Property */
.add-property-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.add-property-wrap .step-wrap {
  background-color: #fff;
  padding: 37px 64px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .add-property-wrap .step-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .add-property-wrap .step-wrap {
    padding: 10px;
  }
}
.add-property-wrap .step-wrap .wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 53px;
}
@media screen and (max-width: 1399px) {
  .add-property-wrap .step-wrap .wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .add-property-wrap .step-wrap .wrap {
    flex-wrap: wrap;
  }
}
.add-property-wrap .step-wrap .wrap::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(var(--stroke));
}
.add-property-wrap .step-wrap .wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .add-property-wrap .step-wrap .wrap .item {
    flex: 1 1 100%;
  }
}
.add-property-wrap .step-wrap .wrap .item::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: rgb(var(--stroke));
}
@media screen and (max-width: 991px) {
  .add-property-wrap .step-wrap .wrap .item::before {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .add-property-wrap .step-wrap .wrap .item::before {
    width: 80%;
  }
}
.add-property-wrap .step-wrap .wrap .item::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  transform: translateX(50%);
  width: 90%;
  height: 1px;
  background-color: rgb(var(--stroke));
}
.add-property-wrap .step-wrap .wrap .item:last-child::after {
  display: none;
}
.add-property-wrap .step-wrap .wrap .item .no {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--bg-one));
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--para-text));
  transition: all 0.3s;
}
.add-property-wrap .step-wrap .wrap .item .no span {
  transform: scale(1);
  transition: all 0.3s;
}
.add-property-wrap .step-wrap .wrap .item .no .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.add-property-wrap .step-wrap .wrap .item .text {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--para-text));
}
.add-property-wrap .step-wrap .wrap .item.active::before {
  background-color: rgb(var(--primary));
}
.add-property-wrap .step-wrap .wrap .item.active .no {
  background-color: rgb(var(--primary));
  color: rgb(var(--white));
}
.add-property-wrap .step-wrap .wrap .item.active .text {
  color: rgb(var(--title-text));
}
.add-property-wrap .step-wrap .wrap .item.completed::before {
  background-color: rgb(var(--primary));
}
.add-property-wrap .step-wrap .wrap .item.completed:has(~ .active)::after {
  background-color: rgb(var(--primary));
}
.add-property-wrap .step-wrap .wrap .item.completed .no {
  background-color: rgb(var(--primary));
  color: rgb(var(--white));
}
.add-property-wrap .step-wrap .wrap .item.completed .no span {
  transform: scale(0);
}
.add-property-wrap .step-wrap .wrap .item.completed .no .icon {
  transform: translate(-50%, -50%) scale(1);
}
.add-property-wrap .step-wrap .wrap .item.completed .text {
  color: rgb(var(--title-text));
}
.add-property-wrap .form-wrap {
  background-color: rgb(var(--white));
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1399px) {
  .add-property-wrap .form-wrap {
    gap: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .add-property-wrap .form-wrap {
    padding: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .property-results-wrap > .row {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .property-results-wrap > .row > div {
    flex: 1 1 auto;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .property-results-wrap > .row > div:first-child {
    max-width: 343px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .property-results-wrap > .row > div:nth-child(2) {
    max-width: 943px;
  }
}
@media screen and (min-width: 1200px) {
  .property-results-wrap > .row > div:last-child {
    max-width: 567px;
    flex-shrink: 0;
  }
}
.property-saveSearch {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.property-saveSearch .icon {
  display: flex;
}
.property-saveSearch .icon svg path {
  transition: all 0.3s;
}
.property-saveSearch .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.property-saveSearch.active .icon svg path {
  fill: rgb(var(--primary));
  stroke: rgb(var(--primary));
}
.property-saveSearch.active .text {
  color: rgb(var(--primary));
}

/* Calendar */
.buttons-container {
  padding-bottom: 0;
  margin-bottom: 0;
  border-color: transparent;
}
.buttons-container .label-container {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--title-text));
}
.buttons-container .next-button,
.buttons-container .prev-button {
  color: rgb(var(--secondary));
}

.week {
  height: 36px;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.weeks-wrapper.header {
  border-bottom: none;
  padding-bottom: 0;
}
.weeks-wrapper .week {
  margin-top: 0;
  margin-bottom: 18px;
}
.weeks-wrapper .week .day.header {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgb(var(--para-text)) !important;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.week.highlight {
  background: #efefef;
}

/* weekend */
.week .day:first-child,
.week .day:last-child {
  color: rgb(var(--para-text));
}

/* sunday */
.week .day:first-child {
  color: rgb(var(--para-text));
}

.day {
  display: inline-block;
  float: left;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgb(var(--para-text));
}
.day span {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.day.highlight span {
  color: rgb(var(--para-text)) !important;
}
.day.selected span {
  background: rgb(var(--primary)) !important;
  color: rgb(var(--white)) !important;
}
.day.disabled {
  opacity: 0.5;
}
.day.today span::after {
  display: none;
}

.day.disabled span {
  color: rgb(var(--para-text));
}

.special-buttons {
  display: none;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 1;
  visibility: hidden;
}

/* vertical highlight */
.week .day.highlight span {
  /*color: blue;*/
}

.day.selected span {
  /*background: orange;*/
}

.months-container.hidden,
.weeks-container.hidden {
  display: none;
}

.months-wrapper {
  overflow: hidden;
}

.months-wrapper .month {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.months-wrapper .month.one-third {
  width: 33.33%;
}

/* Verified Agent */
.verified-agent {
  position: relative;
}
.verified-agent label {
  border: 1px solid rgb(var(--stroke));
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.verified-agent label span {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--title-text));
  transition: all 0.3s;
}
.verified-agent label .icon {
  display: flex;
}
.verified-agent label .icon svg path {
  transition: all 0.3s;
}
.verified-agent input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.verified-agent input:checked ~ label {
  border-color: rgb(var(--primary));
}
.verified-agent input:checked ~ label span {
  color: rgb(var(--primary));
}
.verified-agent input:checked ~ label .icon svg path {
  fill: rgb(var(--primary));
}

/* Checkout Payment */
.checkout-paymentItem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
@media screen and (max-width: 575px) {
  .checkout-paymentItem {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-paymentItem .item {
  position: relative;
}
.checkout-paymentItem .item label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background-color: rgb(var(--bg-one));
  border: 1px solid rgb(var(--bg-one));
  padding: 59px 29px 26px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .checkout-paymentItem .item label {
    padding: 20px;
    gap: 20px;
  }
}
.checkout-paymentItem .item label img {
  max-height: 44px;
}
@media screen and (max-width: 767px) {
  .checkout-paymentItem .item label img {
    max-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-paymentItem .item label img {
    max-height: 44px;
  }
}
.checkout-paymentItem .item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.checkout-paymentItem .item input:checked ~ label {
  border-color: rgb(var(--primary));
}

/* Compare Content */
.compare-previewBtn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  z-index: 2;
  padding: 12px 0px 0px 12px;
}
@media screen and (max-width: 575px) {
  .compare-previewBtn {
    top: auto;
    bottom: 10px;
    transform: translateY(0);
  }
}
.compare-previewBtn .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--white));
}
.compare-previewBtn button {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--stroke));
  background-color: rgb(var(--white));
  box-shadow: 0px 4px 14px 0px rgba(var(--black), 0.15) !important;
}
.compare-headerBtn {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--stroke));
  background-color: rgb(var(--white));
  box-shadow: 0px 4px 14px 0px rgba(var(--black), 0.15) !important;
}
.compare-headerBtn .no {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--white));
}
@media screen and (max-width: 991px) {
  .compare-headerBtn .no {
    background-color: rgb(var(--title-text));
  }
}
.compare-homeWrap {
  border: none !important;
}
@media screen and (min-width: 576px) {
  .compare-homeWrap {
    width: 448px !important;
  }
}
.compare-homeWrap .offcanvas-header {
  padding: 32px 20px 20px;
}
@media screen and (max-width: 767px) {
  .compare-homeWrap .offcanvas-header {
    padding: 20px;
  }
}
.compare-homeWrap .offcanvas-header .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--title-text));
}
.compare-homeWrap .offcanvas-header button {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 50%;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.compare-homeWrap .offcanvas-body {
  padding: 0px 20px 32px;
}
.compare-homeWrap .offcanvas-body .property-item .img {
  height: 188px;
}
.compare-homeWrap .offcanvas-body .property-item button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: rgb(var(--white));
  background-color: transparent;
  z-index: 1;
}
.compare-content-wrap {
  display: grid;
  grid-template-columns: 230px repeat(1, 1fr);
}
.compare-content-wrap:has(.item:nth-child(3)) {
  grid-template-columns: 230px repeat(2, 1fr);
}
.compare-content-wrap:has(.item:nth-child(4)) {
  grid-template-columns: 230px repeat(3, 1fr);
}
.compare-content-wrap:has(.item:nth-child(5)) {
  grid-template-columns: 230px repeat(4, 254px);
}
.compare-content-wrap .item:not(:last-child) .wrap-imgTitle {
  padding-right: 20px;
}
.compare-content-wrap .item .wrap-imgTitle {
  height: 202px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 40px;
}
.compare-content-wrap .item .wrap-imgTitle .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: rgb(var(--primary));
}
.compare-content-wrap .item .wrap-imgTitle .img {
  width: 100%;
  height: 202px;
}
.compare-content-wrap .item .wrap-imgTitle .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-content-wrap .item .list-wrap li {
  border-bottom: 1px solid rgba(var(--black), 0.1);
  padding: 20px 0;
}
.compare-content-wrap .item .list-wrap li:first-child {
  padding-top: 0;
}
.compare-content-wrap .item .list-wrap li:nth-child(4) p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 48px;
}
.compare-content-wrap .item .list-wrap li:not(:nth-child(4)) p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 24px;
}
.compare-content-wrap .item .list-wrap li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.offcanvas-backdrop {
  background-color: rgba(var(--title-text), 0.2);
}

/* Admin/Home card item */
.home-card-item {
  height: 100%;
  background-color: rgb(var(--white));
  padding: 23px 20px;
  border-radius: 5px;
}
.home-card-item .no {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  color: rgb(var(--title-text));
}
.home-card-item .icon {
  width: 38px;
  height: 38px;
  background-color: rgb(var(--bg-one));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-card-item .icon svg path {
  stroke: rgb(var(--secondary));
}
.home-card-item .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--para-text));
  padding-top: 20px;
}

/* Notification */
.notifyList-head {
  background-color: rgb(var(--bg-one));
  border-radius: 4px;
  padding: 11px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notifyList-head *:first-child {
  flex: 1 0 auto;
}
.notifyList-head *:last-child {
  max-width: 104px;
}
.notifyList-body {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notifyList-body .item {
  border-bottom: 1px solid rgb(var(--stroke));
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.notifyList-body .item:last-child {
  border: none;
  padding-bottom: 0;
}
.notifyList-body .item .content {
  flex: 1 1 auto;
  padding-left: 25px;
  max-width: 720px;
}
.notifyList-body .item .content button {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--bg-one));
}
.notifyList-body .item .info {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: rgb(var(--para-text));
  min-width: 145px;
  max-width: 145px;
  flex: 1 0 auto;
}

/* Map Box */
.leaflet-popup-content {
  width: 225px !important;
  padding: 0 !important;
}
.leaflet-popup-content-wrapper {
  padding: 0 !important;
}
.leaflet-popup-content .property-item .img {
  height: 150px;
}
.leaflet-popup-content .property-item .tag-content {
  top: 10px;
  left: 10px;
}
.leaflet-popup-content .property-item .price {
  bottom: 10px;
  left: 10px;
}
.leaflet-popup-content .property-item .info-content {
  padding: 10px;
}

@media screen and (min-width: 1200px) {
  .properties-mapWrapper {
    position: sticky;
    top: 10px;
    height: calc(100vh - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .properties-mapWrapper {
    height: 70vh;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .properties-mapWrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1199px) {
  .property-results-wrap .row > *:not(:last-child) {
    order: 1;
  }
}

/* Filter Wrap */
.tableFilter-wrap {
  max-width: 995px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .tableFilter-wrap {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .tableFilter-wrap {
    flex-direction: column;
  }
}
.tableFilter-wrap .item {
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .tableFilter-wrap .item:nth-child(2) {
    flex: 1 0 auto;
    max-width: 426px;
  }
}
.tableFilter-wrap .sf-flipBtn-primary {
  padding: 14px 29px;
}
.tableFilter-wrap-alt {
  margin-left: 0;
  padding-bottom: 0;
}

.sf-btn-primary {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 6px 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--white)) !important;
}
.sf-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 18px);
  height: 100%;
  border-width: 0 1px;
  border-style: solid;
  border-color: rgb(var(--primary));
}
.sf-btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 12px);
  border-width: 1px 0;
  border-style: solid;
  border-color: rgb(var(--primary));
}
.sf-btn-primary .wrap {
  position: relative;
  background-color: rgb(var(--primary));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .sf-btn-primary .wrap {
    padding: 12px;
  }
}
.sf-btn-primary .wrap .icon {
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  width: 34px;
  height: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.sf-btn-primary .wrap .icon img {
  position: absolute;
  top: 0;
  width: 34px;
  height: 12px;
  transition: all 0.3s;
}
.sf-btn-primary .wrap .icon img:first-child {
  left: -34px;
}
.sf-btn-primary .wrap .icon img:last-child {
  left: 0;
}
.sf-btn-primary:hover .wrap .icon img:first-child {
  left: 0;
}
.sf-btn-primary:hover .wrap .icon img:last-child {
  left: 34px;
}
.sf-btn-brand {
  padding: 13px 29px;
  border: 1px solid rgb(var(--primary));
  border-radius: 0px;
  background-color: rgb(var(--primary));
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--white)) !important;
  transition: all 0.3s;
}
.sf-btn-brand:has(.innerWrap) {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.sf-btn-brand:has(.innerWrap) .innerWrap {
  padding: 13px 29px;
}
.sf-btn-secondary {
  padding: 13px 29px;
  border: 1px solid rgb(var(--bg-one));
  border-radius: 0px;
  background-color: rgb(var(--bg-one));
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--title-text)) !important;
  transition: all 0.3s;
}
.sf-btn-secondary:has(.innerWrap) {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.sf-btn-secondary:has(.innerWrap) .innerWrap {
  padding: 13px 29px;
}
.sf-flipBtn-primary {
  padding: 13px 29px;
  border: 1px solid rgb(var(--primary));
  border-radius: 0px;
  background-color: rgb(var(--primary));
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--white)) !important;
  transition: all 0.3s;
}
.sf-flipBtn-primary:has(.innerWrap) {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.sf-flipBtn-primary:has(.innerWrap) .innerWrap {
  padding: 13px 29px;
}
.sf-flipBtn-black {
  padding: 13px 20px;
  border: 1px solid rgb(var(--secondary));
  border-radius: 0px;
  background-color: rgb(var(--secondary));
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--white)) !important;
  transition: all 0.3s;
}
.sf-flipBtn-black:has(.innerWrap) {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.sf-flipBtn-black:has(.innerWrap) .innerWrap {
  padding: 13px 20px;
}
.sf-flipBtn-brand {
  padding: 13px 29px;
  border: 1px solid rgb(var(--primary));
  border-radius: 0px;
  background-color: rgb(var(--primary));
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--white)) !important;
  transition: all 0.3s;
}
.sf-flipBtn-brand:has(.innerWrap) {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.sf-flipBtn-brand:has(.innerWrap) .innerWrap {
  padding: 13px 29px;
}
.sf-flipBtn-secondary {
  padding: 13px 29px;
  border: 1px solid rgb(var(--bg-one));
  border-radius: 0px;
  background-color: rgb(var(--bg-one));
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--title-text)) !important;
  transition: all 0.3s;
}
.sf-flipBtn-secondary:has(.innerWrap) {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.sf-flipBtn-secondary:has(.innerWrap) .innerWrap {
  padding: 13px 29px;
}
.sf-flipBtn-disabled {
  pointer-events: none !important;
  opacity: 0.4;
}

.flipBtn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.flipBtn span {
  white-space: nowrap;
}
.flipBtn span:nth-child(2) {
  opacity: 0;
}
.flipBtn span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.flipBtn span:last-child {
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.flipBtn span:first-child, .flipBtn span:last-child {
  position: absolute;
}
.flipBtn:hover span:first-child {
  top: -30%;
  transform: translateY(-50%);
}
.flipBtn:hover span:last-child {
  top: 50%;
  transform: translateY(-50%);
}
.flipBtn .innerWrap span:nth-child(2) {
  opacity: 0;
}
.flipBtn .innerWrap span:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.flipBtn .innerWrap span:last-child {
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.flipBtn .innerWrap span:first-child, .flipBtn .innerWrap span:last-child {
  position: absolute;
}
.flipBtn .innerWrap:hover span:first-child {
  top: -30%;
  transform: translateY(-50%);
}
.flipBtn .innerWrap:hover span:last-child {
  top: 50%;
  transform: translateY(-50%);
}
.flipBtn-icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.flipBtn-icon .item:nth-child(2) {
  opacity: 0;
}
.flipBtn-icon .item:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.flipBtn-icon .item:last-child {
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.flipBtn-icon .item:first-child, .flipBtn-icon .item:last-child {
  position: absolute;
}
.flipBtn-icon:hover .item:first-child {
  top: -30%;
  transform: translateY(-50%);
}
.flipBtn-icon:hover .item:last-child {
  top: 50%;
  transform: translateY(-50%);
}

.zSidebar-logo {
  padding: 23px 25px;
  background-color: rgb(var(--white));
  display: block;
}
.zSidebar-logo img {
  max-width: 166px;
  max-height: 29px;
}
.zSidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zSidebar-menu > li {
  position: relative;
}
.zSidebar-menu > li.sidebar-divider {
  border-top: 1px solid rgb(var(--title-text));
  margin: 12px 30px 12px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zSidebar-menu > li:first-child.sidebar-divider {
  padding-top: 0;
  border-top: none;
}
.zSidebar-menu > li svg {
  max-width: 20px;
  max-height: 20px;
}
.zSidebar-menu > li > a {
  position: relative;
  padding: 13px 15px 13px 25px;
  border-left: 4px solid rgb(var(--sidebar-bg));
}
.zSidebar-menu > li > a svg path,
.zSidebar-menu > li > a svg circle,
.zSidebar-menu > li > a svg rect {
  stroke: rgb(var(--para-text));
}
.zSidebar-menu > li > a span {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--para-text));
}
.zSidebar-menu > li > a::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgb(var(--para-text));
  right: 1em;
  transform: rotate(135deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu {
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 55px;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li {
  padding-bottom: 6px;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li:last-child {
  padding-bottom: 0;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
  position: relative;
  padding-left: 12px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: rgb(var(--para-text));
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover, .zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active {
  color: rgb(var(--primary));
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover::before, .zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active::before {
  background-color: rgb(var(--primary));
}
.zSidebar-menu > li > a.has-subMenu-arrow::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a:has(~ div ul.zSidebar-submenu li)::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(227deg);
}
.zSidebar-menu > li > a:hover, .zSidebar-menu > li > a.active {
  border-color: rgb(var(--primary));
}
.zSidebar-menu > li > a:hover svg path,
.zSidebar-menu > li > a:hover svg circle,
.zSidebar-menu > li > a:hover svg rect, .zSidebar-menu > li > a.active svg path,
.zSidebar-menu > li > a.active svg circle,
.zSidebar-menu > li > a.active svg rect {
  stroke: rgb(var(--primary));
}
.zSidebar-menu > li > a:hover span, .zSidebar-menu > li > a.active span {
  color: rgb(var(--primary));
}
.zSidebar-menu > li > a:hover::before, .zSidebar-menu > li > a.active::before {
  border-color: rgb(var(--primary));
}
.zSidebar-fixed {
  max-height: calc(100% - 85px);
  height: 100%;
  padding-top: 10px;
  border-top: 1px solid rgb(var(--stroke));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  scrollbar-width: none;
}
.zSidebar-fixed::-webkit-scrollbar {
  display: none !important;
}

.zTab-reset {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: #fff;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: #fff;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: #fff;
  flex-wrap: nowrap;
  border-bottom: none;
}
.zTab-wrap {
  display: flex;
  justify-content: center;
  margin-top: calc(-1 * 48px);
  padding-bottom: 36px;
}
.zTab-wrap .nav.nav-tabs {
  margin-bottom: 0;
  background-color: rgb(var(--white));
  padding: 5px;
  border: 1px solid rgb(var(--stroke));
}
.zTab-one {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .zTab-one {
    width: 100%;
    margin-bottom: 30px;
  }
}
.zTab-one .nav-link {
  position: relative;
  padding: 10px 30px;
  background-color: rgb(var(--white));
  border-radius: 50px;
  border: 1px solid rgb(var(--white)) !important;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(var(--para-text));
}
@media screen and (max-width: 767px) {
  .zTab-one .nav-link {
    padding: 10px 20px;
  }
}
.zTab-one .nav-link.active {
  background-color: rgb(var(--secondary)) !important;
  color: rgb(var(--white)) !important;
  border-color: rgb(var(--secondary)) !important;
}
.zTab-two {
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--stroke));
  padding: 9px 27.5px 0;
  gap: 22px;
}
.zTab-two .nav-link {
  position: relative;
  padding: 0px 10px 11px;
  background-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  display: flex;
  align-items: center;
  gap: 10px;
}
.zTab-two .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: rgb(var(--primary));
  transition: all 0.3s;
}
.zTab-two .nav-link.active {
  background-color: transparent;
  color: rgb(var(--primary));
}
.zTab-two .nav-link.active::before {
  width: 100%;
}
.zTab-two .nav-link.active svg circle {
  stroke: rgb(var(--primary));
}
.zTab-two .nav-link.active svg path {
  fill: rgb(var(--primary));
}
.zTab-homeAgent {
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .zTab-homeAgent {
    gap: 10px;
  }
}
.zTab-homeAgent .nav-item {
  flex: 1 1 auto;
  width: 100%;
}
.zTab-homeAgent .nav-link.active .agent-item-home .img {
  padding: 6px 6px 0;
}
.zTab-homeAgent .nav-link.active .agent-item-home:hover .img img {
  transform: scale(1);
}
.zTab-propertyActive .nav-link svg path {
  transition: all 0.3s;
}
.zTab-propertyActive .nav-link.active svg path {
  stroke: rgb(var(--primary));
}

/* Gradient text */
.home-gradient-text {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.19;
  text-indent: 40px;
  letter-spacing: -0.02em;
  background: -webkit-linear-gradient(rgb(var(--black)), rgb(var(--color-one)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .home-gradient-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-gradient-text {
    font-size: 22px;
  }
}

/* Modal */
.modal-backdrop {
  --bs-backdrop-opacity: 0.4;
  background-color: rgb(var(--title-text));
}

/* Start Table Styles */
.zTable {
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgb(var(--title-text)) !important;
  margin-bottom: 0;
  border-color: rgb(var(--stroke));
  border-bottom: none !important;
}
.zTable > :not(caption):first-child > * > * {
  border-bottom: none;
  padding: 0 !important;
}
.zTable > :not(caption):first-child > * > * > * {
  background-color: rgb(var(--bg-one));
}
.zTable > :not(caption):first-child > * > *:first-child {
  padding-left: 0 !important;
}
.zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 4px 0 0 4px;
}
.zTable > :not(caption):first-child > * > *:last-child {
  padding-right: 0 !important;
}
.zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 0 4px 4px 0;
}
.zTable > :not(caption):first-child > * > * > * {
  padding: 11.5px 20px !important;
}
.zTable > :not(caption):last-child > *:last-child > td {
  padding-bottom: 0 !important;
  border-bottom-color: transparent !important;
}
.zTable > :not(caption) > * {
  position: relative;
}
.zTable > :not(caption) > * > * {
  padding: 22px 20px !important;
  border-bottom-color: rgb(var(--stroke)) !important;
  vertical-align: middle;
}
.zTable > :not(caption) > * > *:first-child {
  padding-left: 20px !important;
}
.zTable > :not(caption) > * > *:last-child {
  padding-right: 20px !important;
}
.zTable thead tr th {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px;
  color: rgb(var(--title-text));
}
.zTable tbody tr td {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 15px;
  color: rgb(var(--para-text));
}
.zTable > tbody > tr > * {
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .zTable-responsive {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .zTable-responsive {
    padding-bottom: 20px;
  }
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > * {
  position: relative;
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: right;
}
.zTable-last-item-border > :not(caption):last-child > *:last-child > td {
  padding-bottom: 22px !important;
  border-bottom-color: rgb(var(--stroke)) !important;
}
.zTable .sf-select-without-search {
  min-width: 135px;
  padding-left: 10px !important;
}
.zTable .sf-select-without-search::after {
  right: 5px;
}
.zTable .sf-select-without-search.open .list li {
  white-space: normal !important;
}
.zTable-translate {
  min-width: 650px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 40px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: rgb(var(--white));
  border: 2px solid rgb(var(--para-text));
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px rgb(var(--black));
  box-sizing: content-box;
  content: "+";
  background-color: rgb(var(--para-text));
  transition: all 0.3s;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
}

table.dataTable.dtr-inline.collapsed > tbody > tr:last-child > td.dtr-control::before {
  transform: translateY(0px);
}

.dtr-details {
  display: block !important;
}
.dtr-details li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}

table.dataTable td.dataTables_empty {
  text-align: center !important;
}

table.dataTable > tbody > tr.child span.dtr-title div {
  text-align: left !important;
}

/* End Table Styles */
/* Form */
.zForm-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--title-text));
}
.zForm-label-alt {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(var(--title-text));
}

.zForm-control {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--white));
  background-clip: padding-box;
  border: 1px solid rgb(var(--stroke));
  border-radius: 0px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control:focus, .zForm-control:hover {
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--title-text)) !important;
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--para-text));
}
.zForm-control-alt {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--white));
  background-clip: padding-box;
  border: 1px solid rgb(var(--title-text));
  border-radius: 50px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control-alt:focus, .zForm-control-alt:hover {
  border: 1px solid rgb(var(--title-text));
  color: rgb(var(--title-text)) !important;
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control-alt::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--para-text));
}
.zForm-control.form-select {
  background-position: right 1.156rem center;
  background-size: 24px;
  background-image: url("../images/icon/frontend-select-dropdown-icon.svg");
}

textarea.zForm-control {
  resize: none;
  min-height: 179px;
}
textarea.zForm-control-alt {
  resize: none;
  min-height: 156px;
  border-radius: 20px;
}

.passShowHideInput {
  padding-right: 50px;
}

.landingBook-form .zForm-label-alt {
  font-size: 18px;
  line-height: 30px;
}

/* Checkbox */
.zForm-wrap-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zForm-wrap-checkbox input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--stroke));
  border-radius: 50%;
  background-color: rgb(var(--white));
}
.zForm-wrap-checkbox input.form-check-input:checked {
  background-color: rgb(var(--primary)) !important;
  border-color: rgb(var(--primary)) !important;
}
.zForm-wrap-checkbox label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
}
.zForm-wrap-checkbox label a {
  color: rgb(var(--primary));
}
.zForm-wrap-checkbox-2 {
  display: flex;
  align-items: center;
  gap: 13px;
}
.zForm-wrap-checkbox-2 input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--para-text));
  border-radius: 4px;
  background-color: rgb(var(--white));
}
.zForm-wrap-checkbox-2 input.form-check-input:checked {
  background-color: rgb(var(--title-text));
  border-color: rgb(var(--title-text));
}
.zForm-wrap-checkbox-2 label {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.zForm-wrap-checkbox-2 label a {
  color: rgb(var(--title-text));
}

/* Radio */
.zForm-wrap-radio {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zForm-wrap-radio input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--stroke));
  background-color: rgb(var(--white));
  background-size: 8px;
}
.zForm-wrap-radio input.form-check-input:checked {
  --bs-form-check-bg-image: url("../images/icon/frontend-radio-circle.svg");
  background-color: rgb(var(--white));
  border-color: rgb(var(--title-text));
}
.zForm-wrap-radio.yesChoose input.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--stroke-3));
  background-color: rgb(var(--white));
  background-size: 18px;
}
.zForm-wrap-radio.yesChoose input.form-check-input:checked {
  --bs-form-check-bg-image: url("../images/icon/frontend-check-tick.svg");
  background-color: rgb(var(--green));
  border-color: rgb(var(--green));
}
.zForm-wrap-radio.noChoose input.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--stroke-3));
  background-color: rgb(var(--white));
  background-size: 18px;
}
.zForm-wrap-radio.noChoose input.form-check-input:checked {
  --bs-form-check-bg-image: url("../images/icon/frontend-check-cancel.svg");
  background-color: rgb(var(--red));
  border-color: rgb(var(--red));
}
.zForm-wrap-radio label {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(var(--para-text));
}

/* Switch */
.zCheck.form-switch {
  min-height: 27px;
}
.zCheck.form-switch input.form-check-input {
  width: 53px;
  height: 27px;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--bg-one));
  border-radius: 100px;
  background-color: rgb(var(--bg-one));
  background-image: url(../images/icon/frontend-switch-circle.svg);
  background-size: 23px;
  background-position-x: 3px;
}
.zCheck.form-switch input.form-check-input:checked {
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
  background-image: url(../images/icon/frontend-switch-circle-white.svg);
  background-position-x: 26px;
}
.zCheck label {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
}
.zCheck-2.form-switch {
  min-height: 27px;
}
.zCheck-2.form-switch input.form-check-input {
  width: 53px;
  height: 27px;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--white));
  border-radius: 100px;
  background-color: rgb(var(--white));
  background-image: url(../images/icon/frontend-switch-circle.svg);
  background-size: 23px;
  background-position-x: 3px;
}
.zCheck-2.form-switch input.form-check-input:checked {
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
  background-image: url(../images/icon/frontend-switch-circle-white.svg);
  background-position-x: 26px;
}
.zCheck-2 label {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
}

/* Accordion */
.zAccordion-reset .accordion-item {
  border: none;
  border-radius: 0;
}
.zAccordion-reset .accordion-body {
  padding: 0;
}
.zAccordion-reset .accordion-button {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.zAccordion-one {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.zAccordion-one .accordion-item {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--black), 0.1);
}
.zAccordion-one .accordion-item:has(.accordion-collapse.show) {
  background-color: rgb(var(--primary-four));
  border-color: rgb(var(--primary-four));
}
.zAccordion-one .accordion-body {
  padding: 0px 40px 28px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-body {
    padding: 0px 20px 20px 20px !important;
  }
}
.zAccordion-one .accordion-body p {
  padding-top: 28px;
  border-top: 1px solid rgb(var(--primary-three));
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-body p {
    padding-top: 20px;
  }
}
.zAccordion-one .accordion-button {
  padding: 28px 40px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  column-gap: 50px;
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-button {
    font-size: 16px;
    padding: 20px !important;
  }
}
.zAccordion-one .accordion-button.collapsed::after {
  background-image: url(../images/icon/frontend-select-dropdown-icon.svg);
}
.zAccordion-one .accordion-button:not(.zAccordion-one .accordion-button.collapsed) {
  color: rgb(var(--title-text));
}
.zAccordion-one .accordion-button::after {
  background-image: url(../images/icon/frontend-select-dropdown-icon.svg);
  transform: rotate(0deg);
  background-size: 24px;
  background-position: center;
}
.zAccordion-two {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.zAccordion-two .accordion-item {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: rgb(var(--white));
  border: 1px solid transparent;
}
.zAccordion-two .accordion-body {
  padding: 0;
}
.zAccordion-two .accordion-body .itemBox {
  border-top: 1px solid rgba(var(--black), 0.1);
  padding: 25px;
}
@media screen and (max-width: 575px) {
  .zAccordion-two .accordion-body .itemBox {
    padding: 15px;
  }
}
.zAccordion-two .accordion-body .itemBox video {
  width: 100%;
}
.zAccordion-two .accordion-button {
  padding: 24px 20px 25px 25px !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(var(--title-text));
  column-gap: 50px;
}
@media screen and (max-width: 575px) {
  .zAccordion-two .accordion-button {
    font-size: 16px;
    padding: 20px !important;
  }
}
.zAccordion-two .accordion-button.collapsed::after {
  background-image: url(../images/icon/frontend-select-dropdown-icon.svg);
}
.zAccordion-two .accordion-button:not(.zAccordion-two .accordion-button.collapsed) {
  color: rgb(var(--title-text));
}
.zAccordion-two .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/frontend-select-dropdown-icon.svg);
  transform: rotate(0deg);
  background-size: 24px;
  background-color: rgb(var(--bg-one));
  background-position: center;
}

.propertyDetailsSidebar-agentProfile {
  text-align: center;
}
.propertyDetailsSidebar-agentProfile .img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 21px;
  overflow: hidden;
}
.propertyDetailsSidebar-agentProfile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.propertyDetailsSidebar-agentProfile .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: rgb(var(--title-text));
}
.propertyDetailsSidebar-agentProfile .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--para-text));
  max-width: 330px;
  margin: 0 auto !important;
  padding-bottom: 17px;
}
.propertyDetailsSidebar-agentProfile .socialLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.propertyDetailsSidebar-agentProfile .socialLinks .item {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgb(var(--bg-one));
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.propertyDetailsSidebar-agentProfile .socialLinks li:first-child .item {
  background-color: rgb(var(--primary));
}
.propertyDetailsSidebar-agentProfile .socialLinks li:first-child .item svg path {
  fill: rgb(var(--white));
  transition: all 0.3s;
}
.propertyDetailsSidebar-agentProfile .socialLinks li:last-child .item svg path {
  fill: #4caf50;
  transition: all 0.3s;
}
.propertyDetailsSidebar-tourType {
  display: flex;
  gap: 5px;
}
.propertyDetailsSidebar-tourType .item {
  position: relative;
  flex: 1 1 auto;
}
.propertyDetailsSidebar-tourType .item label {
  padding: 15px 5px;
  border: 1px solid rgb(var(--stroke));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.propertyDetailsSidebar-tourType .item label .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(var(--title-text));
  transition: all 0.3s;
}
.propertyDetailsSidebar-tourType .item label svg path {
  transition: all 0.3s;
}
.propertyDetailsSidebar-tourType .item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.propertyDetailsSidebar-tourType .item input:checked ~ label {
  border-color: rgb(var(--secondary));
  background-color: rgb(var(--secondary));
}
.propertyDetailsSidebar-tourType .item input:checked ~ label .text {
  color: rgb(var(--white));
}
.propertyDetailsSidebar-tourType .item input:checked ~ label svg path {
  stroke: rgb(var(--white));
}

.propertyDetails-sliderWrap .info-content {
  position: relative;
  padding: 25px;
  background-color: rgb(var(--white));
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .propertyDetails-sliderWrap .info-content {
    padding: 15px;
  }
}
.propertyDetails-sliderWrap .info-content .topContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 28px;
}
.propertyDetails-sliderWrap .info-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(var(--title-text));
  margin-bottom: 4px;
}
.propertyDetails-sliderWrap .info-content .location {
  display: flex;
  align-items: center;
  gap: 5px;
}
.propertyDetails-sliderWrap .info-content .location .icon {
  flex-shrink: 0;
  display: flex;
}
.propertyDetails-sliderWrap .info-content .location .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(var(--para-text));
}
.propertyDetails-sliderWrap .info-content .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(var(--primary));
  letter-spacing: -0.02em;
}
.propertyDetails-sliderWrap .info-content .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--para-text));
}
.propertyDetails-sliderControls {
  position: relative;
}
.propertyDetails-sliderControls .propertyDetailsSlider {
  position: relative;
}
.propertyDetails-sliderControls .propertyDetailsSlider .pagination-wraper {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: rgb(var(--white));
  padding: 5px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(var(--para-text));
}
@media screen and (max-width: 575px) {
  .propertyDetails-sliderControls .propertyDetailsSlider .pagination-wraper {
    top: 5px;
    right: 5px;
  }
}
.propertyDetails-sliderControls .propertyDetailsSlider .pagination-wraper .swiper-pagination-current {
  color: rgb(var(--title-text));
}
@media screen and (min-width: 576px) {
  .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 0;
  }
}
.propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-next, .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 47px;
  height: 47px;
  background-color: rgb(var(--bg-one));
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-next svg, .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-prev svg {
  width: 32px;
}
.propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-next svg path, .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-prev svg path {
  transition: all 0.3s;
}
.propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-next::after, .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-prev::after {
  display: none;
}
.propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-prev {
  left: 0;
}
.propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 576px) {
  .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-disabled {
    opacity: 1;
    background-color: rgba(var(--white), 0.4);
    backdrop-filter: blur(34px);
    cursor: not-allowed;
    pointer-events: inherit;
  }
  .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-disabled svg path {
    fill: rgb(var(--white));
  }
}
.propertyDetails-sliderTag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgb(var(--white));
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(var(--primary));
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .propertyDetails-sliderTag {
    top: 5px;
    left: 5px;
  }
}
.propertyDetails-keyItems {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.propertyDetails-keyItems li .key-info {
  padding: 8px 12px;
  background-color: rgb(var(--bg-one));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.propertyDetails-keyItems li .key-info .icon {
  flex-shrink: 0;
  display: flex;
}
.propertyDetails-keyItems li .key-info .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--title-text));
}
.propertyDetails-chartWrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .propertyDetails-chartWrap {
    padding-bottom: 40px;
  }
}
.propertyDetails-lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.propertyDetails-lists li {
  border-bottom: 1px solid rgba(var(--black), 0.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .propertyDetails-lists li {
    flex-wrap: wrap;
  }
}
.propertyDetails-lists li:first-child {
  padding-top: 0;
}
.propertyDetails-lists li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.propertyDetails-lists li .title {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(var(--title-text));
}
.propertyDetails-lists li .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
}
@media screen and (min-width: 575px) {
  .propertyDetails-lists li .text {
    text-align: right;
  }
}
.propertyDetails-floorPlans .img {
  padding-bottom: 59px;
}
.propertyDetails-floorPlans .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--para-text));
  letter-spacing: -0.02em;
}
.propertyDetails-floorPlans .text span {
  font-weight: 600;
  color: rgb(var(--title-text));
}
.propertyDetails-galleryImages {
  display: grid;
  grid-template-columns: minmax(0, 328px) repeat(2, minmax(0, 221px));
  grid-template-rows: 166px;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .propertyDetails-galleryImages {
    grid-template-columns: minmax(0, 355px) repeat(2, minmax(0, 240px));
  }
}
@media screen and (max-width: 575px) {
  .propertyDetails-galleryImages {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}
.propertyDetails-galleryImages .img {
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .propertyDetails-galleryImages .img:nth-child(5) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
.propertyDetails-galleryImages .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zMain-signLog {
  position: relative;
  background-color: rgb(var(--white));
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zMain-signLog-wrap {
  position: relative;
  z-index: 1;
  max-width: 470px;
  width: 100%;
  background-color: rgb(var(--white));
  padding: 12px;
  border: 1px solid rgb(var(--stroke-2));
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .zMain-signLog-wrap {
    padding: 10px 10px;
    margin: 0 5px;
  }
}
.zMain-signLog-overlay {
  position: relative;
  border: 1px solid rgb(var(--gray-10));
  border-radius: 16px;
  padding: 60px 39px 56px;
  overflow: hidden;
}
.zMain-signLog-overlay .log-gd {
  position: absolute;
  width: 120px;
  height: 56px;
  background-color: rgba(var(--primary), 0.52);
  filter: blur(50px);
}
.zMain-signLog-overlay .log-gd-1 {
  top: -48px;
  left: -32px;
  transform: rotate(90deg);
}
.zMain-signLog-overlay .log-gd-2 {
  top: 80px;
  right: -32px;
  transform: rotate(90deg);
}
.zMain-signLog-overlay .log-gd-3 {
  bottom: -34px;
  left: -36px;
}
.zMain-signLog-overlay .log-gd-4 {
  bottom: -34px;
  right: -78px;
}

.signLog-section {
  display: flex;
  background-color: #fff;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  .signLog-section {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .signLog-section {
    min-height: 100vh;
    padding: 50px 0;
  }
}
.signLog-section .left,
.signLog-section .right {
  width: 50%;
  min-height: 100vh;
  height: 100%;
}
.signLog-section .left {
  background-color: yellow;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .signLog-section .left {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .signLog-section .left {
    padding: 10px;
  }
}
.signLog-section .left .wrap {
  height: 100%;
}
.signLog-section .right {
  position: relative;
  padding: 78px 20px;
  text-align: center;
}
.signLog-section .right .logo {
  display: inline-block;
  max-width: 166px;
}
.signLog-section .right .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--white));
  max-width: 731px;
  margin: 0 auto;
  padding-top: 73px;
}
@media screen and (max-width: 991px) {
  .signLog-section .right {
    display: none;
  }
}

/* passShowHide */
.passShowHide {
  position: relative;
}
.passShowHide button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 25px;
  color: rgb(var(--para-text));
  font-weight: 400;
}

/* OTP */
.otp-input-fields {
  display: flex;
  gap: 10px;
}
.otp-input-fields input {
  flex: 1 1 auto;
  max-width: 117px;
  width: 100%;
  height: 52px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 5px;
  background-color: rgb(var(--white));
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--para-text));
  text-align: center;
}
@media screen and (max-width: 575px) {
  .otp-input-fields input {
    height: 70px;
  }
}
.otp-input-fields input:focus, .otp-input-fields input:hover {
  border-color: rgb(var(--title-text));
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Other Auth */
.otherAuthWrap {
  width: 100%;
  max-width: 559px;
  margin: 0 auto;
  padding-top: 50px;
}
.otherAuthWrap .text {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  margin-bottom: 20px !important;
}
.otherAuthWrap .text span {
  position: relative;
  display: inline-block;
  background-color: rgb(var(--title-text));
  padding: 0 19px;
}
.otherAuthWrap .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgb(var(--title-text));
}
.otherAuthWrap .authList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.otherAuthWrap .authList .item {
  width: 70px;
  height: 70px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 50%;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: rgb(var(--white));
  color: rgb(var(--para-text));
}

iframe {
  width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin: 0 !important;
}

a,
b,
div,
ul,
li {
  transition: all 0.3s linear;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

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

::-moz-selection {
  background: rgb(var(--primary));
  text-shadow: none;
}

::selection {
  background: rgb(var(--primary));
  text-shadow: none;
  color: #ffffff;
}

.container {
  max-width: 1350px;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Main content */
.zSidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background-color: rgb(var(--sidebar-bg));
  border-right: 1px solid rgb(var(--stroke));
  z-index: 1001;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zSidebar {
    left: calc(-1 * 250px);
  }
}

.zMainContent {
  position: relative;
  left: 250px;
  width: calc(100% - 250px);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zMainContent {
    left: 0;
    width: 100%;
  }
}
.zMainContent .main-header {
  position: relative;
  padding: 16px 30px;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
}
@media screen and (max-width: 575px) {
  .zMainContent .main-header {
    padding: 10px;
  }
}

.mobileMenu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobileMenu {
    display: block;
  }
}

.zSidebar .zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zSidebar .zSidebar-leftBar {
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(var(--stroke));
}
@media screen and (max-width: 1023px) {
  .zSidebar.menuClose {
    left: 0;
  }
}
.zSidebar.menuClose .zSidebar-overlay {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 250px);
}

.zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.tableTop {
  padding-bottom: 20px;
}

.tableBottom {
  padding-top: 20px;
}

@media screen and (max-width: 575px) {
  .tableLengthInput {
    float: none !important;
  }
}
.tableLengthInput label {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text));
}
@media screen and (max-width: 575px) {
  .tableLengthInput label {
    justify-content: center;
  }
}
.tableLengthInput select {
  border: 1px solid var(--black-5) !important;
  border-radius: 8px !important;
  background-color: var(--colorThree) !important;
  padding: 11px 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--title-text)) !important;
  text-align: center;
}

.tableInfo .dataTables_info {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(var(--para-text));
  padding-top: 0;
}

.tablePagi .paginate_button {
  padding: 7px 11px 6px !important;
  color: rgb(var(--para-text)) !important;
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 50% !important;
  background: rgb(var(--white)) !important;
  width: 36px;
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2 !important;
  margin-left: 8px !important;
}
.tablePagi .paginate_button.current, .tablePagi .paginate_button:hover {
  color: rgb(var(--white)) !important;
  background: rgb(var(--title-text)) !important;
  border-color: rgb(var(--title-text)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: rgb(var(--para-text)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 10px !important;
  color: rgb(var(--para-text)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: rgb(var(--white)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: rgb(var(--white)) !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

@media screen and (min-width: 1200px) {
  .count-item-one .row > div {
    flex: 1 0 auto;
  }
}
.count-item-one .row > div:first-child .item::before {
  display: none;
}
.count-item-one .item {
  position: relative;
}
.count-item-one .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: rgb(var(--stroke));
}
@media screen and (max-width: 1650px) {
  .count-item-one .item::before {
    left: -20%;
  }
}
@media screen and (max-width: 1350px) {
  .count-item-one .item::before {
    left: -15%;
  }
}
@media screen and (max-width: 1300px) {
  .count-item-one .item::before {
    display: none;
  }
}

.sf-select-checkbox ~ .btn-group,
.sf-select-checkbox-search ~ .btn-group {
  width: 100%;
}
.sf-select-checkbox-btn,
.sf-select-checkbox-search-btn {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
  background-image: url(../images/icon/frontend-select-dropdown-icon.svg);
  background-size: 24px;
  background-color: rgb(var(--white));
  background-clip: padding-box;
  border: 1px solid rgb(var(--stroke));
  border-radius: 0px;
  text-align: left !important;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sf-select-checkbox-btn:focus, .sf-select-checkbox-btn:hover,
.sf-select-checkbox-search-btn:focus,
.sf-select-checkbox-search-btn:hover {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--white)) !important;
}
.sf-select-checkbox-btn:focus,
.sf-select-checkbox-search-btn:focus {
  color: rgb(var(--title-text)) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container,
.sf-select-checkbox-search-btn ~ .multiselect-container {
  width: 100%;
  transform: translate(0, 56px);
  border-color: rgb(var(--stroke));
  border-radius: 0px;
  padding: 15px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-filter,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-filter {
  margin-bottom: 20px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search {
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 0px !important;
  padding: 9px 9px 9px 45px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: rgb(var(--title-text)) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:hover {
  border: 1px solid rgb(var(--primary)) !important;
  color: rgb(var(--para-text)) !important;
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search::placeholder,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: rgb(var(--para-text)) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--title-text));
  padding: 20px 10px 11px;
  margin-top: 10px;
  border-top: 1px solid rgb(var(--stroke));
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:nth-child(2),
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:hover {
  background-color: transparent !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option {
  padding: 0;
  border-radius: 0;
  margin-bottom: 7px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:last-child,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:last-child {
  margin-bottom: 0;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check {
  padding: 0;
  min-height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input {
  margin-left: 0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-color: rgb(var(--stroke));
  border-radius: 0;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio],
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio] {
  border-radius: 50%;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input:checked,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input:checked {
  border-color: rgb(var(--secondary));
  background-color: rgb(var(--secondary));
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio],
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check label,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--para-text));
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:hover, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option.active, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option.active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: transparent !important;
}

.top-header {
  background-color: rgb(var(--title-text));
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .top-header {
    display: none;
  }
}
.top-header-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 991px) {
  .top-header-item {
    justify-content: center;
  }
}
.top-header-item .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.top-header-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
}

.ld-header-section {
  padding: 30px 0 0;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .ld-header-section {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .ld-header-section {
    padding: 10px 0 0;
  }
}
.ld-header-logo {
  display: inline-block;
  max-width: 196px;
}
.ld-header-wrap {
  border: 1px solid rgb(var(--stroke));
  border-radius: 50px;
  padding: 14.5px 25px;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ld-header-wrap .sf-btn-icon-white {
    padding: 9px 11px 9px;
  }
}

.menu-dropdown-toggle {
  padding-right: 16px !important;
}
.menu-dropdown-toggle::after {
  background-image: url(../images/icon/frontend-select-dropdown-icon-white-black.svg);
  border: none;
  background-size: 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
}
@media screen and (max-width: 1199px) {
  .menu-dropdown-toggle::after {
    top: 0;
    transform: translateY(0);
    background-image: url(../images/icon/frontend-select-dropdown-icon-white.svg);
  }
}
.menu-dropdown-toggle ~ .dropdown-menu {
  border: none;
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  padding-bottom: 10px;
}
.menu-dropdown-toggle ~ .dropdown-menu li:last-child {
  padding-bottom: 0;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(var(--para-text));
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-dropdown-toggle ~ .dropdown-menu li a:hover, .menu-dropdown-toggle ~ .dropdown-menu li a.active {
  background-color: transparent;
  color: rgb(var(--title-text)) !important;
}
@media screen and (max-width: 1199px) {
  .menu-dropdown-toggle ~ .dropdown-menu li a {
    color: rgb(var(--white)) !important;
  }
  .menu-dropdown-toggle ~ .dropdown-menu li a:hover, .menu-dropdown-toggle ~ .dropdown-menu li a.active {
    color: rgb(var(--white)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    display: block;
    top: 40px;
    border: 1px solid rgb(var(--stroke));
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    padding: 15px;
    box-shadow: 5px 5px 25px 0px rgba(57, 64, 72, 0.1019607843);
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 1199px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    border-radius: 0;
    background-color: rgb(var(--title-text));
    padding-left: 20px;
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  position: relative;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  position: relative;
}
.menu-navbar-nav li .nav-link {
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .menu-navbar-nav li .nav-link {
    color: rgb(var(--white)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu-navbar-nav li .nav-link:hover, .menu-navbar-nav li .nav-link.active {
    color: rgb(var(--title-text)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu-navbar-nav li:hover .dropdown-toggle ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-navbar-nav li:has(.dropdown-item.active) .dropdown-toggle {
    color: rgb(var(--title-text)) !important;
  }
}
@media screen and (max-width: 1199px) {
  .menu-navbar-collapse {
    background-color: rgb(var(--primary));
    padding: 40px 30px;
    height: 100vh;
  }
}

.coursor-pointer {
  cursor: pointer;
}

.dataTables_wrapper .tableSearch {
  position: relative;
  max-width: 357px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .dataTables_wrapper .tableSearch {
    max-width: 100%;
  }
}
.dataTables_wrapper .tableSearch .dataTables_filter {
  position: relative;
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter label {
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter .searchIcon {
  position: absolute;
  top: 50%;
  left: 18px;
  display: flex;
  max-height: 18px;
  transform: translateY(-50%);
}
.dataTables_wrapper .tableSearch .dataTables_filter input {
  width: 100%;
  border: 1px solid rgb(var(--title-text));
  border-radius: 110px !important;
  padding: 14px 18px 13px 45px !important;
  background-color: rgb(var(--title-text)) !important;
  margin-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 13px;
  width: 13px;
  background-image: url(../images/icon/frontend-delete.svg);
  background-size: 13px 13px;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:focus {
  border-color: rgb(var(--title-text)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text)) !important;
}

.tableTop .row {
  row-gap: 10px;
}

.summernoteOne ~ .note-editor {
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 5px;
}
.summernoteOne ~ .note-editor .note-toolbar {
  padding: 0 5px;
  background-color: rgb(var(--bg-one));
  border-bottom: none !important;
  border-radius: 5px;
}
.summernoteOne ~ .note-editor .note-toolbar > div {
  margin-top: 0;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group {
  position: relative;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(var(--para-text));
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group:last-child::before {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn {
  color: rgb(var(--para-text));
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn::after {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn {
  border-radius: 8px 0 0 8px;
  margin-right: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn.dropdown-toggle {
  border-radius: 0 8px 8px 0;
}
.summernoteOne ~ .note-editor .note-statusbar {
  display: none;
}

.zImage-upload-details {
  position: relative;
}
.zImage-upload-details .zImage-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.zImage-upload-details label {
  z-index: 10 !important;
}
.zImage-upload-details .upload-img-box {
  background-color: rgb(var(--white));
  border: 2px dashed rgb(var(--stroke));
  border-radius: 12px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.profileImage-upload {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: auto;
  min-height: 80px;
  position: relative;
}
.profileImage-upload > img {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  transform: translate(0px, 0px);
  background-color: rgb(var(--title-text));
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.profileImage-upload .icon {
  position: absolute;
  top: 55px;
  left: 55px;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--title-text));
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.profileImage-upload .icon img {
  position: relative;
  max-width: 13px;
  max-height: 11px;
  top: auto;
  left: auto;
  transform: translate(0);
}
.profileImage-upload input {
  top: auto !important;
  left: 43px !important;
  max-width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgb(var(--title-text));
  cursor: pointer;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}
#preloader img {
  max-width: 22rem;
}

#preloader-status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headerUserDropdown {
  background-color: rgb(var(--white));
  padding: 4px 20px 4px 4px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 56px;
}
@media screen and (max-width: 991px) {
  .headerUserDropdown {
    padding: 4px;
  }
}
.headerUserDropdown .dropdown-toggle .user-content {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.headerUserDropdown .dropdown-toggle .user-content .wrap {
  position: relative;
}
.headerUserDropdown .dropdown-toggle .user-content .img {
  position: relative;
  width: 33px;
  height: 33px;
}
.headerUserDropdown .dropdown-toggle .user-content .img img {
  border-radius: 50%;
}
.headerUserDropdown .dropdown-toggle .user-content .img .active {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--primary));
}
.headerUserDropdown .dropdown-toggle .user-content .img .deactivate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
@media screen and (max-width: 991px) {
  .headerUserDropdown .dropdown-toggle .user-content h4 {
    display: none !important;
  }
}
.headerUserDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/frontend-arrow-down-header.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .headerUserDropdown .dropdown-toggle::after {
    display: none;
  }
}
.headerUserDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  max-width: 100%;
  transition: all 0.3s;
}
.headerUserDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: all 0.3s;
}

.lanDropdown {
  padding: 9.5px 13px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 56px;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .lanDropdown {
    padding: 9.5px 9px;
  }
}
.lanDropdown .dropdown-toggle img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .lanDropdown .dropdown-toggle img ~ p {
    display: none;
  }
}
.lanDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/frontend-arrow-down-header.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .lanDropdown .dropdown-toggle::after {
    display: none;
  }
}
.lanDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 40px, 0);
}
.lanDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 33px, 0) !important;
}
.lanDropdown .dropdown-menu li a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.sf-select-without-search {
  background-color: rgb(var(--white)) !important;
  border-radius: 0px !important;
  border: 1px solid rgb(var(--stroke)) !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgb(var(--para-text)) !important;
  outline: none;
  padding: 12px 16px !important;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100% !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  height: 50px;
}
.sf-select-without-search .current {
  line-height: 20px;
}
.sf-select-without-search.empty {
  color: rgb(var(--title-text)) !important;
}
.sf-select-without-search:hover {
  border-color: rgb(var(--primary)) !important;
}
.sf-select-without-search .option.selected {
  font-weight: normal !important;
}
.sf-select-without-search::after {
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  border: none;
  background-image: url(../images/icon/frontend-multi-select-dropdown-arrow.svg);
  background-size: 24px;
  transform: rotate(0deg);
  background-repeat: no-repeat;
  margin-top: 0;
}
.sf-select-without-search.open::after {
  transform: rotate(0deg) !important;
}
.sf-select-without-search:active, .sf-select-without-search.open, .sf-select-without-search:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-without-search .list {
  width: 100% !important;
  scrollbar-width: thin;
}
.sf-select-without-search .list::-webkit-scrollbar {
  width: 6px;
}
.sf-select-without-search .list::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 50px;
}
.sf-select-without-search .list::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 50px;
}
.sf-select-without-search.open .list {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgb(var(--stroke));
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.12);
  background-color: rgb(var(--white));
  padding: 10px 0;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10001;
}
.sf-select-without-search.open .list li {
  padding: 5px 15px;
  margin-bottom: 7px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 16px;
  color: rgb(var(--para-text));
  min-height: inherit;
  transition: all 0.3s;
}
.sf-select-without-search.open .list li:last-child {
  margin-bottom: 0;
}
.sf-select-without-search.open .list li.focus, .sf-select-without-search.open .list li.selected, .sf-select-without-search.open .list li:hover {
  background-color: transparent !important;
  color: rgb(var(--title-text)) !important;
}
.sf-select-without-search.open::after {
  transform: rotate(45deg);
}

.dashboard-select {
  max-width: 73px;
  padding: 7px 12px !important;
  height: 29px !important;
  border-radius: 6px !important;
}
.dashboard-select .current {
  font-size: 14px;
  font-weight: 500;
  color: rgb(var(--title-text));
}
.dashboard-select::after {
  right: 10px;
}
.dashboard-select .list {
  border-radius: 6px !important;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container:focus-visible {
  outline: none;
}
.select2-container .selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection .select2-selection__rendered:focus-visible {
  outline: none;
}

.select2-selection {
  outline: none !important;
}

.sf-select-section {
  min-height: 50px !important;
  border-radius: 50px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.sf-select-section.select2-selection--single {
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--stroke)) !important;
  border-radius: 0px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  min-height: 50px;
}
.sf-select-section.select2-selection--single:focus, .sf-select-section.select2-selection--single:hover {
  border: 1px solid rgb(var(--primary)) !important;
}
.sf-select-section.select2-selection--single .select2-selection__rendered {
  color: rgb(var(--para-text));
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 17px;
}
.sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 50px !important;
  width: 24px !important;
  top: 0px !important;
  right: 10px !important;
}
.sf-select-section.select2-selection--single .select2-selection__arrow b {
  border-width: 0 !important;
  background-image: url(../images/icon/frontend-multi-select-dropdown-arrow.svg);
  width: 24px !important;
  height: 24px !important;
  background-size: 24px;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  margin-left: 0;
  margin-top: 0;
  left: 0;
  transition: all 0.3s;
}
.sf-select-section.select2-selection--multiple {
  border: 1px solid rgb(var(--stroke)) !important;
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 0;
  height: 50px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: rgb(var(--para-text));
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgb(var(--para-text));
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 9px;
  margin-bottom: 5px;
  background-color: rgb(var(--bg-one)) !important;
  border: 0;
  border-color: rgb(var(--stroke)) !important;
  border-radius: 24px;
  color: rgb(var(--para-text)) !important;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:not(:first-child) {
  margin-left: 10px;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border-color: rgb(var(--stroke-3)) !important;
  color: rgb(var(--red));
}

.sf-select-dropdown {
  border-color: rgb(var(--stroke)) !important;
  border-radius: 12px !important;
  background-color: rgb(var(--white));
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.12);
  padding: 9px;
  z-index: 1057;
}
.sf-select-dropdown .select2-search--dropdown {
  padding: 0;
  margin: 10px;
  margin-top: 0;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field {
  border-color: rgb(var(--stroke));
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--para-text));
  padding: 10px;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field:focus {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--title-text));
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options .select2-results__option {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--para-text));
  border-radius: 4px;
}
.sf-select-dropdown .select2-results__options .select2-results__option:last-child {
  margin-bottom: 0;
}
.sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted, .sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: rgb(var(--bg-one));
  color: rgb(var(--title-text));
}

.breadcrumb.sf-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--title-text);
  --bs-breadcrumb-item-active-color: var(--title-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: rgb(var(--title-text)) !important;
}
@media screen and (max-width: 767px) {
  .breadcrumb.sf-breadcrumb {
    display: none;
  }
}
.breadcrumb.sf-breadcrumb a {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: rgb(var(--para-text));
}
.breadcrumb.sf-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "-");
}
.breadcrumb.sf-breadcrumb li.active a {
  color: rgb(var(--title-text)) !important;
}
.breadcrumb.inner-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--white);
  --bs-breadcrumb-item-active-color: var(--white);
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white)) !important;
}
.breadcrumb.inner-breadcrumb a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--para-text)) !important;
}
.breadcrumb.inner-breadcrumb li:first-child {
  position: relative;
  padding-left: 26px;
}
.breadcrumb.inner-breadcrumb li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
.breadcrumb.inner-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
  color: rgb(var(--para-text));
}
.breadcrumb.inner-breadcrumb li.active a {
  color: rgb(var(--title-text)) !important;
}

.sf-input-wrap {
  display: flex;
}
.sf-input-wrap input {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.sf-input-wrap .currency {
  flex: 1 0 auto;
  max-width: 96px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--stroke));
  border-radius: 0 8px 8px 0 !important;
  background-color: rgb(var(--white));
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--para-text));
}
.sf-input-wrap .select2-container {
  flex: 1 0 auto;
  max-width: 96px;
}
.sf-input-wrap .select2-container .sf-select-section.select2-selection--single {
  border-radius: 0 8px 8px 0 !important;
  background-color: rgb(var(--white));
}

.servicePhotoUpload label {
  max-width: 386px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .servicePhotoUpload label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.servicePhotoUpload label p:first-child {
  flex: 1 1 auto;
  border: 1px solid rgb(var(--stroke));
  border-right: 0;
  padding: 15px 15px 14px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:first-child {
    flex: 0 0 auto;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgb(var(--stroke));
    width: 100%;
    text-align: center;
  }
}
.servicePhotoUpload label p:last-child {
  border-radius: 0 5px 5px 0;
  background-color: rgb(var(--title-text));
  padding: 15px 38px 14px;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:last-child {
    border-radius: 0 0 5px 5px;
    width: 100%;
    text-align: center;
  }
}

.file-upload-one label {
  display: flex;
}
@media screen and (min-width: 576px) {
  .file-upload-one label {
    width: 100%;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .file-upload-one label {
    flex-wrap: wrap;
  }
}
.file-upload-one label p.fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p.fileName {
    max-width: 100%;
  }
}
.file-upload-one label p:first-child {
  flex: 1 1 auto;
  border: 1px solid rgb(var(--stroke));
  border-right: 0;
  padding: 10px 20px;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:first-child {
    flex: 0 0 auto;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgb(var(--stroke));
    width: 100%;
    text-align: center;
  }
}
.file-upload-one label p:last-child {
  flex-shrink: 0;
  border-radius: 0 50px 50px 0;
  background-color: rgb(var(--title-text));
  padding: 10px 30px;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:last-child {
    border-radius: 0 0 20px 20px;
    width: 100%;
    text-align: center;
  }
}

.dropdown-selectService .dropdown-toggle {
  border: 1px solid rgb(var(--stroke));
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(var(--white));
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--para-text));
}
.dropdown-selectService .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/frontend-arrow-fill-down.svg);
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
.dropdown-selectService .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  width: 100%;
  transition: all 0.3s;
  padding: 20px 0;
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--stroke));
  border-radius: 6px;
  box-shadow: 0px 20px 90px 10px rgba(163, 177, 204, 0.0705882353);
}
.dropdown-selectService .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: all 0.3s;
}
.dropdown-selectService .dropdown-menu li {
  padding-left: 21px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(var(--stroke));
}
.dropdown-selectService .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.dropdown-one .dropdown-toggle::after {
  display: none;
}
.dropdown-one .dropdown-menu {
  transform: translate3d(0, 40px, 0);
}
.dropdown-one .dropdown-menu.show {
  top: 0% !important;
}
.dropdown-two .dropdown-toggle {
  width: 100%;
  min-width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  overflow: hidden;
}
.dropdown-two .dropdown-toggle .images img:not(:first-child) {
  margin-left: calc(-1 * 11px);
}
.dropdown-two .dropdown-toggle .images img:not(:nth-child(1), :nth-child(2)) {
  display: none;
}
.dropdown-two .dropdown-toggle .images .iconPlus {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  margin-left: calc(-1 * 11px);
  background-color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--title-text));
}
.dropdown-two .dropdown-toggle::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  margin: 0;
  vertical-align: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/icon/frontend-angle-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all 0.3s;
}
.dropdown-two .dropdown-menu {
  transform: translate3d(0, 40px, 0);
}
.dropdown-two .dropdown-menu.show {
  top: 0% !important;
}

#files-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#files-names .file-block {
  position: relative;
  margin-top: 10px;
  flex: 0 0 auto;
  min-width: 70px;
  max-width: 150px;
  padding: 10px;
  border: 1px solid rgb(var(--stroke));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#files-names .file-block .file-icon {
  display: inline-flex;
  font-size: 16px;
  color: rgb(var(--para-text));
}
#files-names .file-block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text));
}
#files-names .file-block .file-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  flex: 0 0 auto;
  width: 13.5px;
  height: 13.5px;
  border: 1px solid rgb(var(--para-text));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: rgb(var(--para-text));
  cursor: pointer;
}

.settings-sidebar a.active span,
.settings-sidebar a.active div, .settings-sidebar a:hover span,
.settings-sidebar a:hover div {
  color: rgb(var(--primary)) !important;
}

.paymentConversionRate .left {
  border: 1px solid rgb(var(--stroke));
  border-radius: 8px;
  overflow: hidden;
}
.paymentConversionRate .left p {
  max-height: 52px;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left p {
    flex-basis: auto;
    max-width: 52px;
    width: 100%;
  }
}
.paymentConversionRate .left input {
  border: none;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left input {
    flex-basis: calc(100% - 104px);
  }
}
.paymentConversionRate .left .sf-select-section {
  border: none !important;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left .sf-select-section {
    border-bottom: 1px solid rgb(var(--stroke)) !important;
    border-radius: 0 !important;
  }
}

/* Note list */
.note-list > li {
  padding: 14px 22px;
  margin-bottom: 12px;
  background-color: rgb(var(--title-text));
  border-radius: 10px;
}
.note-list > li:last-child {
  margin-bottom: 0;
}
.note-list > li .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgb(var(--title-text));
}
.note-list > li button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.note-list > li button.dropdown-toggle {
  font-size: 18px;
  color: rgb(var(--title-text));
}
.note-list > li.bg-note-self {
  background-color: rgb(var(--title-text));
}
.note-list > li.bg-note-self .title {
  color: rgb(var(--title-text)) !important;
}

.cta-section {
  position: relative;
  margin-bottom: -154px;
}
.cta-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .cta-content {
    padding: 0 84px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cta-content {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cta-content {
    border-radius: 20px;
  }
}
.cta-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(var(--red-rgb), 1) 30%, rgba(var(--red-rgb), 0.77) 50%, rgba(var(--red-rgb), 0) 80%, rgba(var(--red-rgb), 0) 100%);
}
@media screen and (max-width: 767px) {
  .cta-content::before {
    background: linear-gradient(90deg, rgba(var(--title-text), 1) 0%, rgba(var(--title-text), 0.63) 50%, rgba(var(--title-text), 0.63) 100%);
  }
}
.cta-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("../images/cta-overlay-shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta-content .left {
  position: relative;
  z-index: 1;
  padding: 125px 0;
  max-width: 560px;
}
@media screen and (max-width: 1199px) {
  .cta-content .left {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .cta-content .left {
    padding: 30px;
  }
}
.cta-content .left .title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.24;
  color: rgb(var(--white));
  letter-spacing: -0.04em;
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .cta-content .left .title {
    font-size: 30px;
  }
}
.cta-content .left .info {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(var(--white));
  padding-bottom: 35px;
}
.cta-content .left .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: rgb(var(--title-text));
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--title-text));
}
.cta-content .right {
  position: relative;
  z-index: 1;
  max-width: 453px;
}
@media screen and (max-width: 1199px) {
  .cta-content .right {
    display: none;
  }
}

/* */
.section-overlay-wrap {
  position: relative;
}
.section-overlay-wrap .container {
  position: relative;
}
.section-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(var(--red-rgb), 1) 0%, rgba(var(--red-rgb), 0.63) 50%, rgba(var(--red-rgb), 0) 100%);
}

.ld-booking-section {
  position: relative;
}
.ld-booking-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(var(--red-rgb), 1) 30%, rgba(var(--red-rgb), 0.77) 50%, rgba(var(--red-rgb), 0) 80%, rgba(var(--red-rgb), 0) 100%);
}
.ld-booking-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/book-your-consultation.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .ld-booking-section::after {
    background-size: cover;
  }
}
.ld-booking-section .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .home-about-section .section-overlay-content {
    max-height: 100%;
  }
}

.top-header {
  background-color: rgb(var(--title-text));
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .top-header {
    display: none;
  }
}
.top-header-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 991px) {
  .top-header-item {
    justify-content: center;
  }
}
.top-header-item .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.top-header-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
}

.ld-header-section {
  padding: 30px 0 0;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .ld-header-section {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .ld-header-section {
    padding: 10px 0 0;
  }
}
.ld-header-logo {
  display: inline-block;
  max-width: 196px;
}
.ld-header-wrap {
  border: 1px solid rgb(var(--stroke));
  border-radius: 50px;
  padding: 14.5px 25px;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ld-header-wrap .sf-btn-icon-white {
    padding: 9px 11px 9px;
  }
}

.menu-dropdown-toggle {
  padding-right: 16px !important;
}
.menu-dropdown-toggle::after {
  background-image: url(../images/icon/frontend-select-dropdown-icon-white-black.svg);
  border: none;
  background-size: 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
}
@media screen and (max-width: 1199px) {
  .menu-dropdown-toggle::after {
    top: 0;
    transform: translateY(0);
    background-image: url(../images/icon/frontend-select-dropdown-icon-white.svg);
  }
}
.menu-dropdown-toggle ~ .dropdown-menu {
  border: none;
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  padding-bottom: 10px;
}
.menu-dropdown-toggle ~ .dropdown-menu li:last-child {
  padding-bottom: 0;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(var(--para-text));
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-dropdown-toggle ~ .dropdown-menu li a:hover, .menu-dropdown-toggle ~ .dropdown-menu li a.active {
  background-color: transparent;
  color: rgb(var(--title-text)) !important;
}
@media screen and (max-width: 1199px) {
  .menu-dropdown-toggle ~ .dropdown-menu li a {
    color: rgb(var(--white)) !important;
  }
  .menu-dropdown-toggle ~ .dropdown-menu li a:hover, .menu-dropdown-toggle ~ .dropdown-menu li a.active {
    color: rgb(var(--white)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    display: block;
    top: 40px;
    border: 1px solid rgb(var(--stroke));
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    padding: 15px;
    box-shadow: 5px 5px 25px 0px rgba(57, 64, 72, 0.1019607843);
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 1199px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    border-radius: 0;
    background-color: rgb(var(--title-text));
    padding-left: 20px;
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  position: relative;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  position: relative;
}
.menu-navbar-nav li .nav-link {
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .menu-navbar-nav li .nav-link {
    color: rgb(var(--white)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu-navbar-nav li .nav-link:hover, .menu-navbar-nav li .nav-link.active {
    color: rgb(var(--title-text)) !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu-navbar-nav li:hover .dropdown-toggle ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-navbar-nav li:has(.dropdown-item.active) .dropdown-toggle {
    color: rgb(var(--title-text)) !important;
  }
}
@media screen and (max-width: 1199px) {
  .menu-navbar-collapse {
    background-color: rgb(var(--primary));
    padding: 40px 30px;
    height: 100vh;
  }
}

.footer-section {
  position: relative;
  padding: 140px 0 21px;
}
@media screen and (max-width: 991px) {
  .footer-section {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .footer-section {
    padding-top: 50px;
  }
}
.footer-section .container {
  position: relative;
}
.footer-top {
  padding-bottom: 77px;
}
@media screen and (max-width: 991px) {
  .footer-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .footer-top {
    padding-bottom: 30px;
  }
}
.footer-main {
  padding: 52px 52px 25px;
}
@media screen and (max-width: 991px) {
  .footer-main {
    padding: 52px 40px 25px;
  }
}
@media screen and (max-width: 575px) {
  .footer-main {
    padding: 25px;
  }
}
.footer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--title-text));
  padding-bottom: 39px;
}
@media screen and (max-width: 575px) {
  .footer-title {
    padding-bottom: 13px;
  }
}
.footer-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
}
.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu li {
  padding-bottom: 10px;
}
.footer-menu li:last-child {
  padding-bottom: 0;
}
.footer-menu li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--title-text));
  transition: all 0.3s;
}
.footer-menu li a:hover {
  color: rgb(var(--primary)) !important;
}
.footer-logo {
  display: flex;
  max-width: 196px;
}
.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(var(--black), 0.1);
}
.footer-copywrite {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  text-align: center;
}
.footer-copywrite .link {
  color: rgb(var(--primary));
}
.footer-social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-social-link li .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: rgb(var(--bg-one));
  transition: all 0.3s;
}
.footer-social-link li .item svg path {
  fill: rgb(var(--secondary));
}
.footer-social-link li .item:hover {
  background-color: rgb(var(--primary));
}
.footer-social-link li .item:hover svg path {
  fill: rgb(var(--white));
}
.footer-subscribe {
  padding-bottom: 100px;
  max-width: 777px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-subscribe {
    padding-bottom: 50px;
  }
}
.footer-subscribe .title {
  font-size: clamp(29px, 3.33vw, 65px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: rgb(var(--white));
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .footer-subscribe .title {
    padding-bottom: 30px;
  }
}
.footer-subscribe-inputWrap {
  max-width: 712px;
  margin: 0 auto;
  padding: 4px 6px 4px 30px;
  background-color: rgba(var(--white), 0.2);
  backdrop-filter: blur(34px);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .footer-subscribe-inputWrap {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.footer-subscribe-inputWrap input {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--white));
  background-color: transparent !important;
  background-clip: padding-box;
  border: none !important;
  border-radius: 0px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer-subscribe-inputWrap input:focus, .footer-subscribe-inputWrap input:hover {
  border: none !important;
  color: rgb(var(--white)) !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.footer-subscribe-inputWrap input::placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--white));
}
@media screen and (max-width: 575px) {
  .footer-subscribe-inputWrap input {
    text-align: center;
  }
}
.footer-subscribe-inputWrap button {
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .footer-subscribe-inputWrap button {
    width: 100%;
  }
}

/* Slider */
.sliderControls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 575px) {
  .sliderControls {
    padding-top: 20px;
  }
}
.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev,
.sliderControls .swiper-pagination {
  position: relative;
}
.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 56px;
  height: 56px;
  background-color: rgb(var(--bg-one));
  border: 1px solid rgb(var(--bg-one));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.sliderControls .swiper-button-next svg,
.sliderControls .swiper-button-prev svg {
  width: 32px;
}
.sliderControls .swiper-button-next svg path,
.sliderControls .swiper-button-prev svg path {
  transition: all 0.3s;
}
.sliderControls .swiper-button-next::after,
.sliderControls .swiper-button-prev::after {
  display: none;
}
.sliderControls .swiper-button-next:hover,
.sliderControls .swiper-button-prev:hover {
  border-color: rgb(var(--bg-one));
  background-color: rgb(var(--bg-one));
}
.sliderControls .swiper-button-next:hover svg path,
.sliderControls .swiper-button-prev:hover svg path {
  fill: rgb(var(--secondary));
}
.sliderControls .swiper-pagination {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--para-text));
  bottom: 0;
}
.sliderControls .swiper-pagination-current {
  color: rgb(var(--title-text));
}
.sliderControls:has(.swiper-button-lock) {
  display: none;
}

.sliderArrowControls > .swiper-button-next, .sliderArrowControls > .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 56px;
  height: 56px;
  background-color: rgb(var(--bg-one));
  border: 1px solid rgb(var(--bg-one));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.sliderArrowControls > .swiper-button-next svg, .sliderArrowControls > .swiper-button-prev svg {
  width: 32px;
}
.sliderArrowControls > .swiper-button-next svg path, .sliderArrowControls > .swiper-button-prev svg path {
  transition: all 0.3s;
}
.sliderArrowControls > .swiper-button-next::after, .sliderArrowControls > .swiper-button-prev::after {
  display: none;
}
.sliderArrowControls > .swiper-button-next:hover, .sliderArrowControls > .swiper-button-prev:hover {
  border-color: rgb(var(--bg-one));
  background-color: rgb(var(--bg-one));
}
.sliderArrowControls > .swiper-button-next:hover svg path, .sliderArrowControls > .swiper-button-prev:hover svg path {
  fill: rgb(var(--secondary));
}
.sliderArrowControls > .swiper-button-prev {
  left: 0;
}
.sliderArrowControls > .swiper-button-next {
  right: 0;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.sign-up-page {
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .sign-up-page .row .col-lg-6 {
    padding: 0;
  }
}

.sign-up-left-content {
  background-image: url("../images/auth-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 100px;
}

.sign-up-left-content,
.sign-up-right-content {
  min-height: 100vh;
  height: 100%;
}

.sign-up-left-content {
  text-align: center;
}
.sign-up-left-content .logo {
  display: inline-block;
  max-width: 166px;
}
.sign-up-left-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--white));
  max-width: 731px;
  margin: 0 auto;
  padding-top: 73px;
}
@media screen and (max-width: 991px) {
  .sign-up-left-content {
    display: none;
  }
}

.sign-up-right-content {
  max-width: 757px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Cookie consent */
.cookie-consent-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1001;
}
.cookie-consent-wrap .cookie-consent {
  padding: 20px !important;
}
.cookie-consent-wrap .js-cookie-consent-agree {
  margin-top: 15px;
}

/* Video Player */
.plyr .plyr__control--overlaid {
  background: rgb(var(--title-text));
}
.plyr input[type=range] {
  color: rgb(var(--title-text)) !important;
}
.plyr .plyr__control.plyr__tab-focus,
.plyr .plyr__control:hover,
.plyr .plyr__control[aria-expanded=true] {
  background: rgb(var(--title-text)) !important;
}

/* modal */
.viewInvoiceModal {
  overflow: auto;
}

/* Inner Breadcrumb */
.inner-breadcrumb-wrap {
  position: relative;
}
.inner-breadcrumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/inner-breadcrumb.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Course Search */
.course-search-sort .sf-select-checkbox-btn {
  background-image: url("../images/icon/frontend-course-search-sort-icon.svg");
}

/* Hero banner */
.hero-banner {
  padding-top: 109px;
}
@media screen and (max-width: 767px) {
  .hero-banner {
    padding-top: 60px;
  }
}
.hero-banner-content {
  padding-bottom: 34px;
}
.hero-banner-content .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--para-text));
  margin-bottom: 16px !important;
  padding-left: 25px;
}
.hero-banner-content .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
.hero-banner-content .title {
  font-size: clamp(30px, 4.69vw, 105px);
  font-weight: 700;
  line-height: 1.12;
  color: rgb(var(--title-text));
}
.hero-banner-filter-wrap {
  position: relative;
  padding: 60px 0px 37px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero-banner-filter-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
  }
}
.hero-banner-filterWrap {
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--stroke));
  border-radius: 0px;
  padding: 46px 30px;
}
@media screen and (max-width: 991px) {
  .hero-banner-filterWrap {
    margin-top: 50px;
  }
}
.hero-banner-filterWrap .zTab-wrap {
  margin-top: calc(-1 * 73px);
}
.hero-banner-filterWrap .zTab-wrap .nav.nav-tabs {
  padding: 9px 27.5px 0;
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .hero-banner-filterWrap {
    padding: 46px 0 20px;
  }
  .hero-banner-filterWrap .zTab-one {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .hero-banner-filterWrap .tab-content {
    padding: 0 15px;
  }
}
.hero-banner-filterInut {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .hero-banner-filterInut {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-filterInut {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-filterInut {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
.hero-banner-filterInut .item {
  flex: 1 0 auto;
  max-width: 565px;
}
@media screen and (max-width: 991px) {
  .hero-banner-filterInut .item {
    flex: 1 1 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-filterInut .item {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.hero-banner-filterInut .item > label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.hero-banner-filterInut .sf-btb-brand-alt {
  flex: 1 0 auto;
  max-width: 117px;
}
.hero-banner-filterInputThree .item {
  max-width: 374px;
}
@media screen and (max-width: 1199px) {
  .hero-banner-filterInputThree .item {
    max-width: 255px;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-filterInputThree .item {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-filterInputThree .searchButton {
    margin-top: 0px !important;
  }
}
.hero-banner-contact {
  position: relative;
  z-index: 1;
  padding-top: 493px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 44px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .hero-banner-contact {
    padding-top: 293px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-contact {
    padding-top: 50px;
  }
}
.hero-banner-contact .phone {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-banner-contact .phone .icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner-contact .phone .link {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: rgb(var(--white));
}
@media screen and (max-width: 991px) {
  .hero-banner-contact .phone .link {
    color: rgb(var(--title-text));
  }
}
.hero-banner-social-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-banner-social-link li .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: rgba(var(--white), 0.15);
  backdrop-filter: blur(54px);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .hero-banner-social-link li .item {
    background-color: rgb(var(--secondary));
  }
}
.hero-banner-social-link li .item:hover {
  background-color: rgb(var(--primary));
}
.hero-banner-social-link li .item:hover svg path {
  fill: rgb(var(--white));
}

/* Start Ratings CSS Start */
.star-ratings {
  color: #e1e1e1;
  font-size: 64px;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: auto !important;
  display: inline-block;
}

.star-ratings .fill-ratings {
  color: rgb(var(--yellow));
  padding: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-ratings .fill-ratings span {
  display: inline-block;
}

.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  font-size: 20px;
}

/* Start Ratings CSS End */
.mortgage-item {
  position: relative;
  padding-left: 20px;
}
.mortgage-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid rgb(var(--stroke-3));
  border-radius: 50%;
}

#mortgage-breakdown .mortgage-item:first-child::before {
  background-color: rgb(244, 231, 157);
  border-color: rgb(244, 231, 157);
}
#mortgage-breakdown .mortgage-item:nth-child(2)::before {
  background-color: rgb(246, 141, 43);
  border-color: rgb(246, 141, 43);
}
#mortgage-breakdown .mortgage-item:nth-child(3)::before {
  background-color: rgb(8, 255, 234);
  border-color: rgb(8, 255, 234);
}

.mfp-content {
  max-width: 90rem !important;
}
.mfp-content .mfp-figure::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
}
.mfp-content .mfp-bottom-bar {
  margin-top: 0.625rem !important;
}
.mfp-content figure img {
  border: 0.0625rem solid transparent;
  padding: 0;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.mfp-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgb(var(--primary)) !important;
  opacity: 1;
  margin: 0 !important;
  transform: translateY(-50%);
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}
@media screen and (max-width: 991px) {
  .mfp-arrow {
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: scale(0.75) translateY(-50%);
  }
}
.mfp-arrow::after {
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 33px;
  height: 20%;
  max-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp-arrow::before {
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 33px;
  height: 20%;
  max-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp-arrow-right::after {
  background-image: url(../images/icon/frontend-long-arrow.svg);
}
.mfp-arrow-left::after {
  background-image: url(../images/icon/frontend-long-arrow-right.svg);
}

.flipBtn-icon {
  position: relative;
}
.flipBtn-icon > * {
  transition: all 0.3s;
}
.flipBtn-icon > *:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flipBtn-icon > *:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.flipBtn-icon > *:last-child {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flipBtn-icon:hover > *:first-child {
  top: -50%;
}
.flipBtn-icon:hover > *:last-child {
  position: absolute;
  top: 50%;
}

.tooltip .tooltip-arrow::before {
  display: none;
}

.tooltip-inner {
  color: rgb(var(--white));
  background-color: rgb(var(--primary));
  backdrop-filter: blur(3px);
}

.direction-rtl {
  direction: rtl;
  /* Header dropdown */
  /* Breadcrumb */
  /* Table */
  /* Data table */
  /* Nice select */
  /* Switch */
  /* Hero banner */
  /* Property item */
  /* Home Agent details */
  /* Trusted partners */
  /* Blog */
  /* Price Plan */
  /* Search */
}
.direction-rtl .zSidebar {
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 250px;
  background-color: rgb(var(--sidebar-bg));
  z-index: 1001;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar {
    right: calc(-1 * 250px);
  }
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar.menuClose {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar-overlay {
    left: 0;
    right: auto;
  }
}
.direction-rtl .zSidebar-menu > li > a {
  border-left: 0;
  border-right: 4px solid rgb(var(--sidebar-bg));
}
.direction-rtl .zSidebar-menu > li > a::before {
  right: auto;
  left: 1em;
  transform: rotate(-45deg) translate(0, 0);
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu {
  padding: 10px 55px 10px 0;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
  padding-left: 0;
  padding-right: 12px;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  top: 7px;
  left: auto;
  right: 0;
}
.direction-rtl .zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(-135deg);
}
.direction-rtl .zSidebar-menu > li > a:hover, .direction-rtl .zSidebar-menu > li > a.active {
  border-color: rgb(var(--primary));
}
.direction-rtl .zMainContent {
  position: relative;
  left: auto;
  right: 250px;
  width: calc(100% - 250px);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zMainContent {
    right: 0;
    width: 100%;
  }
}
.direction-rtl .headerUserDropdown .dropdown-toggle .user-content .img .active {
  right: auto;
  left: 0;
}
.direction-rtl .headerUserDropdown {
  padding: 4px 4px 4px 20px;
}
.direction-rtl .headerUserDropdown .dropdown-menu {
  --bs-position: start;
}
.direction-rtl .headerUserDropdown .dropdown-toggle::after {
  left: -5px;
  right: auto;
}
.direction-rtl .notifyDropdown .dropdown-toggle .notify_no {
  right: auto;
  left: 0;
}
.direction-rtl .breadcrumb.sf-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .breadcrumb.sf-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 0 10px 10px 0;
}
.direction-rtl .zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 10px 0 0 10px;
}
.direction-rtl .zTable > :not(caption):first-child > * > * > * {
  text-align: right;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: left;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child div {
  text-align: left;
}
.direction-rtl .zTable-section-setting > :not(caption) > *:not(.direction-rtl .zTable-section-setting > :not(caption) > *.child) > *:last-child {
  text-align: right !important;
}
.direction-rtl .zTable-section-setting > :not(caption) > *:not(.direction-rtl .zTable-section-setting > :not(caption) > *.child) > *:last-child div {
  text-align: right !important;
}
.direction-rtl .dataTables_wrapper .dataTables_info {
  float: right;
}
.direction-rtl .dataTables_wrapper .dataTables_paginate {
  float: left;
}
.direction-rtl .tablePagi .paginate_button.next, .direction-rtl .tablePagi .paginate_button.previous {
  transform: rotate(180deg);
}
.direction-rtl .fa-solid.fa-angle-right {
  transform: rotate(180deg);
}
.direction-rtl .fa-solid.fa-angle-left {
  transform: rotate(-180deg);
}
.direction-rtl .select2-selection.sf-select-section,
.direction-rtl .sf-select-dropdown {
  direction: rtl;
}
.direction-rtl .sf-select-section.select2-selection--single .select2-selection__arrow {
  right: auto !important;
  left: 11px !important;
}
.direction-rtl .sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  padding-left: 0;
  padding-right: 0.625rem;
}
.direction-rtl .sf-select-without-search {
  float: right;
  text-align: right !important;
}
.direction-rtl .sf-select-without-search::after {
  right: auto;
  left: 15px;
}
.direction-rtl .sf-select-without-search .option {
  text-align: right !important;
}
.direction-rtl .content-chat-message-user-wrap .footer-chat-message-user button.send-btn img {
  transform: rotate(180deg);
}
.direction-rtl .dropdown-menu-end {
  --bs-position: start;
}
.direction-rtl .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 10px;
}
.direction-rtl .fa-long-arrow-left,
.direction-rtl .fa-long-arrow-right {
  transform: rotate(180deg);
}
.direction-rtl .sf-select-checkbox-btn,
.direction-rtl .sf-select-checkbox-search-btn {
  text-align: right !important;
  background-position: left 0.75rem center;
}
.direction-rtl .sf-select-checkbox-btn ~ .multiselect-container .multiselect-search,
.direction-rtl .sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search {
  padding: 9px 45px 9px 9px !important;
  margin-left: 0 !important;
  margin-right: -1.625rem !important;
}
.direction-rtl .sf-select-checkbox-btn ~ .multiselect-container .multiselect-filter > .fa-search,
.direction-rtl .sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-filter > .fa-search {
  padding-left: 0;
  padding-right: 0.75rem;
}
.direction-rtl .file-upload-one label p:first-child {
  border-radius: 0 50px 50px 0;
  border-left: 0;
  border-right: 1px solid rgb(var(--stroke)) !important;
}
.direction-rtl .file-upload-one label p:last-child {
  border-radius: 50px 0 0 50px;
}
.direction-rtl .moduleDetails-content-alt button .defaultIcon {
  transform: rotate(180deg);
}
.direction-rtl .end-0 {
  right: auto !important;
  left: 0 !important;
}
.direction-rtl .text-end {
  text-align: left !important;
}
@media (min-width: 768px) {
  .direction-rtl .text-md-start {
    text-align: right !important;
  }
}
.direction-rtl .invoiceTotal.text-end {
  text-align: right !important;
}
.direction-rtl .zCheck.form-switch {
  padding-left: 0;
  padding-right: 2.5em;
}
.direction-rtl .zCheck.form-switch input.form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}
.direction-rtl .menu-dropdown-toggle {
  padding-right: 0 !important;
  padding-left: 16px !important;
}
.direction-rtl .menu-dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0.255em;
}
.direction-rtl .zAccordion-two .accordion-item::before {
  right: auto;
  left: 74px;
}
@media screen and (max-width: 575px) {
  .direction-rtl .zAccordion-two .accordion-item::before {
    right: auto;
    left: 60px;
  }
}
.direction-rtl .zAccordion-two .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
}
.direction-rtl .zAccordion-two .accordion-button:not(.direction-rtl .zAccordion-two .accordion-button.collapsed)::after {
  transform: rotate(0deg);
}
.direction-rtl .zAccordion-three .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}
.direction-rtl .rendered-form .formbuilder-checkbox-group input[type=checkbox],
.direction-rtl .rendered-form .formbuilder-checkbox-group input[type=radio],
.direction-rtl .rendered-form .formbuilder-radio-group input[type=checkbox],
.direction-rtl .rendered-form .formbuilder-radio-group input[type=radio] {
  margin: 0 0 0 4px;
}
.direction-rtl #customFormRender .rendered-form select {
  text-align: right !important;
}
.direction-rtl .form-wrap.form-builder .frmb-control li::before {
  margin-left: 10px;
  margin-right: 0.2em;
}
.direction-rtl .form-wrap.form-builder .cb-wrap.pull-right,
.direction-rtl .form-wrap.form-builder .stage-wrap.pull-right {
  float: left;
}
.direction-rtl .form-wrap.form-builder .cb-wrap.pull-left,
.direction-rtl .form-wrap.form-builder .stage-wrap.pull-left {
  float: right;
}
.direction-rtl .summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
  right: auto;
  left: 0;
}
.direction-rtl .zForm-control.form-select {
  background-position: left 1.156rem center;
}
.direction-rtl .sf-btn-primary .wrap .icon {
  transform: rotate(180deg);
}
.direction-rtl .hero-banner-content .sub-title {
  padding-left: 0;
  padding-right: 25px;
}
.direction-rtl .hero-banner-content .sub-title::before {
  left: auto;
  right: 10px;
}
.direction-rtl .property-item .tag-content {
  left: auto;
  right: 20px;
}
.direction-rtl .property-item .price {
  left: auto;
  right: 20px;
}
.direction-rtl .property-item .reaction {
  left: 20px;
  right: auto;
}
.direction-rtl .properties-item .content .icon {
  transform: rotate(180deg);
}
.direction-rtl .agent-details-home .img {
  left: 0;
  right: auto;
}
.direction-rtl .agent-details-home .link div.flex-shrink-0 {
  transform: rotate(180deg);
}
.direction-rtl .trusted-partners .wrap > div {
  border-right: none;
  border-left: 1px solid rgba(var(--black), 0.1);
}
.direction-rtl .cities-explore-wrap .city-item .content .icon {
  transform: rotate(180deg);
}
.direction-rtl .blog-item .text-content .date {
  padding-left: 0;
  padding-right: 18px;
}
.direction-rtl .blog-item .text-content .date::before {
  left: auto;
  right: 0;
}
.direction-rtl .blog-item .text-content .icon {
  transform: rotate(180deg);
  text-align: left;
}
.direction-rtl .footer-subscribe-inputWrap {
  padding: 4px 30px 4px 6px;
}
.direction-rtl .right-10 {
  right: auto;
  left: 10px;
}
.direction-rtl .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.direction-rtl .swiper-button-prev {
  transform: rotate(180deg);
}
.direction-rtl .swiper-button-next {
  transform: rotate(180deg);
}
.direction-rtl .breadcrumb.inner-breadcrumb li:first-child {
  padding-left: 0;
  padding-right: 26px;
}
.direction-rtl .breadcrumb.inner-breadcrumb li:first-child::before {
  left: auto;
  right: 10px;
}
.direction-rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .property-sortWrap select {
  padding-left: 34px;
  padding-right: 16px;
  background-position: left 0rem center !important;
}
.direction-rtl .property-sidebarList {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .direction-rtl .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls {
    left: 20px;
    right: auto;
  }
}
.direction-rtl .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-prev {
  left: auto;
  right: 0;
  transform: rotate(0deg);
}
.direction-rtl .propertyDetails-sliderControls .propertyDetailsSlider .sliderControls .swiper-button-next {
  right: auto;
  left: 0;
  transform: rotate(0deg);
}
.direction-rtl .price-plan-one .price-head .sub-title {
  padding-left: 0;
  padding-right: 14px;
}
.direction-rtl .price-plan-one .price-head .sub-title::before {
  left: auto;
  right: 0;
}
.direction-rtl .profileImage-upload > img {
  left: auto;
  right: 0;
  margin-left: auto;
  margin-right: 0;
}
.direction-rtl .profileImage-upload .icon {
  left: 0;
  right: 55px;
}
.direction-rtl .profileImage-upload .icon img {
  left: auto;
}
.direction-rtl .profileImage-upload input {
  left: 0 !important;
  right: 43px !important;
}
.direction-rtl .search-one input {
  padding: 13px 20px 13px 47px;
}
.direction-rtl .search-one .icon {
  left: 18px;
  right: auto;
}
.direction-rtl .notify-list li div p {
  text-align: right;
}
.direction-rtl .lanDropdown .dropdown-toggle::after {
  left: -5px;
  right: auto;
}
.direction-rtl .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

/*# sourceMappingURL=frontend_style.css.map */
