* {
  margin: 0;
  padding: 0;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");

/*
=============== 
Variables
===============
*/

/*
=============== 
Global Styles
===============
*/

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--ff-secondary);
  background: var(--clr-grey-10);
  color: var(--clr-grey-1);
  line-height: 1.5;
  font-size: 0.875rem;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  letter-spacing: var(--spacing);
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: var(--ff-primary);
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
  font-weight: 650;

}
h4 {
  font-size: 0.875rem;
}
p {
  margin-bottom: 1.25rem;
  color: var(--clr-grey-5);
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 2.75rem;
    text-transform: uppercase;
    
  }
  h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
  }
  h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    
  }
  h4 {
    font-size: 1rem;
    text-transform: uppercase;
  }
  body {
    font-size: 1rem;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.5;
  }
}
/*  global classes */

/* section */

@media screen and (min-width: 992px) {
  .section-center {
    width: 95vw;
  }
}
main {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

/*
=============== 
Navbar
===============
*/
nav {
  background: #fff;
  color: #000;
  border-bottom: 14px solid #8a1503;
}
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.nav-toggle {
  font-size: 1.5rem;
  color: #A14021;
  background: transparent;
  border-color: transparent;
  transition: #cc2206;
  cursor: pointer;
}
.nav-toggle:hover {
  color: #cc2206;
  transform: rotate(90deg);
}
.logo {
  width: 180px;
  height: 80px;
}
.links a {
  color: #80331a;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
  display: block;
  padding: 0.5rem 1rem;
}

.social-icons {
  display: none;
}
.links {
  height: 0;
  overflow: hidden;
}
.show-links {
  height: 14rem;
}
@media screen and (min-width: 850px) {
  .nav-center {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
  .nav-header {
    padding: 0;
  }
  .nav-toggle {
    display: none;
  }
  .links {
    height: auto;
    display: flex;
  }
  .links a {
    padding: 0;
    margin: 0 0.5rem;
  }
  .links a:hover {
    padding: 0;
    background: transparent;
  }
}
.top-header {
  background-image: url("/new-images/weston-door-unlock-service.jpeg");
  display: flex;
  overflow: visible;
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1rem;
  background-size: cover;
  justify-content: center;
  position: relative;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform:uppercase;
}
.responsive-image {
  width: 95%;
  margin: auto;
}
footer {
  width: 100%;
  background-color: #8a1503;
  color: #ffffff;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
}
.contact-form {
  background-image: url(/images/u763-sprite.png);
  overflow: visible;
  background-position: -402px top;
  width: 402px;
  height: 100vh;
  padding-bottom: 480px;
  color: #ffffff;
}
.message-text {
  font-size: 40px;
  border-bottom: 2px dashed #ffffff;
}
.button {
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: yellow;
  padding: 10px 50px;
}

@media screen and (max-width: 850px) {
  .actAsDiv {
    width: 95%;
  }
  .contact-form {
    height: 80vh;
  }
}
.sidecontact_form {
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 99999999;
}
.responsive {
  width: 300px;
  height: 300px;
}
.call-btn{
    background-color:#A14021;
    padding:10px;
    text-decoration:none;
}
.call-text{
  font-size: 1.5rem;
  font-weight: 600;
}
.top-header h3{
    font-size:15px;
}
.cities li{
     list-style-image: url("/new-images/white-pin.png");
}
.middle{
  background-image: url("/new-images/affordable-loc-and-key-weston-fl.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.services {
  list-style-image: url("/new-images/navigation\(1\).png");
  padding-left: 2rem;
}
.services li{
  padding-top: 8px;
}
.f-cities{
  list-style-image: url("/new-images/white-pin.png");
  padding-left: 1.5rem;
}
.f-cities li{
  padding-top: 15px;
}
.f-services{
  list-style-image: url("/new-images/navigation\(1\).png");
  padding-left: 1.5rem;
}
.f-services li{
  padding-top:10px ;
}
.h2-title{
  background-color: #8a1503;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}