.dataQtyright {
  top: 0px;
  margin-top: 20px; }

.avg-price {
  color: green; }

.avg-price-border {
  border-left: 1px solid #000; }

.avg-wrapper {
  margin: auto 0; }

.photOut {
  width: 70px;
  height: 67px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #009432;
  outline: none;
  cursor: pointer; }

.dataQtyright li center {
  margin-bottom: 20px; }

#map {
  height: 600px;
  max-width: 1920px;
  /*margin-top: 30px;*/ }

.carousel-control {
  width: 4%; }

.carousel-control.left, .carousel-control.right {
  margin-left: 15px;
  background-image: none; }

@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%; }
  .carousel-inner .next {
    left: 100%; }
  .carousel-inner .prev {
    left: -100%; }
  .active > div {
    display: none; }
  .active > div:first-child {
    display: block; } }

@media (min-width: 767px) and (max-width: 992px) {
  .carousel-inner .active.left {
    left: -50%; }
  .carousel-inner .next {
    left: 50%; }
  .carousel-inner .prev {
    left: -50%; }
  .active > div {
    display: none; }
  .active > div:first-child {
    display: block; }
  .active > div:first-child + div {
    display: block; } }

@media (min-width: 992px) {
  .carousel-inner .active.left {
    left: -25%; }
  .carousel-inner .next {
    left: 25%; }
  .carousel-inner .prev {
    left: -25%; } }

.btn-base {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.btn-base-success {
  color: #ffffff;
  background-color: #008f36;
  border-color: #4cae4c; }

.btn-base-success:hover {
  color: #ffffff;
  background-color: #007126;
  border-color: #4cae4c; }

.btn-base-orange {
  color: #ffffff !important;
  background-color: #ff4500 !important; }

.btn-base-orange:hover {
  color: #ffffff;
  background-color: #CE3700; }

.btn-base-orange-disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.btn-cons {
  margin-right: 5px;
  min-width: 120px; }

.apartment-btn {
  /*background: #ec971f;*/
  background: #ff4500;
  padding: 10px;
  color: #ffffff;
  border-radius: 4px; }

.apartment-btn:hover {
  background: #CE3700;
  padding: 10px;
  color: #ffffff;
  border-radius: 4px; }

a.apartment-btn:focus {
  color: #fff; }

a.btn-base.btn-base-success.btn-cons:focus {
  color: #fff; }

.btn-padding {
  margin-left: 20px; }

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .btn-padding {
    margin-left: 0px; } }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-right: -10px;
  background: #009432;
  opacity: 1.0 !important;
  border-radius: 50%; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -10px;
  background: #009432;
  opacity: 1.0 !important;
  border-radius: 50%;
  /* padding: 0px; */ }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: unset;
  filter: alpha(opacity=50); }

.carousel-ctrls-left {
  position: absolute;
  top: 33%;
  left: -1%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 1px 4px #6f6e6e; }

.carousel-ctrls-right {
  position: absolute;
  top: 33%;
  right: -1%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 1px 4px #6f6e6e; }

.carousel-ctrls-left-main {
  position: absolute;
  top: 52%;
  left: 1%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 1px 4px #6f6e6e; }

.carousel-ctrls-right-main {
  position: absolute;
  top: 52%;
  right: 1%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 1px 4px #6f6e6e; }

.carousel-ctrls-left-arrow {
  font-size: 45px !important;
  padding-left: 8px;
  color: #ff4500 !important; }

.carousel-ctrls-right-arrow {
  font-size: 45px !important;
  padding-left: 14px;
  color: #ff4500 !important; }

.carousel-ctrls-left-arrow:hover {
  color: #009432 !important; }

.carousel-ctrls-right-arrow:hover {
  color: #009432 !important; }

body {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  background: #f0f0f0cc !important; }

.header {
  width: 100%;
  background: none;
  padding: 10px 0px; }

.head_inside {
  width: 100%;
  background: none; }

.logo {
  width: 100%;
  background: none;
  max-width: 250px; }

.logo img {
  width: auto;
  display: block;
  margin: 0px auto; }

.head_right {
  width: 100%;
  background: none;
  padding: 0px;
  max-width: 305px; }

.headLang {
  width: 100%;
  background: none; }

.headLang ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.headLang li {
  float: none;
  display: inline-block;
  font-size: 13px;
  text-align: left;
  padding: 2px 10px;
  color: #000; }

.headMenu {
  width: 100%;
  background: none; }

.headMenu ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.headMenu li {
  float: none;
  display: inline-block;
  font-size: 13px;
  text-align: left;
  padding: 4px 10px 0px;
  color: #000; }

.headMenu li button {
  background: #009432;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 3px;
  outline: none;
  font-weight: 600;
  margin-top: -5px;
  position: relative;
  top: 1px; }

.navmenu {
  width: 100%;
  background: #009432;
  padding: 0px; }

.nav_inside {
  width: 100%;
  background: none;
  padding: 0px; }

.nav_inside ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.nav_inside li {
  float: none;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 15px 12px; }

.datasearch {
  width: 100%;
  background: #f6f6f6;
  padding: 10px 0px; }

.data_inside {
  width: 100%;
  background: none; }

.padLeft {
  padding-left: 5px !important; }

.padRight {
  padding-right: 5px !important; }

.data_inside label {
  letter-spacing: -1px;
  font-size: 15px;
  margin: 6px 0; }

.data_inside .form-control {
  margin: 0;
  border-radius: 0px;
  outline: none !important;
  color: #000;
  border: 1px solid #a4a4a4; }

.data_inside button {
  background: #009432;
  color: #fff;
  border: none;
  padding: 7px 10px;
  border-radius: 5px;
  outline: none; }

.mainmap {
  width: 100%;
  background: #f6f6f6;
  padding: 50px 0px;
  border-top: 1px solid #eaeaea; }

.map_inside {
  width: 100%;
  background: none; }

.mapMenu {
  width: 100%;
  background: none;
  padding: 10px 0px;
  border-bottom: 1px solid #eaeaea; }

.mapMenu .form-control {
  margin: 0;
  border-radius: 0px;
  outline: none !important;
  color: #000;
  border: 1px solid #a4a4a4; }

.mapMenu ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: right; }

.mapMenu li {
  float: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  padding: 6px 10px; }

.mapMenu li a {
  text-decoration: none;
  color: #333; }

.mapContent {
  width: 100%;
  background: none;
  padding: 40px 0px; }

.mapContent h1 {
  text-align: left;
  font-size: 35px;
  font-weight: 100;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.mapContent p {
  text-align: left;
  font-size: 15px;
  font-weight: 100;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 25px;
  letter-spacing: 0.2px; }

.mapContent h5 {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 20px; }

.mapContent h5 a {
  color: #000;
  text-decoration: none; }

.mapArea {
  width: 100%;
  background: none;
  padding: 0px;
  position: relative; }

#map {
  height: 450px; }

.mapdropdown {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fffffff7; }

.drophead {
  width: 100%;
  padding: 15px 25px;
  background: #009432; }

.drophead h6 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px; }

.dropbody {
  width: 100%;
  padding: 15px 25px;
  background: none;
  height: calc(61vh - 0px);
  overflow: auto; }

.dropbody ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.dropbody li {
  float: none;
  display: block;
  font-size: 15px;
  line-height: 35px;
  text-align: left; }

.parkinput {
  width: 100%;
  background: none;
  padding: 10px 0px;
  margin: auto;
  max-width: 800px; }

.parkinput .form-control {
  height: auto;
  padding: 12px 20px;
  font-size: 16px;
  color: #000;
  text-align: left;
  outline: none; }

#map input.form-control {
  position: relative !important;
  left: 200px !important;
  width: 49%;
  padding: 10px 15px;
  height: auto;
  margin-top: 10px;
  border-radius: 0px;
  outline: none !important; }

.takespace {
  width: 130px;
  height: 130px;
  position: relative;
  margin: auto;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out; }

.takespace:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.takespace:hover img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: translate(0px, 0px) rotate(-45deg) scale(0.85);
  -ms-transform: translate(0px, 0px) rotate(-45deg) scale(0.85);
  -o-transform: translate(0px, 0px) rotate(-45deg) scale(0.85);
  -moz-transform: translate(0px, 0px) rotate(-45deg) scale(0.85);
  transform: translate(0px, 0px) rotate(-45deg) scale(0.85); }

.amrnOuter {
  width: 120px;
  display: block;
  margin: 0px auto;
  background: #ffffff;
  height: 120px;
  border-radius: 5px;
  padding: 35px 0px;
  border: 2px solid #2282c7; }

.amrnOuter img {
  display: block;
  margin: 0px auto;
  width: 45%;
  max-width: 85px;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out; }

.maxWidth {
  max-width: 20% !important; }

.property_bangsar {
  width: 100%;
  background: none;
  padding: 40px 0px; }

.property_bangsar h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px; }

.property_bangsar h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px; }

.propertyInside {
  width: 100%;
  background: none;
  padding: 0px;
  margin-top: 50px; }

.propertyInside button {
  background: #009432;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  outline: none;
  display: block;
  margin: auto;
  margin-top: 30px;
  font-size: 16px; }

.propertiesCard {
  width: 100%;
  background: none;
  padding: 0px; }

.procardPic {
  width: 100%;
  background: none; }

.procardPic img {
  width: 100%;
  display: block;
  margin: 0px auto; }

.procardContent {
  width: 100%;
  background: #f8f8f8;
  padding: 15px 10px 25px; }

.procardContent h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px; }

.procardContent h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px; }

.procardContent p {
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0px;
  letter-spacing: 1px; }

.mrgtop {
  margin-top: 50px !important; }

.nopad {
  padding: 0px !important; }

.nomrg {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.nearby_city {
  width: 100%;
  background: #f5f6f8;
  padding: 30px 0px 80px; }

.nearby_city h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.nearbyInside {
  width: 100%;
  background: none;
  padding: 0px;
  margin-top: 20px; }

.nearbyInside button {
  background: #ffae1b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  margin-bottom: 15px; }

.nearbyOuter {
  width: 100%;
  background: none;
  padding: 15px 0px; }

.nearbyCard {
  width: 100%;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden; }

.nearCardPic {
  width: 100%;
  background: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out; }

.nearCardPic img {
  width: 100%;
  display: block;
  margin: auto;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out; }

.nearbyCard:hover img {
  -webkit-transform: translate(0px, 0px) scale(1.2);
  -ms-transform: translate(0px, 0px) scale(1.2);
  -o-transform: translate(0px, 0px) scale(1.2);
  -moz-transform: translate(0px, 0px) scale(1.2);
  transform: translate(0px, 0px) scale(1.2); }

.nearCardPic .amounttag {
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #009432;
  color: #fff;
  padding: 7px 15px;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px; }

.nearCardDetail {
  width: 100%;
  background: #fff;
  padding: 25px 20px; }

.nearCardDetail h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px; }

.nearCardDetail h4 a {
  color: #000;
  text-decoration: none; }

.nearCardDetail h6 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-top: 10px;
  margin-bottom: 20px; }

.nearCardDetail p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 0px;
  margin-bottom: 0px; }

.nearCardDetail p i {
  margin-right: 5px; }

.nearCardDetail ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left;
  margin-bottom: 20px; }

.nearCardDetail li {
  float: none;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px; }

.nearCardDetail li i {
  margin-left: 5px; }

canvas {
  width: 100%;
  max-height: 380px; }

.nearCardDetail button {
  background: #009432;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 2px;
  outline: none;
  font-size: 12px;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  white-space: nowrap; }

.carousel-control {
  background: none !important;
  box-shadow: none !important; }

.carousel-indicators {
  bottom: -40px; }

.carousel-indicators .active {
  background-color: #009432; }

.carousel-indicators li {
  border: 1px solid #009432; }

.crimeContent {
  width: 100%;
  background: url(http://doudegajaora.com/golden-ticket/assets/images/bg-promo-2.jpg);
  padding: 70px 0px 140px;
  position: relative; }

.crimeContent:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #0000008c; }

.crimeInside {
  width: 100%;
  background: none;
  padding: 0px;
  position: relative; }

.crimeInside h1 {
  text-align: center;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600; }

.crimeInside p {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500; }

.crimePoint {
  width: 100%;
  background: #fff;
  padding: 40px 0px;
  position: relative; }

.CpointInside {
  width: 100%;
  background: #fff;
  padding: 50px 0px;
  position: relative;
  margin-top: -125px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000036; }

.CpointInside h3 {
  text-align: center;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600; }

.CpointInside h6 {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

.rel {
  position: relative;
  overflow: hidden; }

.bord {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #0000001f;
  right: 0;
  border-radius: 50px; }

.marketSnap {
  width: 100%;
  background: #fff;
  padding: 50px 0px 70px; }

.marketSnap h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.snapInside {
  width: 100%;
  background: none;
  padding: 30px 0px;
  margin-top: 30px; }

.graphStatus {
  width: 100%;
  background: #f6f6f6;
  padding: 20px 20px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  margin: 35px 0px; }

.graphStatus h5 {
  text-align: center;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #444; }

.graphStatus h1 {
  text-align: center;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #009432;
  font-weight: 600; }

.graphStatus p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #444; }

.nav-pills li a {
  background: #f2f2f2;
  margin-right: 15px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background: #009432; }

.nav-pills li a {
  color: #009432; }

.transactionVolume {
  width: 100%;
  background: none;
  padding: 60px 0px; }

.transactionVolume h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.tranVol_inside {
  width: 70%;
  background: none;
  margin: auto;
  margin-top: 50px; }

.featureAgent {
  width: 100%;
  background: #ffffff;
  padding: 70px 0px; }

.featureAgent h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.agentInside {
  width: 100%;
  background: none;
  margin-top: 50px; }

.agentCard {
  width: 100%;
  background: #fff;
  padding: 25px 20px 35px; }

.agentCard img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 150px;
  margin-bottom: 25px; }

.agentCard h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px; }

.agentCard p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 20px; }

.twoBtn {
  width: 100%;
  background: none;
  text-align: center; }

.twoBtn button {
  background: #009432;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  outline: none;
  display: inline-block;
  margin: 0px 5px;
  margin-top: 10px;
  font-size: 16px; }

.portfolioGallery {
  width: 100%;
  background: #f5f6f8;
  padding: 60px 0px;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.portfolioGallery h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.portGallInside {
  width: 100%;
  background: none;
  padding: 0px;
  margin-top: 50px; }

.gallCard {
  width: 100%;
  background: none;
  padding: 0px;
  position: relative;
  overflow: hidden;
  transition: .5s ease; }

.gallCard img {
  width: 100%; }

.gallOverlay {
  width: 100%;
  background: #ffffffb0;
  padding: 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  vertical-align: bottom;
  transition: .5s ease;
  bottom: -33px; }

.gallCard:hover .gallOverlay {
  height: 100%;
  bottom: 0px; }

.gallOverlay h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
  color: #333; }

.gallOverlay p {
  font-size: 15px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
  color: #333; }

.filters-button-group button {
  background: #009432;
  color: #fff;
  padding: 7px 15px;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  border: none; }

.button:active, .button.is-checked {
  background-color: #ff2121 !important;
  outline: none; }

.carousel-control {
  width: 2%; }

.pricePerFit {
  width: 100%;
  background: #fff;
  padding: 50px 0px; }

.pricePerFit h4 {
  text-align: left;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600; }

.pricePerFit p {
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 100; }

.citiesLike {
  width: 100%;
  background: #f3f3f3;
  padding: 70px 0px; }

.citiesLike h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.editerReviews {
  width: 100%;
  background: #fff;
  padding: 70px 0px; }

.editerReviews h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.editerReviews .text-left {
  margin-top: 45px; }

.review-block h3 {
  margin-top: 2px;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px; }

.usrOne {
  width: 100%;
  background: none;
  padding: 25px 0px;
  border-bottom: 1px solid #e5e5e5; }

.usrOne hr {
  margin: 10px 0px; }

.rating-block h4 {
  margin-bottom: 15px;
  margin-top: 0px; }

.rating-block ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left;
  margin-bottom: 25px; }

.rating-block li {
  float: none;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  width: 49%; }

.rating-block li i {
  margin-right: 5px; }

.revieOuter {
  width: 100%;
  background: none;
  max-height: 320px;
  overflow: auto;
  padding: 0 20px;
  border-left: 5px solid #009432;
  border-radius: 10px 0px 0px 10px; }

.animated {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s; }

.stars {
  margin: 20px 0;
  font-size: 24px;
  color: #f0ad4e; }

.btn-success {
  padding: 6px 20px;
  font-size: 16px;
  width: 150px; }

.btnrating {
  padding: 4px 8px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 5px;
  margin-bottom: 15px; }

button, select, input {
  outline: none !important; }

.mapdataQty {
  width: 100%;
  background: none;
  padding: 0px;
  background: none; }

.dataQtyleft {
  width: 100%;
  background: none; }

.dataQtyleft ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.dataQtyleft li {
  float: none;
  display: inline-block;
  text-align: center;
  font-size: 23px;
  width: 32%;
  font-weight: 600; }

.dataQtyleft li span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px; }

.dataQtyright {
  width: 100%;
  background: none;
  padding: 30px 0px; }

.dataQtyright ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.dataQtyright li {
  float: none;
  display: inline-block;
  text-align: center;
  font-size: 23px;
  width: 32%;
  font-weight: 600;
  padding: 0px 50px; }

.dataQtyright li span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 25px; }

.myTech {
  width: 100%;
  background: none;
  padding: 50px 0px 20px; }

.myTech h4 {
  text-align: left;
  font-size: 23px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px; }

.myTech ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.myTech li {
  float: none;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 35px;
  width: 49%;
  transition: 0.3s ease-in-out; }

.myTech li a {
  color: #0c0c0c;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

.myTech li a:hover {
  transition: 0.3s ease-in-out;
  color: #009432 !important; }

a {
  text-decoration: none !important; }

.myTech li img {
  width: 15px;
  margin-right: 5px;
  position: relative;
  top: -2px; }

.myTech li:last-child {
  display: block;
  font-size: 15px; }

li.hideLi, li.hideLi2 {
  display: none;
  float: right;
  width: 50%; }

.myTech li:last-child a {
  color: #009432; }

.photOut {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #009432;
  outline: none;
  cursor: pointer; }

.dataQtyright li center {
  margin-bottom: 20px; }

.overallReview {
  width: 100%;
  background: none;
  padding: 30px 25px;
  border: 1px solid #f4f4f4;
  margin-bottom: 50px; }

.overallReview h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold; }

.overallReview h6 {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: bold;
  margin-top: 0; }

.overallReview hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.footPics {
  width: 100%;
  background: none;
  padding: 0px; }

.footPics ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: center; }

.footPics li {
  float: none;
  display: block;
  margin: 5px 0px; }

.footPics li img {
  max-width: 250px; }

.footPics li:first-child {
  margin-top: 0px;
  position: relative;
  top: -10px; }

.newNearby {
  width: 100%;
  background: none;
  padding: 25px 20px; }

.newNearby ul {
  margin: 15px 0px 0px; }

.newNearby li {
  float: none;
  display: block;
  font-size: 15px;
  line-height: 25px;
  margin-right: 0px; }

.spanW {
  width: 48%;
  display: inline-block; }

.spanAl {
  float: right;
  display: inline-block;
  width: 43%; }

.dataQtyright li h6 {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px; }

.dataQtyright li h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  color: #009432; }

.dataQtyright li p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }

/* ////////////////////////////
Add footer css here ////////////////
//////////////////////////// */
.footer {
  background-color: #E7E7E7;
  color: #000;
  padding: 40px 0 0 0; }

.footer .widget {
  margin-bottom: 20px;
  color: #000; }

.footer .widget > .widget-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000; }

.footer .widget ul, .footer .widget ol {
  padding-left: 0;
  list-style: none;
  padding: 0px; }

.footer .widget li {
  margin-bottom: 5px; }

.footer a {
  color: #000;
  font-size: 12px; }

.actions, .actions .label {
  font-size: 16px !important;
  color: #363d41;
  background: none;
  border: none;
  font-weight: 500;
  padding-top: 10px; }

.actions {
  padding-bottom: 25px;
  padding-top: 0px; }

.actions, .actions .label {
  font-size: 16px !important;
  color: #363d41;
  background: none;
  border: none;
  font-weight: 500;
  padding-top: 10px; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.actions .btn {
  padding: 10px; }

.list-inline > li:first-child {
  padding-left: 0; }

.footer .widget li {
  margin-bottom: 5px; }

.actions .btn a {
  font-size: 11px; }

.actions .btn .fa {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  background-color: #009432;
  color: #fff;
  font-size: 14px; }

.footer-line {
  padding: 20px 0;
  font-size: 12px;
  border-top: solid 1px #979797;
  background-color: #333;
  color: #fff; }

.copyright {
  margin: 0; }

/* /////////////////////////////////////
Gallery Portfolio /////////////////////////////////
///////////////////////////////////// */
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #000000;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

.button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.button:active,
.button.is-checked {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none; }

.button-group {
  margin: 20px 0;
  text-align: center; }

.button-group:after {
  content: '';
  display: block;
  clear: both; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%; }

@media (max-width: 1024px) {
  .grid article {
    width: 31.3%; } }

@media (max-width: 767px) {
  .grid article {
    width: 48%; } }

@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%; } }

#mobileMenu {
  display: none; }

.menu_heading {
  width: 100%;
  background: #000;
  padding: 15px 20px; }

.menu_heading h4 {
  text-align: left;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0;
  color: #fff; }

.menu_heading h4 img {
  float: right;
  width: 15px; }

#toggleMenu {
  display: none; }

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; }

.moreVideoSec {
  width: 100%;
  background: none;
  padding: 20px 25px;
  display: none; }

#goTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 50%;
  display: none; }

.rating-star {
  font-size: 17px;
  background: transparent;
  border: 1px solid #cdcdcd;
  padding: 5px 5px;
  border-radius: 3px;
  margin-right: 5px; }

.awesomeRating {
  margin-bottom: 20px;
  width: 100%; }

#hidePara {
  display: none; }

.review-block-rate .glyphicon-star {
  padding: 5px 5px 6px 6px;
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
  color: #fff;
  border-radius: 3px; }

.awesomeRating .fa-star:before {
  color: #f0ad4e; }

.review-block-rate .glyphicon-star-empty {
  padding: 5px 5px 6px 6px;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 3px; }

/* ///////////////////
Search Css here //////////////////////
/////////////////// */
.middleContaint {
  width: 100%;
  background: none;
  min-height: 220px; }

.searchBtn {
  width: 100%;
  background: #f9f9f9;
  padding: 20px 0px; }

.searchBtn ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.searchBtn li {
  float: none;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  font-size: 16px;
  background: #6a6a6a;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  outline: none;
  cursor: pointer; }

.searchBtn li i {
  margin-right: 5px; }

.searchcontent {
  width: 100%;
  background: none;
  padding: 50px 0px; }

.searchForm {
  width: 100%;
  background: #fff;
  padding: 50px 45px; }

.searchForm .form-control {
  outline: none;
  height: auto;
  padding: 8px 15px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  color: #000;
  font-size: 14px; }

.searchForm label {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  display: block; }

.searchForm label span {
  font-size: 14px; }

.searchForm .form-group {
  margin-bottom: 40px; }

.proType {
  width: 100%;
  background: none;
  padding: 0px; }

.proType ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.proType li {
  float: none;
  text-align: center;
  display: inline-block;
  color: #009432;
  font-size: 15px;
  background: transparent;
  margin: 4px 0px;
  outline: none;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid #009432;
  box-shadow: 0px 0px 1px #009432; }

.proType li a {
  display: block;
  color: #009432;
  padding: 4px 20px;
  text-decoration: none;
  border-radius: 20px;
  background: #fff; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #009432;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #009432;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #009432;
  border-radius: 100%;
  background: #fff; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #009432;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.submitBtn {
  display: block;
  margin-left: auto;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  background: #009432;
  color: #fff;
  border: none;
  min-width: 100px;
  text-transform: uppercase; }

.showMore {
  display: block;
  margin: auto;
  margin-top: 47px;
  padding: 7px 20px;
  font-size: 14px;
  background: #009432;
  color: #fff;
  border: none;
  text-transform: uppercase; }

.submitBtn i {
  margin-left: 5px; }

.btn-info {
  color: #fff;
  background-color: #009432 !important;
  border-color: #009432 !important; }

.searchForm h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #009432;
  padding-bottom: 15px; }

#filterId label span {
  font-size: 15px; }

.searchForm label {
  margin-bottom: 0px; }

#filterId .submitBtn {
  margin-top: 50px; }

/* ////////////////////////////////////
Range slider ////////////////////////////////////
//////////////////////////////////// */
.slider-labels {
  margin-top: 25px; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #009432; }

/* Styling;
 */
.noUi-background {
  background: #D6D7D9; }

.noUi-connect {
  background: #009432;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 2px; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important; }

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(0, 148, 50, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px; }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }

.field_outer {
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
  position: relative;
  border-radius: 0px;
  border: 1px solid #ebebeb;
  margin-top: 10px; }

.field_outer i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  background: #009432;
  color: #fff;
  padding: 9px 13px;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px; }

.amenitiesArea {
  width: 100%;
  background: #fff;
  padding: 15px 15px;
  border-radius: 3px;
  margin-top: 20px;
  border: 1px solid #f1f1f1;
  outline: none;
  display: inline-block; }

.amenitiesArea ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.amenitiesArea li {
  float: none;
  text-align: center;
  display: inline-block;
  color: #000;
  font-size: 13px;
  background: transparent;
  margin: 4px 0px;
  outline: none;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid #e0e0e0;
  display: none;
  float: left; }

.amenitiesArea li a {
  display: block;
  color: #000;
  padding: 2px 15px;
  text-decoration: none;
  border-radius: 20px; }

#adAmenity li a {
  background: transparent !important;
  color: #000 !important; }

.multiselect {
  padding: 8px 12px;
  background: #fff !important;
  text-align: left; }

label.switch {
  margin: 0px 10px;
  display: inline-block;
  transform: scale(0.3);
  max-width: none; }

.toggleSwitch {
  display: inline-flex;
  justify-content: space-between;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px; }

.toggleSwitch .switchBtn {
  border-radius: 15px;
  padding: 3px 20px;
  border: 1px solid transparent;
  /* min-width: 100px; */
  text-align: center;
  cursor: pointer; }

.toggleSwitch .switchBtn.active {
  border: 1px solid #299450;
  background-color: #299450;
  color: white; }

.show {
  text-align: left; }

.slideBg {
  padding: 25px 25px 23px; }

.nopad {
  padding: 0px !important; }

select.form-control {
  font-size: 14px !important;
  padding: 9px 15px !important; }

.rangeSelector {
  min-width: 200px; }

.rangeSelector .dropdown {
  width: 100%; }

.w-100 {
  width: 100% !important; }

.btn {
  border-radius: 0.15rem;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.05); }

.borderedInput {
  border: 1px solid #afaeae;
  outline: none;
  padding: 8px 15px;
  background: #fff;
  border-radius: 3px; }

.singleFilterWrapper input, .singleFilterWrapper select, .singleFilterWrapper .dropdown, .singleFilterWrapper button {
  font-weight: bold; }

.rangeInputWrapper {
  margin: auto;
  /* width: 140px; */
  display: flex;
  padding: 0px 20px; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.rangeInputWrapper .rangeInput {
  width: 60px;
  height: 30px;
  flex-grow: 1 !important; }

.rangeInputWrapper input[type=number].rangeInput {
  -moz-appearance: textfield; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.text-left {
  text-align: left !important; }

.float-right {
  float: right !important; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.rangeSelector .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 15px; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

.btn .caret {
  margin-left: 0;
  display: none; }

.dropdown-toggle::after {
  float: right;
  position: relative;
  top: 0px; }

.radioHeigh {
  height: 60px; }

.shoOnly {
  padding: 20px 25px; }

#filterId label {
  margin-bottom: 25px; }

.switch {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 100px; }

.switch input {
  display: none; }

.newTxt {
  outline: none; }

.newTxt:after {
  content: "Total"; }

#landPrise .absolute-no {
  background: #f3f3f3; }

input:checked + .slider:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*width: 235px;*/
  padding-left: 25px; }

input:checked + .slider:before {
  background-color: #fff; }

input:checked + .slider:before {
  -webkit-transform: translateX(160px);
  -ms-transform: translateX(160px);
  transform: translateX(160px); }

/* Rounded sliders */
.round {
  border-radius: 100px; }

.slider.round:before {
  border-radius: 50%; }

.absolute-no {
  position: absolute;
  left: 0;
  color: darkslategrey;
  text-align: right !important;
  font-size: 45px !important;
  width: calc(100% - 0px);
  height: 100px;
  line-height: 110px;
  cursor: pointer;
  background: #fff;
  padding-right: 30px;
  letter-spacing: -5px; }

.field_outer label.switch {
  left: -81px;
  margin-top: -30px !important;
  position: absolute; }

.noUi-handle-lower {
  display: none; }

.keywordHeigh {
  padding: 30px 15px; }

#applyFilter li i {
  position: relative;
  right: -10px;
  top: -1px;
  font-size: 14px;
  padding: 0;
  background: transparent;
  font-weight: 100;
  color: #009432;
  border-radius: 0; }

#applyFilter ul {
  display: inline-block; }

#applyFilter li {
  padding: 4px 20px;
  position: relative;
  background: #fff; }

#applyFilter h5 {
  display: inline-block;
  margin-left: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer; }

/* ///////////////////////////////////////////////
Condo Page Design Example ///////// /// /// // / /
/////////////////////////////////////////////// */
.imageDetail {
  width: 100%;
  background: none;
  padding: 50px 0px; }

.imageDetail #myCarousel6 {
  margin-bottom: 30px; }

.imageDetail h1 {
  text-align: left;
  font-size: 25px;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #333; }

.imageDetail h1 span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 25px; }

.imageDetail h1 a {
  color: #009432; }

.imageDetail h6 {
  text-align: left;
  font-size: 17px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #555; }

.imageDetail h6 i {
  color: #337ab7 !important; }

.imageDetail h6 a {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block; }

.imageDetail h6 a {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  color: #009432; }

.imageDetail ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left;
  margin-top: 25px; }

.imageDetail li {
  float: none;
  display: inline-block;
  text-align: left;
  font-size: 15px;
  color: #5a5858;
  font-weight: 100;
  width: 16%;
  vertical-align: top; }

.imageDetail li i {
  margin-right: 10px; }

.imageDetail li span {
  display: block;
  font-size: 12px;
  color: #949494;
  margin-top: 5px;
  font-weight: 100; }

.detailText {
  width: 100%;
  padding: 20px 0px 10px; }

.detailText h3 {
  font-size: 22px;
  line-height: 23px;
  text-align: left;
  color: #333;
  font-weight: 600; }

.detailText p {
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  color: #333; }

.loanCalculator {
  width: 100%;
  background: #fff;
  padding: 10px 0px 70px; }

.loanCalculator h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px; }

.sldName {
  width: 50%;
  display: block;
  float: left; }

.sldValue {
  display: block;
  text-align: right;
  float: right;
  width: 50%; }

.sldValue b {
  background: transparent;
  color: #000;
  padding: 6px 25px;
  border: 1px solid #000;
  font-weight: 100;
  min-width: 150px;
  display: inline-block;
  text-align: center; }

.totalLoan {
  width: 100%;
  background: #f8f8f8;
  padding: 46px 30px; }

.totalLoan h6 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px; }

.totalLoan h3 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px; }

.totalLoan p {
  text-align: left;
  font-size: 15px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 0px; }

.totalLoan p a {
  text-decoration: none;
  color: #00f;
  font-weight: 600; }

.totalLoan button {
  margin-top: 25px;
  width: 100%;
  max-width: 320px;
  padding: 10px 20px;
  background: #009432;
  color: #fff;
  border: none;
  font-size: 15px; }

.totalLoan h5 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px; }

.totalLoan h5 a {
  text-decoration: underline !important;
  color: #00f;
  font-weight: 100;
  font-size: 14px; }

.totalLoan h5 span {
  text-align: center;
  color: #000;
  font-weight: 100;
  font-size: 12px;
  display: block;
  margin-top: 5px; }

.btn-grey {
  background-color: #D8D8D8;
  color: #FFF; }

.rating-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px 15px 20px 15px;
  border-radius: 3px; }

.bold {
  font-weight: 700; }

.padding-bottom-7 {
  padding-bottom: 7px; }

.review-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px; }

.review-block-name {
  font-size: 12px;
  margin: 10px 0px 0px; }

.review-block-date {
  font-size: 12px; }

.review-block-rate {
  font-size: 13px;
  margin-bottom: 15px; }

.review-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px; }

.review-block-description {
  font-size: 13px; }

.ratingOuter {
  width: 100%;
  background: none;
  padding: 2px 0px;
  border-bottom: 1px solid #ececec; }

.ratingLeft {
  margin-left: 0;
  width: 50%;
  font-size: 15px; }

.ratingRight {
  width: 50%;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  color: #f0ad4e; }

.mrg25 {
  margin-top: 25px; }

.heddenText {
  width: 100%;
  background: none;
  display: none; }

.featureAmeny {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
  padding-bottom: 30px;
  width: 100%;
  background: none; }

.featureAmeny h3 {
  font-size: 22px;
  line-height: 23px;
  text-align: left;
  color: #333;
  font-weight: 600; }

.featureAmeny ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.featureAmeny li {
  float: none;
  display: inline-block;
  width: 32%;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 35px; }

.featureAmeny li i {
  font-size: 13px;
  margin-right: 5px;
  color: #009432; }

.blueReviewBox {
  width: 100%;
  background: #009432;
  padding: 25px 20px;
  display: inline-block;
  border-radius: 5px; }

.blueReviewBox p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: left; }

.blueReviewBox button {
  width: 100%;
  background: #fff;
  color: #000;
  border: none;
  padding: 8px 4px;
  font-size: 13px;
  font-weight: 600; }

.propertyTable {
  width: 100%;
  background: none;
  padding: 30px 0px; }

.proHeadTable {
  width: 100%;
  background: #f5f6f8;
  padding: 10px 10px; }

.proHeadTable ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.proHeadTable li {
  float: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding: 0px 5px;
  text-align: right; }

.proHeadTable li:first-child {
  text-align: left; }

.proBodyTable {
  width: 100%;
  background: #fff;
  padding: 10px 10px; }

.proBodyTable ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left; }

.proBodyTable li {
  float: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #ff4500;
  text-align: right;
  padding: 0px 5px; }

.proBodyTable li:first-child {
  text-align: left;
  color: #000; }

.proBodyTable li a {
  display: block;
  text-align: right;
  text-decoration: underline !important; }

.width15 {
  min-width: 14% !important;
  max-width: 14% !important;
  width: 14% !important; }

.width25 {
  min-width: 24% !important;
  max-width: 24% !important;
  width: 24% !important; }

.propertyLocations {
  width: 100%;
  background: none;
  padding: 30px 0px; }

.propertyLocations h3 {
  font-size: 22px;
  line-height: 23px;
  text-align: left;
  color: #333;
  font-weight: 600; }

.propertyLocations p {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #444;
  font-weight: 300; }

.propertyLocations p i {
  margin-right: 5px;
  color: #ff4500; }

.propertyLocations p a {
  margin-left: 15px;
  text-decoration: underline !important; }

.topSpace {
  margin-top: 50px; }

#chart {
  width: 650px;
  height: 300px;
  margin: 30px auto 0;
  display: block; }

#chart #numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left; }

#chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 29px;
  border-bottom: 1px solid #444;
  position: relative;
  bottom: 30px; }

#chart #numbers li:last-child {
  height: 30px; }

#chart #numbers li span {
  color: #eee;
  position: absolute;
  bottom: 0;
  right: 10px; }

#chart #bars {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 300px;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #444; }

#chart #bars li {
  display: table-cell;
  width: 100px;
  height: 300px;
  margin: 0;
  text-align: center;
  position: relative; }

#chart #bars li .bar {
  display: block;
  width: 70px;
  margin-left: 15px;
  background: #49E;
  position: absolute;
  bottom: 0; }

#chart #bars li .bar:hover {
  background: #5AE;
  cursor: pointer; }

#chart #bars li .bar:hover:before {
  color: white;
  content: attr(data-percentage) "%";
  position: relative;
  bottom: 20px; }

#chart #bars li span {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center; }

.loanModal {
  width: 100%;
  background: none;
  padding: 30px 35px;
  display: inline-block; }

.loanModal p {
  text-align: center;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000; }

.modal-body input {
  height: auto;
  padding: 8px 15px; }

.left-inner-addon input {
  padding-left: 15px; }

select.form-control {
  height: auto !important; }

.modal-body .rating-star {
  border: none;
  padding: 0px;
  font-size: 23px;
  color: #f0ad4e; }

.barcontainer {
  position: relative;
  border: 3px solid #009432;
  border-radius: 5px 5px 0 0;
  width: 100%;
  margin: 0 auto;
  min-height: 36vw;
  max-height: 50vw;
  min-width: 40%;
  max-width: 100%;
  z-index: 1; }

.barcontainerheader {
  display: inline;
  position: absolute;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #009432;
  border-bottom: 3px solid #009432;
  font-size: 1.5em;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 0 #009432;
  z-index: 0; }

.bar {
  position: absolute;
  display: inline-block;
  bottom: 0;
  border: 1px solid black;
  border-radius: 6px 6px 0 0;
  background: #009432;
  width: 10%;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0 black;
  box-shadow: 4px 0 8px #888; }

.barlabel {
  position: absolute;
  border-top: 2px solid black;
  background: #888;
  bottom: 0;
  width: 100%;
  text-shadow: 1px 1px 0px black;
  color: white; }

.bar:nth-child(2) {
  left: 5%; }

.bar:nth-child(3) {
  left: 20%; }

.bar:nth-child(4) {
  left: 35%; }

.bar:nth-child(5) {
  left: 50%; }

.bar:nth-child(6) {
  left: 65%; }

.bar:nth-child(7) {
  left: 80%; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: transparent !important;
  border-color: transparent !important; }

#container {
  min-width: 320px;
  max-width: 600px;
  margin: 0 auto; }

.highcharts-exporting-group {
  display: none !important; }

.highcharts-point {
  fill: #009432 !important; }

tspan {
  fill: #009432 !important; }

.highcharts-label path {
  stroke: #009432 !important; }

.fbGoogleBtn {
  display: block;
  margin: auto;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  position: relative;
  min-width: 145px;
  width: 100%;
  text-align: right; }

.fbGoogleBtn i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 100;
  background: transparent;
  padding: 10px 13px; }

.modal-body .rating-star:hover {
  color: #f0ad4e; }

.clear-rating-active {
  display: none !important; }

/* /////////////////////////////////////
Responsive css here //////////////////////////
///////////////////////////////////// */
@media screen and (min-width: 300px) and (max-width: 480px) {
  .logo {
    width: 100%;
    max-width: 220px;
    margin: auto;
    margin-bottom: 15px; }
  .logo img {
    width: 100%; }
  .headMenu li {
    padding: 15px 5px; }
  .nav_inside {
    max-height: 40px;
    overflow: hidden;
    min-height: 40px;
    position: relative; }
  .nav_inside li {
    padding: 9px 12px; }
  .editerReviews {
    padding: 35px 0px; }
  .editerReviews .row {
    margin-top: 0px !important; }
  .revieOuter {
    border-radius: 0px;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    margin-bottom: 30px; }
  .usrOne hr {
    display: none; }
  .review-block h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 17px; }
  .rating-block h4 {
    margin-bottom: 3px; }
  .editerReviews h2 {
    font-size: 23px; }
  .editerReviews .form-group {
    margin-bottom: 0px; }
  .editerReviews .text-left {
    text-align: center;
    margin-top: 20px; }
  .editerReviews label {
    margin-bottom: 8px; }
  .editerReviews .form-group .form-control {
    margin-bottom: 15px; }
  .citiesLike {
    padding: 35px 0px; }
  .citiesLike h2 {
    font-size: 23px; }
  .nearbyInside {
    margin-top: 20px; }
  .nearCardDetail ul {
    margin-bottom: 10px; }
  .featureAgent {
    padding: 35px 0px; }
  .agentCard {
    padding: 20px 0px; }
  .twoBtn button {
    padding: 5px 25px;
    font-size: 15px; }
  .agentCard p {
    font-size: 14px; }
  .portfolioGallery {
    padding: 35px 0px; }
  .portGallInside {
    margin-top: 25px; }
  .filters-button-group button {
    margin: 3px 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 15px; }
  .portfolioGallery h2 {
    font-size: 23px;
    line-height: 30px; }
  .transactionVolume {
    padding: 35px 0px; }
  .transactionVolume h2 {
    font-size: 23px;
    line-height: 30px; }
  .pricePerFit {
    background: #f9f9f9;
    padding: 35px 0px; }
  .myTech {
    padding: 35px 0px; }
  .myTech h4 {
    font-size: 20px;
    margin-bottom: 10px; }
  .myTech li {
    font-size: 17px;
    line-height: 30px;
    width: 100%; }
  .upSpace {
    margin-top: 20px; }
  .nearby_city {
    padding: 35px 0px; }
  .nearby_city h2 {
    font-size: 23px;
    text-align: left; }
  .nearbyInside button {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 6px 20px; }
  .nearCardDetail h4 {
    font-size: 18px; }
  .nearCardDetail button {
    margin-top: 15px; }
  .nearbyCard {
    margin: 20px 0px; }
  .carousel-indicators {
    bottom: -10px; }
  .marketSnap {
    padding: 35px 0px; }
  .graphStatus {
    margin: 15px 0px; }
  .snapInside {
    padding: 0px; }
  .marketSnap h2 {
    font-size: 23px; }
  .nav-pills li a {
    margin: 0px 5px; }
  .snapInside .tab-content {
    margin-top: 25px !important; }
  .CpointInside {
    margin-top: 0px;
    box-shadow: none;
    padding: 20px 0px; }
  .crimePoint {
    padding: 35px 0px;
    background: #fafafa; }
  .CpointInside h6 {
    font-size: 13px; }
  .rel {
    margin: 10px 0px; }
  .crimeContent {
    padding: 50px 0px; }
  .near_amenities {
    padding: 35px 0px 5px; }
  .maxWidth {
    max-width: 100% !important; }
  .amenitiesInside {
    margin-top: 25px; }
  .near_amenities h1 {
    font-size: 23px; }
  .amenitiesCard h2 {
    margin-top: 3px;
    margin-bottom: 30px; }
  .amenitiesCard h2 span {
    font-size: 25px; }
  .mapdropdown {
    position: relative;
    width: 100%; }
  #map {
    height: 250px !important; }
  .dataQtyright li {
    width: 100%;
    margin: 15px 0px;
    padding: 0 30px; }
  .dataQtyleft li {
    width: 100%;
    margin: 15px 0px;
    padding: 0 30px; }
  .dataQtyright {
    top: 0px;
    margin-top: 20px; }
  .dataQtyleft li span {
    margin-top: 5px; }
  .mapContent {
    padding: 35px 0px; }
  .mapContent h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px; }
  .mainmap {
    padding: 35px 0px; }
  .mapMenu ul {
    text-align: center;
    margin: 15px 0; }
  .datasearch {
    padding: 30px 15px; }
  .padRight {
    padding-right: 15px !important; }
  .padLeft {
    padding-left: 15px !important; }
  .data_inside label {
    display: block;
    margin: 8px 0; }
  .data_inside button {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px; }
  .head_right {
    float: none !important;
    margin: auto; }
  .headLang ul {
    text-align: center; }
  .headMenu ul {
    text-align: center; }
  .headLang {
    display: none; }
  .headMenu li:last-child {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 5px; }
  #toggleMenu {
    position: absolute;
    right: 0;
    top: 8px;
    width: 25px; }
  #mobileMenu {
    position: fixed;
    top: 0;
    z-index: 999;
    max-width: 600px;
    left: 0;
    height: 100%;
    display: none; }
  #mobileMenu .nav_inside {
    max-height: initial; }
  #mobileMenu .nav_inside li {
    display: block;
    width: 100%;
    text-align: left; }
  #toggleMenu {
    display: block; }
  /* ///////////////////////////////////
  Search page css here /////////////////////////
  /////////////////////////////////// */
  .searchForm {
    padding: 25px 20px; }
  .searchForm h2 {
    font-size: 20px;
    padding-bottom: 10px; }
  .searchForm label {
    margin-bottom: 10px; }
  .border {
    border-bottom: none;
    margin-bottom: 0px; }
  .searchForm .form-group {
    margin-bottom: 25px; }
  .proType li {
    font-size: 13px; }
  .proType li a {
    padding: 4px 17px; }
  .submitBtn {
    min-width: 200px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto; }
  .radioHeigh {
    min-height: 70px; }
  .searchBtn {
    z-index: 999999 !important; }
  .searchBtn ul {
    text-align: center; }
  /* ////////////////////////////////////////////
  Condo page design /////////// ////////// //////
  //////////////////////////////////////////// */
  #container {
    min-width: 230px;
    height: 250px; }
  .blueReviewBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 20px 10px; }
  .blueReviewBox p {
    margin-bottom: 20px;
    font-size: 15px; }
  .nearbyOuter {
    padding: 0px; }
  .editerReviews h2 span {
    top: 0;
    display: block;
    margin-top: 5px;
    font-size: 14px; }
  .rating-block {
    margin-bottom: 15px; }
  .review-block {
    margin-bottom: 25px;
    margin-top: 25px; }
  .ratingLeft {
    font-size: 14px; }
  .ratingRight {
    font-size: 15px;
    letter-spacing: -2px; }
  .loanCalculator {
    background: #f1f1f17a;
    padding: 40px 0px; }
  .loanCalculator h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px; }
  .form-group h3, .form-group p {
    text-align: center; }
  .slider-label {
    font-size: 14px;
    margin-bottom: 12px; }
  .imageDetail {
    padding: 30px 0px; }
  .topSpace {
    margin-top: 25px; }
  .propertyTable {
    padding: 10px 0px; }
  .proHeadTable li {
    font-size: 11px;
    padding: 0px 3px;
    text-align: center; }
  .width25 {
    min-width: 22% !important;
    max-width: 22% !important;
    width: 22% !important; }
  .proBodyTable li {
    font-size: 9px;
    padding: 0px 3px;
    text-align: center;
    line-height: 15px; }
  .featureAmeny li {
    width: 100%;
    font-size: 15px;
    line-height: normal; }
  .featureAmeny h3 {
    font-size: 20px; }
  .imageDetail li {
    width: 100%;
    margin: 8px 0; }
  .imageDetail h1 {
    font-size: 20px; }
  .carousel-indicators li {
    width: 10px !important;
    vertical-align: middle; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .logo {
    width: 100%;
    max-width: 220px;
    margin: auto;
    margin-bottom: 15px; }
  .logo img {
    width: 100%; }
  .headMenu li {
    padding: 15px 5px; }
  .nav_inside {
    max-height: 40px;
    overflow: hidden;
    min-height: 40px;
    position: relative; }
  .nav_inside li {
    padding: 9px 12px; }
  .editerReviews {
    padding: 35px 0px; }
  .editerReviews .row {
    margin-top: 0px !important; }
  .revieOuter {
    border-radius: 0px;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    margin-bottom: 30px; }
  .usrOne hr {
    display: none; }
  .review-block h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 17px; }
  .rating-block h4 {
    margin-bottom: 3px; }
  .editerReviews h2 {
    font-size: 23px; }
  .editerReviews .form-group {
    margin-bottom: 0px; }
  .editerReviews .text-left {
    text-align: center;
    margin-top: 20px; }
  .editerReviews label {
    margin-bottom: 8px; }
  .editerReviews .form-group .form-control {
    margin-bottom: 15px; }
  .citiesLike {
    padding: 35px 0px; }
  .citiesLike h2 {
    font-size: 23px; }
  .nearbyInside {
    margin-top: 20px; }
  .nearCardDetail ul {
    margin-bottom: 10px; }
  .featureAgent {
    padding: 35px 0px; }
  .agentCard {
    padding: 20px 0px; }
  .twoBtn button {
    padding: 5px 25px;
    font-size: 15px; }
  .agentCard p {
    font-size: 14px; }
  .portfolioGallery {
    padding: 35px 0px; }
  .portGallInside {
    margin-top: 25px; }
  .filters-button-group button {
    margin: 3px 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 15px; }
  .portfolioGallery h2 {
    font-size: 23px;
    line-height: 30px; }
  .transactionVolume {
    padding: 35px 0px; }
  .transactionVolume h2 {
    font-size: 23px;
    line-height: 30px; }
  .pricePerFit {
    background: #f9f9f9;
    padding: 35px 0px; }
  .myTech {
    padding: 35px 0px; }
  .myTech h4 {
    font-size: 20px;
    margin-bottom: 10px; }
  .myTech li {
    font-size: 17px;
    line-height: 30px;
    width: 100%; }
  .upSpace {
    margin-top: 20px; }
  .nearby_city {
    padding: 35px 0px; }
  .nearby_city h2 {
    font-size: 23px;
    text-align: left; }
  .nearbyInside button {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 6px 20px; }
  .nearCardDetail h4 {
    font-size: 18px; }
  .nearCardDetail button {
    margin-top: 15px; }
  .nearbyCard {
    margin: 20px 0px; }
  .carousel-indicators {
    bottom: -10px; }
  .marketSnap {
    padding: 35px 0px; }
  .graphStatus {
    margin: 15px 0px; }
  .snapInside {
    padding: 0px; }
  .marketSnap h2 {
    font-size: 23px; }
  .nav-pills li a {
    margin: 0px 5px; }
  .snapInside .tab-content {
    margin-top: 25px !important; }
  .CpointInside {
    margin-top: 0px;
    box-shadow: none;
    padding: 20px 0px; }
  .crimePoint {
    padding: 35px 0px;
    background: #fafafa; }
  .CpointInside h6 {
    font-size: 13px; }
  .rel {
    margin: 10px 0px; }
  .crimeContent {
    padding: 50px 0px; }
  .near_amenities {
    padding: 35px 0px 5px; }
  .maxWidth {
    max-width: 100% !important; }
  .amenitiesInside {
    margin-top: 25px; }
  .near_amenities h1 {
    font-size: 23px; }
  .amenitiesCard h2 {
    margin-top: 3px;
    margin-bottom: 30px; }
  .amenitiesCard h2 span {
    font-size: 25px; }
  .mapdropdown {
    position: relative;
    width: 100%; }
  #map {
    height: 250px; }
  .dataQtyright li {
    width: 100%;
    margin: 15px 0px;
    padding: 0 30px; }
  .dataQtyleft li {
    width: 100%;
    margin: 15px 0px;
    padding: 0 30px; }
  .dataQtyright {
    top: 0px;
    margin-top: 20px; }
  .dataQtyleft li span {
    margin-top: 5px; }
  .mapContent {
    padding: 35px 0px; }
  .mapContent h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px; }
  .mainmap {
    padding: 35px 0px; }
  .mapMenu ul {
    text-align: center;
    margin: 15px 0; }
  .datasearch {
    padding: 30px 15px; }
  .padRight {
    padding-right: 15px !important; }
  .padLeft {
    padding-left: 15px !important; }
  .data_inside label {
    display: block;
    margin: 8px 0; }
  .data_inside button {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px; }
  .head_right {
    float: none !important;
    margin: auto; }
  .headLang ul {
    text-align: center; }
  .headMenu ul {
    text-align: center; }
  .headLang {
    display: none; }
  .headMenu li:last-child {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 5px; }
  #toggleMenu {
    position: absolute;
    right: 0;
    top: 8px;
    width: 25px; }
  #mobileMenu {
    position: fixed;
    top: 0;
    z-index: 999;
    max-width: 600px;
    left: 0;
    height: 100%;
    display: none; }
  #mobileMenu .nav_inside {
    max-height: initial; }
  #mobileMenu .nav_inside li {
    display: block;
    width: 100%;
    text-align: left; }
  #toggleMenu {
    display: block; }
  /* ///////////////////////////////////
  Search page css here /////////////////////////
  /////////////////////////////////// */
  .searchForm {
    padding: 25px 20px; }
  .searchForm h2 {
    font-size: 20px;
    padding-bottom: 10px; }
  .searchForm label {
    margin-bottom: 10px; }
  .border {
    border-bottom: none;
    margin-bottom: 0px; }
  .searchForm .form-group {
    margin-bottom: 25px; }
  .proType li {
    font-size: 13px; }
  .proType li a {
    padding: 4px 17px; }
  .submitBtn {
    min-width: 200px;
    font-size: 16px; }
  .radioHeigh {
    min-height: 70px; }
  .searchBtn {
    z-index: 999999 !important; }
  .searchBtn ul {
    text-align: center; }
  /* ////////////////////////////////////////////
  Condo page design /////////// ////////// //////
  //////////////////////////////////////////// */
  #container {
    min-width: 230px;
    height: 250px; }
  .blueReviewBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 20px 10px; }
  .blueReviewBox p {
    margin-bottom: 20px;
    font-size: 15px; }
  .nearbyOuter {
    padding: 0px; }
  .editerReviews h2 span {
    top: 0;
    display: block;
    margin-top: 5px;
    font-size: 14px; }
  .rating-block {
    margin-bottom: 15px; }
  .review-block {
    margin-bottom: 25px;
    margin-top: 25px; }
  .ratingLeft {
    font-size: 14px; }
  .ratingRight {
    font-size: 15px;
    letter-spacing: -2px; }
  .loanCalculator {
    background: #f1f1f17a;
    padding: 40px 0px; }
  .loanCalculator h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px; }
  .form-group h3, .form-group p {
    text-align: center; }
  .slider-label {
    font-size: 14px;
    margin-bottom: 12px; }
  .imageDetail {
    padding: 30px 0px; }
  .topSpace {
    margin-top: 25px; }
  .propertyTable {
    padding: 10px 0px; }
  .proHeadTable li {
    font-size: 11px;
    padding: 0px 3px;
    text-align: center; }
  .width25 {
    min-width: 22% !important;
    max-width: 22% !important;
    width: 22% !important; }
  .proBodyTable li {
    font-size: 9px;
    padding: 0px 3px;
    text-align: center;
    line-height: 15px; }
  .featureAmeny li {
    width: 100%;
    font-size: 15px;
    line-height: normal; }
  .featureAmeny h3 {
    font-size: 20px; }
  .imageDetail li {
    width: 100%;
    margin: 8px 0; }
  .imageDetail h1 {
    font-size: 20px; }
  .carousel-indicators li {
    width: 10px !important;
    vertical-align: middle; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .agentCard {
    padding: 0px; }
  .twoBtn button {
    padding: 7px 24px;
    font-size: 15px; }
  .agentCard img {
    max-width: 120px; }
  .maxWidth {
    max-width: 20% !important;
    float: left; }
  .dataQtyleft li {
    vertical-align: top; }
  .mapContent h1 {
    font-size: 30px; }
  .mapMenu li {
    padding: 6px 6px;
    font-size: 14px; }
  .data_inside button {
    font-size: 11px;
    padding: 7px 3px; }
  .data_inside label {
    margin: 0px; }
  .nav_inside li {
    padding: 10px 7px;
    font-size: 13px; }
  /* /////////////////////
      Condo Responsive ///////////
  /////////////////////// */
  .imageDetail li {
    width: 25%; }
  .featureAmeny li {
    width: 49%; }
  .submitBtn {
    margin-right: auto; }
  .shoOnly {
    padding: 20px 5px; }
  .shoOnly label span {
    font-size: 12px !important; }
  .searchBtn ul {
    text-align: center; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .proType li a {
    padding: 4px 15px; }
  .showMore {
    padding: 7px 7px; }
  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    padding-left: 20px; }
  .searchForm label span {
    font-size: 13px;
    letter-spacing: -1px; }
  .dropdown-toggle::after {
    top: -8px; } }

@media screen and (min-width: 1201px) and (max-width: 1500px) {
  #mobileMenu {
    display: none !important; } }

.mapArea {
  width: 100%;
  background: none;
  padding: 0px;
  position: relative; }

.mapdropdown {
  position: relative;
  width: 100%; }

.drophead {
  width: 100%;
  padding: 15px 25px;
  background: #009432; }

.drophead h6 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px; }

.dropbody {
  width: 100%;
  padding: 15px 25px;
  background: none;
  /*height: calc(61vh - 0px);
  overflow: auto;*/
  height: 90%;
  overflow-y: scroll; }

.dropbody ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left;
  white-space: nowrap; }

.dropbody li {
  float: none;
  display: block;
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  white-space: nowrap; }

.image-center {
  margin: 0 auto; }

#search-field {
  padding-top: 20px; }

#tabs a {
  font-weight: bold;
  color: #000000 !important; }

ul#tabs li {
  display: inline;
  padding-left: 20px;
  padding-top: 10px; }

#input-field {
  width: 100%; }

label {
  float: left; }

.ct-input {
  width: 220px;
  float: left; }

.datalist-wrapper {
  width: 100%; }

.datalist-wrapper select {
  width: 100%; }

.card-heading {
  font-weight: bold;
  font-size: 15px; }

.card-location {
  color: #168e28; }

.nearbySelect {
  background: #e2913d;
  padding-left: 10px; }
  .nearbySelect a {
    color: #fff8f3;
    font-weight: bold; }

.map-top-title {
  margin-top: 10px; }

.top-title {
  font-size: 36px; }

.top-title-2 {
  font-size: 30px; }

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .top-title {
    font-size: 20px; }
  .top-title-2 {
    font-size: 20px; } }

.price-tag {
  font-size: 20px;
  font-weight: bold;
  color: #009432; }
