/* reset css start */

@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500&family=Quicksand:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Maven Pro", sans-serif;
  color: #464646;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow-x: hidden;
}

body.page-trns-active {
  position: relative;
}

body.page-trns-active::after {
  position: absolute;
  content: "\f110";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  font-size: 4.5rem;
  z-index: 999;
  animation: spinRoll 1s infinite linear;
}

body.page-trns-active::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002046;
  z-index: 99;
  opacity: 0.65;
}

@-webkit-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section {
  background-color: #fff;
}

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

select {
  cursor: pointer;
}

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

a:hover {
  color: #f05945;
}

/* reset css end */

/* global css strat */

.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

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

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #10163a !important;
}

.text--muted {
  color: #cccccc !important;
}

.text--base {
  color: #f05945 !important;
}

.text--dark {
  color: #373e4a !important;
}

/* background color css start */

.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96 !important;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #ea5455 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2 !important;
}

.bg--dark {
  background-color: #10163a !important;
}

.bg--light {
  background-color: #eef4ff !important;
}

.bg--base {
  background-color: #f05945 !important;
}

/* background color css end */

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

.mb-none-30 {
  margin-bottom: -30px;
}

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

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

.pt-50 {
  padding-top: 50px;
}

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

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.bg_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section--bg {
  background-color: #f5f7fa;
}

.section--bg2 {
  background-color: #002046;
}

.section-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dark-overlay {
  position: relative;
  z-index: 1;
}

.dark-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002046;
  opacity: 0.4;
  z-index: -1;
}

.opacity20 {
  opacity: 0.2;
}

.opacity30 {
  opacity: 0.3;
}

.opacity50 {
  opacity: 0.5;
}

.bg--one {
  background-color: #071e3e;
}

.slick-arrow {
  cursor: pointer;
}

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

.main-wrapper {
  position: relative;
  z-index: 1;
}

.section-header {
  margin-bottom: 2.8125rem;
}

.section-title {
  font-size: 2rem;
}

.section-subtitle {
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.section-subtitle.border-left {
  padding-left: 2.1875rem;
  position: relative;
  z-index: 1;
}

.section-subtitle.border-left::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #f05945;
  margin-top: -1px;
}

a.text-white:hover {
  color: #f05945 !important;
}

.text--link {
  text-decoration: underline;
}

.text--link:hover {
  text-decoration: underline;
}

.has--link {
  position: relative;
}

.has--link .item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.custom--dropdown .dropdown-toggle.no-arrow::after {
  display: none;
}

.custom--dropdown .dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.custom--dropdown .dropdown-menu {
  border-color: #e5e5e5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.custom--dropdown .dropdown-menu li {
  border-bottom: 1px dashed #e5e5e5;
}

.custom--dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.custom--dropdown .dropdown-menu li .dropdown-item {
  color: #464646;
  font-size: 0.875rem;
}

.custom--dropdown .dropdown-menu li .dropdown-item:hover {
  color: #f05945;
  background-color: rgba(240, 89, 69, 0.05);
}

.custom--accordion .accordion-item + .accordion-item {
  margin-top: 1.25rem;
}

.custom--accordion .accordion-item {
  border: 1px solid rgba(240, 89, 69, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.custom--accordion .accordion-item:first-child .accordion-button {
  border-top: none;
}

.custom--accordion .accordion-item:last-child .accordion-button {
  border-bottom: none;
}

.custom--accordion .accordion-button {
  padding: 1.25rem 1.5625rem;
  background-color: rgba(240, 89, 69, 0.05);
  font-size: 1.125rem;
  position: relative;
  text-align: left;
}

.custom--accordion .accordion-button::after {
  position: absolute;
  top: 1.25rem;
  right: 0.8125rem;
  font-size: 1.0625rem;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background-image: none;
  color: #000;
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: #f05945;
  color: #fff;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  color: #fff;
}

.custom--accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

.custom--accordion .accordion-body {
  padding: 1.25rem 1.5625rem;
}

.page-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
}

.page-breadcrumb li {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}

.page-breadcrumb li::after {
  content: "-";
  color: #ffffff;
  margin: 0 0.3125rem;
}

.page-breadcrumb li:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f05945;
  margin-right: 0.375rem;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffffff;
  text-transform: capitalize;
}

.page-breadcrumb li a:hover {
  color: #f05945;
}

.cmn-list li + li {
  margin-top: 0.9375rem;
}

.cmn-list li {
  position: relative;
  padding-left: 2.1875rem;
}

.cmn-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f058";
  font-size: 1.75rem;
  color: #f05945;
  margin-right: 0.5rem;
  line-height: 1;
}

.cmn-list-two li {
  padding: 0.375rem 0.9375rem;
  font-size: 0.875rem;
}

.cmn-list-two li:nth-child(even) {
  background-color: #ebf5f5;
}

.number-list {
  list-style: decimal;
  padding-left: 1.125rem;
}

.number-list li + li {
  margin-top: 0.625rem;
}

.disc-list li + li {
  margin-top: 0.625rem;
}

.disc-list li {
  position: relative;
  padding-left: 0.9375rem;
}

.disc-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.1875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #bdbdbd;
}

.square-list li + li {
  margin-top: 10px;
}

.square-list li {
  padding-left: 25px;
  position: relative;
}

.square-list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #e6e6e6;
}

.square-list li::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: rgba(240, 89, 69, 0.45);
}

.caption-list li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px dashed #e5e5e5;
}

.caption-list li:first-child {
  padding-top: 0;
}

.caption-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.caption-list li .caption {
  width: 30%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  position: relative;
}

@media (max-width: 480px) {
  .caption-list li .caption {
    width: 35%;
  }
}

.caption-list li .caption::after {
  position: absolute;
  content: ":";
  top: 0;
  right: 0;
}

.caption-list li .value {
  width: 70%;
  padding-left: 0.9375rem;
}

@media (max-width: 480px) {
  .caption-list li .value {
    width: 65%;
  }
}

.caption-list-two {
  padding: 0.625rem 0.9375rem;
  background-color: rgba(240, 89, 69, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.caption-list-two li {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #373e4a;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #cccccc;
}

.caption-list-two li:first-child {
  padding-top: 0;
}

.caption-list-two li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.caption-list-two li .caption {
  width: 20%;
  position: relative;
  font-weight: 700;
}

.caption-list-two li .caption::after {
  position: absolute;
  content: ":";
  top: 0;
  right: 0;
}

.caption-list-two li .value {
  width: 80%;
  text-align: right;
}

body,
.btn--base.btn--custom,
.custom--table tbody tr,
.custom--checkbox label::before,
.header .main-menu li.menu_has_children > a::before,
.header .main-menu li .sub-menu,
.header .main-menu li .sub-menu li a,
.header .main-menu li .sub-menu li a::before,
.hero-slider-nav .single-slide::after,
.property-card,
.new-list-card,
.location-card,
.agent-card,
.card-view-btn-area button,
.details-thumb-nav .thumb-item::after,
.action-sidebar {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.object-fit--cover {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.pagination {
  margin: -0.3125rem -0.4375rem;
}

.pagination .page-item {
  margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
  background-color: #f05945;
  color: #fff;
}

.pagination .page-item .page-link {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(240, 89, 69, 0.25);
  color: #464646;
}

.pagination .page-item .page-link:hover {
  background-color: #f05945;
  border-color: #f05945;
  color: #fff;
}

.video--btn {
  width: 7.5rem;
  height: 5.625rem;
  background-color: #f05945;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  font-size: 2.625rem;
  border: 4px solid #fff;
}

.video--btn:hover {
  color: #fff;
}

.shake {
  animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-ms-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.custom--nav-tabs {
  justify-content: center;
  border: none;
  margin: -3px -6px;
}

.custom--nav-tabs .nav-item {
  padding: 3px 6px;
}

.custom--nav-tabs .nav-item .nav-link {
  padding: 8px 25px;
  background-color: #fff;
  border: 1px solid rgba(133, 153, 171, 0.2);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.custom--nav-tabs .nav-item .nav-link.active,
.custom--nav-tabs .nav-item .nav-link:hover {
  border-color: #95bf46;
}

.custom--nav-tabs.style--two {
  background-color: #fff;
  justify-content: flex-start;
  margin: 0;
  padding: 0.625rem;
}

.custom--nav-tabs.style--two .nav-item {
  margin: 0;
}

.custom--nav-tabs.style--two .nav-item .nav-link {
  background-color: transparent;
  color: #6f6f6f;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  z-index: 1;
  padding: 10px 35px;
}

.custom--nav-tabs.style--two .nav-item .nav-link::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #20204a08;
  box-shadow: inset 0 -3px 3px rgb(0 0 0 / 15%);
  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom--nav-tabs.style--two .nav-item .nav-link.active {
  background-color: transparent;
  color: #fff;
}

.custom--nav-tabs.style--two .nav-item .nav-link.active::after {
  background-color: #95bf46;
}

/* global css end */

/* preloader css start */

@-webkit-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/* Styles */

.preloader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
  text-align: center;
}

.preloader .preloader-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 44%;
  left: 0;
  position: relative;
}

.preloader .preloader-container .animated-preloader {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f05945;
  border-radius: 50em;
}

.preloader .preloader-container .animated-preloader:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  background: white;
  -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
  -ms-animation: preloader-inside-white 1s ease-in-out infinite;
  animation: preloader-inside-white 1s ease-in-out infinite;
}

.preloader .preloader-container .animated-preloader:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50em;
  background: #f05945;
  -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
  -ms-animation: preloader-inside-red 1s ease-in-out infinite;
  animation: preloader-inside-red 1s ease-in-out infinite;
}

/* preloader css end */

h1 {
  font-size: 3.875rem;
}

h2 {
  font-size: 2rem;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  color: #373e4a;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-family: "Quicksand", sans-serif;
  color: #373e4a;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.3;
  word-break: break-word;
}

p,
li,
span {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

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

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

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

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

/* button css start */

button:focus {
  outline: none;
}

[class*="btn--"]:not(.btn--link):not(.btn--light) {
  color: #fff;
}

.btn {
  padding: 0.75rem 1.875rem;
}

.btn--primary {
  background-color: #7367f0;
}

.btn--primary:hover {
  background-color: #5e50ee;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--secondary:hover {
  background-color: #78818a;
}

.btn--success {
  background-color: #28c76f;
}

.btn--success:hover {
  background-color: #24b263;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--danger:hover {
  background-color: #e73d3e;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--warning:hover {
  background-color: #ff922a;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--info:hover {
  background-color: #0d93e9;
}

.btn--light {
  background-color: #eef4ff;
}

.btn--light:hover {
  background-color: #d5e4ff;
}

.btn--dark {
  background-color: #10163a;
  color: #fff;
}

.btn--dark:hover {
  background-color: #0a0e26;
  color: #fff;
}

.btn--link {
  color: #7367f0;
}

.btn--base {
  background-color: #f05945;
  color: #fff;
}

.btn--base:hover {
  background-color: #ee442d;
  color: #fff;
}

.btn--base.btn--custom {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -6px;
}

.btn--base.btn--custom:hover {
  outline-offset: 0;
  outline: 2px solid rgba(255, 255, 255, 0);
}

.text-btn {
  padding: 0;
  color: #464646;
  background-color: transparent;
}

.btn-outline--primary {
  color: #7367f0;
  border-color: #7367f0;
}

.btn-outline--primary:hover {
  background-color: #7367f0;
  color: #ffffff;
}

.btn-outline--secondary {
  color: #868e96;
  border-color: #868e96;
}

.btn-outline--secondary:hover {
  background-color: #868e96;
  color: #ffffff;
}

.btn-outline--success {
  color: #28c76f;
  border-color: #28c76f;
}

.btn-outline--success:hover {
  background-color: #28c76f;
  color: #ffffff;
}

.btn-outline--danger {
  color: #ea5455;
  border-color: #ea5455;
}

.btn-outline--danger:hover {
  background-color: #ea5455;
  color: #ffffff;
}

.btn-outline--warning {
  color: #ff9f43;
  border-color: #ff9f43;
}

.btn-outline--warning:hover {
  background-color: #ff9f43;
  color: #ffffff;
}

.btn-outline--info {
  color: #1e9ff2;
  border-color: #1e9ff2;
}

.btn-outline--info:hover {
  background-color: #1e9ff2;
  color: #ffffff;
}

.btn-outline--light {
  color: #eef4ff;
  border-color: #eef4ff;
}

.btn-outline--light:hover {
  background-color: #eef4ff;
  color: #ffffff;
}

.btn-outline--dark {
  color: #10163a;
  border-color: #10163a;
}

.btn-outline--dark:hover {
  background-color: #10163a;
  color: #ffffff;
}

.btn-outline--base {
  color: #f05945;
  border: 1px solid #f05945;
}

.btn-outline--base:hover {
  background-color: #f05945;
  color: #fff;
}

.btn-shadow--primary {
  box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}

.btn-shadow--secondary {
  box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}

.btn-shadow--success {
  box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}

.btn-shadow--danger {
  box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}

.btn-shadow--warning {
  box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}

.btn-shadow--info {
  box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}

.btn-shadow--light {
  box-shadow: 0 0 6px 1px rgba(238, 244, 255, 0.35);
}

.btn-shadow--dark {
  box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}

.btn-shadow--base {
  box-shadow: 0 0 6px 1px rgba(240, 89, 69, 0.35);
}

.btn--capsule {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.icon-btn {
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #f05945;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icon-btn:hover {
  color: #fff;
}

.btn--group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.btn--group *[class*="btn"] {
  margin: 0.3125rem 0.625rem;
  align-items: center;
}

.btn--group *[class*="btn"].d-flex {
  padding: 0.5rem 2.1875rem;
}

.btn--group.style--two {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.btn--group.style--two *[class*="btn"] {
  margin: 0.1875rem 0.3125rem;
}

[class*="btn"].btn-md {
  padding: 0.625rem 1.25rem;
}

[class*="btn"].btn-sm {
  padding: 0.375rem 0.625rem;
}

/* button css end */

.badge--primary {
  background-color: rgba(115, 103, 240, 0.15);
  border: 1px solid #7367f0;
  color: #7367f0;
}

.badge--secondary {
  background-color: rgba(134, 142, 150, 0.15);
  border: 1px solid #868e96;
  color: #868e96;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.15);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.15);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.15);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--info {
  background-color: rgba(30, 159, 242, 0.15);
  border: 1px solid #1e9ff2;
  color: #1e9ff2;
}

.badge--light {
  background-color: rgba(238, 244, 255, 0.15);
  border: 1px solid #eef4ff;
  color: #eef4ff;
}

.badge--dark {
  background-color: rgba(16, 22, 58, 0.15);
  border: 1px solid #10163a;
  color: #10163a;
}

.badge--base {
  background-color: rgba(240, 89, 69, 0.15);
  border: 1px solid #f05945;
  color: #f05945;
}

/* table css start */

.custom--table {
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-spacing: 0 0.9375rem;
  border-collapse: separate;
}

.custom--table.white-space-nowrap th {
  white-space: nowrap;
}

.custom--table thead {
  background-color: #002046;
}

.custom--table thead tr {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.custom--table thead th {
  border-top: none;
  padding: 0.625rem 1.25rem;
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.custom--table thead th:first-child {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  text-align: left;
}

.custom--table thead th:last-child {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  text-align: right;
}

.custom--table tbody td {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0.9375rem 1.25rem;
  color: #464646;
  vertical-align: middle;
  font-size: 0.875rem;
  text-align: center;
}

.custom--table tbody td:first-child {
  text-align: left;
}

.custom--table tbody td:last-child {
  text-align: right;
}

.custom--table tbody tr {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.custom--table tbody tr:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.custom--table tbody tr:nth-child(even) {
  background-color: #afb1b50d;
}

.custom--table tbody tr:last-child td {
  border-bottom: none;
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  color: #000000;
  top: 0;
  left: 0;
  padding: 0.8125rem 0.9375rem;
  display: none;
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .table-responsive--md thead {
    display: none;
  }
  .table-responsive--md tbody tr:nth-child(odd) {
    background-color: aliceblue;
  }
  .table-responsive--md tr th,
  .table-responsive--md tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  .table-responsive--md tr th:first-child,
  .table-responsive--md tr td:first-child {
    border-top: none !important;
  }
  .table-responsive--md [data-label]::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
    display: none;
  }
  .table-responsive--sm tbody tr:nth-child(odd) {
    background-color: aliceblue;
  }
  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  .table-responsive--sm tr th:first-child,
  .table-responsive--sm tr td:first-child {
    border-top: none !important;
  }
  .table-responsive--sm [data-label]::before {
    display: block;
  }
}

@media (max-width: 1199px) {
  *[class*="table-responsive--"].data-label--none tr th,
  *[class*="table-responsive--"].data-label--none tr td {
    padding-left: 0.75rem;
  }
}

/* table css end */

/* form css start */

.form-group {
  margin-bottom: 0.9375rem;
}

.form--control {
  padding: 0.625rem 1.25rem;
  border: 1px solid #e5e5e5;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #000;
  height: 3.125rem;
}

.form--control:focus {
  background-color: #fff;
  border-color: #f05945 !important;
  box-shadow: 0 0 5px rgba(240, 89, 69, 0.35);
  color: #000;
}

.form--control[readonly] {
  background-color: #fff;
}

.form--control.style--two {
  border-width: 0 0 1px 0;
  padding: 0.625rem 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-family: "Quicksand", sans-serif;
  border-bottom-color: #999999;
}

.form--control.style--two:focus {
  box-shadow: none;
}

.form--control.form-control-sm {
  height: 35px;
}

.select {
  padding: 0.625rem 1.25rem;
  width: 100%;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  color: #464646;
  background-color: #fff;
  height: 3.125rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.select option {
  padding: 0.625rem 0;
  display: block;
  border-top: 1px solid #e5e5e5;
}

.select.style--trans {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.select.style--trans option {
  color: #363636;
}

.select.select-sm {
  height: 2.1875rem;
  font-size: 0.875rem;
  padding: 0.3125rem;
}

textarea {
  min-height: 9.375rem !important;
  resize: none;
  width: 100%;
}

label {
  color: #464646;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.input-group > .form--control,
.input-group > .select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group select {
  background-color: transparent;
  border: none;
}

.custom-radio {
  position: relative;
  padding-left: 0;
}

.custom-radio input[type="radio"] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  cursor: pointer;
}

.custom-radio input[type="radio"]:checked ~ label::before {
  border-width: 2px;
  border-color: #f05945;
}

.custom-radio input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

.custom-radio label {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-size: 0.9375rem;
}

.custom-radio label::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #888888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-radio label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #f05945;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-radio.style--two label::before {
  top: 5px;
}

.custom-radio.style--two label::after {
  top: 9px;
}

.custom--checkbox {
  padding-left: 1.5625rem;
}

.custom--checkbox input {
  display: none;
}

.custom--checkbox input:checked ~ label::before {
  content: "\f14a";
  color: #f05945;
}

.custom--checkbox label {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 400;
  cursor: pointer;
}

.custom--checkbox label::before {
  position: absolute;
  content: "\f04d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 3px;
  left: -1.5625rem;
  font-size: 1.25rem;
  line-height: 1;
}

.wrong-info .form--control {
  border-color: #ea5455 !important;
  box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.3) !important;
}

.select2-basic ~ .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 50px;
}

.select2-container .select2-dropdown {
  border: 1px dashed #d8d8d8;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.select2-container .selection,
.select2-container .select2-selection--single,
.select2-container .select2-selection__rendered {
  display: block;
}

.select2-container .select2-selection--single {
  height: 35px;
  border-color: #d8d8d8;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-left: 1.25rem;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f05945;
}

.select2-dropdown ::-webkit-scrollbar {
  width: 0.5rem;
}

.select2-dropdown ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.select2-dropdown ::-webkit-scrollbar-thumb {
  background-color: #002046;
}

.custom-file-upload {
  position: relative;
}

.custom-file-upload::after {
  position: absolute;
  content: "Choose File";
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background-color: tomato;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* form css end*/

/* card css start */

.custom--card {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.custom--card .card-header {
  background-color: #4582ff08;
}

.custom--card .card-body {
  padding: 1.25rem;
}

.card {
  border-width: 2px;
}

.card.style--two {
  background-color: transparent;
}

.card.style--two .card-header {
  padding: 0.9375rem 1.5625rem;
  background-color: transparent;
}

/* card css end */

/* modal css start */

.modal {
  z-index: 999999;
}

/* modal css end */

/* header start */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}

.header.menu-fixed .header__top {
  display: none;
}

.header.menu-fixed .header__bottom {
  background-color: #002046;
}

.header__bottom {
  padding: 0 3.125rem;
  background-color: #fff2d0;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .header__bottom {
    padding: 0.625rem 0;
  }
}

.header .site-logo img {
  width: 10.9375rem;
}

@media (max-width: 1199px) {
  .header .site-logo img {
    max-width: 6.375rem;
  }
}

.header .main-menu {
  margin-left: 4.375rem;
}

@media (max-width: 1199px) {
  .header .main-menu {
    margin-left: 0;
    padding: 0.9375rem 0;
  }
}

.header .main-menu li {
  position: relative;
}

@media (max-width: 1199px) {
  .header .main-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.header .main-menu li:last-child a {
  padding-right: 0;
}

.header .main-menu li.menu_has_children {
  position: relative;
}

.header .main-menu li.menu_has_children.open .sub-menu {
  display: block;
}

.header .main-menu li.menu_has_children > a {
  padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children > a {
    display: block;
  }
}

.header .main-menu li.menu_has_children > a::before {
  position: absolute;
  content: "\f067";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 30px;
  right: 0;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children > a::before {
    display: block;
    top: 0.5625rem;
  }
}

.header .main-menu li.menu_has_children:hover > a::before {
  content: "\f068";
  color: #f05945;
}

.header .main-menu li a {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1.5625rem 0.9375rem 1.5625rem 0;
  font-size: 0.9375rem;
  color: #393536;
}

@media (max-width: 1199px) {
  .header .main-menu li a {
    color: #ffffff;
    padding: 0.5rem 0;
    display: block;
  }
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
  color: #a5801e;
}

.header .main-menu li .sub-menu {
  position: absolute;
  width: 220px;
  top: 105%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 0.625rem 0;
  -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #e5e5e5;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    background-color: #002046;
    border: none;
  }
}

.header .main-menu li .sub-menu::before {
  position: absolute;
  content: "";
  top: -19px;
  left: 20px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu::before {
    display: none;
  }
}

.header .main-menu li .sub-menu li {
  border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu li {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

.header .main-menu li .sub-menu li:last-child {
  border-bottom: none;
}

.header .main-menu li .sub-menu li a {
  padding: 0.5rem 1.5625rem;
  display: block;
  color: #464646;
  position: relative;
  font-size: 0.9375rem;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu li a {
    color: #fff;
  }
}

.header .main-menu li .sub-menu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.25rem;
  width: 0.25rem;
  height: 100%;
  background-color: #f05945;
  opacity: 0;
}

.header .main-menu li .sub-menu li a:hover {
  background-color: rgba(240, 89, 69, 0.05);
  color: #f05945;
}

.header .main-menu li .sub-menu li a:hover::before {
  opacity: 1;
  left: 0;
}

.header .main-menu li .sub-menu li + li {
  margin-left: 0;
}

.header .main-menu li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header .main-menu li + li {
  margin-left: 1.25rem;
}

@media (max-width: 1199px) {
  .header .main-menu li + li {
    margin-left: 0;
  }
}

.header .nav-right {
  padding-left: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .nav-right {
    padding-left: 0;
  }
}

.language-select {
  background-color: transparent;
  color: #fff;
  height: 40px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.language-select option {
  background-color: #002046;
  color: #fff;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    background-color: #071e3e;
    padding: 0 1.875rem 1.25rem 1.875rem;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 20rem;
    overflow: auto;
  }
}

@media (max-width: 1199px) {
  .navbar {
    justify-content: start;
  }
  .navbar .site-logo {
    margin-left: auto;
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu-toggle {
  margin: 10px 0;
  position: relative;
  display: block;
  width: 2.1875rem;
  height: 1.25rem;
  cursor: pointer;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #000;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
  .menu-toggle:before,
  .menu-toggle:after {
    background-color: #000;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* header end */

/* hero section css start */

.hero {
  padding-top: 250px;
  padding-bottom: 200px;
  background-position-y: top;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero {
    padding-top: 190px;
    padding-bottom: 160px;
  }
}

.hero__title {
  font-size: 36px;
}

.hero-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 50px 40px 40px 40px;
  background-color: #002046;
  position: relative;
  border-radius: 8px;
  display: none;
}

@media (max-width: 767px) {
  .hero-list-item {
    padding: 40px 30px 30px 30px;
  }
}

.hero-list-item .hero-list-item-badge {
  position: absolute;
  top: 10px;
  left: -60px;
  color: #fff;
  transform: rotate(-45deg);
  padding: 4px 35px;
  font-size: 14px;
  border-radius: 3px;
  animation: poppip 1.5s infinite linear;
}

@keyframes poppip {
  0% {
    transform: rotate(-45deg) scale(1);
  }
  25% {
    transform: rotate(-45deg) scale(1.05);
  }
  50% {
    transform: rotate(-45deg) scale(1.07);
  }
  75% {
    transform: rotate(-45deg) scale(1.05);
  }
  100% {
    transform: rotate(-45deg) scale(1);
  }
}

@media (max-width: 640px) {
  .hero-list-item .hero-list-item-badge {
    transform: rotate(0deg) !important;
    left: 0;
    top: 0;
  }
  @keyframes poppip {
    0% {
      transform: rotate(-0deg) scale(1);
    }
    25% {
      transform: rotate(0deg) scale(1.05);
    }
    50% {
      transform: rotate(0deg) scale(1.07);
    }
    75% {
      transform: rotate(0deg) scale(1.05);
    }
    100% {
      transform: rotate(0deg) scale(1);
    }
  }
}

@media (max-width: 767px) {
  .hero-list-item::after {
    display: none;
  }
}

.hero-list-item .hero-list-item-top {
  width: 100%;
  text-align: center;
}

.hero-list-item .hero-list-item-top .title {
  font-size: 28px;
}

@media (max-width: 575px) {
  .hero-list-item .hero-list-item-top .title {
    font-size: 24px;
  }
}

.hero-list-item .price {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #fff;
}

@media (max-width: 767px) {
  .hero-list-item .price {
    font-size: 2.625rem;
  }
}

.hero-list-item .title {
  color: #fff;
  font-size: 1.25rem;
}

.hero-list-item .location {
  color: #fafafa;
}

.hero-list-item-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .hero-list-item-list .right {
    width: 100%;
  }
}

.hero-list-item-list .single {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .hero-list-item-list .single {
    padding: 10px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero-list-item-list .single {
    width: 50%;
  }
  .hero-list-item-list .single:nth-child(2) {
    border-right: none;
  }
}

.hero-list-item-list .single:last-child {
  border-right: none;
}

.hero-list-item-list .single i {
  color: #f05945;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .hero-list-item-list .single i {
    font-size: 1.75rem;
  }
}

.hero-list-item-list .single .caption {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .hero-list-item-list .single .caption {
    font-size: 12px;
  }
}

.hero-list-item-bottom {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
}

/* hero section css end */

/* inner-page-hero css start */

.inner-page-hero {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  background-position-y: center;
}

.inner-page-hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 242, 208, 0.45);
  opacity: 0.85;
  z-index: -1;
}

.inner-page-hero .page-title {
  font-weight: 600;
  color: #ffffff;
}

.inner-page-hero .page-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.inner-page-hero .page-list li {
  padding: 0 15px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.inner-page-hero .page-list li:first-child {
  padding-left: 0;
}

.inner-page-hero .page-list li:first-child::before {
  display: none;
}

.inner-page-hero .page-list li::before {
  position: absolute;
  content: "/";
  color: #ffffff;
  left: 0px;
}

.inner-page-hero .page-list li a {
  color: #ffffff;
}

/* inner-page-hero css end */

/* main search section css start */

.main-search-area {
  padding: 2.1875rem 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #002046;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-search-area .bg-el {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

/* main search section css end*/

/* feature listing section css start */

.property-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
}

.property-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.property-card__thumb {
  position: relative;
  height: 200px;
}

.property-card__thumb a {
  height: 100%;
}

.property-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 10px 10px 0 0;
}

.property-card__thumb .property-status {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  background-color: #fff;
  color: #777;
  border-radius: 999px;
}

.property-card__thumb .property-badge {
  position: absolute;
  bottom: -10px;
  left: -8px;
  background-color: #f05945;
  color: #fff;
  padding: 2px 15px;
  border-radius: 3px;
  font-size: 12px;
  z-index: 1;
}

.property-card__thumb .property-badge::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f34731;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
}

.property-card__thumb .property-badge::before {
  position: absolute;
  content: "";
  border-width: 8px 8px 8px 13px;
  border-style: solid;
  border-color: transparent #d2311d transparent transparent;
  left: -13px;
  bottom: -7px;
  z-index: -2;
}

.property-card__content {
  padding: 20px 15px 8px 15px;
}

.property-card__content .title {
  font-size: 1.05rem;
}

.property-card__content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-card .location {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
}

.property-card .property-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.property-card .property-meta li {
  font-size: 0.9375rem;
  width: calc(100% / 3);
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1399px) {
  .property-card .property-meta li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .property-card .property-meta li {
    font-size: 12px;
  }
}

.property-card .property-meta li i {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
  color: #f05945;
}

@media (max-width: 1399px) {
  .property-card .property-meta li i {
    font-size: 16px;
  }
}

.property-card .property-meta li:nth-last-child(-n + 2) {
  border-bottom: none;
}

.property-card .price {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f05945;
}

.property-card .ratings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.property-card .ratings i {
  color: #f9bf00;
}

/* feature listing section css end */

/* new listing section css start */

.new-list-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background-color: #f05945;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (max-width: 991px) {
  .new-list-slider .slick-arrow {
    top: auto;
    bottom: -50px;
  }
}

.new-list-slider .slick-arrow.prev {
  left: -35px;
}

@media (max-width: 991px) {
  .new-list-slider .slick-arrow.prev {
    left: calc(50% - 50px);
  }
}

.new-list-slider .slick-arrow.next {
  right: -35px;
}

@media (max-width: 991px) {
  .new-list-slider .slick-arrow.next {
    right: calc(50% - 50px);
  }
}

.new-list-slider .slick-list {
  margin: 0 -0.5rem;
}

.new-list-slider .single-slide {
  margin: 0 0.5rem;
}

.new-list-card {
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  z-index: 1;
}

.new-list-card:hover {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.new-list-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 242, 208, 0.45);
  opacity: 0.65;
}

.new-list-card__thumb {
  height: 320px;
}

.new-list-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.new-list-card__content {
  position: absolute;
  padding: 1.25rem;
  width: 100%;
  bottom: 0;
  left: 0;
}

.new-list-card__content .title {
  font-size: 1.375rem;
  color: #fff;
}

.new-list-card__content .location {
  color: #fff;
  margin-top: 0.3125rem;
}

.new-list-card__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 1.25rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 1.25rem;
}

.new-list-card__footer .price {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f05945;
}

.new-list-card__footer .ratings {
  color: #fff;
}

.new-list-card__footer .ratings i {
  color: #f9bf00;
}

/* new listing section css end */

/* cta-section css start */

.cta-wrapper {
  padding: 4.375rem 3.125rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* cta-section css end */

/* location list section css start */

.location-card {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  height: 100%;
  z-index: 1;
}

.location-card:hover {
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.location-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 242, 208, 0.45);
  opacity: 0.55;
  z-index: -1;
}

.location-card .place-name {
  color: #fff;
  font-size: 1.5rem;
}

.location-card .list-amount {
  color: #fff;
}

.location-card .list-amount::before {
  content: "(";
}

.location-card .list-amount::after {
  content: ")";
}

/* location list section css end */

/* agent section css start */

.agent-card {
  padding: 0.9375rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.agent-card__content {
  margin-top: 0.9375rem;
  padding: 0 0.625rem;
}

.ratings i {
  color: #f9bf00;
}

/* agent section css end */

/* blog section css start */

.post-card {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.post-card__thumb {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.post-card__thumb img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.post-card__content {
  padding: 0.625rem;
  margin-top: 0.9375rem;
}

.post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3125rem -0.625rem;
}

.post-meta li {
  margin: 0.3125rem 0.625rem;
}

.post-meta li a {
  color: #464646;
  display: flex;
  align-items: center;
}

.post-meta li a:hover {
  color: #f05945;
}

.post-meta li a i {
  font-size: 1.125rem;
}

.read-more {
  color: #f05945;
  text-decoration: underline;
}

.read-more:hover {
  text-decoration: underline;
}

/* blog section css end */

/* blog-details-section css start */

.blog-details__thumb {
  position: relative;
}

.blog-details__thumb img {
  width: 100%;
}

.blog-details__thumb .post__date {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 75px;
  text-align: center;
}

.blog-details__thumb .post__date .date {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  background-color: #f05945;
  padding: 10px 5px;
  width: 100%;
  line-height: 1;
}

.blog-details__thumb .post__date .month {
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 4px 5px;
  width: 100%;
  line-height: 1;
  font-size: 18px;
}

.blog-details__content {
  margin-top: 30px;
}

.blog-details__content p {
  margin-top: 20px;
}

.blog-details__content .blog-details__title {
  font-size: 24px;
}

.blog-details__content blockquote {
  margin-top: 30px;
  margin-bottom: 0;
}

blockquote {
  font-size: 18px;
  color: #464646;
  font-style: italic;
  text-align: center;
  padding: 50px 60px;
  background-color: #002046;
  color: #fff;
}

@media (max-width: 575px) {
  blockquote {
    padding: 30px 40px;
    font-size: 16px;
  }
}

.blog-details__footer {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.blog-details__footer .caption {
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-details__footer .social__links {
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details__footer .social__links li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #373e4a;
}

.blog-details__footer .social__links li a:hover {
  background-color: #f05945;
  color: #ffffff;
}

.comments-area {
  margin-top: 100px;
  margin-right: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.comments-area .title {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 24px;
}

.comments-list .single-comment {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.comments-list .single-comment:first-child {
  padding-top: 0;
}

.comments-list .single-comment:last-child {
  padding-bottom: 0;
}

.comments-list .single-comment__thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.comments-list .single-comment__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

@media (max-width: 480px) {
  .comments-list .single-comment__content {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comments-list .single-comment__content .name {
  text-transform: capitalize;
}

.comments-list .single-comment__content .date {
  font-size: 14px;
  font-style: italic;
}

.comments-list .single-comment__content p {
  margin-top: 5px;
}

.reply-btn {
  width: 28px;
  height: 28px;
  background-color: #f7f5fb;
  color: #f05945;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  float: right;
  margin-top: -30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.reply-btn:hover {
  background-color: #f05945;
  color: #ffffff;
}

.reply-btn i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.comment-form-area {
  margin-top: 70px;
}

.comment-form-area .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.comment-form input,
.comment-form textarea {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.comment-form input:focus,
.comment-form textarea:focus {
  box-shadow: 0px 3px 18px 2px rgba(46, 25, 204, 0.16);
  border-color: transparent;
}

/* blog-details-section css end */

/* account section css start */

.account-form {
  background-color: #002046;
}

.account-form .title {
  font-size: 2rem;
  color: #fff;
}

.account-form label {
  color: #fafafa;
}

.account-form .form--control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.account-form .form--control::-webkit-input-placeholder {
  color: #e6e6e6;
}

.account-form .form--control::-moz-placeholder {
  color: #e6e6e6;
}

.account-form .form--control:-ms-input-placeholder {
  color: #e6e6e6;
}

.account-form .form--control:-moz-placeholder {
  color: #e6e6e6;
}

.account-form .input-group-text {
  background-color: #f05945;
  color: #fff;
  border-color: #f05945;
}

.account-form p {
  color: #fff;
}

.box--border {
  border: 4px solid rgba(240, 89, 69, 0.55);
}

.box--shadow {
  box-shadow: 0 10px 25px rgba(240, 89, 69, 0.15);
}

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

.bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  z-index: -1;
}

/* account section css end */

/* contact section css start */

.single-info__icon {
  width: 5.3125rem;
  height: 5.3125rem;
  font-size: calc(5.3125rem / 2);
  background-color: #002046;
}

@media (max-width: 991px) {
  .single-info__icon {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}

@media (max-width: 380px) {
  .single-info__icon {
    width: 3.75rem;
    height: 3.75rem;
    font-size: calc(3.75rem / 2);
  }
}

.single-info__content {
  width: calc(100% - 5.3125rem);
  padding-left: 1.5625rem;
}

.single-info__content .title {
  font-size: 1.75rem;
}

@media (max-width: 991px) {
  .single-info__content .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 380px) {
  .single-info__content .title {
    font-size: 1.375rem;
  }
}

.contact-info-list .single-info {
  padding: 1.25rem 0;
}

.contact-info-list .single-info:first-child {
  padding-top: 0;
}

.contact-info-list .single-info:last-child {
  padding-bottom: 0;
}

.contact-form {
  background-color: #002046;
}

.contact-form .title {
  font-size: 2rem;
  color: #fff;
}

.contact-form label {
  color: #fafafa;
}

.contact-form .form--control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.contact-form .form--control::-webkit-input-placeholder {
  color: #e6e6e6;
}

.contact-form .form--control::-moz-placeholder {
  color: #e6e6e6;
}

.contact-form .form--control:-ms-input-placeholder {
  color: #e6e6e6;
}

.contact-form .form--control:-moz-placeholder {
  color: #e6e6e6;
}

.contact-form .input-group-text {
  background-color: #f05945;
  color: #fff;
  border-color: #f05945;
}

.contact-form p {
  color: #fff;
}

.contact-form select {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.contact-form select option {
  background-color: #f05945;
}

/* contact section css end */

/* search result section css start */

.search-area {
  background-color: #002046;
  padding: 20px 0;
}

.search-area .search-form {
  background-color: transparent;
}

.search-area .search-form::before {
  display: none;
}

.search-area .search-form label {
  color: #f2f2f2;
  margin-bottom: 0.5rem;
}

.search-area .search-form .select2-container .select2-selection--single {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.search-area
  .search-form
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  right: 12px;
}

.search-area
  .search-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
}

.card-view-btn-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: -0.3125rem -0.4375rem;
}

.card-view-btn-area button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0.3125rem 0.4375rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.card-view-btn-area button.active {
  background-color: #f05945;
  color: #fff;
}

.list-view .card-view {
  width: 100% !important;
}

.list-view .property-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.list-view .property-card__thumb {
  width: 35%;
  max-height: 200px;
  border-radius: 5px;
}

@media (max-width: 540px) {
  .list-view .property-card__thumb {
    width: 100%;
  }
}

.list-view .property-card__thumb .property-badge {
  bottom: auto;
  top: -2px;
}

@media (max-width: 540px) {
  .list-view .property-card__thumb .property-badge {
    top: auto;
    bottom: -10px;
  }
}

.list-view .property-card__thumb img {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 540px) {
  .list-view .property-card__thumb img {
    border-radius: 10px 10px 0 0;
  }
}

.list-view .property-card__content {
  width: 65%;
  padding: 0 20px;
  margin-top: 0;
}

@media (max-width: 540px) {
  .list-view .property-card__content {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }
}

.list-view .property-card__content .bookmark-btn {
  right: auto;
  left: -50px;
  top: 5px;
}

.search-tab-menu {
  margin: -0.1875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-tab-menu li {
  padding: 0.1875rem;
}

.search-tab-menu li button {
  font-size: 0.875rem;
  background-color: #fff;
  padding: 0.25rem 0.625rem;
  border: 1px solid #e5e5e5;
}

.search-tab-menu li button.active {
  background-color: #f05945;
  color: #fff;
}

/* search result section css end */

/* property details section css start */

.details-thumb-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 45px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  z-index: 1;
  margin-top: -25px;
}

.details-thumb-slider .slick-arrow:hover {
  background-color: #f05945;
  color: #fff;
}

.details-thumb-slider .slick-arrow.prev {
  left: 10px;
}

.details-thumb-slider .slick-arrow.next {
  right: 10px;
}

.details-thumb-slider .thumb-item {
  height: 450px;
}

.details-thumb-slider .thumb-item img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.details-thumb-nav .thumb-item {
  height: 120px;
  position: relative;
}

.details-thumb-nav .thumb-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002046;
  opacity: 0.55;
}

.details-thumb-nav .thumb-item img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.details-thumb-nav .single-slide.slick-current.slick-active .thumb-item::after {
  opacity: 0;
}

.property-details-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.1875rem -0.5rem;
}

.property-details-meta li {
  margin: 0.1875rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.property-details-meta li i {
  font-size: 1.375rem;
  margin-right: 4px;
  color: #f05945;
}

.property-details-price {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #373e4a;
}

.property-details-box {
  padding: 1.25rem;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.property-details-box .title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}

.property-details-box .property-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3125rem;
}

.property-details-box .property-meta li {
  width: 25%;
  display: flex;
  align-items: center;
  padding: 0.3125rem;
}

@media (max-width: 991px) {
  .property-details-box .property-meta li {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .property-details-box .property-meta li {
    width: calc(100% / 2);
  }
}

.property-details-box .property-meta li i {
  font-size: 1.5rem;
  margin-right: 3px;
}

.amenities-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3125rem;
}

.amenities-list li {
  width: 25%;
  padding: 0.3125rem;
  position: relative;
  padding-left: 22px;
}

@media (max-width: 991px) {
  .amenities-list li {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .amenities-list li {
    width: calc(100% / 2);
  }
}

.amenities-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f14a";
}

/* property details section css end */

/* dashboard section css start */

.widget-card {
  padding: 15px;
  background-color: rgba(115, 103, 240, 0.15);
  border: 1px solid rgba(115, 103, 240, 0.55);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.widget-card__header {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(115, 103, 240, 0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.widget-card__header .title {
  width: calc(100% - 47px);
  padding-right: 10px;
}

.widget-card__header .view-btn {
  width: 47px;
  padding: 2px 10px;
  background-color: #7367f0;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 0.75rem;
}

.widget-card__content {
  width: calc(100% - 60px);
  padding-right: 0.9375rem;
}

.widget-card__content .widget-number {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
}

.widget-card__icon {
  width: 55px;
  height: 55px;
  background-color: rgba(115, 103, 240, 0.85);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
}

.widget-card.widget-color--2 {
  background-color: rgba(30, 159, 242, 0.15);
  border: 1px solid rgba(30, 159, 242, 0.55);
}

.widget-card.widget-color--2 .widget-card__icon,
.widget-card.widget-color--2 .widget-card__header .view-btn {
  background-color: #1e9ff2;
}

.widget-card.widget-color--2 .widget-card__header {
  border-bottom: 1px solid rgba(30, 159, 242, 0.25);
}

.widget-card.widget-color--3 {
  background-color: rgba(0, 150, 136, 0.15);
  border: 1px solid rgba(0, 150, 136, 0.55);
}

.widget-card.widget-color--3 .widget-card__header {
  border-bottom: 1px solid rgba(0, 150, 136, 0.25);
}

.widget-card.widget-color--3 .widget-card__icon,
.widget-card.widget-color--3 .widget-card__header .view-btn {
  background-color: #009688;
}

.widget-card.widget-color--4 {
  background-color: rgba(76, 175, 80, 0.15);
  border: 1px solid rgba(76, 175, 80, 0.55);
}

.widget-card.widget-color--4 .widget-card__header {
  border-bottom: 1px solid rgba(76, 175, 80, 0.25);
}

.widget-card.widget-color--4 .widget-card__icon,
.widget-card.widget-color--4 .widget-card__header .view-btn {
  background-color: #4caf50;
}

.widget-card.widget-color--5 {
  background-color: rgba(0, 188, 212, 0.15);
  border: 1px solid rgba(0, 188, 212, 0.55);
}

.widget-card.widget-color--5 .widget-card__header {
  border-bottom: 1px solid rgba(0, 188, 212, 0.25);
}

.widget-card.widget-color--5 .widget-card__icon,
.widget-card.widget-color--5 .widget-card__header .view-btn {
  background-color: #00bcd4;
}

.widget-card.widget-color--6 {
  background-color: rgba(7, 121, 228, 0.15);
  border: 1px solid rgba(7, 121, 228, 0.55);
}

.widget-card.widget-color--6 .widget-card__header {
  border-bottom: 1px solid rgba(7, 121, 228, 0.25);
}

.widget-card.widget-color--6 .widget-card__icon,
.widget-card.widget-color--6 .widget-card__header .view-btn {
  background-color: #0779e4;
}

.table-ad {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.table-ad .thumb {
  width: 55px;
  background-color: #f1f1f1;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.table-ad .content {
  width: calc(100% - 55px);
  padding-left: 0.9375rem;
}

.table-ad .content .title {
  font-size: 1rem;
  font-weight: 700;
}

.account-header {
  padding: 1.25rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #002046;
}

.account-header .thumb {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.account-header .thumb img {
  width: 100%;
}

.account-header .content {
  margin-top: 1.5625rem;
}

.account-header .content .name {
  color: #fff;
  font-size: 1.25rem;
}

.account-header .content .account-info-list li {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.account-header .content .account-info-list li i {
  color: #f05945;
}

.account-info-list li {
  padding: 0.625rem 0;
  border-bottom: 1px dashed #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.account-info-list li:first-child {
  padding-top: 0;
}

.account-info-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.account-info-list li i {
  width: 30px;
  font-size: 1.375rem;
}

.account-info-list li span {
  width: calc(100% - 30px);
  word-break: break-word;
}

.account-menu-wrapper {
  padding: 1.25rem;
  margin-top: 1.875rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .account-menu-wrapper {
    position: fixed;
    top: 35px;
    left: -105%;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .account-menu-wrapper.active {
    left: 0;
  }
}

.account-sidebar-close-btn {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 30px;
  height: 30px;
  background-color: #ea5455;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: none;
}

@media (max-width: 991px) {
  .account-sidebar-close-btn {
    display: inline-block;
  }
}

.account-sidebar-open-btn {
  background-color: #002046;
  color: #fff;
  padding: 0.5rem 1.5625rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 1.25rem;
  display: none;
}

@media (max-width: 991px) {
  .account-sidebar-open-btn {
    display: inline-block;
  }
}

.account-menu .menu-header {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 0.875rem;
  color: #777;
}

.account-menu li.active a {
  background-color: rgba(240, 89, 69, 0.15);
  color: #002046;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-bottom: none;
}

.account-menu li.active a:hover {
  color: #002046;
}

.account-menu li a {
  color: #464646;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #e5e5e5;
}

.account-menu li a:hover {
  color: #f05945;
}

.account-menu li a i {
  font-size: 1.375rem;
  width: 25px;
}

.account-menu li a .menu-title {
  width: calc(100% - 25px);
  padding-left: 5px;
}

.create-ad-wrapper {
  padding: 50px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 480px) {
  .create-ad-wrapper {
    padding: 2.5rem 1.875rem;
  }
}

@media (max-width: 360px) {
  .create-ad-wrapper {
    padding: 1.875rem 1.25rem;
  }
}

.create-ad-wrapper .title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.5625rem;
}

/* dashboard section css end */

/* sidebar css start */

.sidebar {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

.sidebar .widget + .widget {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sidebar .widget + .widget {
    margin-top: 30px;
  }
}

.sidebar .widget {
  padding: 30px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.sidebar .widget .search-form {
  position: relative;
}

.sidebar .widget .search-form input {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.sidebar .widget .search-form .search-btn {
  position: absolute;
  color: #f05945;
  background-color: transparent;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #464646;
  width: 50px;
  height: 100%;
}

.sidebar .widget .widget__title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.sidebar .widget .widget__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #f05945;
}

.sidebar .widget .map iframe {
  width: 100%;
}

.sidebar .list li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .list li:first-child {
  padding-top: 0;
}

.sidebar .list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .list li .caption {
  font-weight: 600;
}

.sidebar .list li .caption::after {
  content: " :";
}

.sidebar .list li .info {
  float: right;
}

.sidebar .categories__list li:first-child a {
  padding-top: 0;
}

.sidebar .categories__list li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .categories__list li a {
  display: block;
  color: #464646;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .categories__list li a span {
  float: right;
}

.sidebar .categories__list li a span::before {
  content: "(";
}

.sidebar .categories__list li a span::after {
  content: ")";
}

.sidebar .archive__list li:first-child a {
  padding-top: 0;
}

.sidebar .archive__list li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .archive__list li a {
  display: block;
  color: #464646;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .archive__list li a:hover {
  color: #f05945;
}

.sidebar .archive__list li a span {
  float: right;
}

.sidebar .archive__list li a span::before {
  content: "(";
}

.sidebar .archive__list li a span::after {
  content: ")";
}

.sidebar .small-post-list .small-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .small-post-list .small-post:first-child {
  padding-top: 0;
}

.sidebar .small-post-list .small-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .small-post-list .small-post__thumb {
  width: 58px;
}

.sidebar .small-post-list .small-post__content {
  width: calc(100% - 58px);
  padding-left: 20px;
}

.sidebar .small-post-list .small-post__content .post__title a {
  font-size: 16px;
  font-weight: 600;
}

.sidebar .tags {
  margin: -5px -2px;
}

.sidebar .tags a {
  font-size: 16px;
  font-weight: 400;
  color: #464646;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 2px;
  text-transform: capitalize;
}

.sidebar .tags a:hover {
  background-color: #f05945;
  color: #ffffff;
  border-color: #f05945;
}

/* sidebar css end */

/* action-sidebar css start */

.action-sidebar {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #f0594508;
}

@media (max-width: 991px) {
  .action-sidebar {
    width: 350px;
    position: fixed;
    top: 75px;
    left: -105%;
    z-index: 99999;
    max-width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 75px);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: darkgrey #e7e7e7;
    background-color: #fff;
  }
  .action-sidebar::-webkit-scrollbar {
    width: 5px;
  }
  .action-sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .action-sidebar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
  }
  .action-sidebar.active {
    left: 0;
  }
}

.action-widget__title {
  font-size: 0.875rem;
  color: #464646;
  margin-bottom: 0.9375rem;
}

.action-widget__body.scroll--active {
  max-height: 200px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: darkgrey #e7e7e7;
}

.action-widget__body.scroll--active::-webkit-scrollbar {
  width: 5px;
}

.action-widget__body.scroll--active::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.action-widget__body.scroll--active::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.action-sidebar-close {
  width: 30px;
  height: 30px;
  background-color: #f05945;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

@media (max-width: 991px) {
  .action-sidebar-close {
    display: inline-block;
  }
}

.action-sidebar-open {
  padding: 0.5rem 1.5625rem;
  background-color: #f05945;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: none;
}

@media (max-width: 991px) {
  .action-sidebar-open {
    display: inline-flex;
  }
}

.action-sidebar-open i {
  font-size: 1.375rem;
  margin-right: 5px;
}

/* action-sidebar css end */

/* property-sidebar css start */

.property-sidebar {
  position: sticky;
  top: 100px;
  background-color: #f0594508;
}

.property-widget {
  padding: 0.9375rem;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.agent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agent__thumb {
  width: 70px;
}

.agent__content {
  width: calc(100% - 70px);
}

.agent-form .form--control {
  height: 45px;
}

.agent-social-list {
  margin: -3px;
}

.agent-social-list li {
  padding: 3px;
}

.agent-social-list li a {
  color: #777;
}

.apply-form {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* property-sidebar css end */

/* footer section css start */

.footer {
  background-color: #002046;
  position: relative;
  z-index: 1;
}

.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002046;
  opacity: 0.85;
  z-index: -1;
}

.footer__top {
  padding-top: 70px;
  padding-bottom: 50px;
}

.footer .footer-support {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer p,
.footer a,
.footer span,
.footer li,
.footer i {
  color: #393536;
}

.footer__bottom {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.footer__bottom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001b3c;
  z-index: -1;
}

.footer-logo {
  max-height: 50px;
  max-width: 150px;
}

@media (max-width: 575px) {
  .footer-support-single {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .footer-support-single {
    display: block;
  }
}

.footer-support-single .caption {
  color: #393536;
  font-size: 1.125rem;
}

@media (max-width: 575px) {
  .footer-support-single .caption {
    padding-right: 10px;
  }
}

.footer-support-single .caption ~ a {
  margin-top: 0 !important;
}

.footer-widget__title {
  color: #393536;
  font-size: 1.125rem;
  margin-bottom: 2.1875rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .footer-widget__title {
    margin-bottom: 1.25rem;
  }
}

.footer-widget .link-list li a {
  padding: 5px;
  display: block;
  border-color: rgba(255, 255, 255, 0.25);
}

.footer-widget .social-link-list li a {
  background-color: #f05945;
}

.link-list li:first-child a {
  padding-top: 0;
}

.link-list li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.link-list li a {
  padding: 7px 0;
  display: block;
  border-bottom: 1px dashed #e5e5e5;
}

.link-list li a:hover {
  color: #f05945;
}

.social-link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -7px;
}

.social-link-list li {
  margin: 5px 7px;
}

.social-link-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002046;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 20px;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form--control {
  padding-right: 60px;
}

.subscribe-form .subscribe-form-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 55px;
  height: calc(100% - 10px);
  background-color: #f05945;
  color: #fff;
  border-radius: 5px;
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  color: #fff;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card.bg--default {
  background-color: #002046;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #012958;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 25px;
  border: 1px solid #848484;
  margin: 3px 5px;
  display: inline-block;
}

.cookies-btn.left--btn {
  border-radius: 45px 10px 10px 45px;
}

.cookies-btn.right--btn {
  border-radius: 10px 45px 45px 10px;
}

.cookies-card.style--lg {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cookies-card.style--lg .cookies-card__content {
  width: calc(100% - (55px + 130px));
  padding: 0 25px;
}

.cookies-card.style--lg .cookies-card__btn {
  width: 130px;
}

@media (max-width: 1399px) {
  .cookies-card.style--lg,
  .cookies-card {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cookies-card.style--lg {
    display: block;
  }
  .cookies-card.style--lg .cookies-card__content {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  .cookies-card.style--lg .cookies-card__btn {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .cookies-card {
    padding: 15px;
    font-size: 14px;
  }
}

/* footer section css end */

/* ------------- new search -------------  */

.search-section {
  background: #f7f7f7;
}

.change-btn {
  text-align: center;
  background-color: #fff;
  padding: 5px;
  width: 50%;
  margin: -70px auto 0px;
  border-radius: 10px;
}

.change-btn .cb-item {
  display: inline-block;
}

.change-btn .cb-item label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 32px;
  margin-bottom: 0;
  cursor: pointer;
  color: #333;
  position: unset !important;
  transform: none !important;
}

.change-btn .cb-item label.active {
  border-bottom: 2px solid #a5801e;
  color: #a5801e;
}

.change-btn .cb-item label input {
  position: absolute;
  visibility: hidden;
}

.search-form-content .filter-form {
  margin-right: -20px;
}

.search-form-content .filter-form .sm-width {
  width: calc(33.33% - 20px);
}

.nice-select {
  clear: none;
  margin-right: 20px;
  height: 35px;
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  line-height: 43px;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none;
}

.search-form-content .filter-form .nice-select:after {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  height: 6px;
  right: 16px;
  margin-top: -6px;
  width: 6px;
  top: 54%;
}

.search-form-content .filter-form .nice-select span {
  font-size: 13px;
  color: #666666;
  font-weight: 500;
}

.search-form-content .filter-form .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}

.search-form-content .filter-form .price-range-wrap {
  float: left;
  margin-right: 20px;
}

.search-form-content .filter-form .price-range-wrap .price-text {
  margin-bottom: 9px;
}

.search-form-content .filter-form .price-range-wrap .price-text label {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0;
  text-transform: uppercase;
}

.search-form-content .filter-form .price-range-wrap .price-text input {
  display: inline-block;
  width: 165px;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  border: none;
  background: transparent;
}

.search-form-content .filter-form .room-size-range-wrap {
  float: left;
  margin-right: 20px;
}

.search-form-content .filter-form .room-size-range-wrap .price-text {
  margin-bottom: 9px;
}

.search-form-content .filter-form .room-size-range-wrap .price-text label {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 0;
}

.search-form-content .filter-form .room-size-range-wrap .price-text input {
  display: inline-block;
  width: 165px;
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  border: none;
  outline: none;
  background: transparent;
}

.search-form-content .filter-form .search-btn {
  font-size: 14px;
  height: 46px;
  background-color: #fbc531;
  color: #ffffff;
  width: 100%;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.ui-widget.ui-widget-content {
  background: #e1e1e1;
  height: 7px;
  border: none;
}

.ui-slider .ui-slider-range {
  background: #cc03b1;
}

.ui-slider-horizontal .ui-slider-handle {
  width: 13px;
  height: 13px;
  background: #cc03b1;
  border-radius: 50%;
  border: none;
  margin-left: 0;
  top: -3px;
}

.more-option .card {
  border: none;
  border-radius: 0;
  background: transparent;
}

.more-option .card .card-heading {
  padding-left: 34px;
}

.more-option .card .card-heading a {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  cursor: pointer;
}

.more-option .card .card-body {
  padding: 0;
  padding-top: 30px;
}

.more-option .card .card-body .mo-list .ml-column {
  width: 25%;
  float: left;
}

.more-option .card .card-body .mo-list .ml-column label {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}

.more-option .card .card-body .mo-list .ml-column label .checkbox {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  border-radius: 2px;
  content: "";
}

.more-option .card .card-body .mo-list .ml-column label input {
  position: absolute;
  visibility: hidden;
}

.more-option .card .card-body .mo-list .ml-column label input:checked ~ span {
  background: #666666;
}

.more-option .card-heading a:after,
.more-option .card-heading > a:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background: #00c89e;
  line-height: 20px;
  text-align: center;
}

.more-option .card-heading a:after,
.more-option .card-heading > a.active[aria-expanded="false"]:after {
  content: "L";
  font-size: 16px;
  font-family: "ElegantIcons";
  color: #ffffff;
  background: #cc03b1;
}

.more-option .card-heading a[aria-expanded="true"]:after,
.more-option .card-heading > a.active:after {
  content: "K";
  font-size: 16px;
  font-family: "ElegantIcons";
  color: #ffffff;
  background: #00c89e;
}

.looking_for_type {
  margin-bottom: 20px;
}

.search-section {
  padding: 20px 30px;
  background-color: rgba(234, 222, 191, 0.2);
  position: absolute;
  top: 400px;
  width: 80%;
  margin-left: 10%;
  border-radius: 12px;
}

.section-title h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 20px;
  color: #393536 !important;
}

.section-title h4:after {
  position: absolute;
  left: 0%;
  width: 5px;
  height: 46px;
  background: #a5801e;
  content: "";
}

/* ------------------------------- global_search -------------------------------------  */

form {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.input-group {
  position: relative;
}

.input-group label {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translatey(-50%);
  color: rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.input-group input {
  width: 100%;
  padding: 8px 30px 8px 12px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  outline: none;
  font-size: 16px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

input:focus {
  border-color: #f27121;
}

input:focus + label {
  transform: scale(1.05) translatey(-50%);
  color: #f27121;
}

#apps {
  margin-top: 42px;
}

.app {
  display: inline-block;
  width: 20%;
  margin: 0 2.2% 24px;
  padding: 12px 6px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  transition: all 0.2s ease;
}

.app:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.app i {
  font-size: 2.4em;
  color: #fff;
}

.app p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-top: 6px;
  transition: 0.2s all ease;
}

.app:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.suggestion-list {
  background-color: #002046;
  padding: 18px 24px 6px 12px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  margin-top: 0px;
  border: 2px solid #f27121;
  border-top: none;
}

.suggestion-list.hidden {
  display: none;
}

.suggestion-list p {
  margin-bottom: 12px;
}

.suggestion-list i {
  margin-right: 12px;
  color: #f27121;
}

.carousel-caption {
  bottom: 15% !important;
  text-align: unset !important;
}

/* ======================================== login signup =====================================  */

.create_ac {
  font-weight: bold;
  margin: 0;
}

.personal_infos {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
  color: #fff;
}

.registration_mails {
  font-size: 12px;
}

.social-container a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

.forgot_pass {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

.create_con {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 835px;
}

.form-container form {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  height: 100%;
  align-items: center;
  text-align: center;
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.form-container input {
  background: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.sign_ups {
  border-radius: 20px;
  border: 1px solid #fbc531;
  background: #fbc531;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.sign_ups:active {
  transform: scale(0.95);
}

.sign_ups:focus {
  outline: none;
}

.sign_ups.ghost {
  background: transparent;
  border-color: #fff;
}

.sign_up_section {
  margin-top: 30px;
}

.form-container {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: auto;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 60%;
  z-index: 2;
}

.sign-up-container {
  left: 0;
  width: 60%;
  z-index: 1;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.overlay {
  background-color: #002046;
  /* background: linear-gradient(to right, #ff4b2b, #ff416c) no-repeat 0 0 / cover; */
  color: #fff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-panel {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 100%;
  width: 50%;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-right {
  right: 0;
  transform: translateY(0);
}

.overlay-left {
  transform: translateY(-20%);
}

/* Move signin to right */

.container.right-panel-active .sign-in-container {
  transform: translateY(100%);
}

/* Move overlay to left */

.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

/* Bring signup over signin */

.container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
}

/* Move overlay back to right */

.container.right-panel-active .overlay {
  transform: translateX(50%);
}

/* Bring back the text to center */

.container.right-panel-active .overlay-left {
  transform: translateY(0);
}

/* Same effect for right */

.container.right-panel-active .overlay-right {
  transform: translateY(20%);
}

.footer {
  margin-top: 25px;
  text-align: center;
}

.icons {
  display: flex;
  width: 30px;
  height: 30px;
  letter-spacing: 15px;
  align-items: center;
}

.nice-select_login {
  clear: none;
  padding: 12px 15px;
  background: #eee;
  width: 100%;
  border-radius: 3px;
  border: none;
  line-height: 43px;
  margin: 8px 0px;
  outline: none;
}

.sign_mains {
  padding: 150px 20px !important;
}

.create_ac_sect {
  margin-top: 40px;
}

.carousel-item img {
  height: 650px;
}

.search-sectionMainCard {
  padding: 0px 100px;
}

.search-form-content .btn {
  padding: 5px !important;
}

.change-btn .cb-item label span {
  font-size: 25px;
}

.change-btn .cb-item label.active span {
  color: #a5801e;
}

@media (max-width: 768px) {
  .search-section {
    padding: 10px 0px;
    background-color: #fff2d0;
    top: 85px;
    width: 95%;
    margin-left: 2%;
  }
  .change-btn {
    width: 100%;
    margin: 0px;
  }
  .change-btn .cb-item label {
    padding: 0px 10px;
  }
  .change-btn .cb-item label span {
    font-size: 15px;
  }
  .carousel-item img {
    height: 600px !important;
  }
  .PropertySearchBar-SearchSection .search-section {
    padding: 15px 0px !important;
  }
  .PropertySearchBar-SearchSection .search-section .change-btn {
    width: 100% !important;
    margin: -40px auto 0px !important;
  }
}

.PropertySearchBar-SearchSection {
  margin: 20px 0px;
}

.PropertySearchBar-SearchSection .search-section {
  padding: 20px 30px;
  background-color: rgba(234, 222, 191, 0.2);
  position: unset;
  width: 100%;
  margin-left: 0%;
  border-radius: 12px;
}

.PropertySearchBar-SearchSection .search-section .change-btn {
  text-align: center;
  background-color: #fff;
  padding: 5px;
  width: 70%;
  margin: -65px auto 0px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.PropertySearchBar-SearchSection .search-sectionMainCard {
  padding: 0px;
}
