.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.flex2 {
  -webkit-box-flex: 2 !important;
  -ms-flex: 2 !important;
  flex: 2 !important;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cta-bar {
  padding: 30px 30px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.11);
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cta-bar .estimate .sub-headline {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  line-height: 0;
  font-weight: bold;
}

.cta-bar .estimate h3 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}

.cta-bar .cta a {
  font-size: 16px;
  margin: 0;
}

.cta-bar .cta a svg {
  margin-right: 6px;
}

.cta-bar .cta button {
  margin: 0;
  margin-left: 40px;
  color: #fff;
}

.hv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  max-width: 1700px;
  margin: 0 auto;
}

.hv-top .col:first-child {
  width: 400px;
  margin-right: 15px;
}

.hv-top .col:last-child {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prop-details {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  height: 470px;
}

.prop-details .map-wrapper {
  margin: -20px -20px 0;
}
.prop-details .details-wrapper {
  text-align: center;
}

.prop-details .details-wrapper h4 {
  margin: 15px 0 2px;
  font-weight: bold;
  font-size: 22px;
}

.prop-details .details-wrapper span:first-child {
  font-size: 16px;
}

.prop-details .details-wrapper .details {
  margin: 0 0 15px;
}

.prop-details .action {
  color: #009eeb;
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  cursor: pointer;
}

.prop-details .action:hover {
  color: #007dba;
}

.hv-top .col svg {
  margin-right: 6px;
  pointer-events: none;
}
#contact-email-form svg, #contact-email-form-1 svg  {
  margin-right: 6px;
}

.cta-bar .expert-blurb {
  width: 300px;
  margin-bottom: 0;
  font-weight: 900;
  margin-right: 10px;
  text-align: right;
}

#map-box-container .mapboxgl-canvas-container canvas.mapboxgl-canvas {
  border-radius: 7px;
}

.sell-my-home-btn .btn {
color: #fff;
margin-bottom: 0;
}


.btn-dark-line {
border: solid 2px #333 !important;
color: #333 !important;
}
.btn-dark:hover {
background-color:#555!important;
color:#fff!important
}
.prop-details .left-actions #adjust-home-options, .prop-details .left-actions #get-alerts {
display: block;
}
.sell-my-home {
margin-bottom: 30px;
padding: 20px;
border: 1px solid #d8d8d8;
border-radius: 0;
text-align: center;
height: 265px;
display: flex;
flex-direction: column;
justify-content: center;
}

.agent-info-block .agent-contact-info .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}

.agent-info-block .agent-contact-info h5 {
  margin: 0 0 4px;
  font-weight: bold;
}

.agent-info-block .agent-contact-info .phone-email-wrapper {
  font-size: 14px;
}

.agent-info-block .agent-contact-info .phone-email-wrapper a:first-child {
  margin-right: 20px;
}

.agent-info-block .agent-contact-info .phone-email-wrapper svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.agent-info-block .agent-tagline {
  padding: 0 20px 0;
  height: 60px;
  overflow-y: auto;
}

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.details .dot {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  background: #818181;
  border-radius: 50%;
}

.home-estimate-block {
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 0;
  margin-bottom: 0;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-estimate {
margin: 20px;
}

.home-estimate-block .home-estimate-header h4 {
margin-top: 0;
text-align: center;
}


.comp-table-block {
  padding-top: 30px;
}

.comp-table-block table {
  width: 100%;
  padding: 20px;
  height: 265px;
}

.comp-table-block table thead {
  border: 1px solid #d8d8d8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.comp-table-block table thead th {
  padding: 10px 20px;
}

.comp-table-block table tbody {
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.comp-table-block table tbody td {
  padding: 7px 20px;
}

.comp-table-block table tbody tr {
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
}

.comp-table-block table tbody tr:hover {
  background: #f8fafa;
}

.comp-table-block table tbody tr:first-child td {
  padding: 10px 20px 7px;
}

.comp-table-block table tbody tr:last-child td {
  padding: 7px 20px 10px;
}

.comp-table-block .plus-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-left: 5px;
  display: none;
}

.comp-table-block .plus-minus.up {
  color: #13ce66;
  display: block;
}

.comp-table-block .plus-minus.down {
  color: #ff5216;
  display: block;
}

.comp-table-block .plus-minus svg {
  width: 16px;
  height: 16px;
}

.hv-bottom {
  padding: 30px;
  max-width: 1700px;
  margin: 0 auto 50px;
}

.comps-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 20px;
}

.comps-header:first-child {
  margin: 0 0 20px;
}

.comps-header h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 !important;
}

.comps-header .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comps-header .arrows div:first-child {
  margin-right: 15px;
}

.comps-header .arrows div {
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
}

.comps-header .arrows div.slick-disabled {
  color: #a3a3a3;
}

.listing {
  outline: none !important;
  margin: 0 10px;
}

.listing.removed .listing-price {
  background: #818181 !important;
  color: #d8d8d8 !important;
}

.listing.removed .listing-price:before {
  border-top-color: #818181 !important;
}

.listing .listing-inner {
  background: #fff;
  border-radius: 3px;
}

.listing .listing-inner .listing-top {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  display: block;
}

.listing .listing-inner .listing-price {
  position: absolute;
  left: -10px;
  top: 10px;
  padding: 3px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
}

.listing .listing-inner .listing-price::before {
  width: 0;
  height: 0;
  border-color: inherit;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid;
  content: "";
  position: absolute;
  left: 0px;
  top: 36px;
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
}

.listing .listing-inner .listing-bottom {
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 20px;
}

.listing .listing-inner .listing-bottom h4 {
  margin: 0 0 5px;
  font-weight: bold;
}

.listing .listing-inner .listing-bottom .details {
  padding: 0 20px 15px;
  margin: 5px -20px;
  border-bottom: 1px solid #d8d8d8;
}

.listing .listing-inner .listing-bottom .details.sold-date {
  margin: 15px -20px 10px;
  padding: 0 20px;
  border: none;
}

.listing .listing-inner .listing-actions-wrapper {
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing .listing-inner .listing-actions-wrapper .listing-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  cursor: pointer;
  color: #009eeb;
}

.listing .listing-inner .listing-actions-wrapper .listing-action:hover {
  color: #007dba;
}

.listing .listing-inner .listing-actions-wrapper .listing-action svg, .listing .listing-inner .listing-actions-wrapper .listing-action img {
  height: 19px;
  width: 19px;
  margin-right: 5px;
}

.get-alerts, .get-alerts-bottom {
  max-width: 400px;
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.11), 0px 15px 5px rgba(0, 0, 0, 0.0008);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.11), 0px 15px 5px rgba(0, 0, 0, 0.0008);
  background: #f3f3f3;
  padding: 20px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.get-alerts.open, .get-alerts-bottom.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media(max-width:991px){
  .get-alerts.open, .get-alerts-bottom.open {
    -webkit-transform: translateY(225%) translateX(0%);
    transform: translateY(225%) translateX(0%);
  }
}
@media(max-width:768px){
  .get-alerts.open, .get-alerts-bottom.open {
    -webkit-transform: translateY(600%) translateX(15%);
    transform: translateY(600%) translateX(15%);
    top: 0 !important;
    left: 0 !important;
  }
}
@media(max-width:480px){
  .get-alerts.open, .get-alerts-bottom.open {
    -webkit-transform: translateY(550%) translateX(5%);
    transform: translateY(550%) translateX(5%);
    top: 0 !important;
    left: 0 !important;
  }
}

.get-alerts svg, .get-alerts-bottom svg {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.get-alerts span, .get-alerts-bottom span {
  font-weight: bold;
}

.get-alerts input, .get-alerts-bottom input {
  margin: 15px 0 0;
  width: 100%;
  padding: 10px 0 10px 15px;
  line-height: 0;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.get-alerts input:hover, .get-alerts-bottom input:hover {
  border-color: #818181;
}

.get-alerts .btn, .get-alerts-bottom .btn {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.mobile-cta {
  width: 100%;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 0;
  cursor: pointer;
  font-weight: bold;
  display: none;
  -webkit-transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
}

.get-alerts-bottom {
  top: unset;
  left: unset;
  right: 30px;
  bottom: 30px;
  position: fixed;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  background: #f8fafa;
}

.other-estimates {
margin: 20px;
border-top: 1px solid #eee;
padding-top: 40px;
}
.other-estimates-header {
text-align: center;
}
.outside-estimates {
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-evenly;
}
.outside-estimates .outside {
margin: 0 20px;
}
.other-estimates div .prmry-color {
margin: 10px 0 0 0;
}
.other-estimates-logo {
max-width: 100px;
}


#hv-report {
  position: relative;
}



  
.comps-filters .filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}


.comps-filters .filters-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  padding: 30px 30px 0;
  max-width: 1700px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .comps-filters .filters-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px 10px;
  }
}

.comps-filters .filters-inner .filter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .comps-filters .filters-inner .filter-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comps-filters .filters-inner .filter {
  margin-left: 25px;
}

@media (max-width: 730px) {
  .comps-filters .filters-inner .filter {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .comps-filters .filters-inner .filter {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .comps-filters .filters-inner .filter.sort {
    margin-bottom: 0;
  }
}

.comps-filters .filters-inner .filter:first-child {
  margin-left: 0;
}

.comps-filters .filters-inner .filter .filter-label {
  font-weight: bold;
  font-size: 14px;
}

.comps-filters .filters-inner .filter .dropdown-toggle {
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  width: 150px;
  margin-top: 3px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 3px;
}

.comps-filters .filters-inner .filter .dropdown-toggle:hover {
  background: #f3f3f3;
}

@media (max-width: 730px) {
  .comps-filters .filters-inner .filter .dropdown-toggle {
    width: 140px;
  }
}

@media (max-width: 768px) {
  .comps-filters .filters-inner .filter .dropdown-toggle {
    width: 100%;
  }
}

.comps-filters .filters-inner .filter .dropdown-menu li {
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #f3f3f3;
  padding: 10px 20px;
  margin: 0;
}

.comps-filters .filters-inner .filter .dropdown-menu li:hover {
  background: #e4e4e4;
}

.comps-filters .filters-inner .mobile-filters-toggle {
  display: none;
  color: #009eeb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .comps-filters .filters-inner .mobile-filters-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comps-filters .filters-inner .mobile-filters-toggle svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.estimate-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
}

.home-value-estimate {
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
flex-direction: column;
}

.home-value-estimate .prmry-color {
font-weight: 900;
}
.sell-my-home-estimate {
border: 1px solid #ddd;
}

.sell-my-home-estimate .prmry-color {
margin-bottom: 0;
font-weight: 900;
}



.estimate-totals .high-low {
  margin: 0 10px 10px 10px;
  color: #777;
}

.estimate-totals .high {
text-align: right;
}


@media (max-width: 768px) {
  .estimate-totals .high-low {
    /*! margin: 10px 0 -15px 0; */
  }
}


.estimate-totals .high-low span {
  /*! padding: 5px 10px; */
  background: none;
  border-radius: 3px;
}

@media (max-width: 820px) {
  .estimate-totals .high-low span {
    font-size: 14px;
  }
}

.estimate-totals .high-low .low {
  background: #fff;
}

.estimate-totals .high-low .high {
  background: #fff;
}

@media (max-width: 820px) {
  .estimate-totals .high-low .high {
    margin-left: 5px;
  }
}

.home-estimate-line {
width: 90%;
height: 20px;
border-radius: 15px;
}



.estimate-title{
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #555555;
}

.val-title{
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #555555;
  background: none !important;
}

.estimate-totals .high-low div{
  display: inline-block;
}

.estimate h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: inherit;
}

.estimate-gradient {
  height: 10px;
  width: 70%;
  background-color: #333; /* For browsers that do not support gradients */
  background-image: linear-gradient(90deg, #DADADA 0%, #333 100%);
  border-radius: 34px;
}

@media (max-width: 991px){
  .comps-filters {
    padding-top: 300px;
    border-top: 0 !important;
  }
.hv-top {
  display: flex;
  flex-direction: column-reverse;
}
.hv-top .col:first-child {
  width: 100% !important;
  margin-right: 0 !important;
  display: flex;
}
.prop-details {
  width: 50% !important;
  margin-right: 30px !important;
  margin-bottom: 0;
}
.sell-my-home {
  height: 470px !important;
  width: 50%;
  margin-bottom: 0;
}
.hv-top .col:last-child {
  margin-left: 0 !important;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
  .comp-table-block {
   
   
  position: absolute;
  width: 100%;
  top: 970px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  }
}

@media (max-width: 768px) {

  .cta-bar {
    padding: 15px;
    position: relative;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    justify-content: center;
  }
  .hv-top .prop-details .map-wrapper {
    height: 165px;
    margin-bottom: 20px;
  }
  .hv-top .prop-details .details-wrapper h4 {
    font-size: 20px;
    margin-top: 0;
  }
  .agent-info-block .agent-contact-info {
    padding: 20px 10px 20px;
  }
  .hv-top .col:first-child {
    display: block;
    height: 100%;
  }
  .prop-details {
    width: 100% !important;
  }
  .sell-my-home {
    margin-top: 30px;
    width: 100%;
    height: 240px !important;
  }
  .comp-table-block {
    top: 1270px;
  }
  .home-estimate-block {
    height: 500px;
  }
  .comps-filters {
    border: none;
    padding-top: 300px;
  }
  .comps-filters .filters-wrapper {
    height: 0;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }
  .comps-filters .filters-wrapper.show {
    height: 330px;
  }
  .comps-filters .filters-wrapper .filter, .comps-filters .filters-wrapper .filter-left {
    width: 100%;
  }
}

@media (max-width: 480px) {

    .outside-estimates {
      flex-wrap: wrap;
    }
    .other-estimates div .prmry-color {
      margin-bottom: 20px;
    }
    .home-estimate-line {
      width: 100%;
    }
    .home-estimate-block {
      padding: 0;
    }
    .estimate-totals {
      padding: 0;
      display: block;
      width: 100%;
      position: relative;
    }
    .estimate-totals .high-low {
      padding: 0;
      margin: 0;
    }
    .estimate-totals .high-low.low {
      position: absolute;
      top: 20px;
    }
    .comps-filters {
      padding-top: 360px;
    }
  .other-estimates {
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .other-estimates div .prmry-color {
    margin: 0 0 10px 0;
    font-size: 18px;
    text-align: center;
  }
  .other-estimates-logo {
    max-width: 70px;
  }
}


#map-box-container .mapboxgl-canvas-container canvas.mapboxgl-canvas {
  border-radius: 7px;
}

@media (min-width: 1025px) {
  #hv-details #map-box-container {
    height: 100%;
    width: 35%;
  }
  #hv-details .map-wrapper {
    height: 100%;
  }
  #hv-details .map-wrapper .radius-select button{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hv-details .map-wrapper .radius-select button span#aria_label_miles {
    width: 60px; 
  }

  #hv-details .modal-dialog {
    display: flex;
    justify-content: center;
  }
  #hv-details .modal-content {
    display: flex;
    justify-content: space-between;
    border: 0;
    min-width: 1000px;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  #hv-details #map-box-container {
    height: 260px;
    width: 100%;
  }
}

#popup-simple-rpt .contact-info span.agent-name {
  color: #fff !important;;
}

.edit-message-alert{
  color: #34495e;
  font-size: 12px;
  float: inline-end;
}

.avg-val-edit{
  width: 45%;
  text-align: right;
}