﻿.mapContainer {
    height: 250px;
    margin: 0 110px;
    margin-bottom: 53px;
}

.salePoints .titleBox {
  width: 328px;
  padding-bottom: 60px;
  border-bottom: 6px solid #ffa420;
  margin-bottom: 70px;
}

.salePoints .titleBox h1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
  color: #000000;
}

.salePoints h2 {
float: left;
width: 220px;
  font-family: PlayfairDisplay;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
  color: #000000;
}

.salePoints .brand h2::after {
font-family: "Font Awesome 5 Free"; padding-left: 10px; font-size: 20px; font-weight: 900; content: "\f054";
}

.salePoints .brand.on h2::after {
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053";
}

.salePoints .brand  {
cursor: pointer;
}

.salePoints .points {
float: left;
width: 720px;
}

.salePoints .points .point {
  margin-bottom: 20px;
}

#salePoints .salePoints .brand .points {
max-height: 0;
overflow: hidden;
}

#salePoints .salePoints .brand.on .points {
max-height: 5000px;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
padding-bottom: 0;
}

.salePoints .points .point h4{
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.19px;
  color: #000000;
  cursor: pointer;
}

.salePoints .points .point h4::after {
font-family: "Font Awesome 5 Free"; padding-left: 10px; font-weight: 900; content: "\f107";
}

.salePoints .points .point.on h4::after {
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f106";
}

.salePoints .points .point .info {
    padding-bottom: 20px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #979797;
}

.salePoints .points .point .info div{
width: 220px;
}

.salePoints .points .point .info.v2 div{
margin-bottom: 20px;
}

.salePoints .points .point .info h6{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: -0.16px;
  color: #4a4a4a;
}

.salePoints .points .point .info p,
.salePoints .points .point .info p a{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: -0.16px;
  color: #4a4a4a;
}

#contact .salePoints .points .point .info {
border-bottom: none;
}


.salePoints .points .point .info{
flex-wrap: wrap;
padding-bottom: 20px;
}

#salePoints .salePoints .points .point .info{
  opacity: 0;
max-height: 0;
overflow: hidden;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
padding-bottom: 0;
flex-wrap: wrap;
}

#salePoints .salePoints .points .point.on .info {
  opacity: 1;
max-height: 900px;
padding-bottom: 20px;
cursor: default;
}

/* Contact Form */

.contactForm {
  width: 300px;
  padding-bottom: 30px;
}

.contactForm h6 {
  margin-bottom: 14px;
  text-align: center;
    font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #292929;
}

.contactForm input.textinput{
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  border: none;
  margin-top: 10px;
  padding: 13px 18px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: -0.13px;
  color: #7a7a7a;
}

/* Chrome, Safari, Edge, Opera */
.contactForm input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contactForm input[type=number] {
  -moz-appearance: textfield;
}

.contactForm input[name=message] {
  height: 100px;
}

.contactForm input[name=agree] {
  width: 15px;
  height: 15px;
}

.contactForm .container {
  display: block;
  margin-top: 10px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.13px;
  color: #9e9e9e;
}

.contactForm .container a{
    font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.13px;
  color: #9e9e9e;
  text-decoration: underline;
}

/* Hide the browser's default radio button */
.contactForm .container input {
  position: absolute;
  opacity: 0;
  cursor: default;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
}

/* Create a custom radio button */
.contactForm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 2px solid #979797;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.contactForm .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contactForm .container input:checked ~ .checkmark {
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.contactForm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contactForm .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contactForm .container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: black;
}

.contactForm input[name=send] {
  width: 100%;
  height: 50px;
  background-color: #000;
  border: none;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 0.77px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 24px;
}

@media all and (max-width: 940px) {
.contactForm .salePoints .titleBox {
  width: 222px;
  padding-bottom: 53px;
  border-bottom: 6px solid #ffa420;
}

.contactForm .salePoints .titleBox h1 {
  font-size: 26px;
}
  
  .salePoints h2 {
float: none;
width: 100%;
  font-size: 26px;
  margin-bottom: 18px;
}

.salePoints .points {
float: left;
width: 100%;
}

.salePoints .points .point{
margin-bottom: 17px;
}

.salePoints .points .point .info{
  opacity: 0;
max-height: 0;
overflow: hidden;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
padding-bottom: 0;
flex-wrap: wrap;
}

.salePoints .points .point.on .info {
  opacity: 1;
max-height: 900px;
padding-bottom: 20px;
}

.salePoints .points .point .info div {
flex:0 45%;
margin-bottom: 13px;
}

.salePoints .points .point .info div.v2 {
flex:0 100%;
order:2;
}

.mapContainer {
    height: 350px;
    margin: 0 20px;
    margin-bottom: 28px;
}

#contact .salePoints .points .point .info ,
#contact .salePoints .points .point.on .info {
opacity: 1;
max-height: 900px;
}
}