html {
  scroll-padding-top: 15%;
}

body {
  background-color: #f1f1f160;
  font-family: nunito sans, sans-serif;
  overflow-x: hidden;
  width: auto;
}

a:hover {
  text-decoration: none !important;
}

.navbar {
  margin-bottom: 0px !important;
}

.nav {
  padding-left: revert !important;
}

.navbar-default {
  /* position: fixed;

    left: 0;

    right: 0; */
  background: transparent;
  border: none !important;
  z-index: 9;
  padding-bottom: 25px;
}

.navbar-nav > li > a {
  color: rgb(60, 60, 131) !important;
  font-weight: bold;
  font-size: 12px !important;
  box-shadow: inset 0 0 0 0 rgb(60, 60, 131);
  -webkit-transition: ease-out 0.6s;
  -moz-transition: ease-out 0.6s;
  transition: ease-out 0.6s;
}

.navbar-brand {
  position: relative;
  left: -18px;
}

.lineheight {
  line-height: 2em !important;
}

.dropdown-menu > li > a {
  color: rgb(60, 60, 131) !important;
  font-weight: bold;
  font-size: 14px !important;
}

.dropdown-menu > li > a:hover {
  color: rgb(60 60 131) !important;
}

.dropdown-menu {
  width: 100%;
  text-align: center !important;
}

.navbar-nav > li > a:hover {
  background-color: rgb(60, 60, 131) !important;
  color: #fff !important;
  box-shadow: inset 200px 0 0 0 rgb(60, 60, 131);
}

.navbar-nav {
  padding-top: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navbar-toggle {
  margin-top: 38px !important;
}

#overlayText {
  position: absolute;
  text-align: center;
  top: 35%;
  left: 124px;
  z-index: 1;
  width: 45%;
  background: rgb(60, 60, 131, 0.5);
  padding: 50px;
  border-radius: 20px;
}

.fontSize {
  font-size: 30px !important;
  font-weight: bold;
  color: #fff;
}

#topText {
  color: white;
  font-size: 14px;
  align-self: center;
}

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

.calltoactionbtn:link,
.calltoactionbtn:visited {
  background-color: rgb(60, 60, 131);
  color: #fdfdfd;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-right: 10px;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 5px;
}

.calltoactionbtn:hover,
.calltoactionbtn:active {
  /* padding: 14px 22px; */
  color: rgb(60, 60, 131);
  background: #fdfdfd;
}

.bgImageForSlider {
  background: url("assets/images/bg-property.jpg");
  height: 115px;
  width: 100%;
  top: -100px;
}

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

.propertytext {
  color: rgb(60, 60, 131);
  margin: 100px 0 50px 0;
  letter-spacing: 1.5;
  font-weight: bold;
}

#searchlisting {
  background-color: rgb(60, 60, 131) !important;
  padding: 12px;
}

.btnfor_rescomm {
  background: rgb(60 60 131);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border: none !important;
}

.btnfor_rescomm:hover,
.btnfor_rescomm:focus {
  background-color: #fff !important;
  color: rgb(60, 60, 131) !important;
}

.btn1_activated {
  background-color: #fff !important;
  color: rgb(60, 60, 131) !important;
}

.btn-link {
  color: #fdfdfd;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1;
}

.btn-link:hover {
  color: gray;
  outline: none;
  text-decoration: none;
}

#map {
  height: 100%;
}

.map-styling {
  position: relative;
  overflow: hidden;
  /* border: 2px solid white !important; */
  top: 40px !important;
  width: 100%;
  height: 70vh !important;
}

.map-styling-listing {
  position: relative;
  overflow: hidden;
  border: 2px solid white !important;
  top: 10px !important;
  width: 100%;
  height: 40vh !important;
}

.listingtext {
  font-size: 16px;
  font-weight: bold;
  color: rgb(60, 60, 131);
  cursor: pointer;
}

.listingtext:hover {
  text-decoration: none;
  outline: none;
  color: rgba(190, 7, 46, 0.8);
}

.thumbnail-label {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "metric-semibold";
  letter-spacing: 1;
  padding: 7px 10px 4px;
  border-radius: 3px;
  background: rgb(60, 60, 131);
  color: #fff;
}

.thumbnail-label1 {
  position: absolute;
  right: 17px;
  top: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "metric-semibold";
  padding: 7px 10px 4px;
  background: #fff;
  color: #000;
}

.propertyboxstyling {
  cursor: pointer !important;
}

.thumbnail {
  display: block;
  padding: 1px !important;
  margin-bottom: 20px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail:hover {
  box-shadow: 0px 15px 20px 0px #7777778a !important;
  animation: ease-in 0.2s;
}

.rowstyling {
  background-color: #fff !important;
  margin: 0px;
  margin-top: 20px !important;
  border-radius: 4px;
  padding: 15px !important;
}

.aligned {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0px 50px;
  color: rgb(60, 60, 131);
}

.aligned::before {
  content: "\201C";
  position: relative;
  left: -0.5%;
  margin-left: -5%;
  top: 35px;
  font-size: 105px;
  opacity: 0.2;
}

#additional-styling {
  width: 85%;
  margin-top: 90px;
}

.card-shadow {
  box-shadow: 0px 8px 25px 4px rgb(0 0 0 / 5%);
}

.agentbox {
  background-color: #fff;
  padding: 25px;
  text-align: center;
}

/* ////////////////floot up//////////////////// */

.abc {
  position: fixed;
  width: 19%;
}

.absolut {
  position: absolute;
  width: auto;
  top: 1010px;
}

/* //////////////////////////////////// */

.modal-dialog {
  margin: 0px !important;
  margin-left: 12% !important;
}

.modal-content {
  width: 175%;
}

.bottomtextforagent {
  text-align: center !important;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgb(60, 60, 131);
  color: #fff;
  height: 45px;
}

.boxstyle {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 10px;
}

.input-group-addon {
  background-color: transparent !important;
  border: 0px solid #ccc;
}

.box1 {
  text-align: center;
  padding: 48px;
  height: auto;
  background-color: rgb(60, 60, 131);
  color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  letter-spacing: 0.5;
}

.hr1 {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  border: 0;
  border-top: 1px solid #f9f9f9;
  width: 55%;
}

.hr2 {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  border: 0;
  border-top: 1px solid rgb(60, 60, 131);
  width: 92%;
}

.hr3 {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  border: 0;
  border-top: 1px solid #f9f9f9;
  width: 42%;
}

.hr4 {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  border: 0;
  border-top: 1px solid rgb(60, 60, 131);
  width: 82%;
}

.box2 {
  text-align: center;
  padding: 48px;
  height: auto;
  background-color: #fff;
  color: rgb(60, 60, 131);
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  letter-spacing: 0.5;
}

.btn-arrow-service {
  background: transparent;
  border: none;
}

.btn-arrow-service:focus {
  outline: none !important;
}

.carousel-margin {
  margin-top: 15%;
}

.carousel-indicators {
  top: 105% !important;
  z-index: 8 !important;
  left: 0% !important;
  width: 100% !important;
  margin-left: 0% !important;
  display: inline-flex;
  position: absolute;
  overflow-x: scroll;
  height: 80px;
}

.carousel-indicators .active {
  background-color: rgb(60, 60, 131) !important;
}

.carousel-indicators li {
  background-color: rgb(105, 105, 134) !important;
}

.carousel-control.left,
.carousel-control.right {
  background: none !important;
}

.item {
  width: auto;
  height: inherit;
}

.fill {
  width: 100%;
  height: 100% !important;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.overviewsection {
  margin-top: 80px;
}

/* ///////////// map popup card style //////////////// */

.popupmapcard {
  width: 300px;
  overflow: hidden;
}

/* //////////////////////////// end //////////////////// */

/* /////////////////// mobile responsive ///////////////////////////////////// */

@media only screen and (max-width: 992px) {
  .navbar-nav {
    font-size: 16px;
    letter-spacing: 2px;
    background: #ffffff !important;
    text-align: center;
  }
  .nav {
    padding-left: 0px !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    border: none !important;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
  }
  .aligned {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0px 18px;
    color: rgb(60, 60, 131);
  }
  .aligned::before {
    content: "\201C";
    position: relative;
    left: 0% !important;
    margin-left: -12% !important;
    top: 25px !important;
    font-size: 70px !important;
    opacity: 0.2;
  }
}

#myVideo {
  height: 100vh;
  width: 100%;
  object-fit: fill !important;
}

.icon-bar {
  background-color: rgb(60 60 131) !important;
}

@media only screen and (max-width: 768px) {
  .main {
    overflow-x: hidden;
  }
  .navbar-default {
    width: 100% !important;
  }
  .carousel-inner {
    height: 350px !important;
    margin-top: 25px;
  }
  .carousel-inner > .item > img {
    height: 350px !important;
  }
  .carousel-inner2 {
    height: 55px !important;
  }
  .agentbox {
    height: auto !important;
    position: relative !important;
    margin: 50px 15px 20px 15px !important;
  }
  .carousel-indicators {
    position: absolute;
    padding-left: 0;
    margin-left: -30%;
    display: inline-flex;
    justify-content: center;
    z-index: auto;
  }
  .overviewsection {
    margin-top: 100px !important;
  }
  .bgImageForSlider {
    height: 480px !important;
  }
  .navbar-collapse {
    height: auto !important;
    border: none !important;
  }
  #myVideo {
    height: 65vh !important;
  }
  #overlayText {
    top: 38% !important;
    left: 12% !important;
    width: 75%;
    padding: 15px !important;
  }
  .fontSize {
    font-size: 18px !important;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
  }
  .calltoactionbtn:link,
  .calltoactionbtn:visited {
    background-color: rgb(60, 60, 131);
    color: #fdfdfd;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin-right: 10px !important;
    padding: 16px !important;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 2px !important;
  }
  .popupmapcard {
    text-align: center;
    width: 155px !important;
    overflow: hidden;
  }
  .btn-link {
    width: 100%;
    line-height: 4;
  }
  .typedropdown {
    width: 100%;
    margin-bottom: 15px;
  }
  .space {
    margin-top: 50px !important;
  }
  #footer {
    text-align: center;
  }
  .btn1 {
    box-sizing: border-box;
    appearance: none;
    border-radius: 0.6em;
    border-color: rgb(60, 60, 131);
    color: rgb(60, 60, 131);
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 1rem;
    line-height: 1;
    margin: 5px !important;
    padding: 15px !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
 
  .post-module {
    margin: 40px auto !important;
  }
  .listing_status_heading {
    width: auto !important;
  }
  .property_address {
    width: auto !important;
    text-align: center;
  }
  .d-inline {
    float: none !important;
    text-align: center;
  }
  .d-inline {
    width: auto !important;
  }
  .listing-description {
    text-align: center;
  }
}

.table-responsive {
  overflow-x: inherit !important;
}

/* //////////////////////////////////////////////////////////////////////////// */

/* slider */

#carousel-example-generic .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}

#carousel-example-generic .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  border-radius: 4px;
}

#carousel-example-generic .carousel-indicators li.active img {
  opacity: 1;
}

#carousel-example-generic .carousel-indicators li:hover img {
  opacity: 0.75;
}

#carousel-example-generic .carousel-outer {
  position: relative;
}

#footer {
  z-index: 99;
}

.footertop {
  margin-top: 40px;
  background-color: #2c2c2c;
  color: #bbb;
  padding: 35px;
}

.footerbottom {
  background-color: #272727;
  color: #bbb;
}

.social-icon {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  display: inline-flex;
}

.text-dark {
  color: #bbb;
}

.text-dark:hover {
  color: rgb(60, 60, 131) !important;
}

.footercontact {
  letter-spacing: 2px;
  color: #bbb;
}

.footercontact:hover {
  color: rgb(60, 60, 131) !important;
  font-weight: bold;
  text-decoration: none !important;
}

.properties-listing .viewall {
  margin-top: 15px;
}

.properties-listing div.properties {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.owl-wrapper-outer div.properties {
  margin: 0 5px;
}

.properties-listing div.properties .image-holder {
  position: relative;
}

.properties-listing div.properties .status {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0 3px;
  text-align: right;
  font-size: 12px;
}

.properties-listing div.properties p {
  margin-bottom: 10px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  font-family: din;
}

.listing-detail {
  margin-bottom: 30px;
}

.listing-detail span {
  color: #fff;
  width: 25px;
  height: 25px;
  background-color: #555;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  cursor: crosshair;
}

.listing-detail span:hover {
  background: #72b70f;
}

.status.sold {
  background: rgba(104, 167, 13, 0.8);
}

.status.new {
  background: rgba(190, 7, 46, 0.8);
}

/* /////////////////////////////////////////////////// */

/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */

* .knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 240px;
  height: 36px;
  margin: -20px auto 0 auto;
  left: -15px;
  overflow: hidden;
}

.button.b2 {
  border-radius: 50px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  /* background-color: #ebf7fc; */
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 10 */

#button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 4px;
  width: 112px;
  height: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 6px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#button-10 .knobs:before {
  content: "";
  left: 4px;
  width: 110px;
  height: 29px;
  border-radius: 24px;
  background-color: rgb(60, 60, 131);
}

#button-10 .knobs:after {
  content: "Residential";
  right: 4px;
  /* color: #4e4e4e; */
}

#button-10 .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#button-10 .checkbox:checked + .knobs span {
  color: #4e4e4e;
}

#button-10 .checkbox:checked + .knobs:before {
  left: 126px;
  width: 110px;
  height: 29px;
  border-radius: 24px;
  background-color: rgb(60, 60, 131);
}

#button-10 .checkbox:checked + .knobs:after {
  color: #fff;
}

/* /////////////////////////////////////////////////// */

/* btn for listing properties */

.btn1 {
  box-sizing: border-box;
  appearance: none;
  border-radius: 0.6em;
  border-color: rgb(60, 60, 131);
  color: rgb(60, 60, 131);
  cursor: pointer;
  /* display: flex; */
  align-self: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 10px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.selectSection {
  background: #3c3c83;
  color: #f8ffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 12px;
  letter-spacing: 1px;
}

.btn1:hover,
.btn1:focus,
.btn1-active {
  background-color: rgb(60, 60, 131);
  color: #fff !important;
  outline: 0;
}

.active {
  background-color: rgb(60, 60, 131);
  color: #fff !important;
  outline: 0;
}

.btn-submit {
  color: #fff;
  background-color: rgb(60 60 131);
  font-weight: bold;
  padding: 5px 35px;
}

.btn-submit:hover,
.btn-submit:focus {
  color: rgb(60 60 131) !important;
  background-color: #fff !important;
  border: 1px solid rgb(60 60 131) !important;
}

/* ////////////////////////////////////////// */

/* /////////////////// card popup /////////////////////////// */

#popupbox {
  display: none;
}

#some-div:hover #popupbox {
  display: block;
}

.newsCard {
  position: relative;
  width: 285px;
  border-radius: 16px;
  border: 4px solid #e8e8e8;
  border-bottom-color: rgb(60, 60, 131);
  height: 400px;
  margin: 5rem auto;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.newsCaption {
  position: absolute;
  top: auto;
  bottom: 0;
  /* opacity: .6; */
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #fff;
  padding: 15px;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.newsCaption-title {
  margin-top: 0px;
}

.newsCaption-content {
  margin: 0;
}

.newsCaption-link {
  color: #000;
  text-decoration: underline;
  /* opacity: .8; */
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

.news-Slide-up:hover .newsCaption {
  /* opacity: .6; */
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

/* ///////////////////// end //////////////////////////// */

/* /////////////// google logo remove ////////////////////// */

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"]
{
  display: none;
}

/* ///////////////////////////////////////////////////////////////// */

/* //////////////// agent page /////////////// */

.newsCard1 {
  position: relative;
  border-radius: 8px;
  height: 460px !important;
  margin: 5rem auto;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}

.newsCaption1 {
  position: absolute;
  top: auto;
  bottom: 0;
  color: #fff !important;
  font-weight: bold;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 55%;
  -webkit-transform: translateY(40%);
  transform: translateY(58%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.news-Slide-up:hover .newsCaption1 {
  /* opacity: .6; */
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.6s;
}

.news-Slide-up:hover #overlay {
  /* background-color: rgba(60, 60, 131, 0.253); */
  /* background-color: ; */
  background-image: linear-gradient(
    to bottom,
    rgba(60, 60, 131, 0.336),
    rgba(60, 60, 131, 0.384),
    rgba(60, 60, 131, 0.993)
  );
  width: 100%;
  z-index: 2;
  height: 100%;
  position: absolute;
  /* transform: translateX(); */
}

/* ///////////////////////end //////////////////// */

.aaaa {
  box-sizing: border-box;
}

.article {
  /* width: 900px; */
  margin: 10px;
  padding: 12px;
  background: rgb(60 60 131 / 12%);
  border-radius: 5px;
}

.headline {
  font-weight: bold;
  color: rgb(60, 60, 131);
}

.headlinepara {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  color: #505086;
}

.image {
  background: rgb(80, 80, 134);
  width: 400px;
  height: 485px;
  border-radius: 5px;
  padding: 20px;
  color: #efefef;
  font-size: 8rem;
}

.image.right {
  float: right;
  margin-left: 20px;
}

.image.left {
  float: left;
  margin-right: 30px;
}

.content {
  padding: 0 20px;
  color: #444;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

/* ////////////////////////// listing Property Card update 21/05/2021 //////////////////////// */

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  width: 280px;
  height: 420px;
  margin: 40px 0px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 10px 8px rgba(0, 0, 0, 0.04) !important;
}

.post-module:hover .thumbnail2 img,
.hover .thumbnail2 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.post-module .thumbnail2 {
  background: rgb(60 60 131);
  /* height: 400px; */
  overflow: hidden;
}

.post-module .thumbnail2 .listingstatustag {
  position: absolute;
  top: 0px;
  right: 1px;
  z-index: 1;
  background: rgb(60 60 131);
  /* width: 55px; */
  /* height: 55px; */
  padding: 10px;
  /*     -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 3%; */
  color: #ffff;
  font-weight: 60000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

.post-module .thumbnail2 .listingstatustag {
  font-size: 18px;
}

.post-module .thumbnail2 .listingstatustag {
  font-size: 12px;
  text-transform: uppercase;
}

.post-module .thumbnail2 img {
  display: block;
  width: 100%;
  height: 202px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  /* padding: 30px; */
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
  position: absolute;
  /*     top: -34px; */
  left: 0;
  background: #e74c3c;
  /*     padding: 10px 15px; */
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.content-spacing {
  padding: 10px 5% 0 5%;
  width: 275px;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0px;
  color: rgb(60 60 131);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.heading_address {
  letter-spacing: 0.4px;
  line-height: 29;
  height: 45px;
}

.post-module .post-content .sub_title {
  margin: 0;
  color: #fdfdfd;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  width: 300px;
  font-weight: 700;
}

.post-module .post-content .description {
  /* display: none; */
  color: #666666;
  font-size: 12px;
  padding: 5% 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.des_title {
  /* letter-spacing: 0.3px; */
  /* line-height: 26; */
  height: 24px;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  font-style: italic;
}

.price1_title {
  letter-spacing: 1px;
}

.des1_title {
  letter-spacing: 1.2px;
  height: 150px;
}

.post-module .post-content .post-meta {
  padding: 15px 30px 15px 30px;
  margin: 15px 0 0;
  color: #fdfdfd;
  background: rgb(60 60 131);
}

.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

#mt-100 {
  margin-top: 8%;
}

#header-spacing {
  margin: 20px 0 40px 0;
  color: rgb(60, 60, 131);
  letter-spacing: 1.5;
  font-weight: bold;
}

#residential-pricing h2 {
  color: #0e0e0e;
}

.listing_status_heading {
  text-transform: uppercase;
  font-size: 14px;
  background-color: rgb(60, 60, 131);
  color: #fff;
  font-weight: bold;
  padding: 10px;
  width: 35%;
  text-align: center;
}

.property_address {
  color: #666666;
  font-size: 12px;
  padding: 1% 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* /////////////////////////////////////////    Contact Form Styling    ///////////////////////////////////// */

.col-3 {
  float: left;
  width: 100%;
  margin: 25px 0%;
  position: relative;
  /* border: none; */
}

.col-3_res {
  margin: 10px 0% !important;
  z-index: 2;
}

:focus {
  outline: none;
}

/* necessary to give position: relative to parent. */

.col-3 > input[type="text"],
.col-3 > textarea[type="text"] {
  font: 15px/24px "Lato", Arial, sans-serif;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  /* border: none; */
}

.effect-16 {
  padding: 4px 0;
  border-bottom: 1px solid #ccc !important;
  background-color: transparent;
  border: none;
  width: 100%;
}

.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(60, 60, 131);
  transition: 0.4s;
}

.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.effect-16 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #aaa;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  text-align: left;
}

.effect-16:focus ~ label,
.has-content.effect-16 ~ label {
  top: -16px;
  font-size: 12px;
  color: rgb(60, 60, 131);
  transition: 0.3s;
}

/* ////////////////////////////// */

.overviewsection {
  margin-top: 100px;
}

.apex-color {
  color: rgb(60, 60, 131);
}

.facts-width {
  padding: 15px 15px;
}

.facts-header {
  font-weight: bolder;
  width: 175px;
}

.listing-description p {
  line-height: 22pt;
  margin: 20px auto;
  width: 95%;
}

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

.d-inline {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  display: block;
  float: left;
  padding: 00px 10px;
}

.property-span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: rgb(60, 60, 131);
}

#table-properties {
  width: 95%;
  margin: 40px auto 20px auto;
  text-align: center;
}

#table-properties th {
  text-transform: uppercase;
  /* background:#0e0e0e; */
}

#table-properties td,
#table-properties th {
  font-size: 12px;
  text-align: center;
  padding: 15px 10px;
  font-weight: 500;
  letter-spacing: 2px;
}

.btn_flyer {
  font-style: normal !important;
}

/* iframe styling 25-03-2022 */

body.toolbar-page {
  overflow-y: hidden;
  margin-top: 20px;
}

#map {
  display: none;
}
.btn-sale {
  box-sizing: border-box;
  appearance: none;
  border-radius: 0.6em;
  border-color: rgb(60, 60, 131);
  color: rgb(60, 60, 131);
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  line-height: 1;
  margin: 5px !important;
  padding: 15px !important;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 20%;
  display: flex;
  justify-content: center;
}
.btn-sale:hover,
.btn-sale:focus,
.btn-sale-active {
  background-color: rgb(60, 60, 131);
  color: #fff !important;
  outline: 0;
}
.calltoactionbtn
 {
  background-color: rgb(60, 60, 131);
  color: #fdfdfd;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-right: 10px;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 5px;
}

.calltoactionbtn:hover,
.calltoactionbtn:active {
  /* padding: 14px 22px; */
  color: rgb(60, 60, 131);
  background: #fdfdfd;
}