footer {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 30px;
    color: #7f7f7f;
    background: #262626;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

footer .content1 {
    position: relative;
    margin: 130px auto;
    text-align: center;
    padding: 0 20px;
}

footer .content1 .text {
    font-size: 2.5rem;
    font-weight: 600;
    color: #202020;
}

footer .content1 .p {
    font-size: 2.1875rem;
    font-weight: 600;
    color: #202020;
}

footer footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #111;
}

footer .main-content {
    display: flex;
}

footer .main-content .box {
    flex-basis: 50%;
    padding: 10px 20px;
}

footer .box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

footer .box .content {
    margin: 20px 0 0 0;
    position: relative;
}

footer .box .content:before {
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #C0C0C0;
}

footer .box .content:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #FFD700;
    top: -10px;
}

footer .left .content p {
    text-align: justify;
}

footer a {
    color: #7f7f7f;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

footer a:hover {
    color: #7f7f7f;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}

.footer-phone a {
    color: #7f7f7f;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

footer .footer-phone a:hover {
    color: #7f7f7f;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.maps iframe {
    width: 100%;
    min-width: 300;
    height: 325;
    margin-bottom: 1px;
}

@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
    padding-bottom: 80px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }

  .maps iframe {
    width: 100%;
    height: 325;
    margin-bottom: 1px;
  }
}