.location-banner {
  background: #fff;
  padding: 70px 0 160px;
}
.location-banner .full-content {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 260px;
}
.location-banner .full-content .left-content {
  width: 50%;
  padding: 0 65px 0 0;
}

.location-banner .full-content .left-content h1 {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  letter-spacing: 0.01em;
  font-family: Halyard Display Book;
  font-weight: normal;
  font-size: 72px;
  line-height: 85px;
}
.location-banner .full-content .left-content p.description-text {
  padding: 0;
  margin: 0 0 30px;
  color: #000;
  letter-spacing: 0.01em;
  font-family: Halyard Display Book;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px;
}
.location-banner .full-content .left-content p.pricing-text {
  padding: 0;
  margin: 0 0 45px;
  font-family: Halyard Display Book;
  font-weight: 300;
  font-size: 58px;
  line-height: 78px;
  letter-spacing: 0.015em;
  color: #000;
}
.location-banner .full-content .left-content .banner-btn-box a {
    border: 1px solid #172836;
    background:#172836;
    margin: 0;
    width: 100%;
    display: block;
	max-width:200px;
    /*height: 53px;*/
    padding: 14px 15px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.79px;
    letter-spacing: 2%;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-align:center;
}
.location-banner .full-content .left-content .banner-btn-box a:hover{
    border: 1px solid #648AA8;
    background-color:#648AA8;
}
.location-banner .full-content .left-content .banner-btn-box {
    display: flex;
	gap: 20px;
    margin-top: 45px;
}
.location-banner .full-content .left-content .banner-btn-box a:last-child{
  border:1px solid #000;
  background:#fff;
  color:#393939;
}
.location-banner .full-content .left-content .banner-btn-box a svg {
  margin-right:10px;
}
.location-banner .full-content .left-content .banner-btn-box a:hover:last-child{
    background-color:#172836;
	border: 1px solid #172836;
	color:#fff;
}

.location-banner .full-content .left-content .banner-btn-box a:hover svg path {
  fill:#fff;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.location-banner .full-content .right-content {
  width: 50%;
  text-align: right;
}
