
*{
  margin: 0;
  padding: 0;
   font-family: 'Mulish', sans-serif;
}


/* footerererer */
footer {
  color: #d9d9d9;
  bottom: 0px;
  width: 100%;
  background: #262523;
  height: 350px;
  box-sizing: border-box;

 
}
footer .main-content .content div a{
     color: #d9d9d9;

}

/* left */
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 20px 20px;
  padding-left: 50px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
    font-size: 1.25rem;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: dodgerblue;
  line-height: 40px;
  text-align: center;
  font-size: 1.15rem;
  border-radius: 20px;
  transition: 0.3s;
  margin-left: 15px;
}

.left .content .social a span:hover{
  background: dodgerblue;
}


/* Center */
.center .content a{
  text-decoration: none;
}

.content a{
    text-decoration: none;
}
.left .content a span{
    color: #e8b72e;
}
.left .content a {
    font-size: 30px;
    font-weight: bold;
    color: white;
}
.left .content p{
    font-size: 1rem;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}

/* --------- right  */
.right .content a{
  text-decoration: none;
}


.right .content .text{
  font-size: 1.0625rem;
  
  padding-left: 10px;
}
.right .content .phone{
  margin: 15px 0;
}
.center .content  :hover{
    color: #9c9899;
}
.right .content  :hover{
    color: #9c9899;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
.copy p{
    margin-top: 0px;
    padding: -10px;
    text-align: center;
    font-size: 1 rem; 
    color: #9c9899;
}

@media screen and (max-width: 900px) {
  footer {
    position: relative;
    bottom: 0px;
    height: 720px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}
