/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Quicksand:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
/*font-family: 'Inter', sans-serif;
 font-family: 'Poppins', sans-serif;
*/
/*fonts*/
body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: all .2s ease-in-out; }

.card {
  border: none; }

.home-hero-sider .home-heroslider-text h1 {
    line-height: 37px !important;
    /* overode  the main css */
}
.rmvcls li:fir st-child {
	display: block;
}
.rmvcls li {
	display: none;
}
.career .inner-top-banner h1 {
	font-size: 68px;
	font-weight: 800;
}
/* home page banner  */
.hp-search {
	display: none;
}
.topcities  div a {
	color: #fff;
}
.city-container h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
  line-height: normal;
}

.ref-prog-nav a span {
  background: #ff0000;
  padding: 2px 7px;
  font-size: 9px;
  color: #fff;
  border-radius: 14px;
  position: relative;
  top: -9px;
}

/*  Refferal Program Page css*/
.top-sec {
	display: flex;
}

section.refe-prog-pg {
  /* background: url(https://admin.brantfordindia.com/images/property/1744454099_Refferral-Banner.webp) no-repeat top center; */
  background-size: cover;
  position: relative !important;
}

.referral-program .inner-page-info {
  display: none;
}

.lft-txt {
	text-align: left;
}

.rp-wrk-img img {
	width: 100%;
	max-width: 118px;
}

.cmn-imgs {
	padding: 30px 20px 20px;
}

.ref-cntnr {
	padding-top: 0px !important;
}


.banner-desc-txt h1, .banner-desc-txt h4 {
	color: #fff;
  text-transform: uppercase;
	font-weight: 600;
}

.start-wng img {
	width: 100%;
}

.start-wng .referral-subtitle {
  margin-bottom: 30px;
}

.top-sec .cmn-row {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 21px;
}

.top-sec .cmn-row {
	width: 50%;
}

.top-sec .rght-txt {
	text-align: right;
}

.banner-desc-txt {
	display: flex;
	justify-content: center;
	align-items: center;
}

.signupbtn {
	color: #fff;
	padding: 9px 40px;
	border-radius: 45px;
	background: #ec2027;
	text-decoration: unset;
	font-size: 21px;
	font-weight: 900;
	line-height: normal;
}

.home-heroslider-text p {
	margin-top: 45px;
}
.cmn-row h5 {
	font-weight: 200;
}

.cmn-row h5 strong {
	font-weight: 700;
}

.signupbtn:hover {
	background:#03268c;
	color: #fff;
}

.referr-p-works {
	background: #ec2027;
  color: #fff;
}

.referr-p-works h2 {
	margin-bottom: 20px !important;
}

.referral-section {
	text-align: center;
}

.referral-form {
	width: 100%;
	margin: 0 auto;
}
 .career h1 {
color: #fff;
}
@media (min-width: 1025px){
  .start-wng img {
    max-width: 561px;
    margin-bottom: 60px;
  }
  .career h1 {
	font-size: 68px;
	font-weight: 800;
}
  .inner-top-banner .top-sec {
    position: absolute !important;
    top: 10px !important;
    width: 88% !important;
    max-width: 1250px !important;
  }
  .start-wng .container {
    display: flex;
}
  .referral-form {
    max-width: 650px;
  }
  .referral-section {
    padding: 50px 0 40px;
  }
  .cmn-imgs {
    height: 217px;
  }
  /* .banner-desc-txt {
    height: 550px;
  } */
  .start-wng-d {
    padding: 40px 0;
  }

.rp-wrk-img img {
	width: 100%;
	max-width: 118px;
}
}

@media (max-width: 1024px){
  .referral-section {
    padding: 40px 23px;
  }
  .referral-form {
    max-width: 92%;
  }
  .inner-top-banner .  top-sec {
    position: relative;
    top: 38px;
  }
  .referr-p-works .rpworks {
    padding: 50px 23px 0px;
  }
  .start-wng-d {
    padding: 50px 20px;
  }
  .rp-wrk-img .mb-4 {
    margin-bottom: 0px !important;
  }
  br {
    display: none;
  }
  .cmn-imgs {
    height: auto;
  }
.rp-wrk-img img {
	width: 100%;
	max-width: 80px;
}
.cmn-row h5 {
	font-weight: 200;
	font-size: 11px;
}
  .start-wng img {
    max-width: 400px;
    margin-bottom: 40px;
  }
  .banner-desc-t  xt {
    height: 455px;
  }
}


/* zoho form css */
.zh-form-crn .is-valid {
  border-color: #28a745; /* Green border for valid input */
}
.zh-form-crn .is-invalid {
  border-color: #dc3545; /* Red border for invalid input */
}
.zh-input button, .zh-input input, .zh-input optgroup, .zh-input select, .zh-input textarea {
	width: 100%;
	border: 1px solid #d4d4d4;
	line-height: normal;
	font-size: 14px;
	border-radius: 3px;
	padding: 9px 20px;
	margin-bottom: 14px;
}
.zcwf_row input#formsubmit {
  background: #03268c;
  color: #fff;
  border: 1px solid #03268c;
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: normal;
  padding: 7px 23px;
  cursor: pointer;
}
.zcwf_row input#formsubmit:hover{
  background: #ff0000;
  color: #fff;
  border: 1px solid #03268c;
}

.gcapthca {
	margin-top: 15px;
}
.zcwf_row label, .zh-input.hide-in-sec {
	display: none;
}
#crmWebToEntityForm.zcwf_lblTopBottom {
  width:100%;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
#crmWebToEntityForm.zcwf_lblTopBottom * {
  box-sizing: border-box;
}
#cr mWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
  direction: ltr;
}
.zcwf_lblTopBottom .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
  font-weight:bold }.zcwf_lblTopBottom.cpT_primaryBtn:hover{
  background: linear-gradient(#02acff 0,#006be4 100%) no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}.zcwf_lblTopBottom .zcwf_col_fld input[type=text], .zcwf_lblTopBottom input[type=password], .zcwf_lblTopBottom .zcwf_col_fld textarea {
  width: 60%;
  border: 1px solid #c0c6cc !important;
  resize: vertical;
  border-radius: 2px;
  float: left;
}
.zcwf_lblTopBottom .zcwf_col_lab {
  width: 30%;
  word-break: break-word;
  padding: 0px 6px 0px;
  margin-right: 10px;
  margin-top: 5px;
  padding-bottom: 4px;
}
.zcwf_lblTopBottom .zcwf_col_fld {
  width: 60%;
  padding: 0px 6px 0px;
  position: relative;
  margin-top: 5px;
}
.zcwf_lblTopBottom .zcwf_privacy{padding: 6px;}
.zcwf_lblTopBottom .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblTopBottom .zcwf_col_fld_slt {
  width: 60%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  float: left;
  resize: vertical;
  padding: 2px 5px;
}
.zcwf_lblTopBottom .zcwf_row:after, .zcwf_lblTopBottom .zcwf_col_fld:after {
  content: '';
  display: table;
  clear: both;
}
.zcwf_lblTopBottom .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  max-width: 35%;
  word-break: break-word;
}
.zcwf_lblTopBottom .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}
.zcwf_lblTopBottom .zcwf_row {margin: 15px 0px;}
.zcwf_lblTopBottom .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: var(--baseColor);
  font-size: 12px;
}
.zcwf_lblTopBottom .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  color: var(--baseColor);
  padding-top: 2px;
  margin-left: 6px;
}
.zcwf_lblTopBottom .zcwf_button {
  font-size: 12px;
  color: var(--baseColor);
  border: 1px solid #c0c6cc;
  padding: 3px 9px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zcwf_lblTopBottom .zcwf_tooltip_over{
  position: relative;
}
.zcwf_lblTopBottom .zcwf_tooltip_ctn{
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: var(--baseColor);
  z-index: 100;
}
.zcwf_lblTopBottom .zcwf_ckbox{
  float: left;
}
.zcwf_lblTopBottom .zcwf_file{
  width: 35%;
  box-sizing: border-box;
  float: left;
}
.clearB:after{
  content:'';
  display: block;
  clear: both;
}
@media all  {
  .zcwf_lblTopBottom .zcwf_col_lab, .zcwf_lblTopBottom .zcwf_col_fld {
      width: auto;
      float: none !important;
  }
  .zcwf_lblTopBottom .zcwf_col_help {width: 40%;}
}
/* contact form update zoho crm */
.contact-frm {
  padding: 40px !important;
}

.contact-frm h5 {
  padding-bottom: 30px;
}
/* end */
.form-control {
  font-size: inherit; }
  .form-control:focus {
    border-color: #7C7C7C;
    box-shadow: none; }
.progress_circle_bar {
  padding: 0px 15px; }
  .progress_circle_bar .loader {
    position: relative;
    float: left;
    user-select: none;
    box-sizing: border-box;
    width: 150px;
    height: 150px; }
  .progress_circle_bar .loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center; }
  .progress_circle_bar .spinner-holder-one {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box; }
  .progress_circle_bar .spinner-holder-two {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box; }
  .progress_circle_bar .loader-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid skyblue;
    box-sizing: border-box; }
  .progress_circle_bar .animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%; }
  .progress_circle_bar .text {
    text-align: center;
    font-size: 20px;
    color: skyblue;
    font-weight: bold; }
  .progress_circle_bar .loader-bg {
    border-color: #333;
    box-shadow: inset 2px 2px 20px 0 rgba(0, 0, 0, 0.4); }
  .progress_circle_bar .text {
    font-size: 20px;
    color: #ee4230 !important; }
  .progress_circle_bar .loader-spinner {
    border-color: #ee4230; }
  .progress_circle_bar .circle-loaded-75 .text {
    color: #c6594e !important; }
  .progress_circle_bar .circle-loaded-75 .loader-spinner {
    border-color: #c6594e; }

.home-main-header {
  border-radius: 0px; }

.navbar {
  font-family: 'Poppins', sans-serif;
  padding: 10px 0px;
  color: #dc0000;
  background: #fff; }
  .navbar .navbar-nav .nav-link {
    color: #dc0000;
    padding: 7px 10px;
    margin: 0px 5px; }
    .navbar .navbar-nav .nav-link::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #c20303;
      transition: width .3s; }
    .navbar .navbar-nav .nav-link:hover {
      color: #c20303; }
      .navbar .navbar-nav .nav-link:hover::after {
        width: 100%;
        transition: width .3s; }
  .navbar .navbar-brand img {
    height: 40px; }
  .navbar .login-registration {
    border-radius: 30px;
    color: #dc0000;
    border: 1px solid #dc0000;
    font-weight: 500;
    font-size: 14px; }
    .navbar .login-registration:hover {
      background: #c20303;
      color: #fff; }

/*slider*/
.slick-slide {
  display: none; }

.slick-initialized .slick-slide {
  display: block; }

/*slider*/
.homepage .home-navbar {
  background: #fff; }

.home-hero-sider {
  padding: 12rem 1rem 12rem; }
  .home-hero-sider .home-heroslider-text {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 36px; }
    .home-hero-sider .home-heroslider-text h1 {
      text-transform: capitalize;
      font-weight: 400;
      font-size: 25px;
      margin-bottom: 0px; }
  .home-hero-sider .hero-form-pills .pill-tab-btn .nav-item {
    padding: 0px 5px; }
    .home-hero-sider .hero-form-pills .pill-tab-btn .nav-item .nav-link {
      font-size: 12px;
      background: #fff;
      padding: 7px 10px;
      color: #4d4d4d;
      border-radius: 8px; }
      .home-hero-sider .hero-form-pills .pill-tab-btn .nav-item .nav-link.active {
        background-color: #dc0000;
        color: #fff;
        font-weight: 500;
        position: relative;
        /*  &:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 7px solid transparent;
            border-top-color: $secondarycolor;
            border-bottom: 0;
            margin-left: -7px;
            margin-bottom: -7px;
        }*/ }
  .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form {
    background: #fff;
    border-radius: 30px;
    padding: 7px 5px; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .cont-col {
      border-right: 1px solid #CCCCCC; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .first-input {
      border-radius: 30px 0px 0px 30px;
      border: 0px; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .select2-container--default .select2-selection--single {
      border: 0px;
      color: #4d4d4d;
      margin-top: 0px;
      border-radius: 0px;
      font-size: 14px;
      height: 36px; }
      .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .select2-container--default .select2-selection--single .select2-selection__rendered,
      .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        line-height: 36px; }
      .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .search-button {
      border-radius: 30px;
      /* background: #dc0000; */
      color: #fff;
      text-align: center;
      padding: 5px 0px;
      width: 100%; }
  .home-hero-sider .mobile-dropdown-home {
    padding: 0px; }
    .home-hero-sider .mobile-dropdown-home .nav-select {
      display: block;
      width: 100%;
      padding: 15px;
      margin-bottom: 25px;
      border-radius: 5px; }

.red-line {
  height: 4px;
  width: 60px;
  border-radius: 4px;
  background: #dc0000;
  display: inline-block; }

.property-type-slider .ptoperty-type-header h2 {
  font-weight: 600; }
.property-type-slider .ptoperty-type-header .type_slider_buttons {
  margin-top: 10px; }
  .property-type-slider .ptoperty-type-header .type_slider_buttons .slider-buttons {
    margin: 2px;
    border-radius: 50%;
    height: 26px;
    width: 25px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background-color: #dc0000; }
    .property-type-slider .ptoperty-type-header .type_slider_buttons .slider-buttons:hover {
      background-color: #c20303; }

.slider-buttons {
  margin: 2px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #7C7C7C;
  background-color: #D9D9D9;
  border: 0px;
  font-size: 18px; }
  .slider-buttons:hover {
    color: #fff;
    background-color: #dc0000; }

.property-type-slider-contianer {
  background-size: contain; }
  .property-type-slider-contianer .ptoperty-type-header {
    padding-top: 1rem; }
    .property-type-slider-contianer .ptoperty-type-header h2 {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 24px; }
    .property-type-slider-contianer .ptoperty-type-header .type_slider_buttons {
      margin-top: 10px; }
      .property-type-slider-contianer .ptoperty-type-header .type_slider_buttons .slider-buttons {
        margin: 2px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        color: #7C7C7C;
        background-color: #D9D9D9;
        border: 0px;
        font-size: 18px; }
        .property-type-slider-contianer .ptoperty-type-header .type_slider_buttons .slider-buttons:hover {
          color: #fff;
          background-color: #dc0000; }
  .property-type-slider-contianer .property-type-slider .property-type {
    padding: 15px; }
    .property-type-slider-contianer .property-type-slider .property-type a {
      text-decoration: none; }
      .property-type-slider-contianer .property-type-slider .property-type a .property-type-image {
        display: block;
        width: 100%;
        height: 7rem;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border: 1px solid #CCCCCC; }
      .property-type-slider-contianer .property-type-slider .property-type a .property-type-text {
        display: block;
        width: 90%;
        padding: 5px;
        font-size: 12px;
        color: #4d4d4d;
        border-radius: 5px;
        margin: -15px auto 0px;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        border: 1px solid #CCCCCC;
        text-align: center; }
      .property-type-slider-contianer .property-type-slider .property-type a:hover .property-type-image {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border: 1px solid #dc0000; }
      .property-type-slider-contianer .property-type-slider .property-type a:hover .property-type-text {
        background: #dc0000;
        border-color: #dc0000;
        color: #fff;
        font-weight: 600; }

.typeahead,
.twitter-typeahead,
.tt-open {
  width: 100%;
  display: block;
  border: 0px; }

.home-2features h2 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px; }
.home-2features p {
  color: #4d4d4d;
  margin-bottom: 15px; }
.home-2features .view_buttons {
  padding: 10px 15px;
  border: 1px solid #dc0000;
  color: #dc0000;
  border-radius: 30px;
  text-decoration: none; }
  .home-2features .view_buttons:hover {
    background-color: #dc0000;
    color: #fff;
    font-weight: 600; }

.section-heading-area h2 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px; }
.section-heading-area p {
  color: #4d4d4d; }

.city-container .present-city {
  padding: 10px; }
  .city-container .present-city a {
    text-decoration: none;
    color: #000; }
    .city-container .present-city a .card {
      padding: 0px;
      border: 1px solid #D9D9D9;
      border-radius: 5px;
      overflow: hidden; }
      .city-container .present-city a .card .card-img-left {
        width: 100px;
        height: auto;
        border-radius: 0px; }
      .city-container .present-city a .card .card-body {
        padding: 10px 15px 5px; }
        .city-container .present-city a .card .card-body .card-title {
          font-size: 12.5px;
          color: #4d4d4d;
          font-family: 'Poppins', sans-serif;
          text-transform: uppercase;
          font-weight: 500;
          text-align: center;
          margin: 2px 0px; }
        .city-container .present-city a .card .card-body .card-text {
          display: block;
          margin-bottom: 0; }
          .city-container .present-city a .card .card-body .card-text ul {
            margin-left: 0px;
            margin-bottom: 0px; }
            .city-container .present-city a .card .card-body .card-text ul li {
              color: #7C7C7C;
              font-size: 12px;
              font-family: 'Inter', sans-serif;
              margin-bottom: 2px;
              color: #7C7C7C; }
    .city-container .present-city a:hover .card {
      border: 1px solid #dc0000; }

.property-listing-slider-container .view_btns_cntr .view_btn {
  color: #4d4d4d;
  border-radius: 30px;
  padding: 5px 15px;
  height: 40px;
  display: inline-block;
  background-color: #D9D9D9;
  color: #4d4d4d;
  line-height: 32px;
  text-decoration: none;
  margin-top: -3px; }

  .property-listing-slider-container .view_btns_cntr .view_btn:hover {
    background-color: #dc0000;
    color: #fff;
    font-weight: 600; }

.property-listing .tt-suggestion .h2 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif; }

.loading {
  margin-top: 30px; }
  .loading img {
    width: 60px; }

.property-list-item {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  transition: all .2s ease-in-out;
  margin: 0px 15px 15px;
  position: relative; }
  .property-list-item a {
    text-decoration: none;
    color: inherit; }
  .property-list-item .div_link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .property-list-item .div_link img {
      width: 100%;
      height: 100%; }
  .property-list-item .property-listing-top-img {
    height: 180px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    position: relative; }
    .property-list-item .property-listing-top-img .overlay-item {
      color: #fff;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 180px;
      width: 100%;
      background: black;
      background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 80%);
      z-index: 0; }
      .property-list-item .property-listing-top-img .overlay-item .pricentype {
        display: block;
        padding: 4px 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px; }
        .property-list-item .property-listing-top-img .overlay-item .pricentype .price-container {
          font-weight: 600;
          font-size: 12px;
          padding-right: 0px; }
        .property-list-item .property-listing-top-img .overlay-item .pricentype .type_info {
          padding: 2px 10px;
          background: #dc0000;
          color: #fff;
          border-radius: 15px;
          font-size: 12px; }
    .property-list-item .property-listing-top-img .listing-banner-top-details {
      position: absolute;
      width: 100%;
      display: inline-block;
      z-index: 1; }
      .property-list-item .property-listing-top-img .listing-banner-top-details .verify-icon span {
        background: rgba(255, 255, 255, 0.8);
        padding: 2px 5px;
        border-radius: 10px;
        color: #dc0000; }
      .property-list-item .property-listing-top-img .listing-banner-top-details .mark-fav a {
        background: rgba(255, 255, 255, 0.5);
        color: #4d4d4d;
        font-size: 20px;
        height: 34px;
        width: 34px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 36px; }
        .property-list-item .property-listing-top-img .listing-banner-top-details .mark-fav a .active, .property-list-item .property-listing-top-img .listing-banner-top-details .mark-fav a.bg-danger, .property-list-item .property-listing-top-img .listing-banner-top-details .mark-fav a:hover {
          color: #fff;
          background: #dc0000; }
  .property-list-item .pricing-button-container {
    display: block;
    padding: 5px 7px;
    margin: -27px 5% 0px;
    width: 90%;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    background: #fff;
    z-index: 2; }
    .property-list-item .pricing-button-container .listing-pricing {
      font-size: 12px;
      color: #7C7C7C;
      line-height: 14px; }
      .property-list-item .pricing-button-container .listing-pricing p {
        margin-bottom: 0px; }
        .property-list-item .pricing-button-container .listing-pricing p span {
          font-size: 14px;
          line-height: 18px;
          display: block;
          color: #000;
          font-weight: 500; }
    .property-list-item .pricing-button-container .btn {
      width: 25px;
      height: 25px;
      color: #4d4d4d;
      background: #CCCCCC;
      padding: 0px;
      line-height: 25px;
      text-align: center;
      border-radius: 5px; }
      .property-list-item .pricing-button-container .btn:hover {
        background: #c20303;
        color: #fff; }
  .property-list-item .list-price-container {
    display: none;
    background: #fff; }
    .property-list-item .list-price-container .listing-pricing {
      font-size: 12px;
      color: #7C7C7C;
      line-height: 14px; }
      .property-list-item .list-price-container .listing-pricing p {
        margin-bottom: 0px; }
        .property-list-item .list-price-container .listing-pricing p span {
          font-size: 16px;
          line-height: 20px;
          display: block;
          color: #000;
          font-weight: 500; }
    .property-list-item .list-price-container .btn {
      min-width: auto;
      height: auto;
      color: #4d4d4d;
      background: #CCCCCC;
      padding: 8px 15px;
      line-height: 1.2;
      text-align: center;
      border-radius: 7px;
      font-size: 14px;
      white-space: nowrap; }
      .property-list-item .list-price-container .btn:hover {
        background: #c20303;
        color: #fff; }
  .property-list-item .card-body {
    padding-bottom: 10px; }
    .property-list-item .card-body .card-title {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      margin-bottom: 3px;
      font-size: 16px; }
    .property-list-item .card-body .listing-item-address {
      color: #7C7C7C;
      margin-bottom: 10px;
      font-size: 12px; }
      .property-list-item .card-body .listing-item-address i {
        color: #dc0000; }
    .property-list-item .card-body .card-text {
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      border-bottom: 1px solid #D9D9D9;
      padding-bottom: 10px;
      height: 65px;
      margin-bottom: 7px; }
    .property-list-item .card-body .property_footer_button {
      height: 35px;
      width: 35px;
      border-radius: 30px;
      background-color: #D9D9D9;
      color: #dc0000;
      line-height: 32px;
      padding: 0px;
      text-align: center;
      display: block;
      z-index: 9; }
      .property-list-item .card-body .property_footer_button:hover {
        background-color: #dc0000;
        color: #fff; }
        /* New rule for the selected state */
.property-list-item .card-body .property_footer_button.selected {
  background-color: #dc0000;
  color: #fff;
}
    .property-list-item .card-body .propert_footer_link {
      font-size: 14px;
      text-decoration: none;
      color: #dc0000;
      padding: 5px 0px; }
      .property-list-item .card-body .propert_footer_link:hover {
        font-weight: 500;
        color: #c20303; }
  .property-list-item:hover {
    border-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
    .property-list-item:hover .pricing-button-container {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
      transform: scale(1.02); }
      .property-list-item:hover .pricing-button-container .btn {
        background: #c20303;
        color: #fff; }

.list-grid {
  width: 100%; }
  .list-grid .property-list-item {
    margin: 0px 15px 15px;
    display: grid;
    grid-template-columns: 1fr 2fr; }
    .list-grid .property-list-item .property-listing-top-img {
      border-radius: 20px 0px 0px 20px;
      grid-template-columns: 1fr;
      position: relative; }
    .list-grid .property-list-item .pricing-button-container {
      display: none; }
    .list-grid .property-list-item .card-body {
      padding-left: 15px;
      position: relative; }
      .list-grid .property-list-item .card-body .card-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-bottom: 3px;
        font-size: 16px; }
      .list-grid .property-list-item .card-body .listing-item-address {
        color: #7C7C7C;
        margin-bottom: 10px;
        font-size: 12px; }
        .list-grid .property-list-item .card-body .listing-item-address i {
          color: #dc0000; }
      .list-grid .property-list-item .card-body .list-price-container {
        display: block; }
    .list-grid .property-list-item:hover {
      border-color: #fff;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
      .list-grid .property-list-item:hover .pricing-button-container {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        transform: scale(1.02); }
        .list-grid .property-list-item:hover .pricing-button-container .btn {
          background: #c20303;
          color: #fff; }

.features-container {
  position: relative; }
  .features-container .features-listing .feature-item {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    vertical-align: middle;
    border: 1px solid #D9D9D9;
    padding: 25px 15px;
    text-align: center;
    height: 360px; }
    .features-container .features-listing .feature-item .background-feature-icon {
      margin: 0 auto 15px;
      display: inline-block;
      height: 70px;
      width: 70px;
      line-height: 70px;
      border-radius: 40px;
      background: #dc0000; }
      .features-container .features-listing .feature-item .background-feature-icon .card-img-left {
        width: 30px;
        height: 30px; }
    .features-container .features-listing .feature-item .card-body .card-title {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 20px; }
    .features-container .features-listing .feature-item .card-body .card-text {
      font-size: 14px; }
  .features-container .feature-listing-container-bg {
    background: #dc0000;
    color: #fff;
    margin-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    bottom: 20px;
    z-index: -1; }
  .features-container .features-image {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60%;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }

.survey-calculator-container .survey,
.survey-calculator-container .calculator {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 20px 15px; }
  .survey-calculator-container .survey .card-body h3,
  .survey-calculator-container .calculator .card-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500; }
  .survey-calculator-container .survey .card-body p,
  .survey-calculator-container .calculator .card-body p {
    display: inline-block;
    width: 75%; }
  .survey-calculator-container .survey .card-body .link-btn,
  .survey-calculator-container .calculator .card-body .link-btn {
    background-color: #dc0000;
    color: #fff;
    border-radius: 30px; }
    .survey-calculator-container .survey .card-body .link-btn:hover,
    .survey-calculator-container .calculator .card-body .link-btn:hover {
      background-color: #c20303;
      box-shadow: 0px 0px rgba(0, 0, 0, 0.3); }
  .survey-calculator-container .survey .left-side-image,
  .survey-calculator-container .calculator .left-side-image {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .survey-calculator-container .survey .left-side-image img,
    .survey-calculator-container .calculator .left-side-image img {
      height: 120px; }
.survey-calculator-container .survey {
  background: #fff url("../../images/survey_bg.png") no-repeat;
  background-position: left;
  background-size: contain; }
.survey-calculator-container .calculator {
  background: #fff url("../../images/calculate_bg.png") no-repeat;
  background-position: right;
  background-size: contain; }

.happy-customer-logo-container h3 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif; }
.happy-customer-logo-container .client-logo-slider .client-logo {
  text-align: center; }
  .happy-customer-logo-container .client-logo-slider .client-logo img {
    height: 50px; }

.customer-testimonial-container {
  position: relative; }
  .customer-testimonial-container .testimonial-bg {
    background: #F9F9F9;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 60%;
    display: inline-block; }
    .customer-testimonial-container .testimonial-bg .testimonial-bg-img1 {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 250px;
      width: 250px; }
    .customer-testimonial-container .testimonial-bg .testimonial-bg-img2 {
      position: absolute;
      top: 25px;
      right: 50px;
      height: 250px;
      width: 250px; }
  .customer-testimonial-container .heading-container h2 {
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px; }
  .customer-testimonial-container .client-testimnoial-slider {
    margin-bottom: 0px; }
    .customer-testimonial-container .client-testimnoial-slider .testimonail-item {
      border: 1px solid #7C7C7C;
      padding: 15px 25px;
      border-radius: 5px;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      margin: 0px 15px;
      vertical-align: baseline;
      background: #fff;
           /* &.slick-center {
                opacity: 1;


                line-height: 1rem;
                z-index: 1;
                position: relative;

                padding: 25px;
                border-color: $primarycolor;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

                .quote-img {
                    -webkit-filter: grayscale(0%);
                    filter: grayscale(0%);
                }
            }*/ }
      .customer-testimonial-container .client-testimnoial-slider .testimonail-item .quote-img {
        display: inline-block;
        max-width: 25px;
        margin-top: -10px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .customer-testimonial-container .client-testimnoial-slider .testimonail-item .client-info {
        display: block; }
        .customer-testimonial-container .client-testimnoial-slider .testimonail-item .client-info .testimonial-user {
          display: inline-block; }
          .customer-testimonial-container .client-testimnoial-slider .testimonail-item .client-info .testimonial-user .image-holder {
            display: inline-block;
            float: left;
            border-radius: 50%;
            height: 50px;
            width: 50px; }
          .           cu               stomer-testimonial-container .client-testimnoial-slider .testimonail-item .client-info .testimonial-user                .info_data {
            margin: 5px 10px;
            text-align: left;
            display: inline-block; }
            .customer-testimonial-container .client-testimnoial-slider .testimonail-item .client-info .testimonial-user .info_data h4 {
              font-size: 16px;
              display: inline-block;
              font-weight: 500;
              font-family: 'Poppins', sans-serif;
              margin-bottom: 0px; }
            .customer-testimonial-container .client-testimnoial-slider .testimonail-item .client-info .testimonial-user .info_data p {
              display: inline-block;
              color: #4d4d4d;
              margin-bottom: 0px; }

.our-blogs-container .heading-blog h2 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 500; }
.our-blogs-container .heading-blog p {
  color: #4d4d4d; }
.our-blogs-container .our-blogs-slider .blog-item {
  PADDING: 5px; }
  .our-blogs-container .our-blogs-slider .blog-item .card-img-top {
    display: block;
    border-radius: 5px 5px 0px 0px;
    height: 200px;
    width: 100%; }
  .our-blogs-container .our-blogs-slider .blog-item .card-body {
    position: relative;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    border: 1PX solid #CCCCCC;
    transition: all .2s ease-in-out; }
    .our-blogs-container .our-blogs-slider .blog-item .card-body h3 {
      font-size: 16px;
      font-weight: 500;
      color: #000;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 5px; }
    .our-blogs-container .our-blogs-slider .blog-item .card-body span {
      font-size: 12px;
      color: #7C7C7C;
      margin-bottom: 5px;
      display: block;
      position: relative; }
      .our-blogs-container .our-blogs-slider .blog-item .card-body span i {
        color: #dc0000;
        margin-right: 2px; }
    .our-blogs-container .our-blogs-slider .blog-item .card-body .card-text {
      color: #4d4d4d;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .our-blogs-container .our-blogs-slider .blog-item .card-body a {
      color: #dc0000;
      text-decoration: none; }
      .our-blogs-container .our-blogs-slider .blog-item .card-body a:hover {
        color: #c20303; }
  .our-blogs-container .our-blogs-slider .blog-item:hover .card-body,
  .our-blogs-container .our-blogs-slider .blog-item:hover .card-img-top {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  .our-blogs-container .our-blogs-slider .blog-item:hover .card-body {
    border-color: #fff; }
    .our-blogs-container .our-blogs-slider .blog-item:hover .card-body a {
      color: #c20303; }

.download-app-container {
  position: relative; }
  .download-app-container .mobile-app-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40%;
    background: #dc0000;
    z-index: -1; }
  .download-app-container .download-info {
    display: inline-block;
    bottom: 25px;
    left: 0;
    color: #fff; }
  .download-app-container .download-app-info {
    position: relative;
    color: #fff; }
    .download-app-container .download-app-info .download_content {
      position: absolute; }
      .download-app-container .download-app-info .download_content h2 {
        font-weight: 500;
        font-family: 'Poppins', sans-serif; }
      .download-app-container .download-app-info .download_content p {
        font-weight: 400; }
      .download-app-container .download-app-info .download_content .store-btn {
        display: inline-block;
        float: left; }
        .download-app-container .download-app-info .download_content .store-btn:hover {
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }

.rules-info {
  font-size: 12px;
  color: #4d4d4d;
  line-height: 18px;
  border-bottom: 1px solid #CCCCCC; }
  .rules-info strong {
    font-weight: 600;
    display: content; }
  .rules-info h6 {
    font-weight: 500;
    padding: 0px; }
  .rules-info p:last-child {
    margin-bottom: 0px; }

.footer {
  font-family: 'Poppins', sans-serif; }
  .footer .additipon-links-container {
    border-bottom: 1px solid #CCCCCC; }
    .footer .additipon-links-container .col {
      padding: 3px 5px;
      flex: 1 0 20%; }
      .footer .additipon-links-container .col a {
        color: #7C7C7C;
        font-size: 12px;
        text-decoration: none;
        line-height: 16px; }
        .footer .additipon-links-container .col a:hover {
          color: #dc0000; }
  .footer ul {
    margin-bottom: 0px;
    /* padding-left: 0px; */
   }
    .footer ul li {
      padding: 3px 5px; }
      .footer ul li a {
        color: #000;
        text-decoration: none;
        font-size: 11px; }
        .footer ul li a:hover {
          color: #dc0000; }
  .footer .footer_links_container h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000; }
  .footer .footer_links_container hr {
    width: 60px;
    background-color: #dc0000;
    height: 3px;
    margin-bottom: 7px;
    opacity: 1; }
  .footer .footer_links_container p {
    font-size: 12px;
    margin-bottom: 3px; }
    .footer .footer_links_container p::before {
      content: ">";
      color: #dc0000;
      font-weight: 600;
      font-size: 15px; }
    .footer .footer_links_container p a {
      text-decoration: none;
      padding: 3px 5px;
      color: #4d4d4d; }
      .footer .footer_links_container p a:hover {
        color: #dc0000; }
  .footer .social-link-container li svg {
    width: 24px;
    height: 24px;
    fill: none;
  color: #fff;}

.footer_bottom_most {
  background: #dc0000; }

.inner-pages .inner-page-info {
  border-top: 1px solid #D9D9D9;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .inner-pages .inner-page-info .top-header-info h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0px; }
  .inner-pages .inner-page-info .top-header-info .available_count {
    font-weight: 500;
    color: #dc0000; }
  .inner-pages .inner-page-info .top-header-info .badge {
    font-size: 13px;
    padding: 4px 10px 4px 4px;
    font-weight: 400;
    vertical-align: middle;
    color: #fff; }
    .inner-pages .inner-page-info .top-header-info .badge.rating-bdg {
      color: #dc0000; }
  .inner-pages .inner-page-info .top-header-info .address-details-top {
    color: #4d4d4d; }
    .inner-pages .inner-page-info .top-header-info .address-details-top i {
      color: #dc0000; }
  .inner-pages .inner-page-info .top-header-info .price-container {
    display: block;
    text-align: right; }
    .inner-pages .inner-page-info .top-header-info .price-container h3 {
      font-size: 24px;
      display: inline-block;
      font-weight: 500;
      color: #dc0000; }
      .inner-pages .inner-page-info .top-header-info .price-container h3 span {
        font-weight: 400;
        color: #4d4d4d;
        font-size: 14px; }
        .inner-pages .inner-page-info .top-header-info .price-container h3  span.price-label {
          display: block;
          width: 100%;
          font-size: 11px;
          color: #7C7C7C;
          text-align: left; }
  .inner-pages .inner-page-info .top-header-info .features-container {
    display: block; }
    .inner-pages .inner-page-info .top-header-info .features-container a {
      height: 35px;
      width: 35px;
      border-radius: 5px;
      border: 1px solid #7C7C7C;
      color: #7C7C7C;
      display: inline-block;
      line-height: 32px;
      text-align: center; }
      .inner-pages .inner-page-info .top-header-info .features-container a:hover {
        background: #dc0000;
        border-color: #dc0000;
        color: #fff; }
      .inner-pages .inner-page-info .top-header-info .features-container a.dropdown-item {
        height: auto;
        width: 100%;
        border: 0px;
        text-align: left; }
        .inner-pages .inner-page-info .top-header-info .features-container a.dropdown-item i {
          margin-right: 7px;
          font-size: 19px; }
    .inner-pages .inner-page-info .top-header-info .features-container .dropdown-menu.show {
      z-index: 9999; }
  .inner-pages .inner-page-info .top-header-info .breadcrumb-nav .breadcrumb {
    margin-bottom: 0px; }
    .inner-pages .inner-page-info .top-header-info .breadcrumb-nav .breadcrumb .breadcrumb-item a {
      color: #7C7C7C;
      text-decoration: none; }
      .inner-pages .inner-page-info .top-header-info .breadcrumb-nav .breadcrumb .breadcrumb-item a:hover {
        color: #dc0000; }
    .inner-pages .inner-page-info .top-header-info .breadcrumb-nav .breadcrumb .breadcrumb-item.active {
      color: #dc0000;
      font-weight: 600; }
.inner-pages .search-result-container {
  background-color: #F8F8F8; }
.inner-pages .left-search-list .filter-options {
  margin-bottom: 15px; }
  .inner-pages .left-search-list .filter-options .filter-btn {
    background: #fff;
    border: 1px solid #dc0000;
    border-radius: 30px;
    color: #4d4d4d;
    height: 35px; }
    .inner-pages .left-search-list .filter-options .filter-btn svg {
      fill: #dc0000; }
    .inner-pages .left-search-list .filter-options .filter-btn:hover {
      background-color: #dc0000;
      color: #fff; }
      .inner-pages .left-search-list .filter-options .filter-btn:hover svg {
        fill: #fff; }
  .inner-pages .left-search-list .filter-options .listing-grid-style {
    margin-bottom: 0px; }
    .inner-pages .left-search-list .filter-options .listing-grid-style .btn-toolbar {
      display: inline-block;
      height: 35px;
      width: 35px;
      border-radius: 5px;
      border: 1px solid #7C7C7C;
      color: #dc0000;
      background: #fff;
      text-align: center;
      line-height: 30px; }
      .inner-pages .left-search-list .filter-options .listing-grid-style .btn-toolbar svg {
        fill: #7C7C7C; }
      .inner-pages .left-search-list .filter-options .listing-grid-style .btn-toolbar.active {
        background: #dc0000;
        color: #fff;
        border-color: #dc0000; }
        .inner-pages .left-search-list .filter-options .listing-grid-style .btn-toolbar.active svg {
          fill: #fff; }

.faq-section-container .accordion-item {
  background: #F8F8F8;
  border: 1px solid #D9D9D9;
  border-radius: 5px; }
  .faq-section-container .accordion-item .accordion-button {
    border-radius: 5px;
    background: #F8F8F8; }
    .faq-section-container .accordion-item .accordion-button::after {
      color: #dc0000; }
    .faq-section-container .accordion-item .accordion-button:not(.collapsed) {
      border-radius: 5px 5px 0px 0px;
      background: #dc0000;
      color: #fff; }
      .faq-section-container .accordion-item .accordion-button:not(.collapsed)::after {
        color: #fff; }
  .faq-section-container .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 5px; }
  .faq-section-container .accordion-item .accordion-collapse .accordion-body {
    border: 1px solid #dc0000;
    border-radius: 0px 0px 5px 5px;
    color: #4d4d4d; }

.property-details-container {
  background: #F8F8F8; }
  .property-details-container .details-info-container {
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(85, 85, 85, 0.2); }
    .property-details-container .details-info-container .detail-slider-item,
    .property-details-container .details-info-container .detail-thumbslider-item {
      width: 100%;
      height: 400px; }
      .property-details-container .details-info-container .detail-slider-item .banner-img,
      .property-details-container .details-info-container .detail-thumbslider-item .banner-img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 5px; }
        .property-details-container .details-info-container .detail-slider-item .banner-img img,
        .property-details-container .details-info-container .detail-thumbslider-item .banner-img img {
          height: 100%;
          width: 100%; }
    .property-details-container .details-info-container .big-image-details {
      margin-bottom: 25px; }
      .property-details-container .details-info-container .big-image-details .slick-prev,
      .property-details-container .details-info-container .big-image-details .slick-next {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #dc0000;
        color: #dc0000;
        z-index: 2;
        border-radius: 50%; }
        .property-details-container .details-info-container .big-image-details .slick-prev:before,
        .property-details-container .details-info-container .big-image-details .slick-next:before {
          color: #dc0000; }
        .property-details-container .details-info-container .big-image-details .slick-prev:hover,
        .property-details-container .details-info-container .big-image-details .slick-next:hover {
          background-color: #fff; }
      .property-details-container .details-info-container .big-image-details .slick-prev {
        left: 15px; }
      .property-details-container .details-info-container .big-image-details .slick-next {
        right: 15px; }
    .property-details-container .details-info-container .thumbnail-nav .detail-thumbslider-item {
      height: 130px;
      padding: 0px 10px; }
    .property-details-container .details-info-container .play-book-btns {
      margin-bottom: 0px; }
      .property-details-container .details-info-container .play-book-btns a {
        color: #4d4d4d;
        font-weight: 500;
        text-decoration: none;
        display: inline-flex;
        vertical-align: middle;
        margin-right: 25px; }
        .property-details-container .details-info-container .play-book-btns a i {
          color: #dc0000;
          margin-right: 5px;
          font-size: 22px; }
        .property-details-container .details-info-container .play-book-btns a:hover {
          color: #dc0000; }
    .property-details-container .details-info-container .tabs-container-add .nav-item {
      padding: 5px; }
      .property-details-container .details-info-container .tabs-container-add .nav-item .nav-link {
        border: 1px solid #dc0000;
        border-radius: 10px;
        color: #4d4d4d;
        font-weight: 500;
        font-size: 12px; }
        .property-details-container .details-info-container .tabs-container-add .nav-item .nav-link:hover, .property-details-container .details-info-container .tabs-container-add .nav-item .nav-link.active {
          background: #dc0000;
          color: #fff; }
    .property-details-container .details-info-container h2 {
      font-weight: 500;
      color: #000;
      font-size: 20px;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 15px; }
    .property-details-container .details-info-container p {
      color: #4d4d4d; }
    .property-details-container .details-info-container .h4 {
      font-size: 16px;
      font-weight: 500;
      color: #000; }
    .property-details-container .details-info-container .info-holder-table {
      width: 100%; }
      .property-details-container .details-info-container .info-holder-table td {
        padding: 5px;
        vertical-align: middle; }
        .property-details-container .details-info-container .info-holder-table td i {
          color: #dc0000;
          font-size: 8px;
          line-height: 14px; }
    .property-details-container .details-info-container h3 {
      font-size: 15px;
      font-weight: 500;
      color: #000;
      font-family: 'Poppins', sans-serif; }
      .property-details-container .details-info-container h3 i {
        color: #dc0000; }
    .property-details-container .details-info-container .amenities {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      margin-left: 25px; }
      .property-details-container .details-info-container .amenities li {
        display: inline-flexbox;
        vertical-align: middle;
        padding: 5px;
        margin-bottom: 5px;
        font-family: 'Poppins', sans-serif; }
        .property-details-container .details-info-container .amenities li img {
          height: 20px;
          margin-right: 5px; }
    .property-details-container .details-info-container .address-location i {
      color: #dc0000; }
    .property-details-container .details-info-container .address-location .map-holder {
      width: 100%;
      height: 300px;
      display: block;
      border-radius: 5px; }
    .property-details-container .details-info-container .secific_list li {
      padding: 5px 0px; }
      .property-details-container .details-info-container .secific_list li::marker {
        color: #dc0000; }
    .property-details-container .details-info-container .available-options {
      width: 100%; }
      .property-details-container .details-info-container .available-options td {
        padding: 5px; }
        .property-details-container .details-info-container .available-options td i {
          font-size: 16px; }
    .property-details-container .details-info-container .near-by-list {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      margin-left: 25px; }
      .property-details-container .details-info-container .near-by-list h4 {
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0px;
        display: block;
        font-weight: 500;
        color: #000;
        width: 100%; }
        .property-details-container .details-info-container .near-by-list h4 img {
          height: 18px; }
      .property-details-container .details-info-container .near-by-list table {
        width: 100%; }
    .property-details-container .details-info-container.enq-form-holder h4 {
      font-size: 16px;
      font-weight: 500;
      color: #000;
      text-align: center;
      margin-bottom: 15px; }
    .property-details-container .details-info-container.enq-form-holder .mk-enq {
      background-color: #dc0000;
      color: #fff;
      font-weight: 500;
      width: 100%;
      border-radius: 5px;
      font-size: 14px;
      height: 40px; }
      .property-details-container .details-info-container.enq-form-holder .mk-enq:hover {
        background-color: #c20303; }
    .property-details-container .details-info-container.contact-to-sales {
      background: #ffa8a8;
      text-align: center; }
      .property-details-container .details-info-container.contact-to-sales a {
        color: #dc0000;
        font-weight: 600; }

/*modal*/
.login_signup {
  padding: 0px; }
  .login_signup .login-modal .brand-holder {
    background-color: #4d4d4d;
    display: block;
    padding: 10px;
    border-radius: 4px 4px 0px 0px; }
    .login_signup .login-modal .brand-holder .btnclose {
      display: inline-block;
      height: 26px;
      width: 26px;
      background: #fff;
      color: #dc0000;
      font-size: 15px;
      position: absolute;
      top: 15px;
      right: 15px;
      text-align: center;
      line-height: 26px;
      border-radius: 50%; }
  .login_signup .login-modal .form {
    padding: 15px; }
    .login_signup .login-modal .form .tabs_container {
      text-align: center;
      margin-bottom: 15px; }
      .login_signup .login-modal .form .tabs_container .nav-item button {
        background: none;
        font-size: 18px;
        color: #4d4d4d;
        width: 120px;
        text-align: center; }
        .login_signup .login-modal .form .tabs_container .nav-item button.active {
          border: 0px;
          border-bottom: 3px solid #dc0000;
          font-weight: 500; }
    .login_signup .login-modal .form .tab-content {
      patting-top: 15px; }
    .login_signup .login-modal .form .form-group {
      padding: 5px; }
      .login_signup .login-modal .form .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 15px; }
      .login_signup .login-modal .form .form-group input {
        width: 100%;
        padding: 7px 20px;
        border-radius: 5px;
        border: 1px solid #CCCCCC;
        border-radius: 30px; }
      .login_signup .login-modal .form .form-group.phone_number input {
        width: calc(100% - 70px); }
      .login_signup .login-modal .form .form-group.phone_number button {
        border: 0px;
        background: #7C7C7C;
        padding: 5px;
        width: 60px;
        border-radius: 7px 5px;
        color: #fff; }
        .login_signup .login-modal .form .form-group.phone_number button:hover {
          background: #4d4d4d; }
    .login_signup .login-modal .form .CTA {
      padding: 5px;
      margin-top: 10px; }
      .login_signup .login-modal .form .CTA input {
        padding: 15px 15px;
        background: #dc0000;
        color: #fff;
        border: 0px;
        width: 150px;
        border-radius: 5px;
        border-radius: 60px; }
        .login_signup .login-modal .form .CTA input:hover {
          background: #fff;
          color: #dc0000;
          border: 1px solid #dc0000;
          font-weight: 500;
          font-size: 14px;
          border-radius: .2rem !important;}
      .login_signup .login-modal .form .CTA .otp_link {
        font-weight: 600;
        text-decoration: none;
        color: #dc0000; }
    .login_signup .login-modal .form .saperator {
      padding: 5px;
      text-align: center;
      margin: 15px 0px 20px; }
      .login_signup .login-modal .form .saperator .or_span {
        display: inline-block;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        color: #fff;
        background: #4d4d4d;
        line-height: 35px;
        z-index: 99; }
      .login_signup .login-modal .form .saperator hr {
        background: #7C7C7C;
        margin-bottom: 0px;
        margin-top: -19px;
        height: 2px;
        /* width: 100%;*/ }
    .login_signup .login-modal .form .social-media-btn {
      margin: 20px 0px 10px;
      text-align: center; }
      .login_signup .login-modal .form .social-media-btn .btn-facebook {
        background: #00479f;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        border: 0px; }
        .login_signup .login-modal .form .social-media-btn .btn-facebook:hover {
          background: #00479f; }
      .login_signup .login-modal .form .social-media-btn .btn-google {
        background: #dc0000;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        border: 0px; }
        .login_signup .login-modal .form .social-media-btn .btn-google:hover {
          background: #7C7C7C; }

/*modal*/
.filters-sidebar .offcanvas-header {
  background: #dc0000; }
  .filters-sidebar .offcanvas-header .offcanvas-title {
    font-weight: 500;
    color: #fff;
    font-fam ily: 'Poppins', sans-serif; }
    .filters-sidebar .offcanvas-header .offcanvas-title h5 {
      font-size: 20px; }
.filters-sidebar h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px; }
.filters-sidebar .radio,
.filters-sidebar .checkbox {
  padding: 6px 10px; }
.filters-sidebar .border {
  border-radius: 12px; }
.filters-sidebar .options {
  position: relative;
  padding-left: 25px; }
.filters-sidebar .radio label,
.filters-sidebar .checkbox label {
  display: block;
  font-size: 14px;
  cursor: pointer;
  margin: 0; }
.filters-sidebar .options input {
  opacity: 0; }
.filters-sidebar .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 50%; }
.filters-sidebar .options input:checked ~ .checkmark:after {
  display: block; }
.filters-sidebar .options .checkmark:after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background: white;
  position: absolute;
  top: 52%;
  left: 51%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 300ms ease-in-out 0s; }
.filters-sidebar label {
  cursor: pointer; }
.filters-sidebar .tick {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  font-size: 0.8rem;
  margin: 0; }
.filters-sidebar .tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
.filters-sidebar .check {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px; }
.filters-sidebar .tick:hover input ~ .check {
  background-color: #f3f3f3; }
.filters-sidebar .tick input:checked ~ .check {
  background-color: #c20303; }
.filters-sidebar .check:after {
  content: "";
  position: absolute;
  display: none; }
.filters-sidebar .tick input:checked ~ .check:after {
  display: block;
  transform: rotate(45deg) scale(1); }
.filters-sidebar .tick .check:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(2); }
.filters-sidebar .close {
  font-size: 1.2rem; }
.filters-sidebar #sidebar {
  width: 280px;
  float: left; }
.filters-sidebar .brand .check {
  background-color: #fff;
  top: 3px;
  border: 1px solid #CCCCCC; }
.filters-sidebar .brand .tick {
  padding-left: 20px;
  padding-top: 4px;
  vertical-align: middle; }
.filters-sidebar #products {
  width: 75%;
  padding-left: 30px;
  margin: 0;
  float: right; }
.filters-sidebar .card:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  cursor: pointer; }
.filters-sidebar .card-body {
  padding: 0.5rem; }
.filters-sidebar .card-body .description {
  font-size: 0.78rem;
  padding-bottom: 8px; }
.filters-sidebar div.h6,
.filters-sidebar h6 {
  margin: 0; }
.filters-sidebar .product .fa-star {
  font-size: 0.9rem; }
.filters-sidebar .rebate {
  font-size: 0.9rem; }
.filters-sidebar .btn.btn-primary {
  background-color: #c20303;
  color: #fff;
  border: 1px solid #dc0000;
  border-radius: 10px;
  font-weight: 800; }

.user-profile-pages {
  min-height: 100vh; }
  .user-profile-pages .profile_info_card {
    border: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
    .user-profile-pages .profile_info_card .dots {
      height: 20px;
      width: 20px;
      margin-top: 4px;
      margin-left: 4px;
      background-color: #dc3545;
      border-radius: 50%;
      border: 2px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 10px; }
    .user-profile-pages .profile_info_card .list li {
      text-align: left;
      border-top: 1px solid #eee;
      cursor: pointer; }
      .user-profile-pages .profile_info_card .list li a {
        display: block;
        padding: 10px 15px;
        color: #4d4d4d;
        text-decoration: none;
        width: 100%; }
        .user-profile-pages .profile_info_card .list li a .badge {
          background: #dc0000;
          border-radius: 5px;
          width: 40px;
          height: 20px;
          line-height: 14px;
          float: right; }
    .user-profile-pages .profile_info_card .list li:hover {
      background-color: #dc3545; }
      .user-profile-pages .profile_info_card .list li:hover a {
        color: #fff;
        font-weight: 500; }
        .user-profile-pages .profile_info_card .list li:hover a .badge {
          background: #fff;
          color: #dc0000; }

/*contactus*/
.contactform h5 {
  font-weight: 500;
  font-size: 16px; }
.contactform .form-control {
  height: 44px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none !important;
  border: none; }
  .contactform .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .contactform .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .contactform .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .contactform .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .contactform .form-control:focus, .contactform .form-control:active {
    border-color: #dc0000 !important; }
.contactform textarea.form-control {
  height: inherit !important; }
.contactform .dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px; }
  .contactform .dbox p {
    margin-bottom: 0; }
    .contactform .dbox p span {
      font-weight: 500;
      color: #000;
      display: block;
      font-size: 15px;
      text-align: center;
      margin-bottom: 4px; }
    .contactform .dbox p a {
      color: #dc0000;
      text-decoration: none; }
  .contactform .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #dc0000;
    margin: 0 auto;
    margin-bottom: 20px; }
    .contactform .dbox .icon span {
      font-size: 20px;
      color: #fff; }
  .contactform .dbox .text {
    width: 100%; }
.contactform .btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px; }
  .contactform .btn:hover, .contactform .btn:active, .contactform .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .contactform .btn.btn-primary {
    background: #F8F8F8 !important;
    border-color: #dc0000 !important;
    color: #fff; }
    .contactform .btn.btn-primary:hover, .contactform .btn.btn-primary:focus {
      border-color: #900202 !important; }
.contactform .contactForm h5 {
  font-weight: 500; }
.contactform .contactForm .info-container p span {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #000; }
.contactform .contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px; }
.contactform .contactForm .form-control {
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
  border-radius: 5px; }
.contactform #map {
  width: 100%; }
.contactform #contactForm .error {
  color: red;
  font-size: 12px; }
.contactform #contactForm .form-control {
  font-size: 16px; }
.contactform #message {
  resize: vertical; }
.contactform #form-message-warning,
.contactform #form-message-success {
  display: none; }
.contactform #form-message-warning {
  color: red; }
.contactform #form-message-success {
  color: green;
  font-size: 18px;
  font-weight: 500; }
.contactform .submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #dc0000; }
.contactform .submit-btn {
  background-color: #dc0000;
  color: #fff;
  border: 1px solid #dc0000;
  border-radius: 10px;
  font-weight: 800;
  padding: 10px 15px; }

/*contactus*/
.property_compare_holder {
  background: #fff; }
  .property_compare_holder .col_info_cnt {
    padding: 0px; }
    .property_compare_holder .col_info_cnt.compare_titles {
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
      text-align: right; }
    .property_compare_holder .col_info_cnt.property_details {
      font-family: 'inter'; }
    .property_compare_holder .col_info_cnt .price {
      padding-left: 0px;
      list-style: none; }
      .property_compare_holder .col_info_cnt .price li {
        padding: 10px 20px;
        border-bottom: 1px solid #CCCCCC; }
        .property_compare_holder .col_info_cnt .price li:nth-child(2) {
          min-height: 70px; }
        .property_compare_holder .col_info_cnt .price li:nth-child(2n) {
          background: #F8F8F8; }
        .property_compare_holder .col_info_cnt .price li:last-child {
          border-bottom: 0px; }
        .property_compare_holder .col_info_cnt .price li.header {
          height: 120px;
          display: block;
          text-align: center; }
          .property_compare_holder .col_info_cnt .price li.header img {
            height: 90px; }

.compare_property_list .property_item .card {
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
  padding: 10px; }
  .compare_property_list .property_item .card img {
    border-radius: 5px; }
  .compare_property_list .property_item .card .card-title {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif; }
  .compare_property_list .property_item .card .card-body {
    padding: 3px 10px; }
    .compare_property_list .property_item .card .card-body a.btn {
      padding: 5px;
      border: 0px;
      padding: 3px 15px;
      display: block;
      background: #dc0000; }
      .compare_property_list .property_item .card .card-body a.btn:hover {
        background: #c20303; }

.pwd_container {
  position: relative;
  display: block; }
  .pwd_container .icon_visible {
    display: inlin-block;
    position: absolute;
    right: 15px;
    top: 7px; }

/* compare */
@media screen, print {
  .property_pdf_prt .top_logo_n_info {
    position: relative; }
    .property_pdf_prt .top_logo_n_info img {
      width: 100%;
      margin-bottom: 15px; }
  .property_pdf_prt .pdf_sec {
    padding: 15px; }
    .property_pdf_prt .pdf_sec .property_name_address h4 {
      font-size: 17px;
      font-weight: 600; }
    .property_pdf_prt .pdf_sec .property_name_address i {
      color: #dc0000; }
    .property_pdf_prt .pdf_sec .property_name_address .price-container h3 {
      font-size: 17px;
      font-weight: 600;
      color: #dc0000; }
      .property_pdf_prt .pdf_sec .property_name_address .price-container h3 span {
        font-weight: normal;
        font-size: 12px;
        color: #4d4d4d; }
      .property_pdf_prt .pdf_sec .property_name_address .price-container h3 .price-label {
        font-size: 11px;
        color: #4d4d4d;
        display: block; }
    .property_pdf_prt .pdf_sec .popup_main_img {
      position: relative; }
      .property_pdf_prt .pdf_sec .popup_main_img .qr_code_holder {
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        width: 200px;
        height: 200px; }
  .property_pdf_prt .property-details-container .details-info-container {
    box-shadow: none; } }
.home-mob-tab.dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px; }
.home-mob-tab.dropdown .dropdown-menu {
  width: 90%; }
  .home-mob-tab.dropdown .dropdown-menu li {
    pading: 17px 10px;
    border-bottom: 1px solid #F9F9F9;
    font-size: 13px; }

/*Star rating*/
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  background: transparent url("../img/loading.gif") top left no-repeat;
  border: none; }

/*
 * Stars & Input
 */
.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap; }

.rating-container .rating-stars:focus {
  outline: 1px dotted; }

.rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  opacity: 0;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
  border: none;
  box-shadow: none;
  background: none; }

.rating-container.is-display-only .rating-stars {
  cursor: default; }

.rating-disabled .rating-stars {
  cursor: not-allowed; }

.rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center; }

.rating-container .empty-stars {
  color: #aaa; }

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999; }

.rating-rtl {
  float: right; }

.rating-animate .filled-stars {
  transition: width 0.25s ease; }

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  transition: none;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.rating-rtl.is-star .filled-stars {
  right: 0.06em; }

.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em; }

/**
 * Clear
 */
.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%; }

.clear-rating-active {
  cursor: pointer !important; }

.clear-rating-active:hover {
  color: #843534; }

.rating-container .clear-rating {
  padding-right: 5px; }

/**
 * Caption
 */
/* extend support to BS4 */
.rating-container .caption .label {
  display: inline-block;
  padding: .25em .4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem; }

.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.rating-container .caption {
  margin-left: 5px;
  margin-right: 0; }

.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0; }

/**
 * Print
 */
@media print {
  .rating-container .clear-rating {
    display: none; } }
/**
 * Sizes
 */
.rating-xl {
  font-size: 48px; }

.rating-lg {
  font-size: 40px; }

.rating-md {
  font-size: 32px; }

.rating-sm {
  font-size: 24px; }

.rating-xs {
  font-size: 16px; }

.rating-xl .caption {
  font-size: 20px; }

.rating-lg .caption {
  font-size: 18px; }

.rating-md .caption {
  font-size: 16px; }

.rating-sm .caption {
  font-size: 14px; }

.rating-xs .caption {
  font-size: 12px; }

/**
 * Caption
 */
.caption-badge {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.caption-secondary {
  background-color: #6c757d; }

.caption-danger {
  background-color: #dc3545; }

.caption-warning {
  background-color: #ffc107;
  color: #212529; }

.caption-info {
  background-color: #0dcaf0;
  color: #212529; }

.caption-primary {
  background-color: #0d6efd; }

.caption-success {
  background-color: #198754; }

/*Star rating*/
/*job_listing*/
.section-job-list .filter-form .form-group label {
  font-weight: 600; }
.section-job-list .filter-form .form-group .custom-select {
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #7C7C7C; }
.section-job-list .job-list__wrapper h3 {
  font-weight: 600;
  font-size: 20px; }
.section-job-list .job-list__wrapper a {
  text-decoration: none; }
.section-job-list .job-list__wrapper .card {
  background-color: #F8F8F8; }
  .section-job-list .job-list__wrapper .card:hover {
    background: #dc0000; }
  .section-job-list .job-list__wrapper .card .card-body .badge_listing {
    background-color: #dc0000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 28px;
    margin-top: -3px;
    color: #fff; }
  .section-job-list .job-list__wrapper .card .card-body span {
    text-decoration: none;
    color: #4d4d4d; }
  .section-job-list .job-list__wrapper .card .card-body:hover span {
    color: #fff;
    font-weight: 600; }
    .section-job-list .job-list__wrapper .card .card-body:hover span.badge_listing {
      color: #dc0000;
      background: #fff; }

/*Job listing*/
/*Bloglisting*/
/* Contact Us
  ---------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top; }
.blog-aside .widget-body {
  padding: 15px; }
  .blog-aside .widget-body .tag-cloud a {
    font-size: 14px;
    color: #4d4d4d;
    margin-left: 5px;
    margin-right: 0px; }
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee; }
  .blog-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fc5356;
    margin: 0; }
.blog-aside .widget-author .media {
  margin-bottom: 15px; }
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0; }
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden; }
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px; }
.blog-aside .post-aside {
  margin-bottom: 15px; }
  .blog-aside .post-aside .post-aside-title h5 {
    margin: 0; }
  .blog-aside .post-aside .post-aside-title a {
    font-size: 18px;
    color: #20247b;
    font-weight: 600; }
  .blog-aside .post-aside .post-aside-meta {
    padding-bottom: 10px; }
    .blog-aside .post-aside .post-aside-meta a {
      color: #6F8BA4;
      font-size: 12px;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 10px; }
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px; }
.blog-aside .latest-post-aside .lpa-right {
  width: 90px; }
  .blog-aside .latest-post-aside .lpa-right img {
    border-radius: 3px; }
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
  float: right;
  width: calc(100% - 100px); }
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0; }
.blog-aside .latest-post-aside .lpa-title a {
  font-size: 15px;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 600;
  line-height: 19px; }

.tag-cloud {
  margin-bottom: 5px; }
  .tag-cloud a {
    font-size: 13px;
    color: #dc0000;
    margin-right: 4px;
    margin-bottom: 4px;
    text-decoration: none; }
    .tag-cloud a:hover {
      background: #fc5356; }

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px; }

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px; }
  .article .article-title {
    padding: 0px 0 20px; }
    .article .article-title h6 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 20px;
      margin-bottom: 0px; }
      .article .article-title h6 a {
        text-transform: uppercase;
        color: #fc5356;
        border-bottom: 1px solid #fc5356; }
    .article .article-title a {
      color: #000;
      text-decoration: none; }
      .article .article-title a:hover {
        color: #dc0000; }
      .article .article-title a h1 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0px; }
    .article .article-title .media {
      padding-top: 5px;
      padding-bottom: 8px; }
      .article .article-title .media .media-body {
        padding-left: 8px; }
        .article .article-title .media .media-body label {
          font-weight: 600;
          color: #fc5356;
          margin: 0; }
        .article .article-title .media .media-body span {
          display: inline-block;
          font-size: 13px;
          margin-right: 5px;
          color: #4d4d4d; }
          .article .article-title .media .media-body span i {
            color: #dc0000; }
  .article .article-img img {
    width: 100%; }
  .article .article-content {
    height: 80px;
    overflow-y: hidden;
    margin-bottom: 15px; }

.blog-page-details .article-content {
  height: auto;
  margin-top: 25px;
  margin-bottom: 15px; }

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px; }
  .article-comment h4 {
    color: #20247b;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 22px; }

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none; }

.contact-name {
  margin-bottom: 30px; }
  .contact-name h5 {
    font-size: 22px;
    color: #20247b;
    margin-bottom: 5px;
    font-weight: 600; }
  .contact-name p {
    font-size: 18px;
    margin: 0; }

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px; }
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89; }
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff; }
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac; }

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important; }
  .contact-form .form-control:focus {
    border-bottom: 1px solid #fc5356; }
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000; }
.contact-form .send {
  margin-top: 20px; }

/*Bloglisting*/
/*inner sidebar after login*/
.after_login_sizebar {
  height: 60vh; }
  .after_login_sizebar .sidebar_menu {
    background: #fff;
    height: 100%; }
    .after_login_sizebar .sidebar_menu .user_information {
      padding-top: 15px; }
      .after_login_sizebar .sidebar_menu .user_information .profile-image-holder {
        height: 100px;
        width: 100px;
        display: inline-block;
        border: 3px solid #F9F9F9;
        border-radius: 50%;
        position: relative; }
        .after_login_sizebar .sidebar_menu .user_information .profile-image-holder .edit-image {
          display: inline-block;
          width: 30px;
          height: 30px;
          position: absolute;
          bottom: 0px;
          text-align: center;
          line-height: 23px;
          right: 3px;
          border-radius: 50%;
          border: 3px solid #fff;
          background-color: #dc0000;
          color: #fff; }
      .after_login_sizebar .sidebar_menu .user_information .name-profile-cont {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #D9D9D9; }
        .after_login_sizebar .sidebar_menu .user_information .name-profile-cont span {
          font-size: 12px;
          color: #4d4d4d; }
        .after_login_sizebar .sidebar_menu .user_information .name-profile-cont h3 {
          font-size: 18px;
          font-weight: 600; }
    .after_login_sizebar .sidebar_menu .left_menu_list_item .left_menu_button {
      width: 100%;
      display: block;
      background: none;
      padding: 10px 20px;
      text-align: left;
      border-radius: 0px;
      border: 0px;
      font-family: 'Poppins', sans-serif;
      border-bottom: 1px solid #CCCCCC;
      margin-bottom: 0px;
      text-decoration: none;
      color: #4d4d4d;
      text-transform: capitalize;
      /* font-weight: 600;*/
      border-right: 3px solid #fff; }
      .after_login_sizebar .sidebar_menu .left_menu_list_item .left_menu_button i {
        margin-right: 7px; }
      .after_login_sizebar .sidebar_menu .left_menu_list_item .left_menu_button.active, .after_login_sizebar .sidebar_menu .left_menu_list_item .left_menu_button:hover {
        color: #dc0000;
        border-right: 3px solid #dc0000; }
    .after_login_sizebar .sidebar_menu .left_menu_list_item .btn-toggle-nav {
      background-color: #F9F9F9; }
      .after_login_sizebar .sidebar_menu .left_menu_list_item .btn-toggle-nav .left_menu_sub_menu {
        padding: 5px 25px 5px 30px;
        color: #fff;
        display: block;
        color: #4d4d4d;
        text-decoration: none;
        border-bottom: 1px solid #D9D9D9;
        text-transform: capitalize; }
        .after_login_sizebar .sidebar_menu .left_menu_list_item .btn-toggle-nav .left_menu_sub_menu:hover {
          color: #dc0000;
          background-color: #ffc4c4; }

/*form wizard*/
.prop-wizard-holder {
  /*tabbar*/
  /*tabbar*/
  /*inputs elements*/
  /*inputs elements*/
  /*form controller*/
  /*form-controller*/ }
  .prop-wizard-holder .sw .toolbar .sw-btn {
    padding: 5px 15px;
    border-radius: 30px;
    border: 0px; }
    .prop-wizard-holder .sw .toolbar .sw-btn.sw-btn-prev {
      background-color: #7C7C7C; }
    .prop-wizard-holder .sw .toolbar .sw-btn.sw-btn-next {
      background-color: #dc0000; }
      .prop-wizard-holder .sw .toolbar .sw-btn.sw-btn-next:hover {
        background-color: #c20303; }
  .prop-wizard-holder .sw-theme-arrows .nav .nav-link.default {
    background: #CCCCCC;
    color: #4d4d4d; }
    .prop-wizard-holder .sw-theme-arrows .nav .nav-link.default::after {
      border-left-color: #CCCCCC; }
    .prop-wizard-holder .sw-theme-arrows .nav .nav-link.default::before {
      border-left-color: #4d4d4d; }
  .prop-wizard-holder .sw-theme-arrows .nav .nav-link.active {
    background: #c20303;
    font-weight: 600; }
    .prop-wizard-holder .sw-theme-arrows .nav .nav-link.active::after {
      border-left-color: #c20303; }
  .prop-wizard-holder .sw-theme-arrows .nav .nav-link.done {
    background: #dc0000;
    color: #fff; }
    .prop-wizard-holder .sw-theme-arrows .nav .nav-link.done::after {
      border-left-color: #dc0000; }
  .prop-wizard-holder h6 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: #000; }
  .prop-wizard-holder .InputGroup input[type="radio"],
  .prop-wizard-holder .InputGroup input[type="checkbox"] {
    visibility: hidden;
    /* 1 */
    height: 0;
    /* 2 */
    width: 0;
    /* 2 */ }
  .prop-wizard-holder .InputGroup label {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #CCCCCC;
    color: #4d4d4d;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
    user-select: none;
    margin-right: 8px;
    margin-bottom: 10px; }
  .prop-wizard-holder .InputGroup label:last-of-type {
    margin-right: 0; }
  .prop-wizard-holder .InputGroup input[type="radio"]:checked + label,
  .prop-wizard-holder .InputGroup input[type="checkbox"]:checked + label {
    background-color: #dc0000;
    color: #fff; }
  .prop-wizard-holder .InputGroup input[type="radio"]:hover:not(:checked) + label,
  .prop-wizard-holder .InputGroup input[type="checkbox"]:hover:not(:checked) + label {
    background-color: #dc0000;
    color: #fff; }
  .prop-wizard-holder .frm_controllers_holder .card-body {
    padding-bottom: 0px; }
    .prop-wizard-holder .frm_controllers_holder .card-body h6 {
      font-size: 15px;
      font-weight: 500;
      text-transform: capitalize;
      font-family: 'Poppins', sans-serif;
      color: #000; }
    .prop-wizard-holder .frm_controllers_holder .card-body label {
      font-color: #4d4d4d;
      text-transform: capitalize; }

/*form wizard*/
.progressbar_cout {
  border-bottom: 1px solid #7C7C7C; }
  .progressbar_cout .label_container {
    display: flex;
    align-items: center; }
    .progressbar_cout .label_container h6 {
      margin-bottom: 0px;
      font-weight: 600; }

#post_requirement .form-floating .form-control, #post_requirement .form-floating .form-select {
  border-radius: 40px;
  font-size: 13px;
  padding: 8px 0.75rem 5px;
  height: calc(2.65rem + 2px);
  line-height: 1rem; }
#post_requirement .form-floating label {
  padding: 10px 0.75rem;
  left: 10px; }

/*inner sidebar after login*/
/*media queries*/
@media (max-width: 540px) {
  body {
    font-size: 13px; }

  .navbar .navbar-brand img {
    height: 30px; }

  .home-hero-sider {
    padding: 2rem; }
    .home-hero-sider .home-heroslider-text h1 {
      font-size: 16px; }
    .home-hero-sider .mobile-dropdown-home .nav-select {
      margin-bottom: 0px; }
    .home-hero-sider .hero-form-pills .pill-tab-btn .nav-item {
      padding: 0px 5px; }
      .home-hero-sider .hero-form-pills .pill-tab-btn .nav-item .nav-link {
        font-size: 12px;
        background: #fff;
        padding: 7px 10px;
        color: #4d4d4d;
        border-radius: 8px; }
        .home-hero-sider .hero-form-pills .pill-tab-btn .nav-item .nav-link.active {
          background-color: #dc0000;
          color: #fff;
          font-weight: 500;
          position: relative; }
          .home-hero-sider .hero-form-pills .pill-tab-btn .nav-item .nav-link.active:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 7px solid transparent;
            border-top-color: #dc0000;
            border-bottom: 0;
            margin-left: -7px;
            margin-bottom: -7px; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .cont-col {
      border-right: 0px; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .select2-container {
      width: 100%; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .typeahead {
      border-radius: 30px;
      height: 36px;
      border: 1px solid #ccc; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .select2-container--default .select2-selection--single {
      border-radius: 30px;
      border: 1px solid #ccc; }
    .home-hero-sider .hero-form-pills .home-hero-form-container .hero-serarch-form .search-button {
      border-radius: 30px; }

  .property-type-slider-contianer {
    background-size: cover; }
    .property-type-slider-contianer .ptoperty-type-header {
      padding-top: 0px; }
      .property-type-slider-contianer .ptoperty-type-header h2 {
        font-size: 20px; }
      .property-type-slider-contianer .ptoperty-type-header .type_slider_buttons {
        text-align: center; }
        .property-type-slider-contianer .ptoperty-type-header .type_slider_buttons .slider-buttons {
          height: 30px;
          width: 30px;
          text-align: center;
          line-height: 30px;
          font-size: 15px; }

  .city-container .present-city a .card {
    padding: 0px 5px 0px 0px; }
    .city-container .present-city a .card .card-img-left {
      width: 100px; }
    .city-container .present-city a .card .card-body {
      padding: 10px; }
      .city-container .present-city a .card .card-body .card-title {
        font-size: 14px; }
      .city-container .present-city a .card .card-body .card-text ul li {
        font-size: 11px;
        margin-bottom: 3px; }

  .section-heading-area h2 {
    font-size: 20px; }

  .features-container .features-image {
    display: none; }
  .features-container .feature-listing-container-bg {
    top: 130px; }
  .features-container .features-listing .feature-item .card-img-left {
    height: 40px;
    width: 40px; }
  .features-container .features-listing .feature-item .card-body {
    padding: 0px 5px 5px; }
    .features-container .features-listing .feature-item .card-body .card-title {
      font-size: 18px;
      margin-bottom: 7px; }
    .features-container .features-listing .feature-item .card-body .card-text {
      font-size: 13px;
      font-weight: 500;
      line-height: 18px; }

  /*.survey-calculator-container .survey .left-side-image img, .survey-calculator-container .calculator .left-side-image img*/
  .survey-calculator-container .survey {
    margin-bottom: 25px; }
  .survey-calculator-container .survey .left-side-image img,
  .survey-calculator-container .calculator-holder .left-side-image img {
    height: 70px;
    z-index: 0; }
  .survey-calculator-container .survey .card-body,
  .survey-calculator-container .calculator-holder .card-body {
    padding: 0px; }
    .survey-calculator-container .survey .card-body p,
    .survey-calculator-container .calculator-holder .card-body p {
      width: 100%;
      z-index: 1; }
    .survey-calculator-container .survey .card-body .link-btn,
    .survey-calculator-container .calculator-holder .card-body .link-btn {
      margin-top: 0px; }

  .happy-customer-logo-container h3 {
    font-size: 16px;
    font-size: 700; }
  .happy-customer-logo-container .client-logo-slider .client-logo img {
    height: 40px; }

  .customer-testimonial-container .client-testimnoial-slider .testimonail-item.slick-center {
    transform: scale(1);
    font-size: 13px;
    padding: 25px; }
  .customer-testimonial-container .client-testimnoial-slider .slick-dots {
    display: none; }

  .download-app-container .mobile-app-bg {
    top: 0px; }
  .download-app-container .down-mobile {
    display: none; }
  .download-app-container .download-app-info {
    padding-top: 30px; }
    .download-app-container .download-app-info .download_content {
      position: relative; }
      .download-app-container .download-app-info .download_content .store-btn {
        width: 45%; }
        .download-app-container .download-app-info .download_content .store-btn img {
          width: 100%; }

  .inner-pages .inner-page-info .top-header-info .available_count {
    font-size: 13px; }
  .inner-pages .inner-page-info .top-header-info .address-details-top {
    font-size: 11px; }
  .inner-pages .inner-page-info .top-header-info .h3 {
    font-size: 16px; }
  .inner-pages .inner-page-info .top-header-info .price-container {
    text-align: left; }
  .inner-pages .inner-page-info .top-header-info .badge {
    font-size: 11px; }
  .inner-pages .inner-page-info .top-header-info .price-container h3 {
    font-size: 16px; }

  .our-blogs-slider .blog-item {
    padding: 0px; }

  .property-details-container .details-info-container .detail-slider-item {
    height: 250px; }
  .property-details-container .details-info-container .thumbnail-nav .detail-thumbslider-item {
    height: 60px; }
  .property-details-container .details-info-container .play-book-btns .list-inline-item {
    min-width: 45%;
    margin-bottom: 25px; }
  .property-details-container .details-info-container h2 {
    font-size: 16px; }
  .property-details-container .details-info-container .h4,
  .property-details-container .details-info-container h3 {
    font-size: 13px; }
  .property-details-container .details-info-container .near-by-list {
    margin-left: 0px; }
    .property-details-container .details-info-container .near-by-list h4 {
      font-size: 14px; }
  .property-details-container .details-info-container .amenities {
    margin-left: 0px;
    column-count: 2; }

  .property-list-item {
    margin: 0px; }

  .rules-info h6 {
    font-size: 14px; }

  .login-modal {
    overflow-y: scroll; }
    .login-modal .brand {
      min-height: 100px; }
      .login-modal .brand .heading {
        position: relative; }
        .login-modal .brand .heading p {
          display: none; }
    .login-modal .social-media-link {
      display: none; }
    .login-modal .form {
      min-height: 450px; }
      .login-modal .form .form-peice {
        margin-top: 0px;
        padding: 15; }

  .property_compare_holder .col_info_cnt {
    padding: 0px;
            /*
&.property_details{flex: auto;width:33.33%;}*/ }
    .property_compare_holder .col_info_cnt .price li {
      padding: 5px 3px;
      text-align: center; }
      .property_compare_holder .col_info_cnt .price li p {
        font-size: 12px;
        font-weight: 500;
        color: #ababab;
        margin-bottom: 3px; }
      .property_compare_holder .col_info_cnt .price li i {
        font-size: 15px; }
      .property_compare_holder .col_info_cnt .price li:nth-child(2) {
        min-height: 90px;
        font-weight: 600; }
      .property_compare_holder .col_info_cnt .price li.header {
        height: 80px;
        display: block;
        position: relative;
        text-align: center; }
        .property_compare_holder .col_info_cnt .price li.header img {
          height: 50px; }

  .login_signup {
    padding: 0px !important; }
    .login_signup .login-modal .form .tabs_container .nav-item button {
      font-size: 14px;
      width: 100px; }
    .login_signup .login-modal .form .tab-content {
      patting-top: 15px; }
    .login_signup .login-modal .form .form-group {
      padding: 5px; }
      .login_signup .login-modal .form .form-group label {
        font-size: 13px; }
    .login_signup .login-modal .form .CTA {
      padding: 5px;
      margin-top: 10px;
      margin-bottom: 15px; }
      .login_signup .login-modal .form .CTA input {
        padding: 10px;
        width: 100px; }
    .login_signup .login-modal .form .saperator {
      padding: 5px;
      text-align: center;
      margin: 15px 0px 20px;
      clear: both; }
    .login_signup .login-modal .form .social-media-btn {
      margin: 20px 0px 10px;
      text-align: center; }
      .login_signup .login-modal .form .social-media-btn .btn-facebook,
      .login_signup .login-modal .form .social-media-btn .btn-google {
        padding: 7px 15px;
        font-size: 13px;
        width: 180px; }

  .footer .additipon-links-container {
    padding: 0px 15px 30px; }
    .footer .additipon-links-container .col {
      padding: 3px 5px;
      flex: 1 0 50%; }
      .footer .additipon-links-container .col a {
        color: #7C7C7C;
        font-size: 11px;
        text-decoration: none; }
        .footer .additipon-links-container .col a:hover {
          color: #dc0000; }

  .home-2features h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px; }
  .home-2features p {
    margin-bottom: 0px; }
  .home-2features .view_buttons {
    padding: 7px 10px;
    width: 100%;
    display: block;
    text-align: center; }

  /* .footer .footer_links_container p {
    width: 50%;
    float: left;
    text-align: left; }  */
  }

/*# New css */
@media(min-width:1025px){
  .zh-input.rght {
    float: right;
    width: 48.5%;
 }

  .zh-input.lft {
    float: left;
    width: 48.5%;
  }

  .clear{
    clear:both;
  }

  .slick-p-slider {
    /* height: 350px; */
    background: #ececec;
  }

}
@media (max-width: 1024px){
  .slick-p-slider {
      height: 210px;
      background: #ececec;
  }

}

/* contact Us page css */
.three-adr-sec {
  margin: 60px 0;
}
.contact-us section.container-fluid.inner-page-info, .faqs section.container-fluid.inner-page-info, .about section.container-fluid.inner-page-info, .blogs section.container-fluid.inner-page-info  {
display: none;
}

.inner-top-banner {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 20px;
}

.contact-us-sec {
  /* background: url(https://admin.brantfordindia.com/images/property/1744454099_Contact-us.webp) no-repeat bottom center; */
  background-size: cover;
}


.faqs-sec {
  /* background: url(https://admin.brantfordindia.com/images/property/1744454099_FAQs-page.webp) top center no-repeat; */
  background-size: cover;
}

.aboutus-sec {
  background-size: cover;
}

.inner-botm-banner {
	/* background: url(https://admin.brantfordindia.com/images/property/1744455781_About-us-Commitment-banner.webp) no-repeat center center; */
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
	.bi-botm-title {
	padding-bottom: 30px;
}

.inner-top-banner  h1 {
font-weight: 600;
color: #fff;
letter-spacing: 1px;
}

.bdcrmb ol li a {
color: #092b8c;
font-weight: 600;
text-decoration: unset;
}

.bdcrmb ol li.active {
color: #ff0101;
font-weight: 600;
text-decoration: unset;
}

@media (min-width: 1601px){
.inner-top-banner {
  height: 750px;
}
.contact-us-sec h1 {
  font-size: 68px;
}
}

@media (max-width: 1601px) and (min-width: 1025px){
.inner-top-banner {
  height: 100vh;
}

.inner-top-banner h1 {
  font-size: 48px;
}
}

@media (max-width: 1025px){
.inner-top-banner {
  height: 450px;
}

.inner-top-banner h1 {
  font-size: 38px;
}

}

/* cities button css */
.topcities {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.cities-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
max-width: 100%;
width: 100%;
}

.cities-btn {
  display: block;
  flex: 1 1 22%;
  text-align: center;
  padding: 10px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
border: 1px solid #d5d5d5;
}

.cities-btn:hover {
  background-color: #02278f;
  color: #fff;
}

.cwkg-btn {
	margin: 0 10px 10px;
	padding: 6px 15px;
	background-color: #d9d9d9;
	color: #000;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	cursor: pointer;
	border-radius: 20px;
	font-size: 13px;
	line-height: normal;
}

.cwkg-btn:hover {
  background-color: #d9d9d9;
  color: #fff;
}

.cwkg-btn.active, .cwbtn.active {
  background-color: #ff0000;
  color: #fff;
}

/* faqs page css */
.bi-faqs-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: black;
}
.bi-faqs-item {
  border: none;
  border-top: 1px solid #263a7f;
}
.bi-faqs-question {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  color: black;
  border: none;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-item s: center;
  transition: background-color 0.3s ease ;
}
.bi-faqs-question:hover {
  background-color: #263a7f;
  color:#000;
}
.bi-faqs-question:hover span {
color:   #fff;
}
.bi-faqs-question.active:hover span {
color: #03268c;
}
.bi-faqs-question span {
font-size: 18px;
transition: transform 0.3s ease;
color: #000;
}

.bi-faqs-answer {
display: none;
padding: 8px 15px;
background-color: #fff;
}
.bi-faqs-answer.show {
  display: block;
}
.bi-faqs-question span:last-child {
transform: rotate(179deg);
font-size: 16px;
}

.bi-faqs-question.active span:last-child {
transform: rotate(1deg);
}

.bi-faqs-number {
  font-weight: bold;
  margin-right: 10px;
}
.question-text {
  flex: 1;
}

button.bi-faqs-question.active {
  background-color: #f2f2f2;
}
.c  olr-blue {
color: #263a7f;
}
.bi-faqs-item:last-child {
border-bottom: 1px solid #263a7f;
}
.bi-faqs-question span:last-child {
  transform: rotate(179deg);
  font-size: 16px;
}

.btm-faq-qa .bi-faqs-question.active {
  background-color: #fff;
}

.btm-faq-qa .bi-faqs-answer {
  background-color: #f4f4f4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.gq-sec h3 {
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  color: #ea242a;
}
.faq-btm-row {
  background: #f2f2f2;
  padding: 80px 0;
  margin-top: 92px;
}

.zcwf_row.inner-city-form {
  padding-bottom: 50px;
}

.zh-form-crn.active .sel-opt-error span{
  display: block;
}

.zh-form-crn .sel-opt-error span{
  display: none;
}

.zh-form-crn.active .zcwf_row input#formsubmit {
  cursor: not-allowed;
}

/* end */
@media(min-width: 1025px){
  .gq-sec h3 {
    font-si ze: 37px;
}
  .faq-btm-row {
    padding: 80px 0;
    margin-top: 92px;
}
  .top-faq .gq-sec {
    padding-top: 121px;
  }
  .btm-fqsa {
    padd in g-bottom: 44px;
  }
  .inner-botm-banner {
    padding: 90px 0 70px;

  }
  .lft-ab-txt {
    padding: 40px 92px 40px 0;
   }

  .rght-ab-txt {
    padding: 40px 0 40px 50px;
  }
  .text.banner-txt {
    width: 100%;
    max-width: 772px;
    margin: 0 auto;
}
}

@media (max-width: 1024px) {
  .cities-btn {
      flex: 1 1 30%;
  }
  .lft-ab-txt {
    padding: 30px 20px 0;
  }
  .about-content .row.pb-5 {
    padding-bottom: 20px !important;
  }
  .inner-botm-banner {
    padding: 60px 0 50px;

  }
  .gq-sec h3 {
        font-size: 30px;
    }
    .bi-faqs-question span {
      font-size: 14px;
    }
    button.bi-faqs-question {
    padding-left: 0;
    padding-right: 0;
    }
    .gq-sec.dbox {
    text-align: center;
    }

    .btm-fqsa {
      padding-bottom: 30px;
    }
    .faq-btm-row {
      padding: 50px 0;
      margin-top: 35px;
    }
}

@media (max-width: 768px) {
  .cities-btn {
      flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .cities-btn {
      flex: 1 1 45%;
  }
  .city-container h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .cwkg-btn {
    margin:   0 5px 6px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 16px;
  }
}
/* end */

#bi-select, #first_name, #last_name, #bi-mobile, #bi-email, #bi-message, #bi-city, #bi-seats{
  width: 100%;
  border: 1px solid #d4d4d4;
   line-height: normal;
  font-size: 14px;
  border-radius: 3px;
  padding: 9px 20px;
  margin-bottom: 14px;
}
.bi-submit {
	background: # 03268c;
	color: #fff;
	border: 1px solid #03268c;
	width: 100%;
	border-radius: 4px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: normal;
	padding: 7px 23px;
	cursor: pointer;
}
