

body.agentGallery header ul.list-unstyled li a svg1 {
  fill: #1d48a9;
  margin-top: -5px;
}

body.agentGallery header ul.list-unstyled li a .img-responsive {
  height: 23px !important;
}

@media only screen and (max-width: 1024px) {
  body.agentGallery header .list-inline > li {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 320px) {
  body.agentGallery header .col-xs-6 {
    width: 100%;
    text-align: center;
  }
  body.agentGallery header h5.primaryContentColor1 {
    margin-top: 40px;
  }
}

body.agentGallery section.agentContent .btn svg1 {
  fill: #fff;
}


body.agentGallery section.agentContent .propertyListings h5 svg1 {
  fill: #fff;
  margin: -3.5px 15px 0 0;
}



body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 {
  padding: 5px 15px;
}

body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox {
  width: 49%;
  border: solid 1px #989898;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 267px;
}

body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox:nth-child(odd) {
  margin-right: 2%;
  clear: both;
}

body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox h6 {
  color: #193a84;
  background-color: inherit !important;
}

body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox .brokerProfile {
  background-color: #f2f2f2;
  padding: 10px;
  margin: 15px 0 0;
  border-radius: 5px;
}

body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox .brokerProfile .brokerProfilePic {
  height: 78px;
  width: 60px;
  background-size: contain;
}

body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox .brokerProfile .brokerDetails b {
  font-size: 14px;
}

body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox .brokerProfile .brokerDetails .property-details-info {
  font-size: 12px;
}

@media only screen and (max-width: 568px) {
  body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox .fullWidthBox {
    width: 100%;
  }
  body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox .fullWidthBox img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 414px) {
  body.agentGallery section.agentContent .propertyListings .propertyListingsContent1 .propertyListingsBox {
    width: 93%;
    margin: 0 auto 15px !important;
    float: none !important;
  }
}

