@charset "UTF-8";
@import url(bootstrap.min.css);

@font-face {
  font-family: 'Myriad Web Pro';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Web Pro'), url('Myriad Web Pro.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Web Pro';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Web Pro'), url('myriad-web-pro.woff') format('woff');
  }
  

  @font-face {
  font-family: 'MyriadWebPro-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('MyriadWebPro-Bold'), url('myriadwebpro-bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'MyriadWebPro-CondensedItalic';
  font-style: normal;
  font-weight: normal;
  src: local('MyriadWebPro-CondensedItalic'), url('myriadwebpro-condenseditalic.woff') format('woff');
  }
  
/* @import url('../css/noori.css'); */

:root {
  --primary:#00CDAD;
  --secondary:#38C6F4;
  --white :white;
  --off-white:#F1F2F2;
  --light-blue:#2e465b;
  


  /* --primary-linear:linear-gradient(90deg, rgba(56,198,244,1) 0%, rgba(30,208,177,1) 100%); */
  --primary-linear:#00CDAD;

  --light-grey:#77777759;

  --light-grey1:#7777771f;

  --dark-grey:#616160;

  --input-shadow: 0px 1px 4px 0px rgb(148 148 148 / 35%);
  }

  a.focus , button:focus{
    box-shadow: none !important;
  }
  .btn.focus, .btn:focus{
    box-shadow: none !important;
  }
.primary-color
{
  color:#1ED0B1 !important;
}
.primary-background
{
  background-color:#1ED0B1 !important;
}

.secondary-color
{
  color:#38C6F4 !important;
}
.secondary-background
{
  background-color:#38C6F4 !important;
}

.primary-linear
{
  background:linear-gradient(90deg, rgba(56,198,244,1) 0%, rgba(30,208,177,1) 100%);
}

.light-grey-color
{
  color: #77777759;
}

.dark-grey-color
{
  color: #777777;
}

.color-grey
{
  color: #a4a4a4;
}

.header1
{
  display: none;
}

.dark-grey-bgcolor
{
  background-color: #777777;
}

.color-white
{
  color: white;
}


.pkr-font
{
  font-size: 22px;
  margin-right: 5px;
}

.logo-animation
{
  width: 100%;
}

.logo-animation .logo-animation1
{
  animation: beat .44s infinite alternate;
  transform-origin: center;
  align-self: center;
  position: relative;
  height: 120px;
  width: 120px;
}



.logo-animation1 img
{
    height: 120px;
    padding: 10px;
}


.logo-animation1 .react-spin-loader {
  border: 5px solid #6868680d;
  border-top: 5px solid #00cdadfa;
  animation: spin 0.7s linear infinite;
  width: 120px;
  height: 120px;
  position: absolute;
  background: #58585800;
}



/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.2); }
}


/* ==================================================================================
                    Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


body {
  font-family: 'Open Sans', sans-serif;
  /* color: #aeb4b6; */
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
}
body.pg {
  line-height: 1;
}

a:focus,
a:hover {
  text-decoration: none; }

a.link:focus,
a.link:hover {
  color: #070f43; }

ul {
  padding: 0;
  margin: 0px; }

li {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242526;
  font-weight: 500; }

p {

  font-size: 13px;
  line-height: 24px;
}

section {
  float: left;
  width: 100%;
  position: relative;
}
footer {
  float: left;
  width: 100%;
}
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }



.property_seach_input{

  position: relative;
  margin-right: 10px;
}

.property_seach_input .form-control
{
  border: 1px solid transparent ;
  padding: 6px;
  font-size: 14px;
}


.property_seach_input label
{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  line-height: 30px;

}
.property_seach_input label a
{
    color: var(--dark-grey);
    display: block;
    width: 33px;
    text-align: center;
}

.property_seach_input label button
{
    color: var(--dark-grey);
    display: block;
    width: 33px;
    border: none;
    background: none;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
}


.navbar
{
  padding: 20px 0rem;
}


.navbar-nav
{
  align-items: center;
}

.p-0 {
  padding: 0px; }

.section-padding {
  padding: 30px 0px;
}

.section-heading {
 	text-align: center;
 	float: left;
 	width: 100%;
}
  .section-heading span {
    font-size: 14px;
    color: #aeb4b6;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
  .section-heading h3 {
    float: left;
    width: 100%;
    color: var(--light-blue);
    font-size: 28px;
    font-weight: 700;
    padding-left: 5px;
}

.card {
  border-radius: 0px;
  position: relative;
}
.ext-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-body {
  /* padding: 20px;  */
}

.card-footer {
  padding: 0px !important;
}

button:focus {
  outline: 0px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1220px; padding: 0;} }


::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7f82; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7f82; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #7e7f82; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7f82; }

.nav-pills1{
  padding-bottom: 0px;

  width: -webkit-fit-content;
  width: -moz-fit-content;
  /* width: 25%; */
  /* width: 35%; */
  margin: 0px auto 12px auto;
  padding-top: 10px;
  border-top-left-radius: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-top-right-radius: 5px;
}

  /* .navbar{
    border-bottom-style: solid;
    border-bottom-color: var(--secondary);
    border-bottom-width: 5px;
  } */


  header {
    float: left;
    width: 100%;
  }

  header.pb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  /* .top-header {
    background: #070f43;
    height: 53px;
    line-height: 55px;
    border-bottom: 1px solid #0f1649;
  }
  .header-address a {
    display: inline-block;
    color: #d6d8e0;
  } */
  .header {
    /* height: 104px; */
    height:90px;
    background: #ffffff7a;
    box-shadow: 0px 0px 5px 0px #70676747;
  }
  /* .header-address a i {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 1px;
  }
  .header-address a span {
    font-size: 12px;
    margin-right: 29px;
    font-weight: 500;
    position: relative;
  } */

  .header-social {
    text-align: right;
    position: relative;
    top: -1px;
  }
    .header-social a {
      display: inline-block;
      color: #d6d8e0;
      font-size: 13px;
      padding: 0 9px;
  }
      .header-social a:last-child {
        padding-right: 0px; }
  .close-menu {
    color: #000;
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
  }
  .header .navbar-brand {
    margin-right: 69px;
    /* margin-top: 6px; */
    outline:none;
  }


  .header .dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f107";
    border: 0px;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    top: 5px;
    left: 1px;
  }
  .menu-button {
    width: 30px;
    background-color: inherit;
    border:0;
    cursor: pointer;
    margin-top: 10px;
    display: none;
  }
  .menu-button span {
    width: 100%;
    height: 3px;
    background-color: #111;
    margin-bottom: 6px;
    display: block;
  }
  header.pb .menu-button span {
    background-color: #fff;
  }
  /* .header .navbar {
    padding: 19px 0px; } */

  .header .navbar-nav .nav-item {
    margin-right: 5px;
    margin-left: 5px;
  }
    .header .navbar-nav .nav-item .nav-link {
      color: var(--light-blue);
      font-size: 15px;
      font-weight: 600;
      position: relative;
  }


  .header1 .navbar-nav .nav-item {
    margin-right: 5px;
    margin-left: 5px;
  }
    .header1 .navbar-nav .nav-item .nav-link {
      color: var(--light-blue);
      font-size: 15px;
      font-weight: 600;
      position: relative;
  }

  .sbmt-btn:hover {
    /* background-color: rgba(106, 123, 231, 0.8); */
    background-color: rgba(56,198,244,1);
    /* background-image: linear-gradient(90deg, rgba(56,198,244,1) 0%, rgba(30,208,177,1) 100%); */
  }
  .sbmt-btn {
    position: relative;
    overflow: hidden;
  }
  .sbmt-btn:hover span,
  .sbmt-btn:hover i {
    color: #fff;
  }
    .header .navbar-nav .nav-item .dropdown-menu {
      border-radius: 0px;
      border: 0px;
      padding: 0 15px;
      border: 1px solid #d5d4d9;
      overflow: hidden;
      position: absolute;
      top: 135%;
      left: 0;
      margin: 0;
      border-radius: 5px;
     }
    .header .navbar-nav .nav-item .dropdown-menu:before {
      content: '';
      position: absolute;
      top: -3px;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
      -moz-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
      -ms-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
      -o-box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
      box-shadow: 3px 2px 13px rgba(0,0,0,0.2);
  }

    .dropdown-item:last-child {
      border-bottom: 0;
    }

    .dropdown-item {
      padding: 15px 0 14px 0;
      border-bottom: 1px solid #dfe0e5;
      text-transform: capitalize;
      line-height: 1;
    }

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover a,
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .signin-op{
  color: var(--primary);
}


  .header .navbar-nav .signin-btn {
    margin-right: 0px !important;
    margin-top: 3px;
  }

    .header .navbar-nav .signin-btn a {
      margin-top: 5px;
      color: var(--dark-grey);

    }


    .header1 .navbar-nav .signin-btn {
      margin-right: 0px !important;
      margin-top: 3px;
    }

      .header1 .navbar-nav .signin-btn a {
        margin-top: 5px;
        color: var(--dark-grey);

      }

    .header .navbar-nav .nav-item .dropdown-menu .signin-op
    {
      background: transparent;
      border: none;
      color: var(--dark-grey);
      cursor: pointer;
    }

    .header1 .navbar-nav .nav-item .dropdown-menu .signin-op
    {
      background: transparent;
      border: none;
      color: var(--dark-grey);
      cursor: pointer;
    }

      .header1 .navbar-nav .signin-btn a i {
        font-size: 18px;
    margin-right: 7px;
    position: relative;
    /* top: 3px; */
    border-radius: 20px;
    padding: 5px;
    border: 1px solid;
      }

      .header .navbar-nav .signin-btn a i {
        font-size: 18px;
        margin-right: 7px;
        position: relative;
        /* top: 3px; */
        border-radius: 20px;
        padding: 5px;
        border: 1px solid;
      }
      .user-img-nav{
        height: 35px;
        width: 35px;
        margin-left: 7px;
        /* margin-right: 7px; */
        position: relative;
        /* top: 3px; */
        border-radius: 50%;
      }
        .header .nav-item.signin-btn .nav-link {
    margin-top: 0px;
  }

  .header .navbar-nav .nav-item .nav-link.sbmt-btn {
    position: relative;
    top: -1px;
  }

  .header1 .navbar-nav .nav-item .nav-link.sbmt-btn {
    position: relative;
    top: -1px;
  }


  .header .navbar-nav .nav-item.signin-btn {
    margin-right: 25px;
  }

  .header .navbar-nav .submit-btn {
    margin-right: 0px;
    margin-top: 5px;
  }

    .header .navbar-nav .submit-btn a {
      border: 1px solid;
      /* border-radius: 30px; */
      padding: 0 25px;
      height: 51px;
      line-height: 48px;
      /* color: var(--primary) !important;  */
    }

      .header .navbar-nav .submit-btn a i {
        font-size: 14px;
        margin-right: 10px;
      }

.banner {
  /* padding: 200px 0px; */
   /* background: url("/images/new-banner.svg"); */
   /* background: url("/images/new-banner.svg"); */
   /* background: url("/images/new-banner-webp.webp"); */
  /* background: url("https://d2wd89f12ikvru.cloudfront.net/ordinary/shutterstock_528542194.jpg"); */
  /* background: url("https://d2wd89f12ikvru.cloudfront.net/ordinary/new-banner.svg"); */
  /* background-color:var(--primary-linear); */
  /* background: url("/images/14-aug-Banner-min.jpg"); */
  background: url("/images/home-banner-web.jpg");
  background-size: cover;
  background-position: center;
  /* min-height: 840px;
  height: 840px; */
  position: relative;
  display: grid;
  z-index: 1;
  min-height: calc(82vh);
}


.banner1 {
  /* padding: 200px 0px; */
  /* background: url("/images/home-banner.svg"); */
  background: url("/images/terms-banner.jpg");
  /* background-color:var(--primary-linear); */
  background-size: cover;
  align-items: center;
  background-position: center;
  /* min-height: 840px;
  height: 840px; */
  position: relative;
  display: grid;
  width: 100%;
  z-index: 1;
  min-height: calc(55vh);
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgb(0 0 0 / 58%); */
    z-index: -1; }
.banner .container {
  padding: 0 15px;
}

.banner.hp2 {
  padding: 230px 0 150px 0;
}

.banner-search1{
  padding:5px 8px 0px 8px !important;
  background: #ffffffc4 !important
}

.banner-searcha {
  background: #fff;
  border-radius: 50px;
  padding: 0px 7px 0px 10px;
  height: 65px;
}
.banner-searcha .form-group {
  margin: 0px;
  padding: 0;
}
.banner-searcha .form-control {
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  border: 0px;
  margin: 9px 0px 10px 0px;
  border-radius: 0px;
  padding-left: 25px;
}


.banner-searcha .form-control:hover, .banner-searcha .form-control:focus, .banner-searcha .form-control.active {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }


  .banner-searcha .btn {
    border-radius: 10px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--light-blue);
    background-color: var(--primary);
    box-shadow: none;
    overflow: hidden;
}
.banner .widget-property-search .search-tabs .nav-link{
  color: var(--light-blue);
  background: #ffffff40;
  padding: 5px 0px;
  margin: 0px 5px;
  width:85px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
  text-transform: uppercase;
}


.banner .widget-property-search .search-tabs .nav-link.active, .banner .widget-property-search .search-tabs .show>.nav-link
{
/* background: var(--primary-linear); */
background: #00cdad9c;
/* border: 2px solid transparent; */
color:white;
}

    .banner-searcha .btn i {

      font-size: 14px;

  }
.signin-btn b {
  position: relative;
  cursor: pointer;
}
.signin-btn b:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
  width: 100%;
}
.signin-btn b:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  opacity: 0;
  visibility: hidden;
}

.--select-filters .drop-menu {
  
  margin: 7px 0;
  border: 1px solid var(--light-blue);
  /* padding-left: 10px; */
  padding: 0px 6px 10px 8px;
  border-radius: 6px;
  right: -5px;
}

.drop-menu {
  background: #fff;
  width: 100%;
  /* min-width: 290px; */
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 100%;
  right: 0px;
  text-align: left;
  margin: 7px 0;
  border-left: 1px solid #e0e1e6;
  /*padding-left: 10px; */
  padding: 5px 10px 13px 10px;
}
  .drop-menu .select {
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #7e7f82;
    font-weight: 500;
    padding-left: 20px;
    font-size: 14px;
    text-transform: capitalize;
}
    .drop-menu .select i {
      font-size: 19px;
      margin-top: 5px;
      cursor: pointer;
      float: right;
      position: relative;
      right: 10px;
}
.form_field {
	float: left;
}
.addres {
	width: 376px;
}
.tpmax {
	width: 207px;
}
.srch-btn {
	float: left;
	width: 156px;
  position: relative;
}

    .drop-menu .select .currency {
      font-size: 13px;
      cursor: pointer;
      float: right; }
  .drop-menu.active {
    border-radius: 5px 5px 0 0; }
    .drop-menu.active:hover, .drop-menu.active:focus {
      border-radius: 5px 5px 0 0; }
    .drop-menu.active .select {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline: none; }
    .drop-menu.active .select i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .drop-menu:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

  .banner .drop-menu .dropeddown {
    border-radius: 3px;
    border: none;
    max-height: 300px;
    height: 180px;
  }


  .banner .accordion .dropeddown {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 5px;
    margin-top: 1px;
    overflow: hidden;
    height: 285px;
  z-index: 9999;
    list-style: none;
    background: #ffffffad;
    top: 180%;
    border-radius: 3px;
    border: none;
    max-height: 300px;
}


  .banner  .btnReset {

    float: right;
    color: var(--dark-grey);
    padding: 0px 14px 8px 0px;
    font-size: 12px;
  }


  .drop-menu .dropeddown {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 5px;
    margin-top: 1px;
    overflow: hidden;
    /* display: none; */
    max-height: 144px;
    /* overflow-y: auto; */
    z-index: 9999;
    background: #fff;
    list-style: none;
    border:1px solid #d3d3db;
    background: var(--off-white);
    top: 112%;
}

    .drop-menu .dropeddown li {
      padding: 14px 0 13px 0px;
      cursor: pointer;
      color: #242526;
      border-bottom: 1px solid #e0dfe5;
}

.hp7 .widget-property-search .drop-menu .dropeddown .nav-pills .nav-item
{
  text-align: center;
  width: 33%;
  padding: 10px 0 5px 0px;
}



.drop-menu .dropeddown .custom-tabs-1  li
{
  border: none;
  float: left;
  padding: 3px 0 3px 3px;
  width: 48%;
  margin: 2px
}
.drop-menu .dropeddown .custom-tabs-1  li .form-check-label
{
color: var(--dark-grey);
font-size: 13px;
}

.drop-menu.active .select > span,
.drop-menu.active .select i,
.drop-menu .dropeddown li:hover {
  color: var(--primary);
}
.drop-menu .dropeddown li:last-child {
  border-bottom: 0;
}

.intro.section-padding {
  padding: 110px 0px 6px; }
.intro .container {
  padding: 0 15px;
}
.intro .row {
  margin: 0;
}
.intro-content h3 {
  font-size: 32px;
  margin-top: 31px;
  margin-bottom: 20px;
  font-weight: 400; }

.intro-content > a {
  margin-top: 30px;
}
.intro-content p {

  font-size: 16px;
  color: #67686c;
  line-height: 30px;
}

.view-btn {
  margin-top: 14px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid;
  font-size: 14px;
  height: 51px;
  line-height: 49px;
  padding: 0 26px 0 27px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.view-btn i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 7px;
}
.view-btn:hover, .view-btn:focus, .view-btn.active {
    /* background: rgba(106, 123, 231, 0.8); */
    background:rgba(30,208,177,1);
    color: #fff;
    border-color: transparent;
    box-shadow: inherit;
}
/*
.intro-img img {
  width: 100%;
  max-width: inherit;
}

.intro-thumb-row {
  background: #fff;
  padding: 30px 0px 30px;
  z-index: 9999;
  position: relative;
  display: inline-block;
  top: -69px;
}
.intro-thumb-row img {
  vertical-align: middle;
  border-style: none;
}
.intro-thumb:last-child {
  margin-right: 30px;
}
.intro-thumb {
  border: 1px solid #e0e1e6;
  display: inline-block;
  margin-right: 27px;
  width: 270px;
}
.intro-img {padding-left: 15px;}
  .intro-thumb h6 {
    display: inline-block;

    padding-left: 15px;
    position: relative;
    top: 2px;
    min-width: 150px;
    font-size: 14px; } */

.popular-listing .card {
  	margin-top: 0;
  	border:0;
  	cursor: pointer;
    /* background: #2D3E50; */
}

.popular-listing .row {
  margin-right: -10px;
  margin-left: -10px;
}
.popular-listing .row .col-lg-3  {
  padding-right: 10px;
    padding-left: 10px;
}

.popular-listing.hp5 .card {
  margin-bottom: 30px;
}
.section-heading {
  margin-bottom: 37px;
}
.popular-listing .card {
  border:0;
  cursor: inherit;
  margin-bottom: 20px;
}
/* .popular-listing.section-padding {
	padding: 1px 0 40px 0;
} */
 .card .img-block {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
  }
    .card .img-block::after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.5)));
      background: transparent -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
      background: transparent -o-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
      background: transparent linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
      z-index: 0; }
    .card .img-block h5,
    .map-box .rate-info > h5 {
      margin: 0px;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      float: left;
      /*padding-left: 24px;*/
      position: relative;
      top: 5px;
    }
    .card .img-block span,
    .map-box .rate-info > span {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      background: rgba(145, 147, 152, 0.7);
      border-radius: 50px;
      padding: 5px 13px;
      float: right;
      /*margin-right: 24px;*/
      margin-top: 2px;
 }


.card .img-block:before,
.card .img-block:after,
.popular-cities .card:before,
.popular-cities .card:after,
.banner-searcha .btn:before,
.banner-searcha .btn:after,
.intro-content a:before,
.intro-content a:after,
.sbmt-btn:before,
.sbmt-btn:after,
.btn2:before,
.btn2:after,
.btn-default:before,
.btn-default:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	/* background: rgba(106, 123, 231, 0.8); */
  background:rgba(30,208,177,1);
	opacity: 0;
	visibility: hidden;
}
.btn2:before,
.btn2:after,
.btn-default:before,
.btn-default:after {
  background-color: rgba(48,62,148,0.50);
}
.banner-searcha .btn:before,
.banner-searcha .btn:after,
.intro-content a:before,
.intro-content a:after,
.sbmt-btn:before,
.sbmt-btn:after,
.btn2:before,
.btn2:after,
.btn-default:before,
.btn-default:after {
  z-index: -1;
}
.intro-content a:after {
  right: 0;
  left: auto;
}
.banner-searcha .btn:after,
.sbmt-btn:after,
.btn2:after,
.btn-default:after {
  right: 0;
  left: auto;
}
.card .img-block:after {
	right: 0;
    left: auto;
}
.popular-cities .card:hover:after {
	left: auto;
	right: 0;
}
.banner-searcha .btn:hover:before,
.banner-searcha .btn:hover:after,
.intro-content a:hover:before,
.intro-content a:hover:after,
.sbmt-btn:hover:before,
.sbmt-btn:hover:after,
.btn2:hover:before,
.btn2:hover:after,
.btn-default:hover:before,
.btn-default:hover:after {
  opacity: 1;
  visibility: visible;
  width: 0;
}

.card:hover .img-block:before,
.card:hover .img-block:after,
.popular-cities .card:hover:before,
.popular-cities .card:hover:after {
	opacity: 1;
	visibility: visible;
	width: 0;
}
.card .img-block .overlay,
.srch-btn .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      /* background: rgba(106, 123, 231, 0.8); */
      background:var(--primary-linear);
      opacity: 0;
}
/* .card .card-body {
    padding: 10px;
    border-left: 1px solid #dfe0e5;
    border-right: 1px solid #dfe0e5;
} */
.card .card-body h3 {
  font-size: 22px;
  margin-bottom: 2px;
  color: var(--light-blue);
  font-weight: bold;
}

.popular-listing .card .card-body h3 {
  font-size: 17px;
  margin-bottom: 2px;
  color: var(--light-blue);
  font-weight: bold;
  width: 80%;
}

.card .card-body h3 a {
  color: #242526;
}
.card .card-body p {
    /* font-size: 16px;
    color: #aeb4b6;
    margin-bottom: 10px;
    float: left;
    width: 100%; */
    font-size: 11px;
    color: var(--light-blue);
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.card .card-body p i {
        margin-right: 4px;
        font-size: 14px;
        margin-left: 0;
        position: relative;
        top: 2px;
    }

    .card .card-body .l-details
    {
      display: block;
      width: 64%;
    }

    .card .card-body .l-details h3, .card .card-body .l-details h5
    {
      color: white;
    }
    .card .card-body .l-details p
    {
      color: white;
      margin: 0px;
    }

    .card .card-body .l-date
    {
      margin: 0px;
      padding: 0px;
      color: white;
      font-size: 14px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical ;
    }
    .card .card-body ul {
      /* background: violet; */
    display: flex;

      width: 36%;
    }

      .card .card-body ul li {
        display: inline-block;
        font-size: 10px;
        color: white;
        line-height: 11px;
        text-align: center;
        /* padding: 0px 3px 10px 3px; */
        /* margin-right: -3px; */
      }

.card .card-body ul li img {
padding: 2px;

}


        .card .card-body ul li:first-child {
          padding-left: 0px; }
        .card .card-body ul li:last-child {
          border-right: 0px; }
.card .card-footer {
    background: transparent;
    /* padding: 5px 5px 7px; */
    border-top: 1px solid #888787;
}

.card .myd-flex
{
  display: flex;
}

    .card .card-footer a {
      color: #aeb4b6;
      font-size: 12px;
      position: relative;
      }
      .card .card-footer .footer-btn
      {
        color: #aeb4b6;
        font-size: 14px;
        position: relative;
        background: #364A5A;
        text-align: center;
        padding: 8px 0px;
        margin: 0px 3px;
        display: block;
        border-radius: 0px;
        font-weight: 700;
        width: 100%;
      }
      .card .card-footer .footer-btn i
      {
        font-size: 17px;
      }

      .card .card-footer .footer-btn1 i
      {
        color:#00cdad;
      }

      /* .card .card-footer .footer-btn:hover
      {
        color:#364A5A;

        background: white;

      } */


      .card .card-footer a.pull-right {
      	margin-top: 6px;
      }
    .card .card-footer a .la-heart-o {
        background: #f3f4f7;
        color: #242526;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        border-radius: 50px;
        position: relative;
        top: 1px;
        padding-left: 3px;
        z-index: 99;
}
.card .card-footer a .la-heart-o:hover {
  color: #fff;
}
    .card .card-footer a .fa-calendar {
        margin-right: 7px;
        font-size: 14px; }
  .card:hover .img-block .overlay, .popular-listing .card:focus .img-block .overlay {
    opacity: 1; }

.img-block img {
  width: 100%;
  float: left;
}
.card .card-footer a.pull-right i {
	padding-right: 3px;
}


.popular-cities.section-padding {
 	padding: 60px 0px 30px;
}

.popular-cities .row {
  margin-right: -10px;
  margin-left: -10px;
}
.popular-cities .row .col-xl-3 {
  padding-right: 10px;
    padding-left: 10px;
}

.hp_4 .discover-propt {
  margin-bottom: 135px;
}
.popular-cities.hp3.section-padding {
  padding: 0 0 0 0;
  margin-top: -30px;
}
.popular-cities.hp3 .card {
  margin-top: 0;
}
.card.mgb-30 {
  margin-bottom: 30px;
}
.popular-cities .card:hover .overlay-stick {
  opacity: 0;
}
.popular-cities.hp3 .card .img-fluid {
  float: left;
}
.popular-cities.hp3 .card .card-body h4 {
  font-size: 16px;
  font-weight: 600;
}
.popular-cities .card {
  	position: relative;
  	margin-top: 0;
  	border:2px solid transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.popular-cities .card .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(106, 123, 231, 0.8); */
    background: linear-gradient(90deg, rgba(56,198,244,1) 0%, rgba(30,208,177,1) 100%);
    opacity: 0;
}
.popular-cities .card::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.5)));
    background: transparent -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
    background: transparent -o-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
    background: transparent linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5));
    z-index: 0;
}
.popular-cities .card .card-body {
    z-index: 1;
    padding: 10px 14px;
}
/* .rate-info {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 23px 20px 23px;
  z-index: 2;
} */
/* .popular-cities .card .card-body:before, */
/* .rate-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.02),rgba(44,44,47,47));
    z-index: -1;
} */
.popular-cities .card .card-body h4 {
    color: var(--dark-grey);
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;

}

.popular-cities .card .card-body h5 {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;

}

.popular-cities .card .card-body h5 strong {
  font-size: 30px;
  font-weight: 700;
}
.popular-cities.hp3 .card .card-body i {
  bottom: 25px;
}
.popular-cities.hp3 .card .card-body {padding-bottom: 30px;}
.popular-cities .card .card-body p {
  	color: var(--primary);
  	display: inline-block;
  	font-size: 16px;


}

.popular-cities .card .card-body .btn-primary {

width: 100%;
border-radius: 0px;
background: white;
color:var(--dark-grey);
font-size: 14px;
font-weight: 600;
border:0px;


}
.popular-cities .card .card-body .btn-primary:hover {


  background: var(--primary-linear);
  color:white

  }

.popular-cities .card .card-body {
  border: 0;
}
/* .popular-cities .card .card-body i {
  	position: absolute;
  	right: 24px;
  	bottom: 31px;
  	border: 1px solid #e0e1e6;
  	padding: 12px 12px;
  	color: #aeb4b6;
  	border-radius: 100%;
  	height: 40px;
  	width: 40px;
  	font-size: 14px;
  	text-align: center;
} */
.popular-cities .card:hover .overlay, .popular-cities .card:focus .overlay {
    opacity: 1;
}
.popular-cities .card:hover i, .popular-cities .card:focus i {
    background: #fff;
    color: #aeb4b6;
    border-color: transparent;
}


.popular-cities .projects-tabs
{
  place-content: center;
  margin-bottom: 50px;
}
.popular-cities  .nav-link
{
  border-radius: 0px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  background: var(--off-white);
  padding: 7px 50px;

}

.popular-cities .nav-pills .nav-link.active, .popular-cities .nav-pills .show>.nav-link {

  background: var(--primary-linear);
}


.popular-cities .nav-item
{
  margin: 0px 5px;

}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }



html, body, .header, .App {
  width: 100vw;
}

.bottom.section-padding {
  	padding: 40px 0px 18px;
background: #F2F2F2;
border-bottom: 8px solid var(--primary);

}

.bottom-list {
  /* margin-top: 6px; */
 }

  .bottom-list h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 19px; }
.bottom-list ul li a {

    color: var(--light-blue);
    font-size: 16px;
    font-weight: 600;


}
/* .bottom-list ul li a:hover {
  padding-left: 30px;
} */
.bottom-list ul li {
  position: relative;
  padding: 0px 12px;
  line-height: 1;
  border-right: 2px solid var(--dark-grey);
}
 .bottom-list ul li:last-child {
  border-right: 0px;
}
/*
.bottom-list ul li:first-child {
  padding: 0px 25px 0px 0px;
} */

/* .bottom-list ul li:before {
  content: '\f112';
  font-family: lineawesome;
  position: absolute;
  top: 50%;
  left: -4px;
  font-size: 14px;
  color: white;
  transform: translateY(-50%);
} */
.bottom-list ul li a i {
  margin-right: 18px;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.bottom-list > ul {
	float: left;
	width: 100%;
}

.bottom-list p {
font-size: 16px;
color: var(--dark-grey);
display: inline-flex;
}

.bottom-desc {
  margin-top: 6px;
 
}
  .bottom-desc h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
  .bottom-desc p {
    color: #67686c;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    margin-top: 7px;
    padding-right: 15px;
}

.bottom-logo img {
  max-width: 200px;
  filter: brightness(0) invert(1);
}

.bottom-logo p {
  padding-top: 20px;
  color: white;
  font-size: 15px;
  line-height: 30px;
}


.footer-content {
  padding: 10px 0px 10px 0;
  border-top: 1px solid #e0e1e6; }
  .footer-content .copyright p {
    margin-bottom: 1px;

    font-size: 13px;
  }

/* .footer-social {
  text-align: right; } */
  .footer-social a {
    width: 35px;
    height: 35px;
    text-align: center;
    /* background: white; */
    /* border: 1px solid var(--primary); */
    color: var(--dark-grey);
    display: inline-block;
    line-height: 35px;
    border-radius: 4px;
    font-size: 22px;
    margin: 0px 0px 0px 0px;
}
.footer-social a:hover {
  color: var(--primary);
  background-color: transparent !important

}
.footer-social a:last-child {
  margin-right: 0;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 5px;
}

.app-btn {
  width: 45%;
  max-width: 140px;
  padding: 4px 8px;
  color: #fff;
  margin: 5px 5px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;

  font-size: 10px;
  text-transform: uppercase;
}
.app-btn.blu {
  border: 1px solid var(--dark-grey);
  background-color: white;
  transition: background-color 0.25s linear;
}

.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 24px;
  margin-right: 7px;
  color: var(--dark-grey);
}

.app-btn p {
  color: var(--dark-grey);
  float: none;
  width: 100%;
  font-size: 10px;
  line-height: 18px;
  margin-top: 0px;
  padding-right: 0;
}

.app-btn .big-txt {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}



.alert-success {
	position: fixed;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	width: 100%;
	text-align: center;
}
.alert-success.active {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}
.close-alert {
	position: absolute;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	color: #155724;
	font-size: 20px;
}

/* ========================= BLOG OPEN PAGE =========================== */



.pager-sec {
  background-image: url(https://via.placeholder.com/1920x200);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 74px 0 72px 0;
  position: relative;
  z-index: 1;
}
.pager-sec.st2 {
  background: #eeeef0;
  background-image: inherit;
}
.pager-sec.st2 .pager-sec-details > h3 {
  color: #242526;
}
.pager-sec.st2 .pager-sec-details > ul li a, .pager-sec.st2 .pager-sec-details > ul li span {
  color: #242526;
}
.pager-sec.st2 .pager-sec-details > ul li:before {
  color: #242526;
}
.bfr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pg-bef.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.pager-sec-details {
  float: left;
  width: 100%;
}
.pager-sec-details > h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  float: left;
}
.pager-sec-details > ul {
  float: right;
  margin-top: 14px;
}
.pager-sec-details > ul li {
  display: inline-block;
  position: relative;
  padding: 0 11px 0 15px;
}
.pager-sec-details > ul li:last-child {
  padding-right: 0;
}
.pager-sec-details > ul li:last-child:before {
  display: none;
}
.pager-sec-details > ul li:before {
  content: '\f101';
  position: absolute;
  top: 4px;
  left: 100%;
  color: #fff;
  font-size: 12px;
  font-family: fontawesome;
}
.pager-sec-details > ul li a,
.pager-sec-details > ul li span {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}


/* ================= BLOG SINGLE SEC ============== */



/* ================ post-share =============== */



/* ================= comment-section ================  */



/* ================ post-comment-sec =============== */

.contct-info {
 width: 100%;
 text-align: center;
 margin-bottom: 10px;
}
.contct-info img {
  /* width: 200px;s */
}
.contct-info > h3 {
  color: #242526;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;

}


.widget-form .post-comment-sec form button {
  margin: -1px;
  background: var(--primary);
  color: white;;
}

.post-comment-sec form button {
  margin-top: -5px;
}
.post-comment-sec form .row {
  margin: 0;
}
.post-comment-sec form input {
  height: 42px;
  padding: 0 17px;
}
.post-comment-sec form textarea {
  height: 124px;
  padding: 14px 17px;
}
.post-comment-sec form input,
.post-comment-sec form textarea {
  width: 100%;
  color: #67686c;
  font-size: 12px;
  font-weight: 400;
  border:none;
  border-radius: 5px;
  border: 1px solid var(--dark-grey);
  background: white;
  background-clip: padding-box !important;
}

input,textarea
{
  background-clip: padding-box !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #67686c;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #67686c;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #67686c;
}
:-moz-placeholder { /* Firefox 18- */
  color: #67686c;
}

/* =============== RIGHT SIDEBAR ============= */

.sidebar {
  /* float: left;
  width: 100%; */
  /* padding-left: 20px; */

}
.sidebar.layout2 .widget-property-search {
  margin-top: 0;
}
.sidebar.layout2 .widget-property-search .widget-title {
  margin-top: 0;
}

.sidebar .alert-text
{
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}


.sidebar .side-banner
{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;


}

.sidebar .sidebar-image
{
  /* height: 800px; */
  width: 100%;
  overflow: hidden;
}

.sidebar .side-banner img
{
width: 100%;
border-radius: 14px;
}

.btn-primary
{
  background: var(--primary);
  border: 0;
  outline: none;
  border-radius: 10px;
}

.btn-secondary
{
 background-color: #C2C1C1;
  border: 0;
  outline: none;
  border-radius: 10px;
}

.btn-secondary:hover
{
 background-color: #bebdbd;

}


.sidebar .banner-searcha {
  padding: 0;
}
.widget {
  float: left;
  background: red;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background: #80808000;
  margin-bottom: 48px;
  box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 46%);

}
.widget-search form {
  float: left;
  width: 100%;
  position: relative;
}
.widget-search form input {
  width: 100%;
  height: 48px;
  border:1px solid #dfe0e5;
  color: #67686c;
  font-size: 12px;
  padding: 0 18px;
  background-color: #fff;
}
.widget-search form button {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 11px;
  background-color: inherit;
  border:0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.widget-title {
  color: #242526;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}


/* =============== Widget Categories ============= */

.widget-catgs {
  margin-bottom: 42px;
}
.widget-catgs ul {
  float: left;
  width: 100%;
  margin-top: -5px;
}
.widget-catgs ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.widget-catgs ul li:last-child {
  margin-bottom: 0;
}
.widget-catgs ul li a {
  float: left;
  font-size: 14px;
  font-weight: 400;
}
.widget-catgs ul li a span {
  display: inline-block;
}
.widget-catgs ul li a:hover span {
  padding-left: 15px;
}
.widget-catgs ul li a i {
  color: #78797f;
  font-size: 14px;
  padding-right: 14px;
  position: relative;
  left: -4px;
}
.widget-catgs ul li > span {
  float: right;
  color: #88898d;
  font-size: 14px;
}

/* =============== widget-posts ============= */


.widget-posts > ul {
  float: left;
  width: 100%;
}
.widget-posts > ul li {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}
.widget-posts > ul li:last-child {
  margin-bottom: 0;
}
.wd-posts {
  float: left;
  width: 100%;
  display: table;
}
.ps-img {
  display: table-cell;
}
.ps-img > a img {
  float: left;
}
.ps-info {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 19px;
  padding-top: 5px;
}
.ps-info > h3 {
  color: #242526;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.ps-info > h3 a {
  color: #242526;
}
.ps-info > span {
  display: inline-block;
  color: #aeb4b6;
  font-size: 12px;
}
.ps-info > span i {
  font-size: 14px;
  padding-right: 5px;
}


/* ============== widget-adver ========== */

.widget-adver > a img {
  width: 100%;
}

/* ============== POPULAR TAGS =========== */

.widget-tags > ul {
  float: left;
  width: 100%;
}
.widget-tags > ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 7px;
}
.widget-tags > ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 13px 4px 13px;
  border-radius: 30px;
}
.widget-tags > ul li a:hover {
  background-color: #8b9af7;
}
.widget-adver {
  margin-bottom: 42px;
}




/* ============== pagination ============ */

.pagination {
  float: left;
  width: 100%;
  margin-top: 62px;
}

.pagination .page-link {
  padding: 0;
  width: 41px;
  height: 41px;
  border:1px solid #e1e2e6;
  border-radius: 100px;
  line-height: 40px;
  color: #242526;
  font-size: 14px;
  margin-right: 8px;
  text-align: center;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
  color: #fff;
  border-color: transparent;
}
.page-item .page-link b {
  position: relative;
  left: 1px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 100px;
}
.blog-standard.section-padding {
  padding: 110px 0;
}




/* ================ about-us-sec ============= */

.about-sec.pt {
  padding: 110px 0 110px 0;
}
.page-main-content.section-padding {
  padding: 110px 0 110px 0;
}
.about-us-sec {
  float: left;
  width: 100%;
}
.about-info {
  float: left;
  width: 100%;
  padding-top: 72px;
}
.about-info > h3 {
  color: #242526;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.about-info > h4 {
  color: #aeb4b6;
  font-size: 12px;
  border-bottom: 1px solid #dfe0e5;
  padding-bottom: 19px;
}
.about-info > p {
  font-size: 16px;
  color: #67686c;
  line-height: 30px;
  padding: 15px 0 20px 0;
}
.about-info > a {
  float: left;
}

.about-img {
  float: left;
  width: 100%;
}
.about-img > img {
  width: 100%;
  float: left;
}

.explore-feature.pt {
  padding-bottom: 110px;
}
.explore-feature.st2 .card .card-body p {
  padding: 0 10px;
}

/* ================== agent-info ================= */


.agent-info {
  float: left;
  width: 415px;
  border:1px solid #dfe0e5;
  padding: 27px 29px 40px 30px;
  border-left: 0;
  line-height: 1;
}
.agent-profile .col-lg-6 {
  padding: 0;
}
.agent-info > h3 {
  color: #242526;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 7px;
}
.agent-info > h4 {
  color: #aeb4b6;
  font-size: 12px;
  border-bottom: 1px solid #dfe0e5;
  padding-bottom: 22px;
}
.agent-info > p {
  float: left;
  width: 100%;
  color: #67686c;
  padding: 17px 0 31px 0;
}
.cont-links {
  float: left;
  width: 100%;
}
.cont-links li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.cont-links li a,
.cont-links li span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.cont-links li a i,
.cont-links li span i {
  padding-right: 7px;
  font-size: 16px;
}

/* ============== socio-links ============= */

.socio-links {
  float: left;
  width: 100%;
  margin-top: 17px;
}
.socio-links li {
  display: inline-block;
  margin-right: 17px;
}
.socio-links li a {
  display: inline-block;
  color: #242526;
  font-size: 13px;
}



/* ================ profile-sec ============== */

#avatar{
  height: 170px;
  width: 170px;
}

.twenty-tow-ui-account-page #avatar
{
  height: 180px;
  width: 180px;
  border-radius: 100%;
}

/* ================ agent-profile-sec ============== */

.upload_new_logo_div{
  flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: flex-end;

}

#up_img{
  font-weight: bold;margin-left: 10px;
}

#upload_new_logo_label{
  white-space: nowrap;
  margin-right: 10px;
  width: 28%;
  text-align: right;
  font-size: 15px;
    font-weight: 600;
    color: gray;
}


.input_div label{
  white-space: nowrap;
  margin-right: 10px;
  width: 28%;
  text-align: right;
  font-size: 15px;
    font-weight: 600;
    color: gray;
}


#agency_logo_img{
  height:25px;
}

.agent-profile-sec {
  float: left;
  width: 100%;
  /* margin-bottom: -11px; */
}
/* .agent-profile-sec .row{
    align-items: center;
    justify-content: center;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 5px 10px 18px #888888;
} */

.features_list_1 {
  float: left;
  width: 100%;
  border-top: 1px solid #dfe0e5;
  padding: 33px 0 0 0;
  display: none;
  /* margin: 23px 9px -11px 9px; */
  margin:0;
}

.features_list_1 ul {
  float: left;
  width: 100%;
}
.features_list_1 ul li {
  float: left;
  width: 50% !important;
  margin-bottom: 8px;
}

.features_list ul .form_field{
  float: left;
  width: 25%;


}


#profile-more{
  white-space: nowrap;
  color: var(--secondary);
}

#profile-more1{
  white-space: nowrap;
  color: black !important;
}


.more-feat-1{
  float: left !important;
}

#individual{
  border: 1px solid;
    margin-bottom: 20px;
    padding: 5px;
    width: fit-content;
    background-color:gray;
    color:white;
}


/* .agent-profile {
  float: left;
  width: 100%;
  padding-right: 5px;
}
.agent-img {
  float: left;
  width: 355px;
}
.agent-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


/* ================== agent-info ================= */


.agent-info {
  float: left;
  width: 415px;
  border:1px solid #dfe0e5;
  padding: 27px 29px 40px 30px;
  border-left: 0;
  line-height: 1;
}
.agent-profile .col-lg-6 {
  padding: 0;
}
.agent-info > h3 {
  color: #242526;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 7px;
}
.agent-info > h4 {
  color: #aeb4b6;
  font-size: 12px;
  border-bottom: 1px solid #dfe0e5;
  padding-bottom: 22px;
}
.agent-info > p {
  float: left;
  width: 100%;
  color: #67686c;
  padding: 17px 0 31px 0;
}
.cont-links {
  float: left;
  width: 100%;
}
.cont-links li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.cont-links li a,
.cont-links li span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.cont-links li a i,
.cont-links li span i {
  padding-right: 7px;
  font-size: 16px;
}

/* ============== socio-links ============= */

.socio-links {
  float: left;
  width: 100%;
  margin-top: 17px;
}
.socio-links li {
  display: inline-block;
  margin-right: 17px;
}
.socio-links li a {
  display: inline-block;
  color: #242526;
  font-size: 13px;
}


/* ============== contact-agent ============= */

/* ============== contact-agent ============= */

#update_logo{
  font-size: 11px;
}

#btn-submit{
  padding-left: 30px;
  padding-right: 30px;
}

.submit-btn{
  text-align: center;
}

.modify_btn_div{
  text-align: center;
    margin-top: 5px;
    margin-right: 70px;
}

.upload_inner_inner{
  /* padding-left:60px; */

}

.upload_inner{
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.upload_pic{
  display:flex; flex-direction: row; justify-content: center; align-items: center;margin-bottom: 10px; margin-left: -58px;
}

.dropzone-1{
  background: #BFBFBF;
  position: absolute;
  padding: 8px;
  top: 140px;
  right: 50px;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}

.upload_inner_inner p{
  font-size:12px;
  color: #777777;
}


.dropzone-1 i{
  color: white;
  font-size: 14px;
}



.dropzone-1 p{
  font-size: 16px;
}

.input_div{
  display:flex; flex-direction: row; justify-content: center;align-items: center;
}

.blue_background_input input{
  background-color: lightblue !important;
}


.all_form_input {

  width: 100%;
  margin-bottom: 10px;
}

.all_form_input span {
  margin-right:20px;
}

.add-property-section .all_form_input input
{
  height: 40px;
}

.all_form_input input {
  height: 35px;
  padding: 0 17px;
}

.all_form_input textarea {
  height: 105px;
  padding: 14px 18px;
}
.all_form_input input,
.all_form_input textarea{
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  color: #67686c;
  border: 1px solid var(--dark-grey);
  background-color: white;
}

.tab-content .all_form_input input,
.tab-content .all_form_input textarea,
.agent-profile-sec .all_form_input input,
.agent-profile-sec .all_form_input textarea{
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
  color: var(--dark-grey);
  border: 1px solid black;
  background-color: white;
  line-height: initial;
}


.tab-content .input-group>.custom-file, .tab-content .input-group>.custom-select, .tab-content .input-group>.form-control ,
.agent-profile-sec .input-group>.custom-file, .agent-profile-sec .input-group>.custom-select, .agent-profile-sec .input-group>.form-control
{
  width: 80%;
  flex: unset;
}

.custom-select{
  width: 100% !important;
}




.all_form_input button {
  margin-top: 3px;
  cursor: pointer;
}

.convert-btn-div{
    position: relative;
}

#convert-btn{
  border: 1px #00CDAD solid;
    background-color: #00CDAD;
    /* margin-left: 160px; */
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#convert-btn a{
  color: #fff;
}

.contact-agent {
  float: left;
    width: 100%;
    /* padding-left: 25px; */
    line-height: 1;
    /* border: 1px solid; */
    padding: 0px;
    border-radius: 10px;
    box-shadow:0px 0px 12px 0px rgb(148 148 148 / 20%);
}
.contact-agent > h3 {
  color: #242526;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 4px;
    text-align: center;
}
.contact-agent > form {
  /* float: left; */
  width: 100%;
  margin: 0px auto;

  display: block;
}

.my-ads-single-page-content .contact-agent > form {
  /* float: left; */
  width: 100%;
  margin: 0px auto;
  display: block;
}

.s {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.form-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.form-field span {
  margin-right:20px;
}

.form-field input {
  height: 48px;
  padding: 0 17px;
}

.form-field textarea {
  height: 105px;
  padding: 14px 18px;
}
.form-field input,
.form-field textarea{
  width: 100%;
  font-size: 12px;
  color: #67686c;
  border:1px solid #dfe0e5;
  background-color: #fff;
}
.form-field button {
  margin-top: 3px;
  cursor: pointer;
}


/* ================= contact-details-sec ============== */

.contact-sec {
  float: left;
  width: 100%;
  padding: 101px 0 110px 0;
}
.contact-details-sec {
  float: left;
  width: 100%;
}
.contact_form {
  float: left;
  width: 100%;
}
.contact_form > h3 {
  color: #242526;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
}
.contact_form > p {
  color: #67686c;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
}
.contact_form > form {
  float: left;
  width: 100%;
}
.contact-details-sec .row {
  margin: 0;
}
.contact_form > form .col-lg-4,
.contact_form > form .col-lg-12 {
  padding: 0 8px;
}
.contact_form > form .form-field {
  margin-bottom: 16px;
}
.contact_form > form .form-field textarea {
  height: 124px;
}
.contact_form > form button {
  margin-top: -5px;
  float: left;
}
.contact_form > form button:hover,
.post-comment-sec form button:hover {
  color: #fff;
}

/* ================ contact_info ================= */

.contact_info {
  float: left;
  width: 100%;
  margin-top: 54px;
  padding-left: 20px;
}
.contact_info > h3 {
  color: #242526;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.cont_info {
  float: left;
  width: 100%;
}
.cont_info li {
  float: left;
  width: 100%;
  color: #67686c;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
}
.cont_info li:nth-child(2) {
  margin-bottom: 15px;
}
.cont_info li i {
  font-size: 16px;
  padding-right: 10px;
}


/* =================== social_links =================== */

.social_links {
  float: left;
  width: 100%;
  margin-top: 11px;
}
.social_links li {
  display: inline-block;
  margin-right: 17px;
}
.social_links li a {
  display: inline-block;
  color: #242526;
  font-size: 13px;
}





/* ==================== LIST LAYOUT WITH MAP ================== */


.listing-main-sec.section-padding {
  padding: 106px 0 110px 0;
}
.listing-main-sec.section-padding2 {
  padding: 106px 0 110px 0;
}
.listing-main-sec-details {
  float: left;
  width: 100%;
}
.listing-main-sec-details > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.listing-directs {
  float: left;
  width: 100%;
}
.list-head {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 0px;
}
.sortby {
  float: left;
}
.sortby > span {
  color: #67686c;
  font-size: 14px;
  font-weight: 500;
  float: left;
  margin: 4px 0px;
}
.sortby .drop-menu {
  float: left;
  border: 0;
  margin: 0;
  padding: 3px 9px;
  border-radius: 6px;
  background: var(--off-white);
  width: 108px;
}


.sortby .drop-menu .select i {
  font-size: 14px;
  margin-top: 2px;
  cursor: pointer;
  float: right;
  position: relative;
  right: 0px;
}
.sortby .drop-menu .dropeddown {
  padding: 0 10px;
  width: 130px;
}
.sortby .drop-menu .select {
  padding: 0;
  font-size: 14px;
  color: #242526;
  font-weight: 500;
}
.opt-slect {
  display: inline-block;
  position: relative;
}
.opt-slect > i {
  position: absolute;
  top: 3px;
  right: 0;
  color: #242526;
  font-size: 14px;
}
.opt-slect > select {
  font-weight: 500;
  padding-right: 26px;
  border:0;
  background-color: #fff;
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.view-change {
  float: right;
  margin-top: -4px;
}
.view-change ul {
  display: inline-block;
}
.view-change ul li {
  display: inline-block;
  border:0;
  margin-right: 4px;
}
.view-change ul li:last-child {
  margin-right: 0;
}
.view-change ul li a {
  padding: 0;
  color: #adadb0;
  font-size: 22px;
  border:0;
}
.view-change ul.nav-tabs .nav-link {
  border:0;
}
.view-change ul.nav-tabs {
  border-bottom: 0;
}



/* ================ list-products ============= */

.list-products {
  float: left;
  width: 100%;
}
/* .card .card-body {
  padding: 5px 5px 0;
} */

.list-products .card {
  float: left;
  width: 100%;
  display: block;
  border:0;
}
.list-products .card .img-block {
  float: left;
  /* width: 200px; */
  /* margin-left: 10px; */
  margin-top: 14px;
  /* border: 1px solid;*/
}


.card_bod_full {
  /* float: right;
  width: 61.6%;
  border:1px solid rgba(0,0,0,.125);
  border-left: 0;
  padding-bottom: 13px;
  padding-left: 7px;
  padding-right: 6px;
  line-height: 1; */
  float: right;
  display: flex;
  width: 76%;
  /* border: 1px solid rgba(0,0,0,.125); */
  /* padding-left: 7px; */
  line-height: 1;
}
.list-products .card .card-body h3 {
  margin-bottom: 6px;
}
.list-products .card .card-body p {
  margin-bottom: 19px;
}
.list-products  .card .card-body ul {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.card_bod_full h3 {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}
.card_bod_full .card-body {
  border: 0;
}
/* .list-products .card .card-body {
  padding: 31px 23px 0;
} */
.card_bod_full .card-footer {
  border: 0;
}

.card_bod_full .card-footer a.plf {
  float: left;
  padding-left: 17px;
  margin-top: 6px;
}


.list-products .card .card-body ul li {
  margin-right: -1px;
  padding: 0px 17px 0px 14px;
  line-height: 11px;
}
.list-products .card .card-body ul li:first-child {
  padding-left: 0;
}
.card-footer a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 3px;
}
.crd-links {
  float: left;
  margin-top: 9px;
}
.btn-default {
  float: right;
  font-size: 14px;
  height: 51px;
  line-height: 51px;
  border:1px solid;
  padding: 0 27px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  background-color: initial;
}
.card_bod_full .card-footer .btn-default:hover {
  color: #fff;
}
.btn-default:hover {
  color: #fff;
  background-color: #7e8dea;
  border-color: transparent;
}
.list-products .card .img-block h5 {
  top: 5px;
}
.list-products .card .img-block span {
  margin-top: 2px;
}
.list-products .card {
  margin-bottom: 30px;
}
.list-products .card:last-child {
  margin-bottom: 0;
}
.list-products .img-block img {
  height: 150px;
    object-fit: cover;
    width: 100%;
}


/* =============== LIST LAYOUT WITH MAP SIDEBAR ============ */

.widget-property-search {
  margin-top: 1px;
}
.widget-property-search .form_field:last-child {
  margin-bottom: 0;
}
.widget-property-search .form_field:last-child a {
  margin-bottom: 0;
}
.widget-property-search .form_field {
  float: left;
  width: 100%;
}
.sidebar.layout2 .widget-title {
  letter-spacing: 1px;
}
.widget-property-search  .form-control {
  height: 48px;
}
.widget-property-search  .form-control,
.widget-property-search .drop-menu {
  border: none;
  margin:0;
  background: var(--off-white);
}
.widget-property-search .form_field {
  margin-bottom: 0px;
}
.widget-property-search .drop-menu {
  padding: 0;
}
.widget-property-search .drop-menu .select {
  height: 38px;
  line-height: 40px;
  padding: 0 8px;
}
.widget-property-search .banner-searcha .form-control {
  padding-left: 18px;
}
.widget-property-search .drop-menu .select i {
  margin-top: 12px;
}

.widget-property-search .drop-menu .select .hbSVG {
  margin-top: 9px;
  font-size: 19px;
  cursor: pointer;
  float: right;
  position: relative;
  right: 2px;
}


.hp7 .widget-property-search .drop-menu .nav-pills .nav-link
{
  padding:7px 0px;
}

.hp7 .features_list-tab
{
  left: -30px;
  right: -30px;
}
.hp7 .features_list-tab1
{
  left: -8px;
  right: -8px;
}

.widget-property-search .drop-menu .nav-pills .nav-link.active, .widget-property-search .nav-pills .show>.nav-link
{
background: var(--primary-linear);
color: var(--white);
}

.widget-property-search .drop-menu .nav-pills .nav-link
{
background:white;
padding: 5px 10px;
margin: 0px 2px;
color: var(--dark-grey);
}

.widget-property-search .form_field .btn {
  width: 100%;
  height: 100%;
}

.widget-property-search .form_field .btn2 {
  width: 100%;
  height: 67%;
}



/* .widget-property-search .banner-search {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
} */
.widget-property-search .banner-searcha{
      /* float: left; */
      width: 77%;
      height: auto;
      margin: 0px auto;
}


.form_field > h4 {
  color: #242526;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 14px;
}
.form_field input:checked {
  color: red;
}

.form_field > ul {
  float: left;
  width: 50%;
}
.form_field > ul li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.form_field > ul li:last-child {
  margin-bottom: 6px;
}
.input-field > input[type="radio"],
.input-field > input[type="checkbox"] {
  display: none;
}

.input-field input[type="radio"] + label span,
.input-field input[type="checkbox"] + label span {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  border:1px solid #dfe0e5;
  background-color: inherit;
  cursor: pointer;
}
.input-field input[type="radio"] + label span:before,
.input-field input[type="checkbox"] + label span:before  {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 10px;
  background-image: url(../images/arrow.png);
  color: #fff;
  font-size: 12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.input-field input[type="radio"]:checked + label span:before,
.input-field input[type="checkbox"]:checked + label span:before {
  opacity: 1;
  visibility: visible;
}
.input-field input[type="radio"]:checked + label span,
.input-field input[type="checkbox"]:checked + label span {
  border-color: transparent;
}
.input-field > label {
  float: left;
  cursor: pointer;
}
.input-field > label span {
  float: left;
}
.input-field > label small {
  color: #67686c;
  font-size: 10px;
  margin-top: 2px;
}

/* ================ widget-featured-property ============== */


.widget-featured-property .card {
  float: left;
  width: 100%;
  display: block;
  border:0;
}
.widget-featured-property .card .card-body {
  float: left;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dfe0e5;
}
.widget-featured-property .card .card-body h3 {
  margin-bottom: 2px;
}
.widget-featured-property .card .card-body p {
  margin-bottom: 0;
}
.widget-featured-property .card .img-block h5 {
  top: 5px;
}
.widget-featured-property .card .img-block span {
  margin-top: 2px;
}



.sidebar.layout2 .ps-info > strong {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
}
.sidebar.layout2 .ps-info {
  padding-top: 3px;
}
.sidebar.layout2 .ps-info > h3 {
  margin-bottom: 2px;
}
.tab-content {
  float: left;
  width: 100%;
}
.tab-pane {
  float: left;
  width: 100%;
}
.list_products {
  float: left;
  width: 100%;
}
.list_products .card {
  margin-bottom: 30px;
  border:0;
}



/* =================== form_sec ================ */


.form_sec {
  background-color: #d8d8d9;
  padding: 28px 0;
}
.form_sec .banner-searcha {
  -webkit-box-shadow: 0 0 10px rgba(1,1,2,0.08);
  -moz-box-shadow: 0 0 10px rgba(1,1,2,0.08);
  -ms-box-shadow: 0 0 10px rgba(1,1,2,0.08);
  -o-box-shadow: 0 0 10px rgba(1,1,2,0.08);
  box-shadow: 0 0 10px rgba(1,1,2,0.08);
}
.form_sec .banner-searcha .form-group {
  padding: 0;
}
.form_sec .addres {
  width: 475px;
}
.form_sec .banner-searcha .btn {
  width: 51px;
  padding: 0;
  line-height: 51px;
  text-align: center;
}
.form_sec .banner-searcha .btn i {
  top: 0;
  margin: 0;
  line-height: 51px;
}
.form_sec .srch-btn {
  width: 56px;
}
.form_sec .row {
  margin: 0;
}



.agent-my-ads
{

  padding: 115px 0px;
}

/* ==================== Account Page Tabs ================== */

/* .agent-my-ads .maccount-tabs
{
border-bottom: 1px solid var(--dark-grey);
padding: 15px 0px 0px 10px;
} */
.agent-my-ads .nav-pills .nav-link
{
  font-weight: 600;
  border-radius: 0;
  color: gray;
  padding: 0px;
  margin-bottom: 16px;
}


.agent-my-ads .nav-pills .nav-link i
{
  background: #dfdfdf;
  padding: 10px;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 14px;
}


.agent-my-ads .nav-pills .nav-link.active, .agent-my-ads .nav-pills .show>.nav-link {

  background-color:transparent;
  color: #00CDAD;
  }


  .agent-my-ads .nav-pills .nav-link.active i {

    background-color:var(--primary);
    color: white;
    }

  /* .agent-my-ads .tab-pane
  {
    padding: 20px;
  } */

  /* .agent-my-ads .nav-pills .nav-link
  {
    padding: .5rem 2rem;
  } */

  /* maccount-tabs */
/* ==================== Account Page Tabs END ================== */




.agent-my-ads .my-ads-single-page-content{

  height: auto;
  width: 100%;
  background-color: white;

  }



 .agent-my-ads .listing_btn
  {
    padding: 5px 12px;
    background: var(--dark-grey);
    color: white;
    border-radius: 8px;
    display: inline-block;
  }

  .agent-my-ads .sort
  {
    display: flex;

    padding: 10px 0px;
  }

  .agent-my-ads .sort h3
  {
    padding: 0px 10px 0px 0px;
    font-size: 18px;
    align-self: center;
    color: var(--dark-grey);
  }

  .agent-my-ads .sort select
  {
    padding: 5px 5px 5px 5px;
    background: var(--light-grey);
    border: none;
    width: auto;
    border-radius: 4px;

  }


  .agent-my-ads .sort p
  {
    padding: 0px 10px 0px 10px;
    align-self: center;
    color: var(--dark-grey);
  }

  .agent-my-ads .card
  {

    border-radius: 10px;
    box-shadow: 0px 0px 9px 0px rgb(148 148 148 / 40%);
    border: none;
    width: 100%;
    height: 100%;

  }

  .agent-my-ads .card .card-body
  {
    padding: 0px;
  }

  .agent-my-ads .card .its-thumb
  {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

  }
  .agent-my-ads .card .card-body ul
  {
  width: 100%;
  }
  .agent-my-ads .card .card-body ul li
  {
  color: gray;
  font-size: 15px;
  padding: 10px 10px;
  display: flex;
  }
  .agent-my-ads .card .card-body ul li img
  {
    padding: 3px;
    margin: 4px 2px;

  }

  .agent-my-ads .card .card-body p {

    margin-bottom: 0px;
    font-size: 14px;
    align-self: center;
    color: black;
}


.agent-my-ads .card .card-body .btn-primary ,.agent-my-ads .card .card-footer .btn-primary{

  background: #EFEFEF;
  padding: 4px 12px;
  border-radius:7px;
  color:var(--dark-grey);
  outline: none;

}

.agent-my-ads .card .card-body .btn-primary:hover ,.agent-my-ads .card .card-footer .btn-primary:hover{

  background: var(--primary-linear);
  color: white;


}

.agent-my-ads .card .card-footer .btn-primary
{
  padding: 4px 15px;
  margin-left: 3px;
}
.agent-my-ads .card .card-footer .btn-primary:first-child
{

  margin-left: 0px;
}



.btn-primary.focus, .btn-primary:focus
{
  box-shadow: 0 0 0 0.2rem #1ed0b140;
}

.agent-my-ads .card .card-body h1 {

  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.agent-my-ads .card .card-body h5 {

  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}


.bost-ad
{
  background: #FBBA09;
  color: white;
  margin: 10px 0px 25px 0px;
  display: inline-block;
  width: 110px;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}
.bost-ad1
{
  background: #40A9E0;

  color: white;

  margin: 5px 0px 25px 5px;
  display: inline-block;
  width: 110px;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  border-radius: 10px;
}
.bost-ad img
{
  /* width: 80px; */
  padding: 10px ​12px;

}
.bost-ad p,.bost-ad1 p
{
  color: white;
  font-size: 12px;

  font-weight: 600;

}

.mytable
{

  border-collapse: collapse;
  border-radius: 1em;
  /* overflow: hidden; */
  border:1px solid black;
 background: #f1f1f1;
}

.table-bordered thead td, .table-bordered thead th ,.table-bordered  tr {
  border-bottom-width: 1px;
      text-align: center;
}





/* ==================== my-ads-single-page-content end ================== */

/* ==================== Agentpage-profile-hd-sec end ================== */

.Agentpage-single-pg {
  padding: 65px 0 110px 0;
}


.Agentpage-single-pg .tab-content .row .col-lg-4
{
  padding-right: 8px;
    padding-left: 8px;
}

.col-lg-4

.Agentpage-single-page-content {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.Agentpage-single-page-content .profile-cover{

position: relative;
margin-bottom: 120px;

}
.Agentpage-single-page-content .profile-cover .profile-cover-img{

  height: 160px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 10px;
  background-color: gray;
  box-shadow: 2px 3px 9px 0px rgb(148 148 148 / 20%);

  }

  .Agentpage-single-page-content .profile-cover .profile-cover-img2{

    height: 120px;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 10px;
    background-color: var(--off-white);
    box-shadow: 2px 3px 9px 0px rgb(148 148 148 / 20%);

    }
    .Agentpage-single-page-content .profile-cover .profile-cover-img2 .btn-primary{

      margin-bottom: 8px;


      }

  .Agentpage-single-page-content .profile-cover .Agentpage-profile

  {

    width: 100%;
    display: flex;
    height: 150px;
    position: absolute;

    top: 50%;
    padding: 10px 56px;
  }

  .Agentpage-single-page-content .profile-cover .Agentpage-profile .verified-icon
{

  margin: 0px 0px -4px 3px;
}



  /* .Agentpage-single-page-content .profile-cover .Agentpage-profile .avatar
  {
    background: white;
    width: 19%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 2px 3px 9px 0px rgb(148 148 148 / 20%);
  } */

  /* .Agentpage-single-page-content .profile-cover .Agentpage-profile .avatar1
  {

  } */


  .Agentpage-single-page-content .profile-cover .Agentpage-profile .avatar img ,.Agentpage-single-page-content .profile-cover .Agentpage-profile .avatar1 img
  {

    padding: 5px;
    background: white;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 2px 3px 9px 0px rgb(148 148 148 / 20%);
  }
  .Agentpage-single-page-content .profile-cover .Agentpage-profile .avatar-profile-details
  {
    width: 81%;
    align-self: flex-end;
    height: auto;
    padding: 6px 20px;
  }
  .Agentpage-single-page-content .profile-cover h3
  {
    font-weight: 700;
    font-size: 22px;
    margin: 0px;
    color:var(--dark-grey);
  }
  .Agentpage-single-page-content .profile-cover p
  {

    font-size:12px;
    margin: 0px;
    line-height: 18px;

  }

  .Agentpage-single-page-content .regtd_agent
  {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 9px 0px rgb(148 148 148 / 20%);
    padding: 20px;
    margin-bottom: 30px;
  }

  .Agentpage-single-page-content .regtd_agent h2
  {
   font-size: 18px;
   color: var(--dark-grey);
   font-weight: 600;
  }
  .Agentpage-single-page-content .regtd_agent  .Agentpage-profile
  {
    width: 100%;
    display: flex;
    border-right: 1px solid var(--light-grey);
    padding: 10px 10px;
    margin: 10px 0px;

  }

  .Agentpage-single-page-content .regtd_agent .col-lg-4:nth-last-of-type(1) .Agentpage-profile
  {

    border-right: 0px;

  }

  .Agentpage-single-page-content .regtd_agent .Agentpage-profile .avatar
  {
    padding: 3px;
    width: 30%;
    height: 100%;

  }

  .Agentpage-single-page-content .regtd_agent .Agentpage-profile .avatar img
  {
    width: 100%;
    border-radius: 50%;
  }
  .Agentpage-single-page-content .regtd_agent .Agentpage-profile .avatar-profile-details
  {

    align-self: center;
    height: auto;
    width: 70%;
    padding-left: 8px;

  }

  .Agentpage-single-page-content .regtd_agent .Agentpage-profile .avatar-profile-details h3
  {

    font-weight: 600;
    color: var(--dark-grey);
    margin-bottom: 6px;
    font-size: 14px;

  }

  .Agentpage-single-page-content .regtd_agent .Agentpage-profile .avatar-profile-details a
  {
    background: var(--primary-linear);
    color: white;
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 12px;

  }


  .Agentpage-single-page-content .agent_details-tabs
  {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 9px 0px rgb(148 148 148 / 20%);
    padding: 20px;
    margin-bottom: 30px;
  }

  .Agentpage-single-page-content .agent_details-tabs h2
  {

    font-size: 18px;
    color: var(--dark-grey);
    font-weight: 600;
    margin-bottom: 20px;
  }

  .Agentpage-single-page-content .agent_details-tabs ul li
  {

    line-height: 30px;
    color:var(--dark-grey);
    font-size: 16px;
  }
  .Agentpage-single-page-content .agent_details-tabs ul li b
  {

    font-weight: 600;
  }


/* ================== Agentpage-profile-hd-sec end ============== */


/* ================== property-hd-sec ============== */

.property-single-pg {
  padding:25px 0 20px 0;
}

.property-hd-sec {
  float: left;
  width: 100%;
}


.property-single-page-content .p-title h3 {
  font-size: 23px;
  font-weight: 700;
  color: var(--dark-grey);
  text-transform: capitalize;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.property-single-page-content .p-title p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  color: var(--dark-grey);
}
.property-single-page-content .p-title i {
  top: 0;
}

.property-single-page-content .rate-info {

  width: 100%;
  text-align: end;
}

.property-single-page-content .rate-info > h5 {
  display: inline-block;
  color: var(--dark-grey);
  font-size: 23px;
  font-weight: 700;
}
.property-hd-sec .rate-info > span {
  display: inline-block;
  color: #242526;
  font-size: 12px;
  background-color: #efeff3;
  height: 25px;
  border-radius: 30px;
  padding: 0 14px;
  line-height: 25px;
  text-transform: uppercase;
}

.property-hd-sec .card .card-body ul li
{
  color: inherit;
}





/* ==================== property-single-page-content ================== */


.property-single-page-content {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* .property-single-page-content .sidebar {
  margin-top: -7px;
} */
.property-single-page-content .row {
  margin: 0;
}
.property-pg-left {

  width: 100%;

}
.property-imgs {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.property-img {
  float: left;
  width: 100%;
}
.property-img > img {
  width: 100%;
  float: left;
}
.property-thumb-imgs {
  float: left;
  width: 100%;
  /* border:1px solid #dfe0e5; */
  border-top: 0;
  padding: 34px 38px 34px 37px;
}
.property-thumb-imgs .col-lg-4 {
  padding: 0 8px;
}

/* ================ descp-text =============== */

.descp-text {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.property-pg-left h3 {
  color: var(--dark-grey);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 16px;
}
.property-pg-left h3 img {
  margin-right: 5px;
  padding-top: 10px;
  width: 2.4%
}
.descp-text > p {
  color: #67686c;
  font-size: 14px;
  line-height: 30px;
  margin-top: -2px;
}

/* ================= details-info ================ */

.details-info {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.details-info p{
  color: #67686c;
  line-height: 30px;
  font-size: 16px;
}
.details-info ul {
  float: left;
  width: 100%;
  margin-top: 2px;
  margin-bottom: -14px;
}
.details-info ul li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.details-info ul li h4 {
  color: var(--dark-grey);
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    width: 50%;
    margin-top: 2px;
}
.details-info ul li span {
  /* display: inline-block; */
  color: #67686c;
  font-size: 16px;
  width: 50%;
}


.agency-details-section .overview .details-info ul li h4
{
  width: 70%;
}

.agency-details-section .overview .details-info ul li span
{
  width: 30%;
}




/* =============== features-dv ============= */

.features-dv {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.features-dv > form {
  float: left;
  width: 100%;
}
.features-dv form ul {
  float: left;
  width: 100%;
  margin-top: 7px;
  margin-bottom: -14px;
}
.features-dv form ul li {
  float: left;
  width: 33.33%;
  margin-bottom: 12px;
}
.features-dv form ul li input[type="checkbox"] {
  display: none;
  cursor: text;
}
.features-dv .input-field input[type="checkbox"] + label span {
  border-color: transparent;
  cursor: inherit;
}


/* ================= floorplan =================== */

.floorplan {
  float: left;
  width: 100%;
  padding: 23px 30px 24px 30px;
  border:1px solid #dfe0e5;
  text-align: center;
  margin-bottom: 35px;
}
.floorplan h3 {
  text-align: left;
}
.floorplan > img {
  max-width: 100%;
  margin-top: 7px;
}

.map-dv {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.map-dv .col-md-3 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 5px;
  padding-left: 5px;
}

.map-dv #map-container {
  height: 347px;
}
.map-dv h3 {
  margin-bottom: 23px;
}

.map-dv .neaby-map-div
{
  background: #77777724;
  height: 130px;
  width: 18%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  border: none;
}
.map-dv .neaby-map-div:last-child
{
  margin-right: 0px;
}

.mapboxgl-canvas
{
 width: 100% !important;
 height: 100% !important;
}

.map-dv .neaby-map-div .my-map
{

  height: 100px;
width: 100%;
}

.map-dv .neaby-map-div .card-body {
  padding: 0px 10px;

}
.map-dv .neaby-map-div .card-body h4{
color: var(--dark-grey);
font-size: 12px;
font-weight: 600;
display: inline-block;

}
.map-dv .neaby-map-div .card-body .fa-angle-right
{

text-align: right;
padding: 0px 0px 0px 20px;
}
.nearby-locts {
  float: left;
  width: 100%;
  border:1px solid #dfe0e5;
  padding: 23px 30px 30px 30px;
  margin-bottom: 35px;
  display: none;
}
.nearby-locts > h3 {
  margin-bottom: 23px;
}
.property-pg-left .ps-info > h3 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.property-pg-left .ps-info {
  vertical-align: top;
  padding: 20px 20px 0;
  width: 100%;
}
.nearby-locts > h3 {
  float: left;
  width: auto;
}
.nearby-locts > span {
  float: right;
  color: #67686c;
  font-size: 12px;
  margin-top: -5px;
}
.nearby-locts > span img {
  display: inline-block;
  padding-left: 6px;
  position: relative;
  top: 4px;
}
.nearby-locts .wd-posts {
  width: 65%;
}

.star-rating {
  float: right;
  margin-top: 35px;
}
.widget-posts .star-rating li {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: -2px;
}
.star-rating li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #be2418;
  text-align-last: center;
  color: #ffffff;
  line-height: 20px;
  border-bottom: 1px solid #ca7872;
  font-size: 16px;
}
.nearby-locts .widget-posts {
  float: left;
  width: 100%;
}
.nearby-locts .ps-img > img {
  float: left;
}
.nearby-locts .widget-posts > ul li {
  margin-bottom: 20px;
}
.nearby-locts .widget-posts > ul li:last-child {
  margin-bottom: 0;
}





.btn2 {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  height: 44px;
  border-radius: 5px;
  text-align: center;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn2:hover {
  color: #fff;
}
.property-single-page-content .sidebar.layout2 .widget-posts {
  margin-top: 0;
}
.property-single-page-content .sidebar.layout2 .widget-posts {
  margin-bottom: 48px;
}
/* .property-single-page-content .sidebar {
  padding-left: 25px;
} */
.property-single-page-content .sidebar.layout2 .widget-title {
  margin-top: -6px;
}
.property-single-page-content .sidebar.layout2 .widget-form .widget-title {
  margin-top: 0;
  font-size: 18px;
  color: var(--dark-grey);
  text-align: center;
}



/* ================ eror-sec-data ============== */

.no-scroll {
  overflow: hidden;
}
.theme-layout {
  float: left;
  width: 100%;
  position: relative;
  height: 100vh;
}
.eror-sec-data {
  float: left;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eror-sec-data > h1 {
  color: #242526;
  font-size: 194px;
  line-height: 194px;
  margin-bottom: 7px;
}
.eror-sec-data > p {
  font-size: 21px;
  color: #67686c;
  margin-bottom: 51px;

}
.eror-sec-data > a {
  width: auto;
  display: inline-block;
  padding: 0 27px;
  float: none;
}

/* ================== SIGN IN POPUP ================== */

.signup-bottom #register-login-route{
  color:#fff;
}

.signup-bottom1 #register-login-route{

    color: #00CDAD !important;
    cursor:pointer;

}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.signup-bottom{

  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  gap: 20px;
}

.signup-bottom p{

  color: #4A4A4B;
  font-size: 15px;

}



.signup-bottom .btn2{
  width:70px;
  height:23px;
}

.wrapper {
  float: left;
  width: 100%;
}
.wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: visible;
}
.wrapper.overlay-bgg:before {
  opacity: 0.90;
  visibility: visible;
  z-index: 999;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 410px;
  text-align: center;
  background-color: #ffffff;
  opacity: 0;
  visibility: visible;
  margin-top: 100px;
  z-index: -1;
}
#sign-popup.active.popup,
#register-popup.active.popup {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
  margin: 0;
}
.popup > h3 {
  color: #242526;
  font-size: 18px;
  font-weight: 500;
  background-color: #d8d8d9;
  padding: 18px 0 18px 0;
}


#facebook-logo img{
  height:15px;
}

#or{
  font-weight: bold;
  padding-left: 5px;
  font-size: 15px;
  margin-bottom: 3px;
  margin-right: 5px;
}

#google-logo img{
  height:20px;
  margin-top: 5px;
}

.popup-form > form {

}

.login-header h2{
  color: gray;
  text-align: center;
  font-size: 37px;
  padding: 10px;
  padding-bottom: 30px;
  font-weight: 600;
  padding-top: 30px;
}

.popup-form1 > form {
  float: left;
  width: 100%;
  padding: 0px !important;
  border-bottom: 1px solid #dfe0e5;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.form-rp {
    display:block;
    float: left;
    width: 100%;
    margin-top: 7px;
}

.popup .input-field input[type="checkbox"] + label span {
  width: 12px;
  height: 11px;
  border:1px solid #9b9ca0;
  border-radius: 2px;
  margin-top: 5px;
  display: inline-block;
}
.popup .input-field input[type="checkbox"] + label span:before {
  background-image: inherit;
  border-color: transparent;
}
.popup .input-field > span {
  font-size: 13px;
  margin-top: 2px;
  padding-left: 8px;
  color: #9b9ca0;
}
.form-cp {
  display:flex;
  float: left;
  width: 100%;
  margin-top: 7px;
}
.popup-form .form-field {
  margin-bottom: 10px;
}
.form-cp .form-field {
  width: 100%;
  float: left;
}
.form-cp > a {
  display: inline-block;
  color: #00CDAD !important;
  font-size: 13px;
  font-family: 'Open Sans';
  margin-top: -14px;
  cursor: pointer;
}

.fb-btn:hover{
  /* color: white; */
  cursor: pointer;
}

.form-rp .form-field {
  width: 100%;
  float: left;
}
.form-rp > a {
  display: inline-block;
  color: #242526;
  font-size: 13px;
  font-family: '';
  margin-top: 5px;
}
.fb-btn {

  /* color: #3f5fa4; */
  color: var(--dark-grey);
  font-size: 13px;
  /* background-color: #3f5fa4; */
  background-color: #fff;
  height: 46px;
  /* font-weight: 600; */
  margin-bottom: 10px;
  line-height: 46px;
  border-radius: 5px;
  margin-top: 2px;
  border: 0px;
  box-shadow: 0px 0px 5px 0px rgb(148 148 148 / 46%);
}

#facebook-login-btn,
#google-login-btn{

  color: #3f5fa4;
  font-size: 20px;

}

.google-btn:hover{
    /* color: gray; */
    cursor: pointer;
}

.popup-register{
  padding:0px;
}


/* .fb-btn i {
  padding-right: 17px;
} */

/* .fb-btn:hover {
  color: #fff;
} */

.google-btn {

  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  background: white;
  border: 1px solid #d1d1d1;
  border-radius: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
}

.google-btn:focus,.fb-btn:focus {
  box-shadow: 0px 0px 5px 0px rgb(148 148 148 / 46%) !important;
}
/* .google-btn i {
  padding-right: 17px;
} */

.google-btn img{
width: 20px;
}

/* .google-btn:hover {
  color: #fff;
} */


.popup-form {

}

.popup-form1 {

}

.popup h3{
  border-radius: 5px;
}

#sign-popup,#register-popup{
  border-radius: 5px;
}

.popup-form .btn2 {
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}

#register-text{
  font-weight: bold;
  color: gray;
  font-size: 14px;
}

#register-popup .popup-form > form {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}



/* ====================== PRICING SEC =================== */


.previous_price{

  font-size: 26px;
  color: #777778;
}


.ad_circle{
  width: 130px;
  height: 130px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
   display: block;
    margin: 0px auto 20px;
    background: var(--off-white);
    display: grid;
}

.pricing-sec .labels
{
font-size: 18px;
padding: 4px 16px;
}

.ad_circle h1{
  color: #777778;
  align-self: flex-end;
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}
.ad_circle p{
  color: #777778;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;

}

.pricing-sec .row
{
  margin-bottom: 40px;
}

.pricing-sec .text-muted
{
  font-size: 16px;
}
.pricing-sec h3{
  font-size: 32px;
  background-color: #777778;
  font-weight: 600;
  padding: 10px;
  color: white;
  letter-spacing: 6px;
}


.pricing-sec.section-padding {
  padding: 105px 0 0 0;

  margin-bottom: 20px;
}


.pricing-sec.section-padding {
  padding: 105px 0 0 0;
}


.price {
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 45px 0 44px 0;

  height:300px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%)

}


.price_radio input[type=radio] {
  position: absolute;
  display: hidden;
  visibility: hidden;

}

.price_radio input[type=checkbox] {
  position: absolute;
  display: hidden;
  visibility: hidden;

}





.price_radio input[type=radio]:checked + .price,.price_radio input[type=checkbox]:checked + .price{
 border: 1px solid var(--dark-grey);
}





.price:hover .btn-default {
  color: #fff;
  border-color: transparent;
}
.price-sec {
  float: left;
  width: 100%;
}

.price > h4 {

  color: #fff;
  font-size: 16px;
  background: linear-gradient(
90deg
,#FBB810 0%, #FF9A00 100%);
  /* background-color: orange; */
  padding: 0 15px;
  height: 35px;
  margin: 0px auto;
  line-height: 35px;
  width: 70%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: absolute;
  top: -10px;
  text-transform: capitalize;
  font-weight: 700;
  left: 0;
  right: 0;

}
.price > h4::after {
  content: "";
  width: 0;
  top: 0px;
  right: -15px;
  position: absolute;
  height: 0;
  border-bottom: 10px solid #E66800;
  border-right: 15px solid transparent;

}
.price > h4::before {
  content: "";
  width: 0;
  top: 0px;
  left: -15px;
  position: absolute;
  height: 0;
  border-bottom: 10px solid #E66800;
  border-left: 15px solid transparent;

}
.price > h2 {
  font-size: 40px;
  margin-bottom: 38px;
}
.price > ul {
  float: left;
  width: 100%;
  margin-bottom: 29px;
}
.price > ul li {
  float: left;
  width: 100%;
  color: #67686c;
  font-size: 12px;
  margin-bottom: 16px;
}
.price > .btn {
  float: none;
  display: inline-block;
  padding: 0 26px;
}

.price .price-button{
  width: 100%;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  font-size: 30px;
  left: 0;
  padding: 5px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;

}
.price-sec .my-border-bottom {
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 80px;
}

.price2
{
  float: none;
  margin: 0px auto;
  width: 70%;
  background-color: #ffffff;
  padding: 45px 0 44px 0;

  height:365px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 80px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%)
}

.price2 .agency_plan
{
  width: fit-content;
  margin: 6px 30px;
}
.price2 .agency_plan p
{
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  color: var(--dark-grey);
}
.price2 .agency_plan .ad_circle
{
  margin-top: 12px;
}

.price2 > h4
{
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 30%;
  font-weight: 800;
}


.price2 .price-button {
  width: initial;
  position: relative;
  font-weight: 600;
  margin: 10px 0px 10px 0px;
  font-size: 30px;
  padding: 0px 30px !important;
  border-radius: 10px;
}

.price2 > .bottom-label {
  color: #fff;
  font-size: 22px;
  background: linear-gradient(
90deg
,#FBB810 0%, #FF9A00 100%);
  /* background-color: orange; */
  padding: 0 15px;
  height: 45px;
  margin: 0px auto;
  line-height: 45px;
  width: 25%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: absolute;
  bottom: -10px;
  text-transform: capitalize;
  font-weight: 700;
  left: 0;
  right: 0;

}
.price2 > .bottom-label::after {
  content: "";
  width: 0;
  bottom: 0px;
  right: -15px;
  position: absolute;
  height: 0;
  border-top: 10px solid #E66800;
  border-right: 15px solid transparent;

}
.price2 > .bottom-label::before {
  content: "";
  width: 0;
  bottom: 0px;
  left: -15px;
  position: absolute;
  height: 0;
  border-top: 10px solid #E66800;
  border-left: 15px solid transparent;

}


/* ====================== agents-details ==================== */

.agents-sec.section-padding {
  padding: 105px 0 0 0;
}
.agents-details {
  float: left;
  width: 100%;
}
.agent {
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.agent_img {
  float: left;
  width: 100%;
  position: relative;
}
.agent_img > a img {
  float: left;
  width: 100%;
}
.agent_info {
  float: left;
  width: 100%;
  border: 1px solid #e0e1e6;
  border-top: 0;
  padding: 17px 23px 23px 23px;
}
.agent_info > h3 {
  color: #242526;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.agent_info > h3 a {
  color: #242526;
}
.agent_info > span {
  color: #aeb4b6;
  font-size: 12px;
  padding-bottom: 22px;
  float: left;
  width: 100%;
}
.agent_info > strong {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #dfe0e5;
  padding: 18px 0 0;
  float: left;
  width: 100%;
}
.agent_info > strong i {
  font-size: 16px;
  padding-right: 7px;
  position: relative;
  top: 1px;
}
.ta-left {
  float: left;
}






/* ======================== HOMEPAGE 5 ========================= */


.banner-carousel {
  float: left;
  width: 100%;
  height: 674px;
}
.banner-slide {
  float: left;
  width: 100%;
  position: relative;
}
.banner-slide > img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-track,
.slick-list {
  height: 100%;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 51px;
  height: 51px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
}
.slick-prev:before {
  content: '' !important;
}
.slick-next:before {
  content: '' !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: lineawesome !important;
  font-size: 38px;
  opacity: 1;

}

.slick-prev:before:hover,
.slick-next:before:hover {

color: var(--primary) !important;
}



/* ======================= HOMEPAGE 6 ====================== */


.banner.hp7 .widget-property-search {
  float: left;
  width: 100%;
}
.banner.hp7 .widget-property-search .banner-searcha {
  background-color: #fff;
    border-radius: 8px;
    padding: 10px 5px;
    position: relative;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 15%);
}
.banner.hp7 .widget-property-search .form_field {
  padding:4px 0px;
}

.banner.hp7 .widget-property-search .form_field label.padding {
 color: #111111;
}

.banner.hp7 .widget-property-search .form_field.full {
  width: 100%;
}

.banner.hp7 .feat-srch {
  margin-bottom: 0;
  position: relative;
}
.banner.hp7 .banner-content > h1 {
  font-size: 30px;
  color: #fff;
  text-shadow: 3px 3px 3px #2f2f2f;
  text-align: center;
  font-weight: 500;
  letter-spacing: 5.2px;
  margin-bottom: 40px;

}

.banner.hp7 .more-feat {
  padding-left: 8px;
}
.banner.hp7 .feat-srch .form_field {
  margin-bottom: 0;
  float: right;
}
.banner.hp7 .container {
  /* max-width: 960px; */
  padding: 0;
  align-self: center;
}


/* ================ FEATURES LIST ============== */

.form-field .input-field  > label span
{
  margin-right: 0px;
}

.form-field .input-field  > label  small
{
  margin-right: 10px;
  font-size: 12px;
}
.banner .features_list
{
  position: relative;
  top: 1px;
  border-radius: 5px;
  width: 100%;
  background: #ffffffc4 !important;
  box-shadow: aquamarine;
  opacity: 1;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 15%);
  display: block;
}
.banner  .features_list h2
{

  border-top-left-radius:16px;
  border-top-right-radius: 16px;
}
.banner .features_list ul
{
  padding: 10px;
}

.features_list {
  float: left;
  width: 100%;

  padding: 0px 0 0 0;
  display: none;
  /* margin: 23px 9px -11px 9px; */
  margin:0;
}

.features_list ul {
  float: left;
  width: 100%;
}
.features_list ul li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
/* .banner.hp7 .more-feat h3 {
  float: left;
} */


.overlay-stick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(97,99,122,0.65);
}



.property-main-img {
  float: left;
  width: 100%;
}
.slick-slide {
  outline: none;
  cursor: pointer;
}

.icon--premium
{
  position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
    cursor: pointer;
}

.icon--premium:before {
  display: block;
  width: 140px;
  height: 35px;
  background: url(../images/icons/har-verified.svg) center center no-repeat;
  background-size: 130px 50px;
  content: '';
}


.icon--heart {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  cursor: pointer
}

.icon--heart:before {
    display: block;
    width: 22px;
    height: 25px;
    background: url(../images/icons/heart-green.svg) center center no-repeat;
    background-size: 22px 20px;
    content: '';
}

.popular-listing .white-card
{
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 1px rgb(148 148 148 / 30%);
  /* margin: 0px; */
}

.popular-listing section-padding mbl-card


.popular-listing .card .card-price
{
font-size: 20px;
 font-weight: 700;
 color: var(--dark-grey);
}
.popular-listing .card .card-price span
{
 font-weight: 500;
 font-size: 18px;
}
.popular-listing .white-card .card-body .l-details h3
{ color:var(--light-blue); line-height: 24px;}
.popular-listing .white-card .card-body .l-details h5,.popular-listing .white-card .card-body .l-date,.popular-listing .white-card .card-body ul li
{color:var(--light-blue);}

.popular-listing .white-card .card-body .l-details p
{color:var(--light-blue);}

.popular-listing .white-card .footer-btn
{
  font-size:13px;
  color: var(--light-blue);
  border-right: 1px solid #888787;
}

.popular-listing .white-card .footer-btn
{
  background: white;
}

.popular-listing .white-card .footer-btn:hover
{
  color:var(--primary);
}

.popular-listing .white-card .footer-btn:last-child
{
  border-right: 0px;
}

.Exclusive
{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  width: 60%;
  z-index: 3;
  margin: 0px auto;
  padding: 7px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  background-color: #F8AB14;
}
.Exclusive:before
{
  position: absolute;
    content: '';

    width: 0;
    height: 0;
    top: 0px;
    left: -30px;
    border-top: 35px solid #F8AB14;
    border-left: 30px solid transparent;
}
.Exclusive:after
{
  position: absolute;
    content: '';

    width: 0;
    height: 0;
    top: 0px;
    right: -30px;
    border-top: 35px solid #F8AB14;
    border-right: 30px solid transparent;
}
/* .popular-cities .card:hover
{

  border:2px solid var(--secondary); */
  /* transform: scale(1.06);
} */

.popular-cities .card:hover .btn-primary {


  background: var(--primary-linear);
  color:white

  }

/* ========================== BLOGS-SECTION =========================== */


.blogs-section .col-lg-3{
    padding-right:7px;
    padding-left:10px
}
@media only screen and (max-width:767px){
    .blogs-section .col-lg-3{
        padding-right:15px;
        padding-left:15px
    }
}
.blogs-section h1{
    color:gray;
    font-weight:lighter;
    font-size:46px;
    text-align:center;
    margin-bottom:50px
}
.blogs-section .slick-slide{
  padding: 0px 6px;
}
.blogs-section .slick-dots li button:before{
  font-size: 12px;
}
.blogs-section  .slick-dots li.slick-active button:before {
  opacity: .75;
  color: var(--primary);
}

@media only screen and (max-width:767px){
    .blogs-section h1{
        font-size:28px
    }
}
.blogs-section .card{
  border:0px;
  margin-bottom: 00px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 30%);
}
.blogs-section .card .card-title{
    font-size:18px;
    font-weight:700;
    letter-spacing: -1px;
    margin-bottom: 33px;
}
.blogs-section .card span{
 color: var(--primary);
 margin-bottom: 0px;
 text-align: center;
 display: block;
}
.blogs-section .card p{
  text-align: center;
    font-size:15px;
    color:#777
}
.blogs-section .card a{
    text-decoration:none;
    color:inherit
}
.blogs-section .card .card-img-top{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blogs-section .card-body{
    padding:10px 10px
}
.blogs-section .footer{
    padding:0 20px 10px;
    text-align: end;
}
.blogs-section .footer span{
    display:block;
    float:left;
    color:#777;
    font-size:11px
}
.blogs-section .footer .cont-btn{
    display:block;
    color:#1ed0b1;
    font-size:13px;
    font-weight: bold;
}
.blogs-section hr{
    background:linear-gradient(124deg,#38c6f4 0,#1ed0b1 100%);
    height:6px;
    margin:0
}

/* ========================== BLOGS-SECTION END =========================== */


/* ========================== Popular Events Section =========================== */
.news-section .card .card-body h3
{
  font-weight: 600;
  color: var(--dark-grey);
  margin: 0px auto;
  width: 80%
}
/* ========================== Popular Events Section End  =========================== */



/* ========================== Featured Agencies  =========================== */

.agents-logo-section
{
  margin-bottom: 0px;
}

/* .agents-logo-section .slick-slide {
  margin: 0px 0px;
  padding: 0px 0px;
} */

.agents-logo-section .slick-slide:first-child {

  border-left: none;
}


.agents-logo-section .slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.agents-logo-section .slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.agents-logo-section .slick-list:focus
{
  outline: none;
}
.agents-logo-section .slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.agents-logo-section.slick-slider .slick-track,
.agents-logo-section .slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.agents-logo-section .slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.agents-logo-section .slick-track:before,
.agents-logo-section .slick-track:after
{
  display: table;
  content: '';
}
.agents-logo-section .slick-track:after
{
  clear: both;
}
.agents-logo-section .slick-loading .slick-track
{
  visibility: hidden;
}

.agents-logo-section .slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.agents-logo-section .slick-slide img
{
  display: block;
}
.agents-logo-section .slick-slide.slick-loading img
{
  display: none;
}
.agents-logo-section .slick-slide.dragging img
{
  pointer-events: none;
}
.agents-logo-section .slick-initialized .slick-slide
{
  display: block;
}
.agents-logo-section.slick-loading .slick-slide
{
  visibility: hidden;
}
.agents-logo-section.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.agents-logo-section.slick-arrow.slick-hidden {
  display: none;
}


.agents-logo-section.slick-arrow.slick-hidden {
  display: none;
}

.agents-logo-section .slide {
  /* height: 100px; */
  width: 100%;
  display: inline-flex !important;
  align-self: center;
}

.agents-logo-section .slide::before
 {
  content: '';
  background: var(--primary);
  position: absolute;
  height: 45%;
  width: 1px;
  z-index: 100;
  place-self: center;
  display: flex;
 }


 .agents-logo-section .slide:first-child
 {



 }


 .agents-logo-section .slick-current .slide::before
 {
  background: transparent !important;
 }



.agents-logo-section .slick-slide img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.5;
}



/* ========================== Featured Agencies End  =========================== */



.tabs {
  width: 100%;
  margin: 0px auto;
}


.investment
{
  margin-bottom: 60px;
}
 .tabs .tabs-nav {
  list-style: none;
  margin-right: -2px;
    margin-left: -2px;
  /* margin-right: -5px;
  margin-left: -5px; */
}

.city_list .tabs .tabs-nav li {
  float: left;
  width: 12.17%;
  margin: 2px;
}

.city_list .tabs .tabs-nav .col-2 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

 .city_list .tabs .tabs-nav a {
  background: var(--off-white);
  padding: 6px 30px;
  display: block;
 color: var(--dark-grey);
  width: 100%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: none;

}



.city_list .tabs .tabs-nav .tab-active a {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#38c6f4), to(#1ed0b1));
  background: linear-gradient(90deg, #38c6f4 0%, #1ed0b1 100%);
  cursor: default;
}

.tabs-stage .investment .card
{
  background: var(--off-white);
  border: none;
  padding: 20px 30px;
  margin-top: 1px;
}

.tabs-stage .card ul li
{
  color: var(--dark-grey);
  font-size: 16px;
  float: left;
  width: 19.80%;
  font-weight: 300;
  margin: 1px;
  font-size: 17px;
}



.theme-layout-radius
{
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 25%);
    border: none;
}
/* =============== SEARCH_BAR ============== */

/* =============== SEARCH_BAR ============== */

.form_field_1{
  width:15 !important;
}


.no_of_beds ul{
  margin-left: 5px;
  cursor: pointer;
  background: #ffffffc4;
  position: relative;
  text-align: center;
  left: 140px;
  padding: 15px;
  width: 70px;
  border-radius: 6px;
}

.no_of_beds ul li{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}



.price_input{
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  background-color: #f2f2f2;
  height: 26px;
  width: 100px;
  border: none;
}

.padding-bottom{
  padding-bottom: 0px;
}

.search_bar_price{
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.search_bar_price:hover{

  color: var(--primary);
}


.btn-left
{
  position: absolute;
  right: 0px;
  top: 0px;
}


.btn-left .more-feat h3
{
  color: var(--primary);
}

.btn-left .more-feat  i {

  margin-left: 5px;
}



.beside_price{
    margin-left: 5px;
    font-weight: bold;
    font-size: 20px;
}

.beds_field{
  display: flex;
    align-items: center;

}
.banner-searcha .accordion .search_bar_price
{
  background: transparent !important;
}
.banner-searcha .accordion .show
,.adv-search-bar .accordion .show
{
  position: absolute;
}
.form-select-size{
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px 10px;
  background-color: #f2f2f2;
  height: 26px;
  border: none;
}

.size_field{
  position: relative;
  align-items: center;
  margin-right: 10px;
}

.price_field{
  position: relative;
  align-items: center;
  width: 100%;

}



.features_list h2{
  font-size: 20px;
  width: 100%;
  padding: 15px 18px;


  background-color: lightgray;
  font-weight: bold;
}


/* .more-feat {
  float: right;
  width: 8%;
  margin-top: 20px;
  padding-left: 0;
} */

/* .more-feat{
    position: absolute;
    right: 170px;
    top: 130px;
} */

/* .more-feat h3 {
  color:#00CDAD;
  font-size: 12px;
  cursor: pointer;
} */
/* .more-feat i {
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 1px;
  margin-left: 5px;
} */
/* =============== END SEARCHBAR ============== */
/* =============== POST_PROPERTY ============== */


.height-small{
  font-size: 12px;
}

.select-property-type label{
    height: 25px;
    color: gray;
    transition: 0.5s;
    font-weight: bold;
    height: 30px;
    cursor: pointer;
    margin: 5px 10px;
    position: relative;
    margin-left: 0px;
}

.p_type label
{
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}

.p_type label::before
{
  content: "";
  height: 14px;
  margin-bottom: -2px;
  width: 15px;
  display: inline-block;
  border: 1px solid var(--primary);
}


.feature .checkbox
{
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}


.feature .checkbox::before
{
  content: "";
  height: 14px;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid var(--primary);
  top: 3px;
}






.p_type [type="radio"]{
    position: absolute;
    display: none;
}

.p_type [type="radio"]:checked + ::before
{

    background: var(--primary);
    background-image: url(../images/arrow.png);
  background-repeat: no-repeat;

}

.feature [type="checkbox"]{
  position: absolute;
  display: none;
}

.feature [type="checkbox"]:checked + ::before
{

  background: var(--primary);
  background-image: url(../images/arrow.png);
background-repeat: no-repeat;

}

input[type="checkbox"],input[type="radio"]{
  position: absolute !important;
  display: none !important;
}


.checkbox::before
{
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid var(--light-blue);
  position: relative;
  top: 3px;
  border-radius: 3px;
}

input[type="checkbox"]:checked + ::before,
input[type="radio"]:checked + ::before
{

  background: var(--primary);
  background-image: url(../images/arrow.png);
background-repeat: no-repeat;

}




.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
  color: #fff;
  background:var(--primary);
  border-color: var(--primary);
}

.sell_btn input[type="radio"]{
  -webkit-appearance: none;
}

.sell_btn{
  text-align: start;
}
 .sell_btn input[type="radio"]:checked + label{
/* .sell_btn input[type="radio"]:checked + .sell-radio { */
  background: var(--primary-linear);
  color: white;
}

.sell_btn > label{
/* .sell_btn > .sell-radio{ */
  border: 1px solid var(--primary);
  width: 15%;
  margin-top: 10px;
  color: gray;
  background: white;
  border-radius: 0px;
  transition: 0.5s;
  font-size: 14px;
  height: 30px;
  padding-top: 3px;
  position: relative;
}

.sell_btn > label:first-child{
/* .sell_btn > .-sell{ */

  border-radius: 10px;
  border-radius: 4px 0px 0px 4px;
  border-right: 0px;

}
.sell_btn > label:last-child{
/* .sell_btn > .-rent{ */

  border-radius: 10px;
  border-radius: 0px 4px 4px 0px;
  border-left: 0px;
}
.sell_btn > label:hover{
/* .sell_btn  .sell-radio:hover{ */
 background: var(--primary);
 border-color: var(--primary);
}


.innerbanner1 .price-inputs .prices li,
.innerbanner1 .size-inputs .sizes li,
.innerbanner1 .size-list li
{
  padding: 4px 0px;
}
.innerbanner1 .price-inputs .prices li:hover,
.innerbanner1 .size-inputs .sizes li:hover,
.innerbanner1 .size-list li:hover
{
  background: transparent;
  color: var(--dark-grey);
}

.innerbanner1 .drop-menu .nav-pills
{
  margin-top: 10px;
  margin-bottom: 15px;
}

.innerbanner1 .drop-menu .nav-pills .nav-link
{
  background: #77777726;
  margin: 0px 2px;
  padding: 9px;
  color: var(--dark-grey);
}


.innerbanner1 .drop-menu .nav-pills .nav-link.active {
  background-color: var(--primary);
  color: white;
}



.innerbanner1 .drop-menu .tab-content
{
  margin-bottom: 15px;
}


.innerbanner1 .form-check
{
  padding-left: 10px;
}

.innerbanner1 .drop-menu .reset
{
  background:var(--primary);
  padding: 2px 5px;
  border-radius: 4px;
  color: white !important;
  cursor: pointer;
}




/* =============== POST_PROPERTY ============== */





#post-property-rent:active{
  color: var(--primary-linear);
}



.post-property-details-fields label{

  margin-right: 10px;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  color: gray;
}



.post-property-first,
.post-property-second,
.post-property-third,
.post-property-fourth{
  width: 60%;
  margin: 0px 100px;
  /* box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 20%); */
  margin-bottom: 20px;
}

.post_heading h3{
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;

}


.post-property-fourth h5{
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 10px;

}

.post_heading p
{
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}


.select_choice{
  width: 100%;
  border-bottom: 1px solid lightgray;
  padding-bottom: 30px;
}


.blue_background_dropdown select{
  background-color: white;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid darkgray !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23dfdfdf'> <path d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'></path> </svg>") no-repeat right -0.3rem center !important;
  padding: 0px !important;
  height: 40px;
}

#btn2-register{
  margin-top: 5px;
  margin-left: 7px;
}


.post_property_btn{
  border-radius: 6px !important;
  line-height: 20px !important;
  height: inherit !important;
  background: #00CDAD;
  font-size: 14px;
  padding: 0.65rem 1.3rem !important;
  vertical-align: super;
  display: initial;
  font-weight: 600;
  border: none !important;
}



#post_ad_btn{
  background: var(--primary) !important;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  top: 10px;
  font-weight: bold;
}

.post_ad_btn a{
  border-radius: none !important;
}

.contact_information_div{
  margin-top: 20px;
  padding-right: 70px;
}

#post_property_sell{
  background: var(--primary-linear) !important;
  color: #fff;
  border:none;
}

#post_property_rent{
  color:#000;
  background: #f2f2f2;
  border:none;
}



.contact-information-div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: right;
  margin-top: 10px;
}


#utilities{
    color: black;
    padding-bottom: 10px;
    font-weight: bold;
    padding-left: 20px;
}


.more-feat-post h3{
  color: #242526;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}


.property_features_form{
  float: left;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0px;
    box-shadow: 0px 0px;
}


.features_list_post  {
  float: left;
  padding: 15px;
  width: 100%;
  box-shadow: 0px 0px 2px 0px rgb(148 148 148 / 46%);
  /* border-top: 1px solid var(--dark-grey); */
  display: none;
  /* margin: 23px 9px -11px 9px; */
  margin:0;
}

.collapse{
  transition: height .35s ease;
}

.features_list_post > .feature-group  {

display: block;
}


.features_list_post ul {
  float: left;
  width: 100%;
}

.pp_features .feature-group ul {
  float: none;
  width: 100%;
}


.pp_features .feature-group ul li{
  float: left;
  width: 33%;
  margin-bottom: 10px;

}
.pp_features .feature-group ul li .rfield{
  margin-right: 10px;
}

.pp_features .feature-group ul li select{

  padding: 6px 10px;
  margin-top: 5px;
  margin-right: 0px !important;
  font-size: 13px;
  color:  var(--dark-grey);
  width: 90%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.pp_features .feature-group ul li .flabel{


  font-size: 12px;
  font-weight: 600;
  color:  var(--dark-grey);

}




.pp_features .feature-group ul li input[type="text"] {
  padding: 6px 12px;
  margin-top: 5px;
  margin-right: 0px !important;
  font-size: 13px;
  color: var(--dark-grey);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  outline: none;
}

.pp_features .feature-group
{
  margin-bottom: 5px;
}

.pp_features .feature-group .group_title
{
  font-size: 14px;
  color: var(--dark-grey);
  margin-bottom: 10px;
  display: block;

}
/* .features_list_post ul li{
  float: left;
  width: 25%;
  margin-bottom: 8px;
  padding-left:20px;
} */

.third-header-tabs a{
  border:0px;
  background: #fff;
  padding: 6px 30px;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.third-header-tabs .third-header-nav a {
  background: #fff;
  padding: 6px 30px;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
  /* border: 2px solid #1ED0B1; */
}


.post-property-inputs{
  display:flex; flex-direction: row; justify-content: center; align-items: center;width: 80%;margin-top: 20px;
  white-space: nowrap;
}

.post-property-fields{
  width: 100%;
  font-size: 12px;
  color: #67686c;
  border:1px solid #dfe0e5;
  background-color: #fff;
  margin-left: 5px;
}

.post-property-first .row,
.post-property-second .row{
  align-items: center;
  justify-content: center;
  /* border: 1px solid grey; */
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.post-property-second
{
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
}

.property-details-fields{
  display:flex; flex-direction: row; justify-content: center; align-items: center;width: 80%;margin-top: 20px;
}

.fields{
  padding-bottom: 10px;
}

.below-price-field{
  font-size: 12px;
  text-align: end;
  color: var(--primary);
}

.two-in-row{
  /* margin-left: 56px; */
  padding-left: 88px;
  width: 90%;
}

.subproperty-type{
  border: 1px solid;
  width: 75%;
}

.select-city{
  border: 1px solid #dfe0e5;
}

.subproperty-dropdown{
  align-items: center;
  text-align: center;
}

.select-property-type p{
  padding: 5px;
}

.select-property-type a{
  color: black;
  display: contents;
}


.tabs .tabs-nav .col-6 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.tabs .tabs-nav a {
  background: #fff;
  padding: 6px 30px;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 2px solid #1ED0B1;
}

#sell{
  border:hidden;
  box-shadow:0px 0px 0px 0px;
}

.contact-agent-first > p{
  text-align: left;

  margin-top: 20px;
  font-size: 16px;
  color: var(--dark-grey);
  font-weight: 600;
}

.select-property-type{
  display: flex;
  align-items: center;
}

.residential{
  text-align: center;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.residential a:hover{
  color: var(--secondary);
}

/* ====================== PAYMENT SEC =================== */
/* ================= SECURITY ============== */

.modify-btn{
  width: 100%;
  margin-left: 180px;
}

.security_div{
  display:flex; flex-direction: row; justify-content: center;align-items: center;width: 100%;
}

.security_div label{
  white-space: nowrap;
  margin-right: 10px;
  width: 34%;
  text-align: right;
  font-size: 15px;
    font-weight: 600;
    color: gray;
}

.security_input {
  width: 100%;
  margin-bottom: 15px;
}


.security_input input{
  width: 80%;
  border-radius: 10px;
  font-size: 16px;
  color: #67686c;
  border: 1px solid #EEEFEF;
  background-color: #EEEFEF;
  height: 40px;
}

/* ====================== SPINNER =================== */
/*
.progress{
  width: 70px;
  height: 70px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  margin-bottom: 10px;
}
.progress:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left{
  left: 0;
}
.progress .progress-bar{
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right{
  right: 0;
}
.progress .progress-right .progress-bar{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
  width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size: 21px;
    color: black;
    line-height: 63px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
  border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
  border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
  animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
  border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
  animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
  border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
  animation: loading-5 1.2s linear forwards 1.8s;
} */

@keyframes loading-1{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}
@keyframes loading-2{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(144deg);
      transform: rotate(144deg);
  }
}
@keyframes loading-3{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}
@keyframes loading-4{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(36deg);
      transform: rotate(36deg);
  }
}
@keyframes loading-5{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(126deg);
      transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px){
  .progress{ margin-bottom: 20px; }
}

/* ====================== SPINNER END =================== */

.feature-p{
  margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.feature-p p{
  font-size: 17px;
    margin-right: 30px;
    margin-left: 30px;
    color: #777777;
    width: 60%;
    margin: 0px auto;
}

.uploaded-p{
  margin-bottom: 10px;
  text-align: center;
}

.uploaded-p p{
  font-size: 17px;
  margin-right: 30px;
  margin-left: 30px;
  color: #777777;
}

.feature-btn{
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.feature-btn button{
  width: 70%;
  color: white;
  font-weight: bold;
  font-size: 19px;
}

.preview-btn{
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.preview-btn button{
  width: 70%;
  color: #777777;
  font-weight: bold;
  font-size: 19px;
}


.modal-title-1{
  margin-bottom: 0;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  padding-top: 20px;
  font-size: 20px;
}



.modal-header-1{
      display:block;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1rem;
      border-bottom: 1px solid #e9ecef;
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem;
      text-align: center;
    background: #00CEAE;
}

.uploading-ad{
width:100%;
text-align: center;
}

.uploading-ad-1{
  width:100%;
  text-align: center;
  }

  .uploading-ad-1 p{
    font-size: 11px;
    color: gray;
    }



.uploading-ad p{
  font-size: 24px;
    color: gray;
    font-weight: bold;
  }



@media (min-width: 992px){
.modal-lg {
    max-width: 1220px;
}
}

.or{
  text-align: center;
    border: 1px solid;
    margin: 60px 170px 0px 170px;
    border-radius: 20px;
    background: gray;
    color: white;
}

.checkbox-div{
  margin-top: 10px;
}

.checkbox-div label{
  font-size: 11px;
  color: gray;
  font-weight: bold;
}

.checkbox-div p{
  font-size: 11px;
  margin-left: 17px;
  color: gray;
}

.expiry-cvv{
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.payment-expiry{
  width: 100%;
}

.payment-expiry label{
  font-weight: bold;
  color: gray;
}

.payment-expiry input{
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  width: 70%;
}

.payment-otp{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.payment-otp label{
  font-weight: bold;
  color: gray;
}

.payment-otp input{
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  width: 71%;
}

.payment-cvv label{
  font-weight: bold;
  color: gray;
}

.payment-cvv input{
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  width: 70%;
}

.payment-input-fields{
  width: 100%;
}

.payment-name,
.payment-card{
  width: 100%;
  margin-top: 10px;
}

.payment-card label{
  font-weight: bold;
  color: gray;
}

.payment-card input{
  width: 72%;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}

.payment-name label{
  font-weight: bold;
    color: gray;
}

.payment-name input{
  width: 86%;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}




.modal-body-1{
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%);
}

.modal-content-1{
  width:80%;
  margin: 0px auto;
  border: 0;
}

.payment-header{
  text-align: center;
    font-weight: bold;
}

.payment-links{
  display: grid;
  width: 100%;
  text-align: center;
}

.payment-links .debit-card{
  border: 1px solid gray;
  color: gray;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%);
}


.payment-links .jazz-cash{
  border: 1px solid red;
  color: red;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%);
}


.payment-links .easy-paisa{
  border: 1px solid seagreen;
  color: seagreen;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%);
}



/* ====================== PRICING SEC =================== */



/*
.previous_price{

  font-size: 26px;
  color: #777778;
}


.ad_circle{
  width: 130px;
  height: 130px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
   display: block;
    margin: 0px auto 20px;
    background: var(--off-white);
    display: grid;
}

.pricing-sec .labels
{
font-size: 18px;
padding: 4px 16px;
}

.ad_circle h1{
  color: #777778;
  align-self: flex-end;
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}
.ad_circle p{
  color: #777778;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;

}

.pricing-sec .row
{
  margin-bottom: 40px;
}

.pricing-sec .text-muted
{
  font-size: 16px;
}
.pricing-sec h3{
  font-size: 32px;
  background-color: #777778;
  font-weight: 600;
  padding: 10px;
  color: white;
  letter-spacing: 6px;
}


.pricing-sec.section-padding {
  padding: 105px 0 0 0;
}
.price {
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 45px 0 44px 0;

  height:300px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%)
}



.price:hover h4 {
  color: #242526;
}
.price:hover .btn-default {
  color: #fff;
  border-color: transparent;
}
.price-sec {
  float: left;
  width: 100%;
}

.price > h4 {

  color: #fff;
  font-size: 16px;
  background: linear-gradient(
90deg
,#FBB810 0%, #FF9A00 100%);
   background-color: orange;
  padding: 0 15px;
  height: 35px;
  margin: 0px auto;
  line-height: 35px;
  width: 70%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: absolute;
  top: -10px;
  text-transform: capitalize;
  font-weight: 700;
  left: 0;
  right: 0;

}
.price > h4::after {
  content: "";
  width: 0;
  top: 0px;
  right: -15px;
  position: absolute;
  height: 0;
  border-bottom: 10px solid #E66800;
  border-right: 15px solid transparent;

}
.price > h4::before {
  content: "";
  width: 0;
  top: 0px;
  left: -15px;
  position: absolute;
  height: 0;
  border-bottom: 10px solid #E66800;
  border-left: 15px solid transparent;

}
.price > h2 {
  font-size: 40px;
  margin-bottom: 38px;
}
.price > ul {
  float: left;
  width: 100%;
  margin-bottom: 29px;
}
.price > ul li {
  float: left;
  width: 100%;
  color: #67686c;
  font-size: 12px;
  margin-bottom: 16px;
}
.price > .btn {
  float: none;
  display: inline-block;
  padding: 0 26px;
}

.price .price-button{
  width: 100%;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  font-size: 30px;
  left: 0;
  padding: 5px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;

}
.price-sec .my-border-bottom {
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 80px;
}

.price2
{
  float: none;
  margin: 0px auto;
  width: 70%;
  background-color: #ffffff;
  padding: 45px 0 44px 0;

  height:365px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 80px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%)
}

.price2 .agency_plan
{
  width: fit-content;
  margin: 6px 30px;
}
.price2 .agency_plan p
{
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  color: var(--dark-grey);
}
.price2 .agency_plan .ad_circle
{
  margin-top: 12px;
}

.price2 > h4
{
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 30%;
  font-weight: 800;
}


.price2 .price-button {
  width: initial;
  position: relative;
  font-weight: 600;
  margin: 10px 0px 10px 0px;
  font-size: 30px;
  padding: 0px 30px !important;
  border-radius: 10px;
}

.price2 > .bottom-label {
  color: #fff;
  font-size: 22px;
  background: linear-gradient(
90deg
,#FBB810 0%, #FF9A00 100%);
   background-color: orange;
  padding: 0 15px;
  height: 45px;
  margin: 0px auto;
  line-height: 45px;
  width: 25%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: absolute;
  bottom: -10px;
  text-transform: capitalize;
  font-weight: 700;
  left: 0;
  right: 0;

}
.price2 > .bottom-label::after {
  content: "";
  width: 0;
  bottom: 0px;
  right: -15px;
  position: absolute;
  height: 0;
  border-top: 10px solid #E66800;
  border-right: 15px solid transparent;

}
.price2 > .bottom-label::before {
  content: "";
  width: 0;
  bottom: 0px;
  left: -15px;
  position: absolute;
  height: 0;
  border-top: 10px solid #E66800;
  border-left: 15px solid transparent;

} */



/* .collapsing{
  position:relative;
  height:0;
  overflow:hidden;
  transition:height .35s ease;
} */


.popular-searched
{

  margin-top: 50px;
}

.popular-searched h3
{

  font-size: 18px;
  font-weight: 700;
  color: var(--dark-grey);
}


.innerbanner1{
  /* padding: 65px 0px; */
  /* background: url("/images/search_bar.jpg"); */
  /* background: linear-gradient(90deg, rgba(56,198,244,1) 0%, rgba(30,208,177,1) 100%); */
  background-size: cover;
  background-position: center;
  /* min-height: 674px; */
  position: relative;
  background:white;
  z-index: 1; }

.innerbanner1 .widget-property-search .banner-searcha
{
background: #0000006b;
border-radius: 10px;
padding: 12px 10px;
}
.innerbanner1 .form_field .form-group
{
  background:#dad9d9;
border-radius: 10px;
}

.innerbanner1.adv-search-bar
{
  margin-top: 90px !important;
}
.innerbanner1 .form_field label
{
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0px 0px;
  font-size: 12px;
  /* text-transform: uppercase; */
  font-weight: 500;
  color: var(--light-blue);
}

.innerbanner1 .widget-property-search .drop-menu
{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;

}

.innerbanner1 .widget-property-search .drop-menu .select
{
  height: 30px;
  line-height: 30px;
  padding: 0 12px;

}
.innerbanner1 .widget-property-search .drop-menu .select span
{
  font-size: 12px;
  font-weight: 600;
}

.innerbanner1 .widget-property-search .form-control
{
  height: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.innerbanner1 .widget-property-search .drop-menu .select i {
  margin-top: 8px;
}

.innerbanner1 .widget-property-search .sqmtr {
  background: var(--dark-grey);
  color: white;
  font-size: 9px;
  margin: 2px 10px;
  float: right;
  border-radius: 5px;
}
.innerbanner1 .widget-property-search .tow-field .form-control
{
 display: inline-block;
 width: 46.9%;
}


.innerbanner1 .widget-property-search .tow-field .-mydiv
{

  background: var(--off-white);
  width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}


.innerbanner1 .widget-property-search .tow-field span
{
  line-height: 25px;
  font-size: 12px;
  color: var(--dark-grey);
}

.innerbanner1 .widget-property-search .form_field
{
margin-bottom: 10px;
}




 #product-slider {
  width: 100%;
}

 #product-slider > div:nth-of-type(2) {
  /* margin-top: -85px; */
  width: 100%;
}

 #product-slider.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

 #product-slider.reverse > div:first-of-type {
  margin-bottom: 1em;
}

 #product-slider.reverse > div:nth-of-type(2) {
  margin-top: 0;
}

 #product-slider #product-slider__nav {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  padding: 6px;
  /* background: rgba(0, 0, 0, 0.5); */
}

 #product-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

 #product-slider .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

 #product-slider .slick-arrow {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 42px;
  margin: auto;
  width: 10%;
  text-align: center;
  z-index: 1;
  color: #000;
  background: white;
  height: 1.2em;
  padding: 1em 0;
  cursor: pointer;
}

#product-slider .slick-arrow.slick-next {
  left: initial;
}

 #product-slider .slick-arrow.slick-prev {
  right: initial;
}

 #product-slider__main {
  margin-bottom: 0;
  /* overflow: hidden; */
}

#product-slider__main.object-fit--contain .slick-slide img {


  width: 100%;
  height: 700px;
}



 #product-slider__nav.object-fit--contain .slick-slide img {

  height:700px ;
}

#product-slider .slick-list
{
margin: 0px;
}
#product-slider__nav .slick-slide {
  margin-right: 6px;
  width: 75px !important;
}

 #product-slider__nav .slick-slide.slick-current img {
  border: 2px solid #1ED0B1;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

 #product-slider__nav .slick-slide img {
  cursor: pointer;
}




/* =============== AD POPUP =============== */

.ad-img,.ad-text{
  text-align: center;
}

.ad-text{
  width: 50%;
  margin: 0px auto;
}

.ad-text p{
  font-size: 16px;
  color: gray;
  font-weight: 500;
  margin-top: 5px;
}

.post-ad-now{
  text-align: center;
  margin-top: 10px;
}

.post-ad-now p{
  font-size: 25px;
    font-weight: 500;
    color: gray;
}

.modal-body-2 .price{
  float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 45px 0 44px 0;
    height: 300px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%);
}


.modal-body-1 .price{
  float: none;
  width: 50%;
  background-color: #ffffff;
  padding: 45px 0 44px 0;
  margin: 10px auto;
  height: 250px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  /* padding-bottom: 110px; */
  padding-top: 30px;
  margin-bottom: 20px;
  box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%);
}

.modal-body-1 .orr{
  text-align: center;
  border: 1px solid;
  margin: 0px 220px 0px 220px;
  border-radius: 20px;
  background: gray;
  color: white;
}

.avail{
  width: 50%;
  margin: 20px auto;
  text-align: center;
}

.avail p{
  font-size: 18px;
  font-weight: 500;
  color: gray;
}

.view-pkg-btn{
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

.view-pkg-btn button{
  width: 50%;
    color: gray;
    font-weight: bold;
}

.modal-body-1 .price2{
  float: none;
    width: 100%;
    background-color: #ffffff;
    padding: 45px 0 44px 0;
    margin: 10px auto;
    height: 200px;
    display: flex;
    text-align: center;
    position: relative;
    border-radius: 10px;
    /* padding-bottom: 110px; */
    padding-top: 30px;
    margin-bottom: 20px;
    box-shadow: -2px 3px 8px 0px rgb(148 148 148 / 30%);
}


.modal-body-1 .price2 > h4{
  font-size: 20px;
    height: 30px;
    line-height: 30px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 80%;
    font-weight: 500;
}

.modal-content-2{
  width:50%;
  margin: 0px auto;
  border: 0;
  border-radius: 1.5rem;
}

.modal-content-2 .price2 .agency_plan {
  width: fit-content;
  margin: 6px 60px;
}

.cart-inner{
  margin-left: 40px;
  margin-top: 40px;
}

.text{
  text-align: center;
  margin-bottom: 15px;
}

.text p{
  font-size: 16px;
  color: gray;
}

.modal-title-2{
  margin-bottom: 0;
    line-height: 0.5;
    color: white;
    font-weight: bold;
    padding-top: 20px;
    font-size: 30px;
}

.price-calc,.price-discount,.price-total{
  display: flex;
  justify-content: space-between;
}

.price-details{
  padding: 0 15px;
}

.price-details > p{
  font-size: 16px;
    font-weight: bold;
    color: gray;
}

.price-calc p,.price-discount p{
  font-size: 16px;
    color: gray;
}

.black{
  border-top: 1px solid black;
  margin-top: 0;
  margin-bottom: 0;
}

.price-total p{
  font-size: 16px;
  font-weight: bold;
  color: gray;
}

.proceed-btn-div{
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.proceed-btn-div button{
  width: 70%;
  height: 60px;
  color: gray;
  font-weight: 600;
  font-size: 28px;
}

.modal-content-1{
  width:80%;
  margin: 0px auto;
  border: 0;
  border-radius: 1.3rem;
}


/* ================ Agencies ================== */

.agency-card .card-body ul{
  display: flex;
    width: 100%;
    justify-content: space-between;
}

.agency-card .card-body ul li{
  display: inline-block;
    font-size: 13px;
    color: black;
    line-height: 11px;
    text-align: center;
    padding: 10px 3px;
}

.agency-card .card-body ul li a{
    color: black;
}

.property_slide_popup .modal-content
{
  padding: 25px;
  background: #191919;
  border-radius: 20px;
}

.property_slide_popup .modal-content .nav-tabs
{
  border: none;

}
.property_slide_popup .modal-content .nav-tabs .nav-link
{
  border: none;
  color: white;
  background: #010101;
  margin: 0px 4px;
  padding: 10px 40px;
  width: 180px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.property_slide_popup .modal-content .nav-tabs .nav-item.show .nav-link, .property_slide_popup .modal-content  .nav-tabs .nav-link.active
{
background: var(--primary-linear);
font-weight: 600;
}


@media (min-width: 992px)
{
  .property_slide_popup .modal-lg {
    max-width: 1100px;
}
}

.pslide-box
{
position: relative;

}

.pslide-box img
{
  width: 100%;

}

.p--list
{
    display: flex;
    border-bottom: 2px solid var(--dark-grey);
    padding-bottom: 20px;
}
 .p--list .col-md-8
{
  display: flex;
  padding:0px;

}
.p--list .share-bnt
{
  color: var(--dark-grey);
  font-size: 20px;
  padding: 5px 20px;
  background: white;
  border: none;
  font-weight: 600;
}

.p--list .share-bnt i
{
  color: var(--primary);
  font-size: 20px;
}


 .p--list .myli
{
  display: flex;
  margin-right: 30px;

}

.p--list .myli p
{
  align-self: center;
  font-size: 20px;
  margin-left: 12px;
  color: var(--dark-grey);
}

.p--list .myli img
{
  width: 30px;
}

.p--list .btn-primary
{
background: var(--off-white);
color: var(--dark-grey);
font-size: 16px;
padding: 5px 20px;
}



.pointer
{
  cursor: pointer;
}

.a-canvas
{
  width: 100% !important;
  height:  680px !important;
  position: relative !important;
}
.a-enter-vr-button
{
  display: none !important;
}


.pslide-box  .slide-btns
{
  display: block;
  position: absolute;
  bottom: 80px;
  width: 100%;
  padding: 10px 20px;
}
.pslide-box  .slide-btns span
{font-size: 12px;
}

.pslide-box  .slide-btns a
{
  background: #0000009c;
  color: white;
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 6px;
}



.inner-breadcrumb .breadcum .breadcrumb-item+.breadcrumb-item::before
{
  content: ">";
  font-family: monospace;
}

.breadcum  .breadcrumb {

  margin-bottom: 0rem;
  padding: 0px 0px 0px 0px;
  list-style: none;
  background-color: transparent;

}

.breadcum .breadcrumb-item a {

  color: var(--dark-grey);
  font-size: 13px;


 }

.breadcum p {

 color: var(--dark-grey);
 font-size: 15px;

}


.a-html
{
  position: relative !important;
  top: initial !important;
}

.a-body
{
  height: initial !important;
  overflow: visible !important;
}

.myiframe
{
height: 55vh;
width: 100%;

}

.post-comment-sec
{
    width: 100%;
}
.post-comment-sec .btn2 {
  background: white;
  /* border: 1px solid var(--primary); */
  border: 1px solid #59e0cb7a;
  color: black;
}

.post-comment-sec .btn2 i {
  color: var(--primary);
  font-size: 18px;

}

.post-comment-sec form .btn2 i {
  color: white;
  font-size: 18px;
  margin-right: 10px;
}


.size1{
  display: flex;
    align-items: center;
}

.details-info #svg-properties{
    height: 25px;
    position: absolute;
}

.features-dv ul li {
  text-align: center;
  float: left;
  width: 20%;
  margin-top: 20px;
}

.investment-detail-section .features-dv ul li {

  margin-top: 0px;
}



.features-dv ul li h4{
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 500;
}


.features-dv #svg-properties{
  height: 70px;
}

/* PROPERTY DETAILS PAGE POPUP (CALL) */

.mobile-popup{
  margin: 0px auto;
  padding: 20px;
}

.mobile-popup p{
  font-size: 20px;
}

.mobile-popup button span{
  position: absolute;
  right: 10px;
  top: 5px;
}

.modal-header
{
  border: 0;
}
.modal-contact{
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  color: var(--dark-grey);
}

.modal-header-fullname,.modal-header-agencyTitle{
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: var(--dark-grey);
}

.modal-header-fullname b ,.modal-header-agencyTitle b{
  font-weight: 600;
}
.mobile-popup{
  margin: 0px auto;
  padding: 20px;
  border-bottom: 1px solid lightgray;
  width: 100%;
  text-align: center;
}

.modal-header-agencyTitle h4{
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  color: var(--dark-grey);
}

.modal-header-agencyTitle  i{
  color: var(--primary);
  font-size: 20px;
  margin-right: 7px;
}


.disabled{
  opacity:0.5;
}

.close{
  margin-left: 0px;
    padding-left: 0px;
    position: absolute;
    right: 0px;
    top: 20px;
    margin-right: 30px;
}

.modal-footer1{
  justify-content:center;
  display:block;
}



.modal-header1{
  justify-content: center;
}

.react-tel-input .form-control{
  width: 100% !important;
}
.react-tel-input .flag-dropdown
{
  background: var(--primary) !important;
}

.margin0{
  margin:0px auto;
}

.close1{
  position: absolute;
  top: 0;
  right: 5px;
}

.react-select{
  width: 100%;
}

.react-select-width{
  width: 100%;
}

.default-image {
  border: 1px solid #00cdad !important;
  height: 100px;
}

.cover-image{
  color: #00cdad;
  font-weight: bold;
  font-size: 15px;
  margin-right: 9px;
}


.justify-end{
  justify-content:end;
}

.align-end{
  text-align: left  !important;
    margin-left: 85px !important;
    width: 10% !important;
}

.text-middle{
    margin-left:57px
}

.space{
    margin-left:5px
}

.custom-select1 .css-yk16xz-control ,.custom-select1 .css-1pahdxg-control
{

  width: 150px;
  min-height: 20px !important;
  margin-left: 6px;
}

.breadcum p{
  display: flex;
}


.new-css{
    position: absolute;
    left: 90px;
    margin-top: 15px;
}

.modal-header-login{
  color: #242526;
  font-size: 18px;
  font-weight: 500;
  background-color: #d8d8d9;
  padding: 18px 0 18px 0;
  justify-content: center;
}

.modal-width-80{
  width:80%;
}

.modal-width{
  width: 28%;
  margin: 0px auto;
}
.modal-width1{
  width: 30%;
}

.float-right{
  /* display: inline-block; */
    float: right;
    color: #242526;
    font-size: 13px;
    margin-top: 5px;
}

.margin-left-90{
  text-align:center;
}

.margin-left-90 p{
  font-weight: bold;
  font-size: 14px;
  color:gray;
}

.margin-left-90 span{
  color: gray;
}

.prop_ref{
  text-align: center;
}

.margin-left-90 a{
  margin-left: 5px;
    text-decoration: revert;
    color: #00CDAD;
}

.signup-bottom1 {

}

.fb-btn{
  text-align: center;
}

#register-text{
  text-align:center;
}

.modal-body-center{
  text-align: center;
}

.form-field .error{
  color: red;
  background: white;
  font-weight: 500;
}

.modal-header1{
  display:block
}

.req-val{
  color:red;
}

/* .modal-popup
{
  border-top: 1px solid var(--dark-grey);
  padding-top: 20px;
} */





.modal-header-login{
    color: #242526;
    font-size: 18px;
    font-weight: 500;
    background-color: #d8d8d9;
    padding: 18px 0 18px 0;
    justify-content: center;
}

.modal-width-80{
    width:80%;
}

.modal-width{
    width: 25%;
}
.modal-width1{
    width: 30%;
}

.float-right{
    /* display: inline-block; */
    float: right;
    color: #242526;
    font-size: 13px;
    margin-top: 5px;
}

.form-field2 input{
    border: 1px solid darkgray;
    border-radius: 5px;
    font-size: 14px;
    height: 36px;
  color: gray ;
}

.listings-section .project-card  .project-card-details .footer ul li .in_btn:hover,
.listings-section .project-card  .project-card-details .footer ul li .in_btn:hover i {
    background: #00CDAD;
    color: white !important;
}

.total-listings{
    margin-bottom: 20px;
    display:flex;
  }

  .register-heading{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .register-heading p{
    color: var(--dark-grey);
    font-size: 16px;
    font-weight: 700;
  }


  .register-heading .signin-op{
    color: var(--primary) !important;
    font-size: 16px;
    font-weight: 700;
    text-underline-position: under;
    border-bottom: 1px solid var(--dark-grey);
    cursor: pointer;
  }





  .terms{
      border: 1px solid #00CDAD !important;
        border-radius: 5px;
        width: 15px !important;
        height: 15px !important;
        margin-top: 4px;
  }

  .fb-btn-reg{
      height:40px;
      margin-bottom: 0px !important;
      line-height: 39px !important;
      font-size: 14px;
  }

  .color-sign{
      color:#00CDAD !important;
      /* text-decoration: underline !important; */
      cursor: pointer;
  }

  .fb-btn-reg:hover{
      /* color:white; */
      cursor: pointer;
  }



  .hover:hover{
      background: #00CDAD;
  }



  .modal-no h1{
    font-size: 20px;
    font-weight: bold;
  }

  .total-listings img{
    height: 20px;
      margin-left: 10px;
      margin-top: 8px;
  }

  .modal-listing{
    display: block;
  }

  .modal-listing-content{
    width:60%  !important;
    margin:0px auto;
  }

  .total-listings h1{
    font-weight: bold;
    color: gray;
    font-size: 24px;
    margin-left: 10px;
  }



/* .margin-left-90{
    margin-left:90px
} */



.modal-header2{
  display: flex;
}

.close2 .close{
  top: 0;
  right: 5px;
  font-size: 30px;
}

.investment-spots .card
{
 border: none;
  box-shadow: 2px 2px 5px 1px rgb(148 148 148 / 30%);
  border-radius: 6px;
  overflow: hidden;
}
.investment-spots .card p
{
  margin-bottom: 15px;
}

.investment-spots .card .card-body .row
{
  margin-right: -15px;
  margin-left: -15px;
}

.investment-spots .card .card-body .row p
{
  color: var(--dark-grey);
  margin: 0px;
}

.row-padding
{
  padding-right: 10px;
  padding-left: 10px;
}

.investment-spots .slick-slide
{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0px;
}

.investment-spots .slick-slider
{
  margin-left: -10px;
  margin-right: -10px;
}

 .section-heading
{
  text-align: left;
  margin-bottom: 5px;
}



/* .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
  opacity: 1 !important;
} */

@media (min-width: 1500px){

  .blog-search{
    text-align: end;
    position: relative;
    top: 30px;
    right: 140px;
  }

  .blog-search input{
    width: 26%;
  }
}

@media (min-width: 1200px)
{
.custom1-container {
    max-width: 1100px;
    padding: 0;
}
.custom2-container {
  max-width:800px;
  padding: 0;
}

.custom3-container{
  max-width: 1040px;
}


.custom3-container{
  max-width: 1250px;
}

/* .my-ads-single-page-content .container{
  max-width: 1040px;
} */

}

.custom1-container .col-lg-4
{
  padding-right: 10px;
  padding-left: 10px;
}

.load-more a
{
  /* margin-left: 40px; */
  font-size: 15px;
  /* margin-right: 40px; */
color: var(--dark-grey);
border-bottom: 3px solid transparent;
}

.load-more a:first-child
{
  margin-left: -34px;
}




.load-more a:hover
{
color: var(--primary);
border-bottom: 3px solid var(--primary);
}

.loadmore-line
{
  padding-left: 20px;
  padding-right: 20px;
}


.ffffff
{
    width: 200px;
    height: 100px;
    overflow: hidden;
}

.im-am
{
    margin-right: 5px;
}



.slide-fit {
    position: relative;
}

.slide-fit figure
{
    background: black;
    margin: 0;
    padding: 0;
    height: 480px;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
}

.slide-fit img
{
    position: absolute;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

._1OoMe {
    /* padding: 0 18px; */
    background: #0000008f;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

._2TeTt {
    height: 60px;
    margin: 10px 0 10px 10px;
}
/* ._2TeTt .slick-list .slick-slide
{
    width: 100px !important;
} */



._2TeTt1 {

  height: 100%;
  width: 100%;
  padding: 6px;
}

.property-imgs .slick-next {
  right: -8px !important;
}

.property-imgs .slick-prev {
    left: -8px !important;
}


.investment-detail-section .slick-next {
  right:-14px;
}

.investment-detail-section .slick-prev {
  left:-12px;
}


.property-imgs .slick-arrow {
  border-radius: 2px !important;
  background: var(--primary) !important;
  padding: 0px 2px !important;
  color: white !important;
  height: 30px;
  width: 25px;
}


.property-imgs .slick-prev:before, .property-imgs .slick-next:before
{
    opacity: 1 !important;
    color:white !important;
}



.slick-nav-thumb
{
    width: 100%;
    padding: 0px 3px;
}

.property-slider-thumb
{
    width: 100%;
    /* height: 60px; */
    padding: 0px 3px;
}

._1OoMe .slick-next,
._1OoMe .slick-prev
{
  display: none !important;
}


.inner-breadcrumb
{
  margin-top: 91px;
  /* border-top: 1px solid var(--dark-grey); */
  border-bottom: 1px solid #6161603b;
  background: #f2f2f2;
}

.inner-breadcrumb .breadcrumb
{
    background: transparent;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    cursor: context-menu;
}

.inner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {

    content: '' !important;
    font-family: lineawesome !important;
    color: var(--primary);
}
.breadcrumb-back
{
    border-right: 2px solid var(--dark-grey);
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 0px 0px;
}

.breadcrumb-back a , .breadcrumb-item
{
    color: var(--dark-grey);
    font-weight: 700;
}

.h-fit-content
{
    height: fit-content;
}

.post-property-details-fields .css-yk16xz-control
{
    border-color: var(--dark-grey);
}

.post-property-details-fields .input-group-append select
{
    height: calc(2.25rem + 4px) !important;
    border-color: var(--dark-grey);
    width: 110px;
    border-top-left-radius: 0;
    font-size: 14px;
    border-bottom-left-radius: 0;
}

.post-property-details-fields .css-1okebmr-indicatorSeparator
{
    background-color: var(--dark-grey);
}
.post-property-details-fields .css-tlfecz-indicatorContainer
{
    color: var(--primary);
}

.dropzone .btn2
{
  float: none;
  padding: 8px;
  width: auto;
  height: auto;
  font-weight: bold;
}

.dropzone hr
{
    border: 1px dashed lightgray;
}


.post_heading h4 {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
    color: var(--dark-grey);
    font-weight: 600;
}

/* DOUBLE RANGE SLIDER */

.card-range {
  width: 350px;
  padding: 25px;
  z-index: 100;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(39 70 132 / 20%);
  background: #ffffffc4;
  overflow: hidden;
}
 .card-range h2 {
  margin-bottom: 40px;
}

 .card-range  label {

  font-size: 14px;
  color: #414141;
  margin-bottom: 10px;
}

.card-range  p {

  font-size: 12px;
  color: #777777;
  margin-bottom: 12px;
}
 .card-range input {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  width: 100%;
  color: #414141;
  padding: 5px;
  border: none;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #a4a4a4;
   -webkit-appearance: none;
    -moz-appearance: none;
}


.card-range h4
{
 text-align: center;
 color: #414141;
 font-weight: 600;
 font-size: 15px;

}


.card-range .area-Unit
{
  margin: 0px auto;
  margin-bottom: 5px;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
  color: var(--primary);
  border-radius: 5px;
  display: block;
  border: 1px solid #a4a4a4;
}

.harjaga-range
{
 width: 100%;
 margin-top: 4px;
 margin-bottom: 4px;
}

.harjaga-range .rc-slider-track
{
 background: var(--primary);
}

.harjaga-range .rc-slider-handle
{
  border: solid 2px var(--primary);
}


.harjaga-range .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: var(--primary);
  box-shadow: 0 0 0 5px var(--primary);
}



.harjaga-range .rc-slider-handle-click-focused:focus {
  border-color: var(--primary);
  box-shadow: unset;
}
.harjaga-range .rc-slider-handle:hover {
  border-color: var(--primary);
}
.harjaga-range .rc-slider-handle:active {
  border-color: var(--primary);
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.card-range .done-btn
{
  color: white !important;
  margin-top: 20px;
  font-weight: 500;
  float: right;
  clear: both;
}

.line-slider
{
  /* background: red; */
  width: 90%;
}

/* .fa-instagram1 {
  position: absolute;
  color: #071739;
  top: 3%;
  right: 2%;
  font-size: 38px;
} */

.insta-follow i{
  margin-right: 5px;
}

/* .fa-instagram:hover {
  font-size: 42px;
  color: #274684;
  transition: all 0.1s linear;
  cursor: pointer;
} */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* *:focus {
  outline: none;
  box-shadow: 0 0 0 2px #709fdc;
} */

.form-field1 input{
  border: 1px solid black;
  border-radius: 5px;
  font-size: 16px;
}

.green-checkbox span{
  width: 17px !important;
    height: 17px !important;
    border: 1px solid #00CDAD !important;
    border-radius: 5px;
}

.white-space{
  white-space:nowrap;
}

/* AGENCIES PAGE */

.agent-breadcum{
  display: flex;
    margin-top: 5px;
    padding-left: 5px;
}

.color-green{
  color: #00CDAD !important;
}

.agent-heading{
  display: flex;
}

.agent-heading img{
  width: 22px;
  margin-right: 10px;
}

.agent-heading h1{
  font-size: 22px;
  font-weight: bold;
  color: gray;
}

.first-section{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
}

.second-section{
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.third-section{
  padding-left: 0px;
  padding-right: 0px;
}

.border-black{
  border-radius: 10px;
  box-shadow: 1px 2px 8px 0px rgb(159 159 159 / 75%);
}

.second-section label{
  position: absolute;
    top: 4px;
    right: 25px;
    font-size: 24px;
    color:#00CDAD;
}

.agent-breadcum span{
  color:gray;
}

.second-section input{
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray;
}

.agent-text p{
  color:gray;
}

.card-body1{
  width:100%;
}

.joined{
  color:gray;
  font-size:12px;
}

.view-ads{
  padding-top: 40px;
  text-align: center;
}

.download-pdf i{
  color: white;
}

.download-pdf i:hover{
  color: darkgray;
}

.view-ads a{
  width: 100%;
  /* border-radius: 0px; */
  /* margin-top: 110px; */
  /* border: 1px solid black; */
  /* border-bottom-right-radius: 10px; */
  background: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

.padding,.padding-none{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.height .card-body1{
  margin-top:20px;
  margin-left: 10px;
  margin-right: 20px;
  padding:0px;
}

.verified-img{
  height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.no-agents{
  margin-top: 50px;
  padding-left: 20px;
  width: 100%;
}

.no-agents ul li{
  font-weight: bold;
    color: gray;
    font-size: 14px;
}

.no_agents span{
  margin-left: 20px;
}


.no_listings{
  padding-top: 20px;
}

.no_listings span{
  margin-left: 15px;
}

.height-btn{
  height: 50px;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border: 0;
}

.green{
  color:#00CDAD;
}

.form-check1{
  padding-left: 0px !important;
}

.height-btn span{
  color: black;
  font-size: 15px;
  margin-left: 5px;
}
/* SEARCH BAR */

.area-city{
  display: flex;
  /* margin-left: 150px; */
}

.black-color{
  color:white;background: #474747;
}

.d-flex{
  display: flex;
}

.position{
  position: fixed;
}

.all-residential{
  border-right: 1px solid white;
}

.padding-left{
  padding-left: 30px;
  padding-right: 10px;
  font-size: 22px;
}

.border-right{
  border-right:1px solid #dee2e680 !important;
  border-radius: 0px;
}

.form_sec1{
  padding:8px !important;
}

.border1{
  border:1px solid gray;
  /* display:flex !important; */
}

.beds-utilities{
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 10px;
  width:40% !important;
}

.utilities{
  margin-top: 10px;
}

.utilities-check{
  width: 50%;
}

.width-30{
  width: 33%;
  margin-bottom: 6px;
}

.width-50{
  width: 50%;
  margin-bottom: 6px;
}


.margin{
  margin-left:0px;
  padding-top: 10px;
}

.padding{
  padding-left: 5px;
}

.utilities-check label{
  padding-left:5px;
}

.form_field h1{
  color: var(--light-blue);
  font-size: 15px;
  font-weight: 600;
}

.display-flex{
  display:flex;
}

.search-bar-border{
  margin-left: 190px;
  margin-right: 250px;
    border-radius: 10px;
}

.innerbanner1 .feature-dropdown
{
  position: relative;
  top: 8px;
  padding: 10px 0px;
  border-radius: 5px;
  width: 100%;
  min-width: 1200px;
  background: white;
  display: block;
  border: 1px solid gray;
}


.innerbanner1 .features_list-tab
{
  left: -732px;
}


.innerbanner1 .accordion .tab-content .show
{
  position: relative;
}


.width-100{
  width: 100%;
}

.display-grid{
  display:grid;
  width:25% !important;
}

.features-div{
  width:55%;
}

.facing-gallery{
  display:grid;
  width:20%;
}

.bed_range{
  display: grid;
  width: 90%;
}

.bed_range h3{
  margin-top: 6px;
}

.bath_range{
  display: grid;
  width: 90%;
}

.bath_range h3{
  margin-top: 6px;
}


.color{
  background: white;
}

.margin-gallery{
  padding-left: 0;
  padding-top: 15px
}

.price-inputs{
  width: 100%;
  background: white;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  position: relative;
  top: 8px;
}

.size-inputs{
  width: 100%;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  display: flex;
  padding: 10px;
  margin: 0px auto 0px 0px;
  position: relative;
  top: 8px;
  background: white;
}

.border-height{
  border: 1px solid var(--dark-grey);
    height: 30px;
}

.inputs{
  display:flex;
  border-bottom: 1px solid var(--dark-grey);
    padding-bottom: 10px;
}

.prices{
  margin-top: 10px;
  cursor: pointer;
  overflow-y: scroll;
  height: 100px;
}

.size-input-div{
  border-bottom: 1px solid var(--dark-grey);
  padding-bottom: 10px;
  display:flex;
}

.size-list{
  padding-top: 10px;
  cursor: pointer;
}

.sizes{
  margin-top: 10px;
  cursor: pointer;
  overflow-y: scroll;
  height: 130px;
}

.size{
  text-align: center;
    padding-left: 10px;
}

.prices li:hover,
.sizes li:hover,
.size-list li:hover{
  background: blue;
  color:white;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.drop-menu .css-tlfecz-indicatorContainer{
  color:#00CDAD;
}

.color{
  background:white;
  border-radius: 5px;
}

.color i{
  color: #00CDAD;
    font-size: 20px;
}

.card-price span{
  font-size:22px;
}

.breadcum1 .breadcrumb-item+.breadcrumb-item::before
{
  display: none;
  /* content: "In"; */
}

.breadcrumb2{
  padding-bottom: 10px !important;
  /* border-bottom: 1px solid gray; */
  width: 100%;
  border-radius: 0px;
  margin-top: 15px;
}

.breadcrumb-item1 a {
  font-size: 17px !important;
}

.font-color{
  font-size: 22px !important;
    padding-top: 10px;
    color: gray;
}

.Agentpage-single-pg{
  padding-top: 10px !important;
}

.banner-searcha .accordion .collapsing
,.adv-search-bar .accordion .collapsing
{
    position: absolute;
}
.height{
    height: 180px;
}

.banner .form_field:nth-last-child(4) .css-yk16xz-control
{

  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;


}

.banner .form_field:nth-last-child(5) .css-yk16xz-control
{
  border-width: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius:3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right:1px solid #77777752;

}


 .banner .form_field:nth-last-child(3) .select
{
 border-radius: 0px;
 border-left:1px solid #77777752;
}


.banner .form_field:nth-last-child(2) .btn
{
  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
padding: 0px;
}
.banner .form_field .css-1uccc91-singleValue,
.banner .form_field .css-1wa3eu0-placeholder,
.banner .form_field .select,
.innerbanner1 .css-1uccc91-singleValue,
.innerbanner1 .css-1wa3eu0-placeholder
{
  font-weight: 600;
  /* color: var(--light-blue) */
  color: #2e465b85;
}




.banner .css-1okebmr-indicatorSeparator
{
  display: none;
}


.innerbanner1 .react-select:first-child .css-yk16xz-control
{
  border-width: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 1px solid #77777752;
}

.innerbanner1 .react-select:last-child .css-yk16xz-control
{
  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius:0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background: transparent;

}

.innerbanner1 .react-select .css-1okebmr-indicatorSeparator
{
  display: none;
}
/* .investment-section */

.investment-section
{
  width: 100%;
  margin-top: 100px;
}

.investment-section .this-heading
{
  padding: 20px 0px;
  width: 74%;
  border-bottom: 1px solid var(--dark-grey);
}
.investment-section .this-heading img
{
  display: inline-block;
  width: 22px;
  vertical-align: sub;
}

.investment-section .this-heading h3
{
  font-size: 26px;
  font-weight: 700;
  margin: 0px;
  color: var(--dark-grey);
  display: inline-block;
  letter-spacing: -1px;
  word-spacing: 1px;
  margin: 0px 0px 5px 15px;
  position: relative;
  top: 3px;
}

.investment-section .this-heading p
{
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  color: var(--dark-grey);
  margin: 0px 0px 0px 40px
}

.investment-section form .form-group
{
  position: relative;
}

.investment-section form .form-control
{
  border: 1px solid var(--dark-grey);
  border-radius: 6px;
  /* padding: 10px 15px; */
}

.investment-section form .form-group label
{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  line-height: 38px;
}

.investment-section form .form-group label button
{
  color: var(--primary);
  display: block;
  width: 50px;
  border: none;
  font-size: 18px;
  background: none;
  text-align: center;
  cursor: pointer;
}


.investment-section .project-card
{
  overflow: hidden;
    border-radius: 10px;
    /* border: 1px solid var(--dark-grey); */
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 46%);
}

.investment-section .project-card .row
{
  margin: 0px 0px;

}

.investment-section .project-card .p--list
{
  padding-bottom: 0;
  border-bottom: none;
  padding: 10px 10px 10px 10px;
}


.investment-section .project-card .col-5
{
padding: 0px;
}

.investment-section .project-card .col-7
{
padding: 0px;
}

.investment-section .project-card .project-card-details
{
  padding: 0px;
  height: 100%;
  width: 100%;
  display: grid;
}

.investment-section .project-card .project-card-details .header
{
  border: none;
  height: auto;
  box-shadow: none;
  width: 100%;
}
.investment-section .project-card .project-card-details .project-title h4
{
  cursor: context-menu;
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-grey);
}

.listings-section .project-card .project-card-details .project-title h4
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-break: anywhere;

}

.investment-section .project-card .project-card-details .project-title a
{
  color: gray;
}

.investment-section .project-card .project-card-details .project-title p
{
  font-size: 15px;
  color: var(--dark-grey);
  font-weight: 500;
}

.investment-section .project-card .project-card-details .body
{
  margin: 20px 0px 0px 0px;
  display: grid;
}

/* .listings-section .project-card .project-card-details .body p{
  line-height: 30px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
} */

.investment-section .project-card .project-card-details .body p
{
  font-size: 15px;
  color: var(--dark-grey);
  font-weight: 500;
  line-height: 20px;
  align-self: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.investment-section .project-card .project-card-details .body .booking
{
  display: flex;
  margin-top: 28px;
  align-self: flex-end;
  justify-content: space-between;
}

.investment-section .project-card .project-card-details .body .posted_on
{
  width: 100%;
  align-self: flex-end;
  margin-bottom: 10px;


}

.investment-section .project-card .project-card-details .body .posted_on h5
{
 font-size: 12px;
color: var(--dark-grey);
display: inline-block;
}

.investment-section .project-card .project-card-details .body .posted_on h5:last-child
{
color: var(--primary);
}


.investment-section .project-card .project-card-details .body .start-from
{
  width: 100%;
  text-align-last: end;
  text-align: -webkit-right;
}
.investment-section .project-card .project-card-details .body .start-from p
{
  font-size: 14px;
  margin: 0px;
}
.investment-section .project-card .project-card-details .body .start-from h3
{
  display: inline-block;
  color: var(--dark-grey);
  font-size: 18px;
  margin: 0px;
}

.investment-section .project-card .project-card-details .body .start-from h3:last-child
{
  font-size: 26px;
  font-weight: 700;
}

.investment-section .project-card .project-card-details .footer
{
 align-self: flex-end;
 /* border-top: 1px solid var(--dark-grey); */
}


.investment-section .project-card .project-card-details .footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

.investment-section .project-card .project-card-details .footer ul li {
  width: 100%;
    margin: 0px;
    box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 30%);
    /* border-top: 1px solid var(--dark-grey); */
    /* border-left: 1px solid var(--dark-grey);*/

}

.investment-section .project-card .project-card-details .footer ul li .in_btn {
  background: white;
  border: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px 3px;
  font-weight: 500;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--dark-grey);
  cursor: pointer;
}

.investment-section .project-card .project-media
{
 padding: 0px;
 /* display: block; */
 width: 100%;
 height: 100%;
 display: grid;
}

.investment-section .project-card .project-media .project-thumb-main
{

  align-self: flex-start;
  height: 100%;
  overflow: hidden;
  display: block;
}

.investment-section .project-card .project-media .project-thumb-main img
{
  width: 100%;
  height: 237px;
}

.investment-section .project-card .project-media .project-thumbs
{
  display: flex;
  align-self: center;
  height: 100%;
  /* margin-top: 5px; */
  padding-top: 4px;
}

.investment-section .project-card .project-media .project-thumbs li
{
  width: 100%;
  margin-right: 5px;
}

.investment-section .project-card .project-media .project-thumbs li:last-child
{
  margin-right: 0px;
}

.investment-section .project-card .project-media .project-thumbs li img
{
  width: 100%;
  height: 100%;
}

.investment-section .project-card .project-media .footer
{
  align-self: flex-end;
  height: 100%;
}

.investment-section .project-card .project-media .footer .p--list .col-8,
.investment-section .project-card .project-media .footer .p--list .col-4
{
display: flex;
padding: 0px;
}

.investment-section .project-card .project-media .footer .p--list .myli  {
  margin-right: 12px;
}


.investment-section .project-card .project-media .footer .p--list .myli img
{
  width: 24px;
}

.investment-section .project-card .project-media .footer .p--list .myli p {
  align-self: center;
  font-size: 16px;
  margin-left: 12px;
  color: var(--dark-grey);
}
.investment-section .project-card .project-media .footer .p--list .share-bnt {
  font-size: 10px;
  padding: 0px 8px;
}

.investment-section .project-card .project-media .footer .p--list .share-bnt i {
  color: var(--primary);
  font-size: 14px;
}




/* .investment-section end */


.tabs-link{

}

.general{
  margin-bottom: 20px;
  display:flex;
}

.general h1{
  font-weight: bold;
  color: gray;
  font-size: 24px;
  margin-left: 10px;
}

.general img{
  height: 20px;
}

.update_name{
  width: 45%;
    margin-right: 10px;
    margin-left: 15px;
}


.update_email{
  width: 50%;
}

.update_address{
  width: 75%;
  margin-left: 15px;
  margin-right: 10px;
}

.update_zip{
  width:20%;
}

.blue_background_dropdown select{
  width: 100%;
}


.update_bio{
  width: 96%;
    margin-left: 15px;
    margin-top: 10px;
}

.bio{
  /* background: #f7f7f7 !important; */
}

.agent-profile-sec .css-1uccc91-singleValue {
  color: var(--dark-grey) !important;
  margin: 0px !important;
}

.agent-profile-sec .css-g1d714-ValueContainer
{
  padding: 0px !important;
}

.agent-profile-sec  .css-1okebmr-indicatorSeparator
{
  display: none !important;
}


.tab-content .css-yk16xz-control,.tab-content .css-1fhf3k1-control {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #777777b0 !important;
    background: white !important;
}


.tab-content .css-1fhf3k1-control .css-107lb6w-singleValue{

  color: black !important;
}



.agent-profile-sec  .css-109onse-indicatorSeparator
{
  display: none !important;
}


.agent-profile-sec .css-1fhf3k1-control  .css-tlfecz-indicatorContainer
{
  display: none !important;
}





.picture-div{
/* background: rebeccapurple; */
}

.picture-div1{
  /* height: 45.5% !important; */
}

.inner-picture{
  align-self: center;
  text-align: center;
}

.upper-row{
  display: flex;
}


.margin-picture{
  margin-right: 0px !important;
}

.upload-picture img{
  height: 150px;
    width: 120px;
    margin-top: 50px;
}

.all_form_input1 input,.all_form_input1 textarea{
  border: none !important;
  box-shadow: var(--input-shadow) !important;
  -webkit-box-shadow:  var(--input-shadow) !important;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: var(--input-shadow) !important;
    background-clip: padding-box;
}


.all_form_input1 input::placeholder
{
  color: darkgray;
}


/* .investment-detail-section */
.investment-detail-section
{
    margin-top: 40px;
}

.investment-detail-section .this-heading h3
{

  top: 2px;
}

.investment-detail-section .cover-image
{
    height: 700px;
    background-color: var(--primary-linear);
    background-size: cover !important;
    background-position: center!important;
    background-repeat: no-repeat !important;
    position: relative;
    display: grid;
    z-index: 1;
    min-height: calc(70vh);
    margin: 0px;
}

.investment-detail-section .navbar
{
    padding: 0px;
    border-bottom: 2px solid var(--dark-grey);
}
.investment-detail-section .navbar .nav-link
{
    align-content: center;
    margin: 0px;
    padding: 10px 14px;
    color:var(--dark-grey);
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.investment-detail-section .navbar .nav-link img
{
    width: 16px;
    margin-right: 10px;
}
.investment-detail-section .navbar .active
{
  border-bottom: 4px solid var(--primary);
  content: '';
  position: relative;

  bottom: -3px;

}

.investment-detail-section .overview
{
    padding: 20px 0px;
    width: 100%;
}

.investment-detail-section .overview h1{
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-grey);
  margin-right: 10px;
}

.investment-detail-section .overview h2
{
    font-size: 22px;
    color: var(--primary);
    font-weight: 700;
    text-align: end;
}

.investment-detail-section .overview h2 b
{
    font-size: 28px;
    color: var(--dark-grey);

}

.investment-detail-section .overview h3
{
    font-size: 28px;
    color: var(--dark-grey);
    font-weight: 700;
   line-break: anywhere;
}

.investment-detail-section .overview p
{
    font-size: 14px;
    color: var(--dark-grey);
    text-align: justify;

    /* padding-right: 20px; */
}

.agency-details-section .overview p
{
    text-align: initial !important;
}


/* .investment-detail-section .overview .dev-desc
{
text-align-last:justify;
} */

.agency-details-section .overview p
{
    padding-right: initial !important;
}

.agency-details-section .overview .rent-sale {
  padding-right: 10px !important;
  line-height: 24px !important;
}

.agency-details-section .recent-ads-properties .white-card .rent-sale {
  padding-right: 7px 10px !important;
  line-height: 24px !important;
}

.agency-details-section .recent-ads-properties .white-card .img-fluid1 {
  height: 180px !important;
}






.investment-detail-section .features-dv .pay-plan-thum li
{
    width: 32.5%;
    border: 1px solid #77777778;
    margin-right: 9px;
    position: relative;
}

.investment-detail-section .features-dv .pay-plan-thum li:last-child
{

    margin-right: 0px;
}

.investment-detail-section .features-dv .pay-plan-thum li img
{
    width: 100%;
}

.investment-detail-section .features-dv .pay-plan-thum .slick-initialized .slick-slide
{
  padding-right: 5px;
  padding-left: 5px;
}


.investment-detail-section .this-heading h3 {
    font-size: 22px;
    color: var(--dark-grey);
    font-weight: 700;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 74px;
    z-index: 1000;
}

.investment-detail-section .download-pdf
{
    background: #02020275;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;


}


.investment-detail-section .features-dv .pay-plan-thum li img
{
    width: 100%;
}

.investment-detail-section .features-dv .pay-plan-thum li:hover .download-pdf
{

    display: grid;

}

.investment-detail-section .download-pdf span
{
    align-self: center;
}
.investment-detail-section .download-pdf span button
{
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
/* investment-detail-section end */
/* agency-details-section */


.agency-details-section .overview,
.agency-details-section .this-heading
{
    padding: 0px;
}

.agency-details-section .overview .this-heading h1
{
  font-size:21px;
  color: var(--dark-grey);
  font-weight: 700;
  word-spacing: 1px;
  margin: 0px 0px 25px 15px;
  display: inline-block;
}

.agency-details-section .overview .this-heading h3
{

  margin: 0px;

}


.agency-details-section .details-info ul li
{
  margin-bottom: 3px;
}

.agency-details-section  .properties-by li
{
  width: 100%;
  float:none;
}

.agency-details-section .project-card .col-4, .agency-details-section .project-card .col-8
{
  padding: 0px;
}
.agency-details-section .project-card .booking .start-from p {
  font-size: 13px;
}

.agency-details-section .project-card .booking .start-from h3 {
  font-size: 13px;
  display: inline-block;
}

.agency-details-section .project-card .project-media .project-thumb-main {
  height: auto !important;

}
.agency-details-section .project-card .project-media .footer .p--list .col-12 {
  display: flex;
  padding: 0px;
}
/*
.agency-details-section .project-card .project-media .footer .p--list .myli {
  margin-right: 15px;
} */

.agency-details-section .project-card .project-card-details .body
{
  margin: 0px !important;
}
.agency-details-section .project-card .project-card-details .body .booking
{
  margin: 0px !important;
  display: block;
}
.agency-details-section .project-card .project-card-details .body .start-from h3
{
font-weight: 400;
}
.agency-details-section .project-card .project-card-details .body .start-from
{
  width: 100%;
}

.agency-details-section .project-card .project-card-details .body .start-from p
{
  width: 100%;
  text-align: right !important;

}


.submit-btn button{
  border-radius: 5px;
  background: #BFBFBF;
  font-size: 14px;
  font-weight: 600;

}

.contact-agent .submit-btn{

}
.agency-details-section .project-card .project-card-details .body .posted_on
{
  width: 100%;
  text-align: end;
}

.agency-details-section .project-card .project-card-details .body ul li
{
  color: var(--dark-grey);
  font-size: 12px;
}
.nav-tabs .nav-link
{
  color: var(--dark-grey);
}
.agency-details-section .overview .this-heading .col-6 ul li h4
{
  width: 70%
}
.agency-details-section .overview .col-6  ul li span
{
  width: 30%
}

.agency-details-section .cover-image
{
  height: 400px;
  min-height: calc(40vh);
  position: relative;
}

.agency-details-section .cover-image .agency-logo
{
background: white;
border: 1px solid #7777772b;
padding: 20px;
}

.agency-details-section .cover-image .agency-desc
{
display: grid;
}


.agency-details-section .cover-image .custom1-container
{
  align-self: end;
}

.agency-details-section .cover-image .custom1-container .margin-btm
{
  position: relative;
  top: 65px;
}
/* .agency-details-section .cover-image .agency-desc .desc-1
{

}

.agency-details-section .cover-image .agency-desc .desc-1 img
{

} */


.agency-details-section .cover-image .agency-desc .desc-1 p
{
color: var(--dark-grey);
margin: 10px;
display: inline-block;
width: 80%;
line-height: initial;
line-break: anywhere;
}


.agency-details-section .cover-image .agency-desc .desc-2
{
  margin-top: 10px;
  text-align: end;
  padding-right: 0px
}

.agency-details-section .cover-image .agency-desc .desc-2 button
{
background: none;
border: none;
cursor: pointer;
font-size: 18px;
font-weight: 600;
}

.agency-details-section .cover-image  .row .col-10
{
border-bottom: 1px solid var(--dark-grey);
}

.agency-details-section .cover-image .agency-logo img
{
width: 100%;
}

.agency-details-section .project-card .project-card-details .project-title p
{
  line-height: 1;
  font-size: 14px;
  line-break: anywhere;
}


.svg-icon
{
  margin-right: 6px;
  margin-bottom: -4px;
}

.bottom-btns-listings:before{
  position: initial !important;
}

/* .bottom-btns-listings .view-more-btn-listings{
  top: -15px;
} */

.bottom-btns
{
  position: relative;
  text-align: center;
  width:100%;
  margin-top: 30px;
  display: inline-block;
}

/* .bottom-btns:before
{
  content: "";
  border-bottom: 1px solid var(--dark-grey);
  width: 100%;
  position: relative;
  display: flex;
  top: 16px;
  z-index: -1;
} */

.bottom-btns .btn-primary
{
  margin-left: 6px;
  margin-right: 6px;
  padding: 4px 22px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background: white;
  color: var(--dark-grey);
  font-size: 15px;
}


.bottom-btns .btn-primary:hover
{
  background: var(--primary);;
  color: white;
}

.bottom-btns1 .btn-primary
{
  margin-left: 6px;
  margin-right: 6px;
  padding: 4px 22px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background: white;
  color: var(--dark-grey);
  font-size: 15px;
}


.bottom-btns1 .btn-primary:hover
{
  background: var(--primary);;
  color: white;
}



/* agency-details-section end */

/* popups work */
.popular-listing .modal-header , .popular-listing .modal-footer
{
  border: none;
}

.popular-listing .modal-header .close {
  padding: 8px;
  margin: 0rem 0rem -1rem auto;
}

.popular-listing .modal-content {

  margin: 30px;
  border: 1px solid var(--dark-grey);

}

.popular-listing .modal-content .modal-body
{
  padding: 0 1rem !important;
}

.popular-listing .modal-content .text-center {

  /* border-bottom: 1px solid var(--dark-grey); */
  padding-bottom: 20px;
  margin-bottom: 20px;
 }

.popular-listing .modal-content h3 {

 font-size: 22px;
 font-weight: 700;
 color: var(--dark-grey);
}

.popular-listing .modal-content p {

  font-size: 16px;
  font-weight: 500;
  color: var(--dark-grey);
 }

 .popular-listing .modal-content .btn-primary {

 background: var(--primary);
 border-radius: 6px;
 width: 100%;
 padding: 10px 0px;
 }

 .fa-phone
 {
  transform: rotate(100deg);
 }
.footer-div1
{
  margin-bottom: 40px;
}

.footer-div1 .input-field > label small
{
  font-size: 14px;
}
.footer-div1 .input-field > label small a
{
  color: var(--primary);
}

.property--model .modal-popup p
{
    /*line-height: 20px; */
    text-align: center;
    font-size: 16px;
    color: var(--dark-grey);
}

.property--model .modal-popup h4
{
  font-weight: bold;
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 10px;
}

/* .property--model .modal-header,.property--model .modal-body
{
  padding: 20px;
} */
.property--model .modal-body
{
  padding-top: 0px;
}
/* popups work end */



.--home-banner-btn
{
  display: none;
}
.mobile-responsive
{
  display: none;
}

.for-desktop
{
  display: block;
}

.security input{
  width: 100%;
  height: 40px;
  padding: 4px 0px;
  border: 0px;
  font-size: 14px;
  border-radius: 0px;
  border-bottom: 1px solid #d1d1d1;
}

.security p{
  font-weight: 600;
  margin-bottom: 10px;
  color: gray;
}

.security button{
  margin-top:20px;
}

.security a{
  margin-top: 20px;
  color: #00CDAD !important;
  font-family: 'Open Sans';
}

.close3 .close{
  margin-right: 0px !important;
}

.change-pass{
  align-items: center;
  justify-content: center;
}

.password-section{
  display: grid;
  width: 30%;
  margin-left: 0px;
  margin: 0px auto;
}

.password-btn{
  width: 65%;
    text-align: end;
    margin-bottom: 30px;
}

.border-bottom{
  border-bottom: 1px solid black;
  border-style: dashed;
  color: white;
  position: relative;
  font-size: 1px;
  margin-bottom: 20px;
}

.form-wrapper
{
    /* background: red; */
    width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
  background-color: var(--primary);
}

.svg-icon1
{
  width: 20px;
  position: relative;
  top: 3px;
  right: 5px;

}

.btn-primary:hover
{
  background: var(--primary) !important;
}

.white-thead{
  background: white;
  border: 1px solid #f1f1f1;
  font-weight: bold;
}

.tbody1{
  font-weight: bold;
  border: 1px solid black;
  width: 100%;
  background:#f2f2f2;
}

.tr1{
  border: 1px solid black;
  width: 100%;
}

.clos3{
  position: absolute;
    top: 10px;
    right: 15px;
}

.reset1{
  position: absolute;
  bottom: 7px;
  right: 7px;
  background: #00CDAD;
  padding: 5px !important;
  border-radius: 5px;
  color: white !important;
  cursor:pointer
}

.reset3{
  position: absolute;
    bottom: 10px;
    right: 10px;
    background: #00CDAD;
    color: white !important;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.error-size{
    width: 100%;
}

.error-images{
    position: relative;

}

.type_error{
    position: relative;
    bottom: 30px;
}

.sub-error{
    position: relative;
}

.size-error{
    position: relative;
    bottom: 10px;
}

.error-size1{
  display: flex;
    justify-content: space-between;
}

.left{
  position: relative;
  right: 78px;
}

.feature-group .facing,
.feature-group .utilities{
  width:100%;
}

.range-slider-width li{
  width: 48% !important;
  padding-right: 15px;
}

.range-slider-width .number_position{
  font-size: 13px;
  line-height: 24px;
  position: relative;
  text-align: end;
  bottom: 4px;
}

.line-slider .number_position{
  font-size: 13px;
  line-height: 24px;
  position: relative;
  text-align: end;
  bottom: 4px;
}

.line-slider .number_position1{
  font-size: 15px !important;
  line-height: 24px;
  position: relative;
  text-align: end;
  bottom: 0px;
  font-weight: bold;
  color: var(--dark-grey);
}


.flex-label{
  display:flex;
  justify-content: space-between;
}

.react-select .css-tlfecz-indicatorContainer{
  color: #2e465b85;
}

.react-select1 .css-1pahdxg-control{
  border-color: white;
  box-shadow: none;
  border-radius:0px !important;
}

.react-select1 .css-1pahdxg-control:hover{
  border-color: white;
  border-radius:0px !important;

}

.innerbanner1 .sidebar-menu
{
  /* background: red; */
    position: absolute;
  top: 0px;

}
.sidebar-menu {
  width: 100%;
  /* position: absolute; */
  top: 0px;
  right: 0px;
  /* right: -100%; */
  /* transform: translateX(0); */
  transition: 0.3s ease all;
  background: var(--white);

  display: none;
  z-index: 1050;

}
.sidebar-menu.open {
  /* transform: translateX(-100%); */
  /* position: absolute; */
  display: block;
}
.sidebar-menu .menu > li > a {
  padding: 15px 20px;
  color: #fff;
}


.sidebar-menu .sidebar-header
{
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--primary);
}


.sidebar-menu .sidebar-header h4 {

  align-content: center;
  margin: 0px;
  padding: 10px 5px;
  color: var(--dark-grey);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  float: left
}

.sidebar-menu .sidebar-header h4  img {
  width: 22px;
  margin-right: 6px;
}

.sidebar-menu .sidebar-header .right-btns
{
  float: right;
}

.sidebar-menu .sidebar-header .right-btns .btn
{
  background: transparent;
  font-size: 14px;
  padding: 10px 10px;
}


.sidebar-menu .feature--filters .features_list
{
  position: relative;
  min-width: 100%;
  top: 0px;
  left: 0px;
  border: 0;
  border-radius: 0px;
}

.sidebar-menu  .feature--filters .features_list .display-flex
{
  display: block;
}

.sidebar-menu .feature--filters .features_list  .beds-utilities{
  width: 100% !important;
  margin: 0px;
}

.sticky-top1{
  top:112px !important;
}

.agencypic_height{
  height:100px;
  border-radius: 7px;
  box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 46%);
}

.hover-price{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
  /* width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.agency-properies .project-card .p--list
{
    padding: 10px !important;
}
.agency-properies .project-card .project-media .footer .p--list .myli p
{
    white-space: nowrap;
    font-size: 13px;
}

.agency-properies  .project-card .project-card-details .footer ul li .in_btn
{
    font-size: 14px;
}

.agency-properies  .project-card .project-card-details .body .start-from h3:last-child

{
    font-size: 24px;
    margin-left: 6px;
}


.pay-plan-thum .slick-slider .slick-prev,
.pay-plan-thum .slick-slider .slick-next{
  zoom:1 !important;
}

.amenities-slider .slick-slider .slick-prev,
.amenities-slider .slick-slider .slick-next{
  zoom:1 !important;
}

.amenities-li img{
  display:initial !important;
}

.banner-content{
  text-align: center;
  padding-top: 90px;
}

.banner-content h1{
  color: white;
  font-size:50px;
  font-weight: bold;
}

.terms-heading{
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0px;
  color: var(--primary);
  margin-top: 15px;
}

.terms-list li{
  list-style: disc;
}

.terms-list{
  margin-left: 17px;
}

.modal-content-agency{
  width:80%;
}

.agency-ad-submit{
  text-align:center;
}

.popup-image{
  height: 120px;
  width: 120px !important;
}

.text-center1{
    display: grid;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
}

.popover-test{
  width: 100%;
  padding:10px;
}

.harjaga-logo{
  height:40px;
  width:200px;
}

.view-more{
  color:gray !important;
  cursor:pointer;
}

.view-more:hover{
  color:#00CDAD !important;
}

.card-down{
  position:relative;
  top: 1px;
    opacity: 1;
}


.nearby_custom .modal-content
{
  /* background: red; */
  border-radius: 0px;
  border: 0px !important;
}


.nearby_custom .modal-content .modal-header
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  background: white;
  border-radius: 0px;
  justify-content: unset;
  padding: 10px 0;
}

.nearby_custom .modal-content .modal-header>div {
  padding: 0 14px;
  /* line-height: 1.5rem; */
}

.nearby_custom .modal-content .modal-body
{
padding: 0px;
}

.nearby_custom .modal-content .modal-body .nav-tabs
{
  padding: 10px;
  justify-content: center;
}

.nearby_custom .modal-content .modal-body .nav-tabs .nav-link
{
  border-radius: .25rem;
  margin: 0px 10px;
  padding: 10px 80px;
  background: var(--light-grey1);
}
.nearby_custom .modal-content .modal-body .nav-tabs .nav-item.show .nav-link, .nearby_custom .modal-content .modal-body .nav-tabs .nav-link.active
{
  background: var(--primary);
  color: white;
  border: none;
}
._price-box
{
  /* background: green; */
}

._price-box>span {
  margin-left: .5rem;
}

._currency
{
  font-size: 18px;
  color: var(--dark-grey);
}

._price
{
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-grey);
}

.nearby_custom .modal-header ._title
{
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  max-width: 40rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 36px;
}

.nearby_custom .modal-header .close
{
  padding: 14px 20px;
  margin: 0px;
  /* background: red; */
  top: 0px;
}

._list
{
  /* background: red; */
  display: flex;
}

._list .myli {
  display: flex;
  margin-right: 30px;
}

._list .myli img {
  width: 16px;
}

._list .myli p {
  align-self: center;
  font-size: 14px;
  line-height: 30px;
  margin-left: 5px;
  color: var(--dark);
}

.nearby_custom .modal-content  .Nearyby_list
{
  display: inline-block;
  width: 100%
}

.nearby_custom .modal-content .Nearyby_list .neary-title
{
  padding: 10px;
  display: inline-flex;
}




.nearby_custom .modal-content .Nearyby_list .neary-title img
{
  position: relative;
  /* top: 5px; */
  width: 30px;
  display: inline-block;
  height: intrinsic ;
}
.nearby_custom .modal-content .Nearyby_list ul li img
{
  display: inline-block;
  width: 20px;
  height: intrinsic ;
}


.nearby_custom .modal-content .Nearyby_list .neary-title h3,
.nearby_custom .modal-content .Nearyby_list ul li p
{
  display: inline-block;
  align-self: center;
  margin-left: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--dark-grey);
  text-align: left;
}

.nearby_custom .modal-content .Nearyby_list ul li
{
  width: 100%;
  background: #7777770d;
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid var(--light-grey);
  display: inline-flex;
  cursor: pointer;
}

.nearby_custom .modal-content .Nearyby_list ul li:hover
{
  background: #7777772e;
}



.nearby_custom .modal-content .Nearyby_list ul
{
  height: 100%;
  min-height: 538px;
  max-height: 538px;
  overflow-y: scroll;

}

.modlListloader
{
  display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}


.nearby_custom .modal-content .Nearyby_list ul::-webkit-scrollbar {
  width: 10px;
}
.nearby_custom .modal-content .Nearyby_list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nearby_custom .modal-content .Nearyby_list ul::-webkit-scrollbar-thumb {
  background: #888;
    border-radius:0px;
}
.nearby_custom .modal-content .Nearyby_list ul::-webkit-scrollbar-thumb:hover {

  background: var(--primary);
}


.nearby_custom .inner-model-form
{
  background: white;
  margin: 0px !important;
}

.nearby_custom .inner-model-form .widget
{
  /* border: none;
  padding: 20px 10px; */
  margin-bottom: 18px;
  margin-top: 17px;
}

/* .nearby_custom .inner-model-form .widget .contct-info img
{
  display: none;
} */




.load-more-btn{
  border-bottom: 1px solid gray;
  text-align: center;
  width: 75%;
}

.view-more-btn{
  position: relative;
}


.invest-slide img{
  object-fit: fill !important;
}

.property-slide img{
  object-fit: fill !important;
}

.price-size{
  font-size:21px !important;
}

.card-body-1{
  padding:0px;
  padding-left:10px;
  padding-top:10px;
}

.i-align i{
  position:relative;
  top:1px;
}

.img-fluid1 {
  height:225px !important;
}

.blogs-title{
  font-size:17px !important;
}

.blogs-text{
  font-size:13px !important;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.3;
}

.blogs-date{
  font-size: 11px !important;
  font-weight: 600;
  color: var(--primary);
}

.view_all{
  font-size: 18px;
  font-weight: 700;
  padding-right: 10px;
  cursor: pointer;
  color: var(--primary) !important;
}

.view_all:hover{
  text-decoration: underline !important;
  color: var(--primary);
}

.iframe-hw iframe{
  height: 302px;
  border: 1px solid black;
  width: 460px;
  border-radius: 10px;
}

.agency-images{
  width:90% !important;
}

.agency-images img{
  /* border:1px solid gray; */
  border-radius: 1rem;
}

.items-center{
  height: 160px;
  width: 160px;
  margin: 0px auto;
  text-align: center;
}

.view-det{
  margin-top: 10px;
  font-weight: bold;
  color: gray;
}

.link-invest{
  color:var(--light-blue);
}

.link-invest:hover{
  color:var(--light-blue);
}

.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    /* border-color: #f5c6cb; */
    width: 60%;
    margin-left: 100px;
    font-size: 15px;
}

.list-style {
    list-style: inside;
}
/* BLOGS SECTION */

.blogs-banner {
  /* padding: 200px 0px; */
  /* background: url("/images/home-banner.jpg"); */
  /* background: url("/images/blogbanner.jpg"); */
  /* background-color:var(--primary-linear); */
  background-size: cover;
  background-position: center;
  /* min-height: 840px;
  height: 840px; */
  position: relative;
  display: grid;
  z-index: 1;
  min-height: calc(40vh);
  background-repeat: no-repeat;
}

.blog-pic1{
  position: relative;
    z-index: 2;
    bottom: 100px;
}

.blog-pic1-details{
  text-align: center;
    border-radius: 5px;
    width: 80%;
    margin: 0px auto;
    padding: 30px;
    border: 1px solid darkgray;
    position: relative;
    z-index: 3;
    bottom: 50px;
    background: white;
}

.blog-pic1-details h1{
  font-size: 30px;
    font-weight: bold;
    color: gray;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.first-blog-section{
  position: relative;
  bottom: 50px;
}

.first-blog-section .heading{
  text-align:center;
}

.first-blog-section .heading h1{
  font-weight: bold;
  font-size: 18px;
}

.blog-pic1 .second-paragraph{
  margin-top:20px;
  text-align:center;
}

.blog-pic1 .first-paragraph{
  /* text-align:center; */
}
.blog-pic1 .second-paragraph p{
  font-weight:600;
}

.blog-pic1 .first-paragraph{
  font-weight: 600;
}

.first-paragraph p{
  font-size:14px;
}

.second-blog-section .heading{
  width: 80%;
  margin: 0px auto;
  text-align: center;
}

.second-blog-section .heading h1{
  font-weight: bold;
  font-size: 18px;
}

.facebook{
  text-align: center;
  background: #1977f1;
  color: white;
  border-radius: 3px;
  width:23%;
  margin-right: 10px;
  padding:3px;
  cursor: pointer;
}

.twitter{
  text-align: center;
  background: #1ca2f1  ;
  color: white;
  border-radius: 3px;
  width:23%;
  margin-right: 10px;
  padding:3px;
  cursor: pointer;
}

.pinterest{
  text-align: center;
  background: #e60222;
  color: white;
  border-radius: 3px;
  width:23%;
  margin-right: 10px;
  padding:3px;
  cursor: pointer;
}

.linkedin{
  text-align: center;
  background: #2668b1;
  color: white;
  border-radius: 3px;
  width:23%;
  padding:3px;
  cursor: pointer;
}

.reply-section{
  margin-top: 10px;
  background: #f2f2f2;
  border-radius: 5px;
}

.leave-reply{
  padding-left: 30px;
  padding-top: 20px;
}

.leave-reply p{
  font-size: 20px;
  font-weight: bold;
  color: gray;
}

.comment{
  padding-left: 30px;
  padding-top: 10px;
}

.comment p{
  color:gray;
}

.comment-inputs{
  padding-left: 30px;
  margin-top: 10px;
}

.comment-inputs input{
  width: 90%;
  border: 0px;
  border-radius: 5px;
  padding-left: 10px;
  height:90px;
}

.info-inputs{
  padding-left: 45px;
    padding-top: 10px;
}

.info-inputs .comment-name{
  width:43%;
  margin-right:10px;
  border: 0px;
  padding: 10px;
  border-radius: 5px;
}

.info-inputs .comment-email{
  width:44%;
  border: 0px;
  padding: 10px;
  border-radius: 5px;
}

.post-cmnt-btn{
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 21px;
}

.post-cmnt-btn:disabled{
  background-color: #00cdad;
  border-color: #00cdad;
}

.all-blogs-section .nav-tabs .nav-link{
  border:0px;
}

.all-blogs-section .nav-tabs{
  border-bottom:0px;
  font-weight:bold;
}

.all-blogs-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #495057;
  background-color: #fff;
  border-bottom: 2px solid #00cdad;
  /* border-color: #dee2e6 #dee2e6 #00CDAD; */
}

.blogs-title1{
    font-weight: bold;
    text-align: center;
}

.blogs-title1 p{
  font-size: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogs-title1 a{
  color:gray;
}

.card-blog{
  border:0px;
  box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 30%);
  border-radius: 10px;
  margin-bottom: 30px;
}

.card-paragraph1{
  text-align:center;
}

.insta-text-pic{
  text-align:center;
}

.insta-text-pic img{
  height: 50px;
    width: 360px;
    border-radius: 5px;
    margin-top: 10px;
}

.side-card{
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 30%);
}

.image-side{
  margin-left:5px;
}

.image-side img{
  height:88px;
}

.image-row{
  margin-left: 9px;
}

.insta-follow{
  background: #00CDAD;
  text-align: center;
  width: 92%;
  margin: 0px auto;
  margin-top:10px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.insta-follow:hover{
  background: #07b89c;

}


.insta-follow a{
  font-size:20px;
  color:white;
}

.insta-follow i{
  position: relative;
  font-size: 20px;
  color: white;
}

.blog-video{
  height: 200px;
  width: 350px;
  margin-top: 10px;
}

.you-follow i{
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.newsletter{
  text-align: center;
    background: #00CDAD;
    width: 95%;
    margin: 0px auto;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    color: white;
    font-weight: bold;
}

.news-input input{
  width: 95%;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid darkgray;
    margin-top: 10px;
    margin-bottom: 6px;
    height: 45px;
    padding: 10px;
}

.newsletter p{
  font-size:25px;
}

.blog-search{
  text-align: end;
  position: relative;
  top: 30px;
  right: 186px;
}

.blog-search button{
  border: 0px;
    background: white;
    position: absolute;
    bottom: 3px;
    right: 1px;
    font-size: 22px;
    color: gray;
}

.blog-search input{
  width: 24%;
  height: 38px;
  border-radius: 5px;
  border: 1px solid darkgray;
  padding: 10px;
}

.view_all a{
  color:var(--primary) ;
}

.view_all a:hover{
  color:#00cdad !important;
}

.blogs-title p{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color:black !important;
    margin-bottom: 0px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: right;
}

/* VIDEO SECTION */

.video-heading h1{
  color: gray;
    font-size: 26px;
    font-weight: bold;
}

.video-card{
  /* border:2px solid rgba(0,0,0,.125); */
  border: none;
  /* box-shadow: 4px 4px 10px 0px #1111111c; */
  box-shadow: 0px 0px 6px 0px #1111113d;
  border-radius: 12px;
  overflow: hidden;
}

.video-title p{
  font-size: 22px !important;
    color: black !important;
    font-weight: bold;
}

.video-date p{
  color: black !important;
  font-size: 13px !important;
  font-weight: 600;
}

/* .horizontal-video{
  padding-left: 0px !important;
  padding-right: 0px !important;
  border:1px solid darkgray !important;
} */

.horizontal-video-1{
  /* padding-left: 18px !important;
  padding-right: 0px !important;
  padding-top: 5px;
  padding-bottom: 4px; */
  position: relative;
  cursor:pointer;
}



.horizontal-video-1 span{
  /* padding-left: 18px !important;
  padding-right: 0px !important;
  padding-top: 5px;
  padding-bottom: 4px; */
  position: absolute;
  top: 0;
  left: 0px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  /* -webkit-writing-mode: vertical-lr; */
  height: 100%;
}


.horizontal-video-1 span img{
  width: 35%;
  height: 100%;
  margin: auto auto;
  opacity: 0.9;
}


.video-title1{
  font-size:15px;
}

.videos-scroll{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 580px;
  /* border: 1px solid silver; */
  box-shadow: 0px 0px 6px 0px #1111113d;
  border-radius: 12px;
}


.videos-scroll::-webkit-scrollbar {
  width: 10px;
}
.videos-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;

}
.videos-scroll::-webkit-scrollbar-thumb {
  background: silver;
    border-radius:6px;

}
.videos-scroll::-webkit-scrollbar-thumb:hover {

  background: var(--primary);
}

.row-style:hover
{
  background: #f2f2f2;
  cursor: pointer;

}

.row-style:hover .horizontal-video-1 span img
{
  opacity: 1;
}

.video-title1 p{
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 18px;
}

.padding-top{
  padding-top : 30px;
}

.pvideo-heading h1{
  font-size: 26px;
  color:gray;
  font-weight: bold;
}

.video-text{
  font-size: 16px !important;
    color: black !important;
    font-weight: 600;
    margin: 0px !important;
    padding: 4px 6px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bottom-btns1{
  /* width: 66%; */
  margin-bottom: 50px;
}

.row-style{
  border-bottom: 1px solid silver;
  margin: 0px;
}

.video-shadow{
  box-shadow: 0px 0px 6px 0px #1111113d;
  border-radius: 10px;
  overflow: hidden;
}


.video-shadow .horizontal-video-1 span img
{
  width: 20%;
}

.modal-body-listings{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
  margin-bottom: 20px;
}

.white-card-gray{
  background: rgb(247, 247, 247);
}

.img-fluid2{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-header-change button{
  margin-right: 10px !important;
}

.modal-header-change button:hover{
  color:red;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none;
}

.card_bod_full .agency-footer{
  text-align: end;
    margin-right: 12px;
}

.agency-pic{
  width:100%;
  padding-top: 10px;
  margin-left: 10px;
  height: 170px;
}

.agencies .card{
  display: -webkit-inline-box;
}

.agency-details{
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

.agency-detail-left{
  padding-top: 10px;
}

.agency-detail-left h1{
  color:var(--dark-grey);
  font-size:27px;
  font-weight: bold;
}

.agency-detail-left p{
  color:var(--dark-grey);
  display: -webkit-box;
  line-height: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-break: anywhere;
}

.agency-right-section{
  margin-top: 60px;
  text-align: end;
}

.agencies{
  margin-top: 30px;
}

.error-size-update{
    width: 100%;
    position: relative;
    bottom: 6px;
    left: 3px;
}

.error-size-city{
    top: 3px;
}

.error-size-logo{
    width: 100%;
    text-align: center;
    /* position: absolute; */
    right: 0px;
    bottom: -25px;
    height: fit-content;
    /* top: 60px; */
    /* height: max-content; */
}


.background-none{
    background:none;
}

.table-ul h1{
  font-size: 20px;
    margin-bottom: 10px;
}

.invest-table-img{
  height:25px;
  margin-right: 10px;
  margin-bottom: -7px;
}

.invest-table th{
  font-size:18px;
  text-align: center;
  color:var(--dark-grey);
  border-bottom: none !important;
  border-top: none !important;
}


.invest-table td{
  text-align: center;
  border-bottom: none !important;
  border-top: none !important;
}

.invest-ad-det p{
  font-size: 23px !important;
  color: #00cdad !important;
  font-weight: bold;
  margin-left:5px;
  margin-bottom: 0px !important;
}

.invest-card-img img{
  width:100%;
}

.invest-ad-det span{
  color: var(--dark-grey);
    font-weight: bold;
    margin-left:5px;
}

.invest-ad-det h1{
  width: 100%;
    background: #00cdad;
    color: white;
    margin-top: 10px;
    padding: 6px;
    font-weight: bold;
    font-size: 22px;
}

.invest-project-logo img{
  height: 60px;
  margin-top: 15px;
}

.agency-call i{
  color:#00cdad;
}

.agency-call{
  font-size:16px;
  color:var(--dark-grey);
  align-items: flex-end;
  display: flex;
  padding-bottom: 10px;
  font-size: 15px;
}

.call-agency{
  margin-right: 10px;
  border-right: 1px solid var(--dark-grey);
  padding-right: 30px;
  font-size: 16px;
}

.whatsapp-agency{
  padding-left: 20px;
  font-size: 16px;
}


.mapboxgl-marker
{
  z-index: 0 !important;
}

.property-details-section h1{
    color: var(--dark-grey);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.collapse-btn{
  background: #00cdad;
    color: white;
    /* margin-top: 10px; */
    position: relative;
    /* bottom: 6px; */
    /* right: 10px; */
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.collapse-transition{
  overflow: hidden;
  transition: 1s max-height;
}

.filters-accordion-head{
  position: absolute;
    right: 0px;
    background: #00cdad;
    color: 0px;
    top: 0px;
    color: white;
}

.filters-accordion-head:first-child{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

.login-popup-width{
  width: 1180px;
}

.login-popup-width .modal-content{
  height: auto;
  border-radius: 10px;
}

.login-form-field input{
  border:0px;
  border-radius: 0px;
  border-bottom: 1px solid gray;
}

.login-image{
  box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 46%);
  border-radius: 10px;
  padding:50px;
}

.form-field3 input{
  padding:0px;
  border: 0px;
  font-size: 17.5px;
  border-radius: 0px;
  border-bottom: 1px solid gray;
}

.form-field3 .input-field > label small{
  margin-right: 0px;
  font-size: 13px;
}

.form-field3 input:focus-visible{
  outline:0px;
}

.btn-shadow
{
 box-shadow: rgb(148 148 148 / 46%) 0px 0px 7px 0px !important;
}


.dropz-title
{
  width: 50%;
  margin:0px auto;
  font-weight:600px;
  color: var(--dark-grey);
}

.post-prop .react-tel-input .flag-dropdown{
    background: rgb(247, 247, 247) !important;
}

.contact-details{
    border: 1px solid var(--dark-grey);
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
}

/* .form-control:focus{
    border-color: black;
    box-shadow: 0 0 0 1px rgb(0 0 0);
} */

.size-reset{
  background: #00cdad;
  padding: 6px;
  margin-left: 10px;
  border-radius: 5px;
  color: white !important;
}

.reset-filter-btn{
  margin-right: 10px;
    position: inherit;
    bottom: 0px;
    margin-bottom: 10px;
    right: 0px;
}

.free-member{
    padding-bottom: 20px;
}

.social-logins{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}


.news-text{
    cursor: auto;
    margin-left: 24px !important;
    display: flex;
}

.modal-header-agencyTitle h1{
    font-size: 16px;
    color: var(--dark-grey);
    font-weight: bold;
}

.modal-header-agencyTitle p{
    font-size: 28px !important;
    font-weight: bold !important;
    margin-top: 8px;
    text-transform: capitalize;
}

.modal-header-mobileNumber{
    font-size: 16px;
    color: var(--dark-grey);
}

.modal-header-mobileNumber h1{
    font-size:15px !important;
    font-weight: 600 !important;
}

.modal-width-contact{
    width: 19%;
}

.sidebar-phone .react-tel-input .flag-dropdown{
    background: #f2f2f2 !important;
    border:1px solid var(--dark-grey);
}

.sidebar-phone .react-tel-input .form-control{
    border: 1px solid var(--dark-grey);
}


.arrow-position{
    padding-left: 30px;
    font-size: 22px;
    padding-right: 10px;
    position: relative;
    top: 3px;
}

.agent-text{
    margin-left: 33px;
}

.agent-text h3{
    color: var(--dark-grey);
}

.modal-header-fullname p{
    font-size:26px;
}


.agency-details-section .modal-header-fullname p,
.agency-details-section .call-footer p{

  text-align: center !important;
}

.input-shadow{
  border: 0px !important;
  box-shadow: 0px 0px 5px 0px rgb(148 148 148 / 46%);
  border-radius: 5px !important;
  color:var(--dark-grey) !important;
}

.input-shadow:focus{

  box-shadow: 0px 0px 5px 0px rgb(148 148 148 / 46%) !important;

}


.input-shadow .css-yk16xz-control{
    border-width: 0px;

}

.size-input-shadow{
    border-right: 1px solid lightgray !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.unit-input-shadow{
    border-left: 1px solid !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.contact-label{
    font-size: 15px;
    color: var(--dark-grey);
    margin-bottom: 5px;
}

.contact-info-div .react-tel-input .form-control{
    border: 0px;
    border-bottom: 1px solid lightgray;
    border-radius: 0px;
}

.contact-info-div .react-tel-input .flag-dropdown{
    border:0px;
}

.input-shadow .css-1wa3eu0-placeholder{
    color:var(--dark-grey);
}

.update-profile .react-tel-input .flag-dropdown{
    background: white !important;
    border: none !important;
    border-bottom: 1px solid #7777779e !important;
    border-radius: 0px !important;
}

.update-profile .react-tel-input .selected-flag
{
  padding: 0px !important;
}


.update-profile .react-tel-input input
{
  padding-left: 38px !important;
}

.update-profile .react-tel-input .selected-flag .flag {

  transform: scale(1.2);
}





[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none !important;
}


.input-shadow .css-1wa3eu0-placeholder{
  color:var(--dark-grey);
}


select
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='90' fill='%231ED0B1'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}


:focus {
  outline: none !important;
  border-color: none !important;
   box-shadow: none !important;
  -webkit-box-shadow: none !important;
}


.css-1pahdxg-control
{
  border: none !important;
  box-shadow: none !important;
}

.agent-profile-sec .css-1pahdxg-control
{
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #777777b0 !important;

}

.description-hover li{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.beds-size p{
  font-size: 14px !important;
}

.padding-login{
  /* padding:40px 40px; */
  margin: 20px 10px;
}

.padding-login1{
  padding:0px 0px 31px 15px;
}


.image-slider .slick-prev{
  left: -25px;
}

.image-slider .slick-next{
  right: -16px;
}

.error-size-logo-agency{
  width: 100%;
  /* text-align: end;
  position: relative;
  right: 70px;
  top: 57px; */
  /* background: grey; */
}



.map-card{
  background: #f2f2f2;
  cursor: pointer;
}

.map-card-body{
  background: white;
    padding: 5px;
    text-align: center;
}

.map-card-body p{
  font-weight: bold;
    font-size: 15px !important;
    color: var(--dark-grey) !important;
}

.map-card img{
  height: 97px;
  border-radius: 5px;
}

.back-btn
{
    background: none;
    padding: 0px;
}


.security-section{
    /* text-align:center; */
    width: 100%;
    margin: 0px auto;
}

.security-section .custom-alerts{
  width: 100%;
  margin: 0px auto;
}

.security-section .custom-alerts .container{
  max-width: unset;
 }

 .security-section .custom-alerts .container .alert-danger {
  margin-left: 0px;
}


.security-inputs{
    margin-bottom: 30px;
    color: var(--dark-grey);
}

.change-btn{
  color: white !important;
  background: #00cdad;
  padding: 14px 40px;
  position: relative;
  font-weight: bold;
  border-radius: 5px;
  float: none;
  cursor: pointer;
  display: block;
  margin: 0px auto;
}
.backtop{
    text-align: center;
    color: rgb(0, 205, 173);
    cursor: pointer;
    border-right: 1px solid #00cdad;
    padding-right: 20px;
}

.backregister{
    text-align: center;
    color: rgb(0, 205, 173);
    cursor: pointer;
    padding-left: 20px;
}

.backdiv{
    display: flex;
    width: 100%;
    justify-content: center;
}

.modal-header-call{
    display: block !important;
}

.call-footer{
    text-align: center;
}

.call-footer h4{
    color: #00cdad;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10px;
}

.call-footer p{
    font-size: 16px;
    color: var(--dark-grey);
    margin: 0px !important;
}

.modal-header-agency h1{
    font-size: 16px !important;
    margin: 0px !important;
}

.modal-header-agency p{
    margin:0px !important;
    margin-top: 8px !important;
}

.desc-hover{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blogs-urdu{
    text-align: justify;
    text-align-last: end;
}

.blogs-urdu p{
    font-size: 20px;
    line-height: 1.5;
    font-family: system-ui;
    margin-bottom: 20px;
}

.blogs-urdu div{
  display: flex;
  justify-content: flex-end;
  margin-right: 3px;
  font-family: system-ui;
  margin-bottom: 10px;
  margin-top: 30px;
}

.blogs-urdu span{
  font-size: 21px;
  margin-right: 5px;
}

.blogs-urdu h1{
  font-size: 20px;
  color: red;
}

.blogs-urdu h2{
  font-size: 20px;
  color: blue;
}

.agency-ad-card{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px !important;
  line-break: anywhere;
}


* {
  scroll-margin-top: 100px;
}

.add-property-section{
  scroll-margin-top: 0px !important;
}


.conditional-beds-bath
{
  visibility: hidden;
  display: flex;
}

.property_seach_input .form-control:focus{
  box-shadow: var(--input-shadow) !important;
}

.sidebar-phone1 .react-tel-input .form-control{
  border: 0px;
  box-shadow: var(--input-shadow) !important;
}

.sidebar-phone1 .react-tel-input .form-control:focus{
  border: 0px;
  box-shadow: var(--input-shadow) !important;
}

.sidebar-phone1 .react-tel-input .flag-dropdown{
  border: 0px;
  box-shadow: var(--input-shadow) !important;
}

.cover-section{
    text-align: center;
}
.mbl-justify
{
    width: 100%;
    justify-content: space-evenly;
}
.investment-spots .modal  .modal-content
{
    width: 70%;
    margin: 0px auto;
}

.locations-ul{
  margin-bottom: 0px !important;
}


.modal-open
{
  padding: 0px !important;
}
.signup-btn{
  background: var(--primary) !important;
  width: 100%;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.save-btn{
  background: var(--primary);
}

.white-disabled{
  background: #42dac2;
}

.signup-pic .user-name{
  position: relative;
    bottom: 10px;
}

.btn-as-anchar
{
  background: none;
  color: var(--dark-grey);
  font-weight: 700;
  padding: 0px;
  font-size: 14px;
  vertical-align: text-bottom;
}
.btn-as-anchar:hover
{
  background: none !important;
    border: none !important;
    color: var(--dark-grey) !important;
}

.rent-sale {
  position: absolute;
  font-weight: 600;
  background: white;
  font-size: 12px;
  top: 20px;
  color: #00cdad !important;
  padding: 3px 10px 3px 10px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.disabled-green{
  background: #00cdad;
}

.add-agent-btn{
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  background: #00cdad !important;
}


.agencies .modal-content,
.agency-details-section .modal-content
{
  margin: 0px auto;
}


.agency-properies .project-card .project-media .project-thumb-main
{

  align-self: flex-start;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.all-images {
  position: relative;
  margin-right: 10px;
}
.all-images .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
}

.custom-title{
    color: #00cdad;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    margin-right: 10px;
}

.custom-title-div i{
    margin-right: 5px;
    color: #00cdad;
}

.custom-title-div .info-i{
    color: var(--dark-grey);
}

.close4{
    font-size: 20px;
    top: -5px;
    cursor: pointer;
    right: 2px;
}

.update-btn{
    background: #00cdad !important;
}

.error-profile-img{
    position: relative;
    top: 40px;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.swal2-loading{
    background: none !important;
}

.swal2-loader{
    border-color: #1ed0b1 transparent #1ed0b1 transparent !important;
    height: 5.2em !important;
    width: 5.2em !important;
}


.loader-fixed
{
height: 600px;
overflow: hidden;
}



strong { font-weight: bold !important; }
em {font-style: italic !important;}

.ql-size-small,.ql-size-large,.ql-size-huge,.ql-editor ul,.ql-editor ol{
  color: var(--dark-grey);
}

.ql-toolbar.ql-snow{
  border: 0px !important;
  border-top-left-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgb(148 148 148 / 46%);
  border-top-right-radius: 5px;
}

.ql-container.ql-snow{
  height: 100px;
  border: 0px !important;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgb(148 148 148 / 28%);
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}

.ql-editor{
  padding: 2px !important;
  color: var(--dark-grey);
}

.ql-editor p{
  font-size: 16px;
  line-break: anywhere;
}

.ql-container.ql-snow .ql-editor{
  padding: 12px 15px !important;
}

.error-component h1{
  font-size: 120px;
  font-weight: bold;
  color: var(--dark-grey);
  text-shadow: 2px 2px 0 #aaa;
}

.error-component h2{
  font-size: 24px;
  color: var(--dark-grey);
  FONT-WEIGHT: 600;
}

.error-component p{
  font-size: 16px;
  max-width: 367px;
  margin: 0px auto;
  text-align: center;
  margin-top: 10px;
  color: var(--dark-grey);
}

.error-home-link a{
  background: #00cdad;
    padding: 10px 30px;
    color: white;
    border-radius: 3px;
    font-weight: 700;
}

.property-description p{
  margin: 0px !important;
}

.listing-inner-tabs ul{
  display: flex;
  justify-content: space-between;
}

.listing-inner-tabs{

}

.listing-inner-tabs a{
  background: white;
  border: 0;
  outline: none;
  border-radius: 5px;
  align-self: center;
  padding: 12px 54px;
  font-size: 15px;
  color: #616160bf;
  box-shadow: 1px 1px 2px 1px rgb(148 148 148 / 25%);
}

.listing-inner-tabs a.active{
  background: var(--primary);
  color: white;

}


.listings-ul li{

}

.sell-rent-ul{
  margin-bottom: 20px;
}

.sell-rent-ul a{
  color:gray;
  font-size: 15px;
  padding: 10px 20px 5px 20px;
}

.sell-rent-ul a.active{
  border: 1px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 2px solid #00cdad;
}

.listing-inner-tabs a:hover{
  color: white;
  background-color: var(--primary);
}

.listings-headings{
  font-size: 23px;
  FONT-WEIGHT: 600;
  margin-bottom: 20px;
  color: var(--dark-grey);
  margin-left: 5px;
}

.no-listings-found{
  font-size: 15px;
  text-align: center;
}

.total-count-listings{
  text-align: right;
}

.total-count-listings p{
  font-size: 15px;
  FONT-WEIGHT: 600;
  color: var(--dark-grey);
}

.convert-to-agency .css-yk16xz-control,
.convert-to-agency select
{
    box-shadow: var(--input-shadow) !important;
    border: none !important;
    height: 40px !important;
}
.convert-to-agency .custom-select,
.convert-to-agency textarea::placeholder
{
    color: darkgray !important;
}

.convert-to-agency .react-tel-input .form-control
{
    height: 39px;

}

.event-modal .close{
  position: absolute;
  right: 10px;
  top: 10px;
}

.event-form-inputs input{
  width: 100%;
  border: 0px;
  border-bottom: 1px solid var(--dark);
  margin-bottom: 10px;
  padding: 10px;
}

.event-form-inputs .css-2b097c-container{
  margin-bottom: 10px;
}

.event-form-inputs .css-1pahdxg-control{
  outline: 1px !important;
  border: 1px solid lightgray !important;
}

.event-form-title {
  width: 100%;
  text-align: center;
}

.listing-inner-tabs div{
  height: 20px;
  width: 40px;
  float: left;
  margin-right: 10px;
}

.listing-inner-tabs img{
  width: 100%;
  margin: 0px auto;
}

.unavailable p{
  background: #f8d7da;
  padding: 10px;
  border-radius: 5px;
  color: #721c24;
}

.listings-body .desc-hover{
  display: -webkit-box;
  overflow: overlay;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.listings-body-agency .desc-hover{
  -webkit-line-clamp: 2;
}

.listings-body .desc-hover p{
  display: block !important;
  overflow: visible !important;
  line-height: 30px !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  line-break: anywhere;
  -webkit-line-break:anywhere ;
  -ms-line-break: anywhere;
}

.inner-unavailable{
  height: 580px;
}

.agency-ad-card-outer img{
  height: 170px !important;
}

.listings-body ul{
  margin-bottom: 0px;
}

.desc-hover ul li span,.desc-hover ol li span,.desc-hover ul li p span{
  width: 100% !important;
}

.listings-body-agency{
  height: 80px;
}

.listings-body-agency .desc-hover ul{
  display: contents;
    overflow: overlay;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.thumContainer
{
  background: red;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* flexDirection: row;
  flexWrap: wrap; */

}

.thumContainer .thumb
{
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    width: 100px;
    height: 100px;
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.thumbInner
{
  display: block;
  min-width: 92px;
  overflow: hidden;
}


.thumbInner img
{
  display: block;
  width: auto;
  height: 100%;
}



.agency-details-section .this-heading .project-card p {

  margin: 0px 0px 0px 0px;
}

.image-close{
    position: absolute;
    /* top: 10px; */
    font-size: 17px;
    width: 20px;
    height: 20px;
    background-color: #fafafa;
    border-radius: 50%;
    text-align: center;
    transform: translate(-25px,-6px);
    box-shadow: 0 1px 1px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.builtyear-error{
  margin-top: -10px;
}

.desktop-video img{
  width: 65px !important;
}

.agency-details-section{
  margin-top: 70px;
}

.front-video{
  border-radius: 10px;
}

.overflow-auto
{
  overflow: auto !important;
}

.recaptcha div{
    width: 100% !important;
}

.property-captcha div{
  width: 100% !important;
}

.final-popup-1 .modal-content {
    width: 70% !important;
    margin: 0px auto !important;
}


.final-popup-1 .modal-content .modal-body {
    padding: 0 1rem !important;
}

.final-popup-1 .modal-header-agencyTitle h1
{
    margin: 0px 0px 0px 0px !important;
    display: block !important;
}


.final-popup-1 .modal-header-agencyTitle p {
    line-height: 38px;
    overflow: hidden;
    line-break: anywhere;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.final-popup-1 .call-footer p
{
    margin: 0px 0px 0px 0px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}


.final-popup-1 .modal-header .close
{
    padding: 8px !important;
    margin: 0rem 0rem -1rem auto !important;
}


.final-popup-1 .modal-body h4 a {
  color: var(--dark-grey) ;
}

.final-popup-1 .modal-body h4 a:hover {
  color: var(--primary) ;
}



.agency-card .agency-detail-left h1 {

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-break: anywhere;
}


#develop.overview.row
{
  margin-right: 0px;
  margin-left: 0px;
}

/* .dropzone-video{
  text-align: center;
  margin: 0px auto;
} */

.video-aside{
    text-align: center;
    color: black;
}

.video-upload-btn{
    padding: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
    background: #00cdad;
    color: white;
}

.video-aside .progress-bar{
    background-color: #00cdad;
}




.about-us-section  .banner1 {
  background: url("/images/about-banner.jpg");
  background-color:var(--primary-linear);
  background-size: cover;
  align-items: center;
  background-position: center;
  /* min-height: 840px;
  height: 840px; */
  position: relative;
  display: grid;
  width: 100%;
  z-index: 1;
  min-height: calc(65vh);
}





.about-us-section .content-section .sec:first-child
{
  margin-top: 60px;
}


.about-us-section .content-section .sec
{
  margin-bottom: 40px;
}


.about-us-section .content-section .h2-text
{
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}



.about-us-section .content-section .paragraph-text
{
  /* color: var(--dark-grey); */
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}


.about-us-section .h1-text
{
  color: #000000;
  font-size: 32px;
  padding: 0px 30px;
}

.about-us-section .h1-text b
{
  color: var(--primary);
  font-weight: 700;
}


.about-us-section .width-vison
{
  width: 220px;
}

.about-us-section .width-mission
{
  width: 300px;
}

.about-us-section .row.align-items-center
{
  margin-top: 50px;
  margin-bottom: 50px;
}







.morebtn--
{
  background: red;
}

#page-wrap {
  /* text-align: center; */

  /* Prevent sidebar from showing a scrollbar on page */
  overflow: auto;
}

/* Individual item */
.bm-item {
  display: inline-block;

  /* Our sidebar item styling */
  text-decoration: none;
  margin-bottom: 10px;
  color: #d1d1d1;
  transition: color 0.2s;
}

/* Change color on hover */
.bm-item:hover {
  color: white;
}

/* The rest copied directly from react-burger-menu docs */

/* Position and sizing of burger button */
.bm-burger-button {
  display: none !important;
}

/* Color/shape of burger icon bars */
.bm-burger-bars {
  background: #373a47;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
  height: 24px;
  width: 24px;
}

/* Color/shape of close button cross */
.bm-cross {
  background: #bdc3c7;
}

/* General sidebar styles */
.bm-menu {
  background: #ffffff;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
  fill: #373a47;
}

/* Wrapper for item list */
.bm-item-list {
  color: #b8b7ad;
}

/* Styling of overlay */
.bm-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.get-pin-location
{
    font-weight: 600;
    color: var(--dark-grey);
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nearyby-pin-location
{
    margin-bottom: 0px;
}

.aaaaa_marker
{
    background: red;
    width: 20px;
    padding: 10px;
}


.gm-style > img
{
    background: red !important;
    width: 20px !important;
    padding: 10px !important;
}

.nearby_custom .sticky-top1
{
    z-index: 0;
}
.nearby_custom .css-1pahdxg-control
{
    box-shadow: var(--input-shadow) !important;
    border: none !important;
}
.agency-properies .project-card  .project-media
{
    overflow: hidden;
}


.project-calculator .print-btn
{
    border: none;
    background: var(--primary);
    color: white;
    margin-right: 10px;
    padding: 6px 22px;
}

.project-calculator .clear-btn
{
    border: none;
    background: var(--dark-grey);
    color: white;
    padding: 6px 22px;
}


.payment_table .table
{
    font-weight: 700;
    text-transform: uppercase;
}

.payment_table .table thead , .payment_table .table tfoot   {
    background: #6f1946;
    color: #fff;
    font-weight: 700;


}

.payment_table .table thead th {
    border: none;
    text-align: center;
}

.payment_table .table .border-b td {
    /* // border-top: none;
    // border-left: 1px solid #6f1946;
    // border-right: 1px solid #6f1946;
    // border-bottom: none; */

    border:1px solid white;

    background:#e9d1df;
}

.payment_table .table .border-b tr :last-of-type ,
.payment_table .table tfoot tr :last-child
{
    text-align: center;
}

.ex-charges-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.payment-desc
{
    padding-left: 18px;
    margin-bottom: 20px;

}

.payment-desc strong
{
    font-size: 14px;
    font-weight: 500 !important;

}
.payment-desc li
{
    list-style: auto !important;

}

.booking-detils-dashes ul
{
    display: flex;
    margin-bottom: 25px;
}

.booking-detils-dashes ul li {
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;

}


.last-sign
{
    margin-top: 55px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}


.line-up
{
    border-top: 1px solid black;
}

.map--height
{
    height: 600px;
}





.react-spin-loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid var(--primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.6s linear infinite;
    margin: 0px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.mbl-pop-loader {
    height: 66vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.gm-style .gm-style-iw-c p
{
    font-size: 14px !important;
}


.details-blogs-section ul li
{
    list-style: initial !important;
}

.all_utilities
{
    margin-left: 10px;
}
.all_utilities label
{
    font-size: 13px;
    font-weight: 600;
}


.feature-group .utilities{
    width:100%;
    display: flex !important;
}

.home-project-card-body
{
  padding: 10px !important;
}

.home-project-card-body .project-title
{
  font-weight: 600 !important;
  font-size: 20px !important;
  margin: 0px !important;
  line-height: 1;
}

.home-project-card-body .project-title:hover,
.card:hover .home-project-card-body .project-title
{
  color: var(--dark-grey) !important;
}





.home-project-card-body .project-address
{
  color: var(--primary) !important;
  font-size: 13px !important;
  line-height: 0.9;
  margin-top: 6px !important;
}

.home-project-card-body .view-det
{
  margin-top: 30px !important;
  font-size: 14px;
  font-weight: 500 !important;
}

.card-body-22
{
  padding: 5px 10px 10px 10px;
}

.card-body-22 .property_title
{
  font-weight: 600;
  font-size: 17px;
  color: var(--light-blue);
  line-height: 1.2;
}

.card-body-22 .property_address
{
  color: var(--primary) !important;
  line-height: 1.2;
  font-size: 11px !important;
  margin-bottom: 10px !important;
}


.card-body-22 .property_details
{
  display: inline-grid;
  width: 70%;
}

.card-body-22 .property_details .property-features
{

  width: 100% !important;
  column-gap: 8px;
}

.card-body-22 .property_details .property-features li
{
  line-height: 1 !important;
  font-size: 10px;
  font-weight: 600;
}



.card-body-22 .property-price
{
  font-weight: 600 !important;
  color: var(--light-blue);
  font-size: 20px;
  line-height: 1;
}


.card-body-22 .property-price span
{
  font-size: 12px;
  font-weight: 500 !important;
}


.card-body-22 .posted-date
{

  color: var(--light-blue);
  font-size: 10px !important;
  margin-bottom: 8px !important;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.card-body-22 .property_dealer
{
  display: inline-grid;
  width: 30%;
  grid-gap: 6px;
}

.card-body-22 .property_dealer .contact-btn
{
  background: white;
  border: 1px solid #6161602b;
  border-radius: 3px;
  font-size: 10px;
  color: var(--light-blue) !important;
  font-weight: 600;
  padding-right: 0px;
  width: 95%;
  padding-left: 0px;
  justify-self: end;
  line-height: 1;
  display: flex;
  gap: 0px;
  justify-content: space-evenly;
}

.card-body-22 .property_dealer .contact-btn .fa
{
  color: var(--primary) !important;
  font-size: 12px;
}

.calculate-value-section
{
  /* background: red; */
}

.calculate-value-section .paragraph
{
  font-size: 15px;
  display: inline-block;
  margin-top: 25px;
  padding-left: 5px;
  color: var(--light-blue);
}

.calculate-value-section .map-heading
{
  font-size: 18px;
  color: var(--primary);
  text-align: right;
  font-weight: 700;
}

.calculate-value-section .map-img
{

}


.calculate-value-section .calculate-input
{
  margin-top: 35px;
}

.calculate-value-section .calculate-input .form-group
{
  display: flex;
  background: white;
  padding: 6px;
  box-shadow: 0px 0px 12px 0px rgb(148 148 148 / 30%);
  align-items: center;
  border-radius: 10px;
  margin: 0px;
}

.calculate-value-section .calculate-input .form-group .form-control
{
  border: none !important;
}

.calculate-value-section .calculate-input .form-group .form-control::placeholder
{
  color: #aeb4b6;
  font-size: 14px;

}



.calculate-value-section .calculate-input .form-group .search-icon
{
  padding: 0px 10px;
  font-size: 16px;
  color: var(--dark-grey);
}

.calculate-value-section .calculate-input .cal-btn
{
  background: var(--primary);
  color: white;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 6px;
}

.BedActive
{
  background: var(--primary);
  color: white;
  border-radius: 5px;
}
.rc-slider-rail
{
  background-color:#00000021 !important;
}

.twenty-tow-ui .modal-content
{
  border: 1px solid transparent;
  border-radius: 15px;
  width: 88%;
  margin: 0px auto;
  box-shadow: 4px 4px 20px 1px rgb(0 0 0 / 38%);

}

.twenty-tow-ui .modal-content .modal-body
{
  /* background: red; */
  padding: 2.0rem;
}

.twenty-tow-ui .user-role-btn
{
  text-align: center;
  margin-bottom: 20px;
}



.twenty-tow-ui .user-role-btn h3
{
  text-align: center;
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 300;
  border-radius: 6px;
  margin-bottom: 20px;
}

.twenty-tow-ui .user-role-btn .radio-btn
{
    display: flex;
    justify-content: space-between;
}

.twenty-tow-ui .user-role-btn .radio-btn .btn
{
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0px;
  width: 25%;
  border: none;

}


.twenty-tow-ui .user-role-btn .radio-btn .btn span
{
  width: 60px;
  height: 60px;
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-radius: 100%;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.twenty-tow-ui .user-role-btn .radio-btn .svg-fill
{
  fill: #d1d1d1;
}


.twenty-tow-ui .user-role-btn .radio-btn .btn.selected span
{
  /* box-shadow: 0px 3px 10px 2px rgb(0 0 0 / 11%); */
  border-color: var(--primary);
}


.twenty-tow-ui .user-role-btn .radio-btn .btn.selected span .svg-fill
{
  fill: var(--primary);
}

.twenty-tow-ui .user-role-btn .radio-btn .btn p
{
  font-size: 12px;
  color: var(--dark-grey);
  margin-top: 6px;
}


.twenty-tow-ui .form-group {
  margin-bottom: 14px;
}

.twenty-tow-ui .form-group .form-control
{
  padding: 4px 0px;
  border: 0px;
  font-size: 14px;
  border-radius: 0px;
  border-bottom: 1px solid #d1d1d1;
}

.twenty-tow-ui .form-group .form-control::placeholder
{

  font-size: 14px;
  color:  #6E6E6E;
}

.twenty-tow-ui .form-group  .req-val
{
  font-size: 12px;
}

.twenty-tow-ui .form-group .form-msg
{
  font-size: 9px;
  color: var(--dark-grey);
  display: block;
}

.twenty-tow-ui .input-field > label
{
  float: none;
  display: inline-flex;
  gap: 10px;
  font-size: 12px;
  color: #6E6E6E;
}

.twenty-tow-ui .input-field > label span
{
  width: 16px !important;
  height: 16px !important;
  border-radius: 3px;
  border-color: var(--primary) !important;
}

.twenty-tow-ui  .agree-tems
{
  color: #6E6E6E;
  font-size: 12px;
  display: block;
}

.twenty-tow-ui  .agree-tems a
{
  color: var(--primary);
  cursor: pointer;
}
.twenty-tow-ui  .agree-tems a:hover
{

  text-decoration: underline;
}

.swal2-popup
{
  width: 28em !important;
  border-radius: 15px !important;
}

.twenty-tow-ui-account-page
{
  /* background: red; */
}

.twenty-tow-ui-account-page .nav.nav-pills.maccount-tabs
{
  display: block;
}


.twenty-tow-ui-account-page .picture-div .profile-name
{
  text-align: center;
  color: var(--primary);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;

}

.twenty-tow-ui-account-page .picture-div .inner-picture{
  align-self: center;
  text-align: center;
  background-color: #E8E8E8;
  border-radius: 100%;
  height: 180px;
  width: 180px;
  margin: 0px auto;
  overflow: hidden;
}

.twenty-tow-ui-account-page .picture-div .agencyprofile-picture{
  align-self: center;
  text-align: center;
  background-color: #E8E8E8;
  border-radius: 6px;
  height: 212px;
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.twenty-tow-ui-account-page .convert-picture .dropzone-1 {
  background: #BFBFBF;
  position: absolute;
  padding: 8px;
  top: 165px;
  right: 16px;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}






.twenty-tow-ui-account-page .account-tab-side
{
  background: white;
  padding: 40px 20px 20px 20px;
  border: 1px solid #7777774f;
  border-radius: 12px;
  box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 20%);
  height: 510px;
}

.twenty-tow-ui-account-page .my-ads-single-page-content .custom-row
{
  display: flex;
  gap: 20px;

}

.twenty-tow-ui-account-page .my-ads-single-page-content .custom-row > .col-3,
.twenty-tow-ui-account-page .my-ads-single-page-content .custom-row > .col-9
{
 padding-left: 0px;
 padding-right: 0px;
}



.twenty-tow-ui-account-page .my-ads-single-page-content .agent-profile-sec
{
  background: white;
  padding: 20px;
  border: 1px solid #7777774f;
  border-radius: 12px;
  box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 20%);
  height: 510px;
  overflow-y: scroll;

}

 .my-ads-single-page-content .agent-profile-sec .buyer-btn
{
  background: #BFBFBF;
  border: 0;
  outline: none;
  border-radius: 5px;
  display: inline-flex;
  align-self: center;
  gap: 10px;
  padding: 5px 18px;
  font-size: 14px;
  color: white;
}

.my-ads-single-page-content .agent-profile-sec .buyer-btn:hover
{
  color: white;
}

.my-ads-single-page-content .agent-profile-sec .buyer-btn i
{
  width: 25px;
  height: 25px;
  display: inline-block;
}

@keyframes beat1{
	to { transform: scale(1.2); }
}

.my-ads-single-page-content .agent-profile-sec .convert-btn
{
  background: #BFBFBF;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  /* margin-left: 10px;
  margin-right: 10px; */
}

.my-ads-single-page-content .agent-profile-sec .convert-btn.animate-it
{
  position: absolute;
  animation: beat1 .24s infinite alternate;
  transform-origin: center;
}



.my-ads-single-page-content .agent-profile-sec .convert-btn svg
{
    height: 12px;
    transform: scale(1.8);
    margin-bottom: 2px;
}

 .my-ads-single-page-content .agent-profile-sec  i .svg-fill
{
  fill: white;
}
.my-ads-single-page-content .agent-profile-sec .cover-photo
{
  background: #E8E8E8;
  text-align: center;
  position: relative;
  width: 100%;
  height: 102px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: white;
  overflow: hidden;
}


.my-ads-single-page-content .agent-profile-sec .cover-photo .btn
{
  position: absolute;
  background-color: #BFBFBF;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  bottom: 8px;
  right: 8px;
  padding: 3px 10px;
}


.my-ads-single-page-content .all_form_input1 input
{
  box-shadow: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #777777b0 !important;
  padding: 0px;
}



.my-ads-single-page-content .all_form_input1 textarea
{
  box-shadow: none !important;
  border-radius: 5px !important;
  border: 1px solid #777777b0 !important;
  padding: 12px;
}


.my-ads-single-page-content .all_form_input {

  margin-bottom: 20px !important;
}


.css-9gakcf-option:active {
  background-color: #c2c2c269 !important;
}

.css-9gakcf-option:hover
{
  background-color: #c2c2c269 !important;
  color: black !important;
}
.css-9gakcf-option
{
  background-color: #c2c2c269 !important;

}

.css-1n7v3ny-option
{
  background-color: #c2c2c269 !important;
}

.my-ads-single-page-content .type-property
{
  margin-top: 20px;
  margin-bottom: 10px;
}


.my-ads-single-page-content .type-property h3
{
  color: var(--dark-grey);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}


.my-ads-single-page-content .type-property .checkbox::before {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: 1px solid #a1a1a1;
  cursor: pointer;
}

.my-ads-single-page-content .type-property  input[type="checkbox"]:checked + ::before
{
  background-color: #a1a1a1;
  border: 1px solid #a1a1a1;
  background-position: 1px;
  background-size: 13px;

}




.my-ads-single-page-content .type-property .input_div
{
  justify-content: start;
  gap: 30px;
}



.my-ads-single-page-content .agent-profile-sec .nav
{
z-index: 1;
}

.my-ads-single-page-content .agent-profile-sec .nav .nav-link
{
  /* width: 52%;
  justify-content: space-between; */
  /* background: red;
  margin-right: 20px; */
}


@keyframes slide-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}




.flipshow {
  z-index: -1;
  transform: translate(0px, 0px);
  width: 245px;
  height: auto;
  opacity: 1;
  transition: all 0.5s ease-in;
}

.flipshow.-Agency
{
  width: 285px;
}

.flipshow.-Agent
{
  width: 295px;
}

.flipshow.-User
{
  width: 245px;
}

.flipshow.-Agent.is_owner
{
  width: 170px;
}





.flipclose
{
  z-index: -1;
  transform: translate(-267px, 0px);
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.slides_area
{
  z-index: 2;
  display: flex;
  overflow: hidden;
  /* width: 320px; */
  margin-left: 10px;
}

/* .twenty-tow-ui-listing-tab
{
  background: green;
} */


.twenty-tow-ui-listing-card.card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--primary);
  width: 100%;
  height: 100%;
}

/* .twenty-tow-ui-listing-card .property-thumb-main
{
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
} */


.twenty-tow-ui-listing-card .property-card-details
{
  padding: 10px;
  width: 100%;
  height: 100%;
  display: grid;
}


.twenty-tow-ui-listing-card .property-card-details .property-title h4
{
  font-weight: 600;
  font-size: 16px;
  color: #707070e0;
  line-height: 1;
}

.twenty-tow-ui-listing-card .property-card-details .property-title p {
  font-size: 10px;
  color: #707070e0;
  margin-bottom: 0px;
  width: 100%;
  line-height: 1.2;
}

.twenty-tow-ui-listing-card .property-card-details .property-title .added-by
{
  font-size: 10px;
  color: var(--primary);
  width: 100%;
  display: block;
  line-height: 1.2;
}


.twenty-tow-ui-listing-card .property-card-details .switch_btn
{
  border: none;
  display: block;
  font-size: 26px;
  line-height: 1;
  background: white;
  padding: 0px;
}

.twenty-tow-ui-listing-card .property-card-details .switch_btn span
{
  color: green;
  display: block;
  font-size: 8px;
  line-height: 1;
}


.flex-and-spacebetween
{
  justify-content: space-between;
  display: flex;
}


.twenty-tow-ui-listing-card .property-card-details ul.property-features {
  width: 100% !important;
  column-gap: 8px;
  display: flex;
}


.twenty-tow-ui-listing-card .property-card-details ul.property-features li {
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  color: #707070e0;
  font-weight: 600;
}
.twenty-tow-ui-listing-card .property-card-details ul.property-actions
{
  display: flex;
  gap: 4px;
}


.twenty-tow-ui-listing-card .property-card-details ul.property-actions .in_btn
{
  background: none;
  display: flex;
  align-items: center;
  flex-flow: column;
  border: none;
  margin: 0px;
  padding: 0px;
}

.twenty-tow-ui-listing-card .property-card-details ul.property-actions .in_btn i
{
  color: var(--dark-grey);
  background: var(--light-grey1);
  text-align: center;
  padding: 4px 20px;
  font-size: 8px;
  margin: 0px;
  border-radius: 2px;
}

.twenty-tow-ui-listing-card .property-card-details ul.property-actions .in_btn i:hover
{
 background-color: var(--primary);
 color: white;
}


.twenty-tow-ui-listing-card .property-card-details ul.property-actions .in_btn span
{
  color: #707070e0;
  text-align: center;
  font-size: 7px;

}

.twenty-tow-ui-listing-card .property-card-details .pricing
{
  /* background: red; */
}

.twenty-tow-ui-listing-card .property-card-details .pricing h3
{
    font-weight: 600 !important;
    color: #707070e0;
    font-size: 16px;
    line-height: 1;
    text-align: end;
}

.twenty-tow-ui-listing-card .property-card-details .pricing h3 span
{
  font-size: 10px;
  font-weight: 500 !important;
}

.twenty-tow-ui-listing-card .property-card-details .posted_on h5
{
  font-weight: 500 !important;
  color: #707070e0;
  font-size: 9px;
  line-height: 1;
  text-align: end;
}

.my-ads-single-page-content .agent-profile-sec .listing-tab-tabs
{
  background: white;
  border: 0;
  outline: none;
  border-radius: 5px;
  align-self: center;
  padding: 8px 70px;
  font-size: 15px;
  color:#616160bf;
  box-shadow: 1px 1px 2px 1px rgb(148 148 148 / 25%);
}

.my-ads-single-page-content .agent-profile-sec .llisting-tab
{
  gap: 20px;
}




.my-ads-single-page-content .agent-profile-sec .listing-tab-tabs.active
{
  background: var(--primary);
  color: white;
}


.custom-col-md-6
{
  flex: 0 0 49% !important;
    max-width: 49% !important;
    padding: 0px !important;
}

.raw-gap
{
  margin: 0px !important;
  gap: 17px;
}



.listing-inner-tabs .svg-fill
{
  fill: #828282 !important;
}

.listing-inner-tabs .active .svg-fill
{
  fill: white !important;
}

.listing-inner-tabs .svg-fill1
{
  stroke:var(--white);
}

.listing-inner-tabs .active .svg-fill1
{
  stroke:var(--primary)
}


.svg-fill1
{
  fill:none;stroke:var(--primary);stroke-width:2.5116;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;
}


.listing-inner-tabs .active .svg-fill2
{
  fill:var(--primary)
}

.svg-fill2
{
  fill:WHITE
}

#convert_avatar
{
  width: 100%;
  height: 100%;
}

.twenty-tow-ui.modal-md .react-tel-input .form-control
{
  padding-left: 48px !important;
}
.save-btn.hide-this-save-btn
{
  display: none;
}

.section-padding .slick-prev:before, .section-padding .slick-next:before {

    color: var(--primary) !important;

}

#index .App .App .header
{
    background-color: white !important;
}
.feature-events-section
{
    clear: both;
}

.feature-events-section h3
{
    line-height: 1.2;
}

.feature-events-section .top-pragrph
{

    color: #262624;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: 10px;
}

.feature-events-section .row{
    margin-right: -10px;
    margin-left: -10px;
}

.feature-events-section .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}


.feature-events-section .event-card .card-body
{
    display: none;
}

.feature-events-section .event-card .image-title h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.feature-events-section .event-card .image-title {
    padding: 25px 25px;
}

.feature-events-section .event-card .image-title p {
    font-size: 12px;
}


.feature-events .top-head
{
    font-size: 26px;
    color: var(--dark-grey);
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
.feature-events .top-pragrph
{
    font-size: 14px;
    margin-bottom: 20px;
}


.event-card
{

    border: none;
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 1px rgb(148 148 148 / 30%);
    cursor: pointer;
    transition-duration: .3s;
}

.feature-events-section .event-card
{
    margin: 0px !important;
}

.event-card:hover {
    transform: scale(1.010);
    box-shadow: 8px 8px 21px 0px rgb(148 148 148 / 25%)
}


.event-card .card-image
{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 260px;
    position: relative;
}

.event-card .card-image::before
{
    content: '';
    background:linear-gradient(0deg, rgb(255 255 255) 0%, rgb(0 0 0 / 83%) 0%, rgb(255 255 255 / 0%) 80%);
    position: absolute;
    height: 100%;
    width: 100%;
}

.event-card .image-title
{
    display: block;
    padding: 15px 25px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.event-card .image-title h1
{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: white;
    margin-bottom: 5px;
}
.event-card .image-title p
{
    font-size: 14px;
    font-weight: 300;
    color: white;
    line-height: 1.2;
}


.event-card .card-body p
{
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-grey);
    line-height: 1.5;
}

.event-card .card-body .see-more
{
    color: var(--primary);
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: end;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.feature-event-detail-page
{
    /* background: red; */
}


.feature-event-detail-page .breadcrumb a
{
    color: var(--dark-grey);
    font-weight: 700;
}



.feature-event-detail-page .event-cover-image
{

    border-radius: 16px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 620px;
    position: relative;
    margin: 30px 0px;

}



.feature-event-detail-page .event-cover-image::before
{
    content: '';
    background:linear-gradient(0deg, rgb(255 255 255) 0%, rgb(0 0 0 / 48%) 0%, rgb(255 255 255 / 0%) 40%);
    position: absolute;
    height: 100%;
    width: 100%;
}


.feature-event-detail-page .eve-head
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    padding: 36px 35px;
}


.feature-event-detail-page .eve-head h1
{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--white);

}
.feature-event-detail-page .eve-head p
{
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 20px;
}

.feature-event-detail-page .p-text
{
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-grey);
    margin-bottom: 50px;
    text-align: justify;
    text-align-last: start;
}

.slick-prev:before, .slick-next:before
{
    color: var(--primary) !important;
}

.feature-event-detail-page .slick-slide
{
    padding: 6px;
}

.photo-card
{
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}

.photo-card .photo-card-thumb
{
    width: 100%;
}


.feature-event-detail-page .slick-prev:before, .feature-event-detail-page .slick-next:before
{
    font-size: 12px !important;

}


.feature-event-detail-page .slick-prev, .feature-event-detail-page .slick-next
{
    width: 12px;
    height: 12px;
}

.feature-event-detail-page .slick-prev {
    left: -14px;
}

.feature-event-detail-page .slick-next {
    right: -14px;
}

.video-card
{
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.video-card:before
{
    content: '';
    background: linear-gradient(
            0deg
            , rgb(255 255 255) 0%, rgb(0 0 0 / 83%) 0%, rgb(255 255 255 / 0%) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-card:after
{
    content: '';
    background: url(https://d2tnbqcrd6tbt5.cloudfront.net/images/icons/play-icon.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65px;
    opacity: 0.8;
}


.video-card .video-card-thumb
{
    width: 100%;
}

.event-videos-slider
{
    padding-right: 0px;
}

.details-blogs-section .card.video-card:after,
.details-blogs-section .card.video-card:before
{
    display: none !important;
}

.disclaimer-section
{
    clear: both;
}


.disclaimer-section .section-heading h3
{
    padding: 0px;
    margin-bottom: 10px;
}


.disclaimer-section p
{
    font-size: 15px;
    color: var(--dark-grey);
    text-align: justify;
    text-align-last: left;
    clear: both;
}

.disclaimer-section.section-padding
{
    padding-bottom: 60px;
}

#blogs .App .header {
    background: white !important;
}



.project-coming-soon
{
  border-radius: 10px;
  width: 100%;
}



.popular-location
{
    /* background: #f1f1f1; */
}


.popular-location .popular-heading
{
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
    color: #555353;
    margin-bottom: 15px;
    border-bottom: 1px solid #99999961;
}


.popular-location .popular-sub-heading
{
    font-weight: 600;
    font-size: 14px;
    display: block;
    color: #555353;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.popular-location .col-md-4
{
    margin-bottom: 30px;
}


.popular-location .location-link
{
    color: #555353;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.popular-location .location-link:hover
{
    text-decoration: underline !important;
}


.popular-location .popular-cities
{
  display: flex;
  justify-content: space-around;
  gap: 35px;

}


.popular-location .popular-cities .city-card
{
  margin-bottom: 50px;
  /* background: red; */
}

.popular-location .popular-cities .city-card span
{
  display: block;
  text-align: center;
  font-size: 20px;
  color: var(--light-blue);
}

.popular-location .popular-cities .city-card img
{
  width: 100%;
}



/* .popular-location  .section-heading h3
{
  font-size: 26px;
  text-align: left;
} */

/* display: 'flex',
  flexDirection: 'column',
  flexWrap: 'wrap',
  alignContent: 'center',
  justifyContent: 'center' */


.footer-contact-form
{
  background: var(--primary);
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

.footer-contact-form .form-container
{
  width: 60%;
  margin: 0px auto;

}

.footer-contact-form h4
{
  font-size: 26px;
  font-weight: 600;
  color: white;

}
.footer-contact-form p
{
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-bottom: 10px;
  
}

.footer-contact-form  .form-row
{
  margin-right: 40px;
  margin-left: 40px;
}

.footer-contact-form .form-control
{
  margin-bottom: 10px;
  border-radius: 7px;
  border: none;
  font-size: 14px;
  height: 38px;
}

.footer-contact-form .form-control::placeholder
{
  color:var(--light-grey);
}

.footer-contact-form .col-12 .form-control
{
  height: 80px;
}


.btn-submit
{
  background: var(--light-blue);
  color: white;
  font-size: 14px;
  width: 40%;
  border-radius: 7px;
  height: 38px;
  font-weight: 500;
}


.bottom.section-padding .bottom-list > ul
{
  float: none;
  justify-content: center;
}

.bottom-footer-text
{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.app-icons
{
  display: flex;
  margin-bottom: 40px;
}
.app-icons div img {
  width: 140px;
  padding: 0px 5px 0px 0px;
}

.appAddSection
{
  /* background: red; */
}

.appAddSection .sec-content
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appAddSection .sec-content .app-icons
{
 margin: 0px;
}


.appAddSection div h3
{

    color: var(--light-blue);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.appAddSection div h6
{

    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}


.appAddSection div p
{
  margin-top: 25px;
  color: var(--light-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.harjaga-ads-banner
{
  background: url(/images/Banner-02.jpg);
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1;
  min-height: 196px;
  border-radius: 15px;
  padding: 30px 100px;
  display: flex;
  align-items: center;
}


.harjaga-ads-banner p
{
  width: 45%;
  color: var(--light-blue);
  font-size: 15px;
  line-height: 1.2;
}


.new-agnts-card
{
display: flex;
/* background: red; */
gap: 20px;
}



.our-team {
  padding: 30px 15px 15px;
  margin-bottom: 30px;
  background-color: whote;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 1px rgb(148 148 148 / 30%);
}

.our-team::before  {
  content: '';
  background-color: #e9e9e9;
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}

.our-team .picture {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  /* border-radius: 100%; */
  background-color: var(--primary);
  position: absolute;
  bottom: 155%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

/* .our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 4px #ffffff;
  transform: scale(.9);
}

.our-team .title {
  display: block;
  font-size: 10px;
  color: var(--light-blue);
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 8px;
  margin: 0;
  background-color:var(--primary);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}





.review .rev-ion
{
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.review .rev-ion .fa
{
 color: #efb95e;
}

.review h4
{
  font-size: 10px;
  color: var(--light-blue);
}

 .contact-btn
{
  border: 1px solid #8080803d;
  background: white;
  font-size: 12px;
  text-align: center;
  padding: 6px 0px;
  width: 100%;
  color: var(--light-blue);
  border-radius: 8px;
}

.contact-btn:hover
{
  border: 1px solid transparent;
  background: var(--primary);

  color: white;

}



.team-content
{
  margin-bottom: 20px;
  color: var(--light-blue);
}

.team-content .name
{
  font-weight: 600;
  font-size: 14px;
  color: var(--light-blue);
}

.form_field.new-ui-border
{
  padding: 0px !important;
  border-top: 1px solid #8080805e;
  border-bottom: 1px solid #8080805e;
}

.form_field.new-ui-border:first-child
{
  border-left: 1px solid #8080805e;
  border-radius: 6px 0px 0px 6px;
  /* overflow: hidden; */
}

.form_field.new-ui-border:nth-last-child(2)
{
  padding: 0px !important;
  border-top: 0px solid #8080805e;
  border-bottom: 0px solid #8080805e;
}

.form_sec.form_sec1.innerbanner1 .col-lg-12.p-0.d-flex
{
  /* background: red; */
  /* border: 1px solid var(--light-blue); */
}


.form_sec.form_sec1.innerbanner1 .col-lg-12.p-0.d-flex .area-city
{
  padding: 0px 0px 0px 0px;
  border: 1px solid var(--light-blue);
  margin: 0px 0px 0px 0px;
  border-radius: 8px;
}

.form_sec.form_sec1.innerbanner1 .col-lg-12.p-0.d-flex .area-city .--select-filters
{
  width: 100%;
}
.form_sec.form_sec1.innerbanner1 .col-lg-12.p-0.d-flex .area-city .--select-filters .css-1pahdxg-control
{
  background: transparent !important;
}

.form_sec.form_sec1.innerbanner1 .col-lg-12.p-0.d-flex .area-city .--select-filters .Residential-drop-down button
{
  width: 100%;
  font-size: 14px;
  color: #2e465b85;
  background-color: transparent;
  text-align: inherit;
}


.form_sec1.innerbanner1.adv-search-bar .new-drp-down-design
{

  width: 100%;
}


.form_sec1.innerbanner1.adv-search-bar .new-drp-down-design:last-child
{

  width: auto;
}





.form_sec1.innerbanner1.adv-search-bar .new-drp-down-design .btn
{
  background: white;
  border-radius: 6px;
  color: #2e465b85;
  border: 1px solid var(--light-blue);
  font-size: 14px;
  padding: 8px 12px;
  width: 100%;
  text-align: inherit;
}


.form_sec1.innerbanner1.adv-search-bar .arrow-position
{
  /* padding-left: 30px; */
  /* position: relative;
  top: 3px;
  left: 35px; */

  right: 0;
    color: #2e465b85;
    position: absolute;
    left: auto;

}

.form_sec1.innerbanner1 .col-8.area-city .arrow-position
{
  right: 0;
  color: #2e465b85;
  position: absolute;
  left: auto;
}

.form_sec1.innerbanner1.adv-search-bar .search-filter-dropdown
{
  padding: 0px 0px 0px 5px;
  gap: 5px;
  flex: 0 0 40%;
  max-width: 40%;
}

.rc-slider-mark{
  padding-top:7px;
}
.rc-slider-step span{

      background-color: rgb(44, 71, 112);
border-color: rgb(44, 71, 112);

}
.rc-slider-handle{
  background-color: #5bc0de;
  border-color: #5bc0de;
}


.Agentpage-single-page-content .popular-listing .white-card
{
  box-shadow: none !important;
}


.col-8.area-city 
{
  flex: 0 0 60%;
  max-width: 60%;
}

.col-8.area-city .css-g1d714-ValueContainer
{
  padding: 4px 10px;
}


.col-8.area-city .css-tlfecz-indicatorContainer
{
  /* border-right: 1px solid var(--light-blue); */
  border-right: 1px solid #2e465b85;
  padding: 5px 5px 5px 0px;
}

.col-8.area-city .css-1gtu0rj-indicatorContainer
{
  /* border-right: 1px solid var(--light-blue); */
  border-right: 1px solid #2e465b85;
  padding: 5px 5px 5px 0px;
}

.event-popup-sec .modal-dialog .modal-content
{
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.event-popup-sec .modal-dialog .modal-content .modal-header
{
    padding: 0px;
}

.event-popup-sec .modal-dialog .modal-content .modal-body
{
    padding: 0px;
}
.event-popup-sec .modal-dialog .modal-content .modal-body .event-modal-div img
{
    vertical-align: middle;
}


.event-popup-sec .event-modal-div .action-btn
{
    position: absolute;
    width: 320px;
    display: flex;
    top: 0px;
    right: 0px;
    padding: 30px 30px;
    justify-content: space-between;
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s ease-in;
}


.event-popup-sec .event-modal-div .action-btn.event-page-action
{
    width: 70px;
    padding: 20px 20px;

}



.event-popup-sec .event-modal-div  .action-btn-bottom
{
    display: none;
}


.event-popup-sec .event-modal-div .action-btn .action-text
{
    border-radius: 7px;
    padding: 8px 12px;
    color: white;
    box-shadow:
        0px 0px 0px 3px #f8f9fabf,
        0px 0px 5px 1px #2babe2,
        0px 0px 13px 4px #f2f2f200,
        0px 0px 13px 4px #2babe2,
        0px 0px 13px 4px #f2f2f200;
    background: transparent;
    border: none;
    transition: 0.5s ease-in;
}


.event-page-popup
{
    box-shadow:
        0px 0px 0px 3px #f8f9fabf,
        0px 0px 5px 1px #2babe2,
        0px 0px 13px 4px #f2f2f200,
        0px 0px 13px 4px #2babe2,
        0px 0px 13px 4px #f2f2f200;
}


.event-popup-sec .event-modal-div .action-btn .action-text:hover,
.event-popup-sec .event-modal-div .action-btn .close-btn:hover,
.event-popup-sec .event-modal-div .action-btn .close-btn:focus
.event-popup-sec .event-modal-div .action-btn .action-text:focus
{

    box-shadow:
        0px 0px 0px 3px #f8f9fabf,
        0px 0px 5px 1px #2babe2,
        0px 0px 13px 4px #f2f2f200,
        0px 0px 13px 4px #2babe2,
        0px 0px 13px 4px #17a2b8 !important;

}


.event-popup-sec .event-modal-div .action-btn .close-btn
{
    box-shadow:
        0px 0px 0px 3px #f8f9fabf,
        0px 0px 5px 1px #2babe2,
        0px 0px 13px 4px #f2f2f200,
        0px 0px 13px 4px #2babe2,
        0px 0px 13px 4px #f2f2f200;
    background: transparent;
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    align-self: center;
}



.event-popup-sec  .event-modal-div .action-btn .close-btn .close-svg
{
    width: 12px;
    vertical-align: revert !important;
}


.event-banner-section
{
  background-color: black;
  height: 100%;
  margin-top: 50px;
}

.event-banner-section .alert.alert-danger
{
  text-align: left !important;
}

/* .event-banner-section .alert-danger {
  color: #badff0 !important;
  background-color: #042431 !important;
  border-color: #042431 !important;
} */

.event-banner{
  background-image: url('../images/atif-aslam-banner.jpg');
  background-position: center;
  background-size: contain;
  height: 100%;
  min-height: calc(100vh);
  background-repeat: no-repeat;
}


/* .event-banner-section .event-banner .event-form > .row
{
  height: 100vh;
  align-items: center;
} */


.event-banner-section .event-logos {
  width: 95%;
  margin: 0px auto;
  padding-bottom: 20px;
  padding-top: 80px;
}




.event-banner-section form
{
margin-bottom: 100px;
}



/* .event-banner-section .event-banner .event-form .row form
{
background-color: white;
} */

.event-head-div{
  text-align: center;
  padding: 7px 0px;
  background: #042431;
  border-radius: 6px;
  margin-bottom: 10px;
}

.event-banner-section .event-form .form-group
{
  margin-bottom: 5px;
}


.event-head-div h1{
  font-size: 15px;
  color: #badff0;
  font-weight: 600;
}

.dropzone-event{
  text-align: center;
  border: 1px dashed #ffffff57;
  width: 100%;
  margin: 20px auto;
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
}

.dropzone-event .btn-primary{
 background: #042431;
 font-size: 14px;
 border-radius: 5px;
 padding: 6px 30px;
 margin-top: 10px;
}


.dropzone-event p
{
  color: white;
}

.event-banner-section .submit-btn
{
  background: #042431;
  width: 100%;
  font-weight: 600;
  padding: 6px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #badff0;
}

.event-banner-section .submit-btn:hover, .event-banner-section .btn-primary:hover
{
  background: #083c51 !important;
}

.dropzone-aside{
  width: 100%;
  margin: 0px auto;
  display: flex;
  overflow: auto;
}

.event-banner-section .dropzone-aside
{
  /* overflow-x: scroll; */
  margin-bottom: 10px;
}


/* width */
.event-banner-section .dropzone-aside::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.event-banner-section .dropzone-aside::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.event-banner-section .dropzone-aside::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.event-banner-section .dropzone-aside::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.event-banner-section .image-thumb
{
  display: inline-flex;
  border-radius: 2px;
  border: none;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  height: 70px;
  width: 70px;
  padding: 2px;
  box-sizing: border-box;
  position: relative;
}

.event-banner-section .image-thumb-inner
{
  display: block;
  min-width: 100%;
  overflow: hidden;
}

.event-banner-section .image-thumb-inner .thumb-img
{
  display: block;
  width: 80px;
  height: 100%;
}

.event-banner-section .image-close
{
  /* position: relative; */
  transform: inherit;
  top: -5px;
  right: -5px;
  font-size: 15px;
}

.event-modal-div p{
  margin: 0px auto;
  width: fit-content;
  background: #00cdad;
  padding: 6px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 7px;
  margin-top: 10px;
}

.event-modal-div a{
  color: white;
}


.recaptcha div{
    width: 100% !important;
}


.event-popup-sec .modal-dialog .modal-content
{
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.event-popup-sec .modal-dialog .modal-content .modal-header
{
    padding: 0px;
}

.event-popup-sec .modal-dialog .modal-content .modal-body
{
    padding: 0px;
}
.event-popup-sec .modal-dialog .modal-content .modal-body .event-modal-div img
{
    vertical-align: middle;
}