footer {
  background: #212121;
  color: #fff;
  padding: 48px 0;
}

.desktop_accordian_f {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.accordian_f {
  width: 25%;
  padding: 0 40px;
  border-right: 1px solid #3b3b3b;
}

.accordian_f a:hover {
  color: #e82719;
  font-weight: 600;
}

.accordian_title_f {
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.accordian_content_f ul {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}

.accordian_content_f ul li {
  font-size: 16px;
  line-height: 26px;
}

.accordian_content_f p {
  font-size: 13px;
  line-height: 26px;
  color: #a2a2a2;
}

.cta_text {
  padding-top: 60px;
}

.services_banner_content h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.mb70 {
  margin-bottom: 70px;
}

.ser_links_ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-right: 25px;
}

.ser_links_ul li:before {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  left: 0;
  top: -3px;
  font-weight: 800;
  color: #454545;
  font-size: 20px;
}

.in_img {
  float: right;
  width: 140px;
  margin-left: 20px;
}

.widget_about a {
  color: #fefefe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget_pages ul li {
  padding-bottom: 5px;
  border-bottom: 1px dotted #404040;
  margin-bottom: 5px;
}

.widget_pages ul li a {
  color: #a2a2a2;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #e82719;
}

.widget_about a:hover {
  color: #e82719;
}


@media only screen and (max-width: 480px) {
         
      .desktop_accordian_f {
        width: 100%;
        display: block;
        flex-direction: row;
      }
      
      .accordian_f {
        width: 100%;
        padding: 0 00px;
        border-right: 1px solid #3b3b3b;
      }
      
      
      .accordian_title_f {
        font-size: 18px;
        margin-bottom: 25px;
        text-transform: uppercase;
      }
      
      .accordian_content_f ul {
        list-style: none;
        margin: 12px 0;
        padding: 0;
      }
      
      .accordian_content_f ul li {
        font-size: 16px;
        line-height: 26px;
      }
      
      .accordian_content_f p {
        font-size: 13px;
        line-height: 26px;
        color: #a2a2a2;
      }
      
      .cta_text {
        padding-top: 60px;
      }
      
      .services_banner_content h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
      }
      
      .mb70 {
        margin-bottom: 70px;
      }
      
      .ser_links_ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
        margin-right: 25px;
      }
      
      .ser_links_ul li:before {
        position: absolute;
        content: "\f105";
        font-family: fontAwesome;
        left: 0;
        top: -3px;
        font-weight: 800;
        color: #454545;
        font-size: 20px;
      }
      
      .in_img {
        float: right;
        width: 140px;
        margin-left: 20px;
      }
      
      .widget_about a {
        color: #fefefe;
        -webkit-transition: 0.3s;
        transition: 0.3s;
      }
      
      .widget_pages ul li {
        padding-bottom: 5px;
        border-bottom: 1px dotted #404040;
        margin-bottom: 5px;
      }
      
      .widget_pages ul li a {
        color: #a2a2a2;
        font-size: 14px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
      }
      
      
      
      .widget_about a:hover {
        color: #e82719;
      }


}