footer {
  background: #fafafa;
  border-top: solid 1px #c7c6c7;
}

footer .container {
  width: 100%;
  max-width: 780px;
}

.footer-inner {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

ul.footer-list-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.footer-list-items li{
  display: block;
}
ul.footer-list-items li.follow-us-footer{
    display: flex;
    margin-top: -5px;
}
#applicationTrackBtn, ul.footer-list-items li a {
  color: #3C434B !important;
  font-family: Overpass;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.42px;
  display: table;
  opacity: 0.8;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#applicationTrackBtn:hover, ul.footer-list-items li a:hover{
  opacity: 1;
  padding-left: 5px;
}
ul.footer-list-items li.follow-us-footer a{
  opacity: 1;
}
ul.footer-list-items li.follow-us-footer a:hover{
  transform: scale(1.1);
  padding-left: 0;
}
ul.footer-list-items li a .ar-follow-icon {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
ul.footer-list-items li a:last-child .ar-follow-icon{
  margin-right: 0;
}
ul.footer-list-items li a .ar-follow-icon.ar-follow-twitter{
  background-image: url("../../images/svgIcons/header-footer-icons/Twitter.155356b46e1d.svg");
}
ul.footer-list-items li a .ar-follow-icon.ar-follow-insta{
  background-image: url("../../images/svgIcons/header-footer-icons/Instgram.b3fb9ac2a4d4.svg");
}
ul.footer-list-items li a .ar-follow-icon.ar-follow-youtube{
  background-image: url("../../images/svgIcons/header-footer-icons/Youtube.055f0ed0aa09.svg");
}
.footer-box {
  float: left;
}

.footer-box.one, .footer-box.two, .footer-box.three {
  width: 26%;
}

.footer-box.four {
  width: 22%;
}

.footer-box h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3C434B;
  font-family: Overpass;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px;
}

.follow-us-footer {
  display: inline-block;
}
.youtube-icon{
  position: relative;
  top: -9px;
}

.follow-twitter, .follow-facebook, .follow-insta, .follow-snap, .follow-tumblr {
  display: inline-block;
  margin-right: 10px;
}

.follow-twitter {
  /* background: url("/static/images/arousr-spritesv3.098371bfac67.png") no-repeat -391px -238px; */
  background: url("/static/images/svgIcons/Social_twitter.57c573e922df.svg") no-repeat center center;
	width: 27px; height: 22px;
}

.follow-facebook {
  /* background: url("/static/images/arousr-spritesv3.098371bfac67.png") no-repeat -393px -205px; */
  background: url("/static/images/svgIcons/Social_facebook.f81d3cc32089.svg") no-repeat center center;
	width: 24px; height: 24px;
}

.follow-insta {
  /* background: url("/static/images/arousr-sprites-jun-11.89bf5912def1.svg") no-repeat -445px -8px; */
  background: url("/static/images/svgIcons/Social_instagram.3f81ee98a1bf.svg") no-repeat center center;
  width: 26px;
  height: 25px;
  
}

.follow-snap {
  /* background: url("/static/images/arousr-sprites-jun-11.89bf5912def1.svg") no-repeat -389px -8px; */
  background: url("/static/images/Social_snap_chat.49be74828a25.svg") no-repeat center center;
  
  width: 26px;
  height: 25px;
  
}

.follow-tumblr {
  background: url("/static/images/arousr-sprites-jun-11.89bf5912def1.svg") no-repeat -471px -211px;
  background-size: 497px;
  width: 16px;
  height: 25px;
}