.bottom_Area_Container {
  width: 100%;
  height: 150%;
  background: #131631;
  color: #ffffff;
  display: inline-block;
  margin: 365vh 0 0 0;
}

.bottom_Area_Offers_Container {
width: 90%;
height: 90%;
margin: 27% 0 0 5%;
text-align: center;
}

.bottom_Area_Offers_Box {
  margin: 0 0 10% 0;
  align-items: center;
  border: .0625rem solid #a1a1b0;
  border-radius: 1ex;
  box-sizing: border-box;
}
.bottom_Area_Offers_Box_Info {
  width: 237px;
  /*height: 227px;*/
  margin: 0 0 31px 31px;
}

.bottom_Area_Box_1_Line1 {
  font-size: 14px;
  line-height: 19px;
}

.bottom_Area_Box_Heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 27px;
  margin: 40px 0 0 0;
}

.bottom_Area_Box_1_Heading {
  margin: -10px 0 0 0;
}

.bottom_Area_Box_SubHeading {
  font-size: 14px;
  line-height: 19px;
  margin: 0.25rem 0 0 0;
}

.bottom_Area_Box_Price {
  font-size: 18px;
  line-height: 37px;
}

.bottom_Area_Box_Price strong {
  font-size: 36px;
}

.bottom_Area_Offers_Button {
  width: 80px;
  height: 32px;
  position: relative;
  background: #2B80C5;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  margin: 0 0 0.5rem 0;
  font-size: 16px;
}

.bottom_Area_Offers_Button:hover {
  cursor: pointer;
  background: #0C80D9;
}

.bottom_Area_Box_Link {
  font-size: 14px;
  /*line-height: 19px;*/
  color: #2b9af3;
  text-decoration: none;
  padding: 0;
  margin: 2rem 0 20px 0; /* Fix the margin here */
}

.bottom_Area_Box_Link:hover {
  color: #33ccff;
  cursor: pointer;
}

.bottom_Area_Bottom_Info_Box {
  font-size: 21px;
  line-height: 24px;
  display: flex;
  margin: 0 0 3em 0;
}

#phone_Icon {
  width: 38px;
  height: 36px;
  margin: 1rem 1rem 0 1rem;
  padding: 0 1rem 0.5rem 1rem;
  background-image: url('../images/phone_icon_6813643.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom_Area_Bottom_Info_Box_Text {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  font-weight: 300;
  /*margin: 0 0 0 1rem;*/
}

.bottom_Area_Footer_Container {
width: 100%;
height: 10%;
border-top: 3px solid #42455A;
position: relative;
}

.bottom_Area_Footer_Info_Box {
  width: 90%;
  height: 100%;
  margin: 20px 0 0 5%;
}

.footer_Site_Links_Box {
  display: flex;
  flex-wrap: wrap;
}

.footer_Site_Links_Image {

}

#footer_Map {
  width: 40px;
  fill: currentColor;
}

#footer_Map:hover {
  cursor: pointer;
}

.footer_Site_Links_Image_Link {
  font-size: 12px;
}

.footer_Site_Links_Image_Link:hover {
  cursor: pointer;
  color: #b7dbf3;
}

.footer_Site_Links_Link {
  font-size: 12px;
  line-height: 17px;
  margin: 0.5rem 0 0 0.5rem;
  word-wrap: break-word;
}

.footer_Site_Links_Link:hover {
  cursor: pointer;
  color: #b7dbf3;
}

.footer_Lower_Links_Box {
  color: #999999;
  margin: 0 0 4em 0;
}

.footer_Lower_Copyright {
  font-size: 10px;
  line-height: 24px;
  color: #999999;
  margin: 0.75rem 0 -2px 0;
}

.footer_Lower_Links_Link {
  margin: -20px 0 0 0;
  font-size: 10px;
  /*line-height: 24px;*/
  color: #ffffff;
}

.footer_Lower_Links_Link:hover {
  cursor: pointer;
  color: #b7dbf3;
}
