.footer {
  background: #111827;
  color: #fff;
  padding: 40px 20px 0px 20px;
  position: relative;
  border-top: 5px solid red;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.footer-container a {color: #FFF;}
.footer-container a:hover {
  color: #e11d2e !important;
}

.column h3, .column h3 a {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ccc;
  text-transform: uppercase;
}

.column ul {
  list-style: none;
  padding: 0;
}

.column ul li {
  margin: 6px 0;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.5;
}

.column ul li:hover {
  color: #e11d2e;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #aaa;
  padding: 20px 0 20px;
}

/* Top button */
#topBtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #e11d2e;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  display: none;
}

.footer .footer-social-icon{
  display: flex;
  padding: 0 10px;
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
  border-top: 1px solid #CCC;
}
.footer .footer-share-wrap{
  width: 40%;
  text-align: left;
  margin-bottom: 0 !important;
  display: flex;
  gap:5px;
}
.footer .static_pages {
  width: 60%;
  text-align: right;
  padding-top: 7px;
}
.footer .static_pages a {
  color: #FFF;
  font-size: 14px;
}
.footer .static_pages a:hover {
  color: #e11d2e !important;
}

.footer-share-wrap span a.social-icon-sm.dailymotion-sm,.footer-share-wrap span a.social-icon-sm.dailymotion-sm:hover {
    background: url(https://stfe.latestly.com/images/dailymotion-icon-04.png) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: block;
}
.footer-share-wrap span a.social-icon-sm.facebook-sm{
    background: url(/images/new_sprite_social_icons.png?v=1) 0 -219px no-repeat;
    background-size: 250px 250px;
    width: 30px;
    height: 30px;
    display: block;
}
.footer-share-wrap span a.social-icon-sm.facebook-sm{
    background: url(/images/new_sprite_social_icons.png?v=1) 0 -219px no-repeat;
    background-size: 250px 250px;
    width: 30px;
    height: 30px;
    display: block;
}
.footer-share-wrap span a.social-icon-sm.facebook-sm:hover{
    background: url(/images/new_sprite_social_icons.png?v=1) 0 -219px no-repeat;
    background-size: 250px 250px;
    
}
.footer-share-wrap span a.social-icon-sm {
	width: 30px;
    height: 30px;
    display: block;
}
.footer-share-wrap span a.social-icon-sm.twitter-sm{
    background: url(/images/new_sprite_social_icons.png?v=1) -35px -220px no-repeat;
    background-size: 250px 250px;
}
.footer-share-wrap span a.social-icon-sm.twitter-sm:hover{
    background: url(/images/new_sprite_social_icons.png?v=1) -35px -220px no-repeat;
    background-size: 250px 250px;
}
.footer-share-wrap span a.social-icon-sm.youtube-sm {
    background: url(/images/new_sprite_social_icons.png?v=1) -207px -220px no-repeat;
    background-size: 250px 250px;
  }
.footer-share-wrap span a.social-icon-sm.youtube-sm:hover {
    background: url(/images/new_sprite_social_icons.png?v=1) -207px -220px no-repeat;
    background-size: 250px 250px;
  }
.footer-share-wrap span a.social-icon-sm.instagram-sm {
    background: url(../images/new_sprite_social_icons.png?v=1) -141px -220px no-repeat;
    background-size: 250px 250px;
  }
.footer-share-wrap span a.social-icon-sm.instagram-sm:hover {
    background: url(../images/new_sprite_social_icons.png?v=1) -141px -220px no-repeat;
    background-size: 250px 250px;
  }
.footer-share-wrap span a.social-icon-sm.linkedin-sm {
    background: url(../images/new_sprite_social_icons.png?v=1) -103px -220px no-repeat;
    background-size: 250px 250px;
  }
.footer-share-wrap span a.social-icon-sm.linkedin-sm:hover {
    background: url(../images/new_sprite_social_icons.png?v=1) -103px -220px no-repeat;
    background-size: 250px 250px;
  }
  .footer-share-wrap span a.social-icon-sm.googleplus-sm {
    background: url(/images/new_sprite_social_icons.png?v=1) -69px -220px no-repeat;
    background-size: 250px 250px;
  }
  .footer-share-wrap span a.social-icon-sm.googleplus-sm:hover {
    background: url(/images/new_sprite_social_icons.png?v=1) -69px -220px no-repeat;
    background-size: 250px 250px;
  }
  .footer-share-wrap span a.social-icon-sm.mailto-sm {
    background: url(/images/new_sprite_social_icons.png?v=1) -191px -182px no-repeat;
    background-size: 250px 250px;
  }
  .footer-share-wrap span a.social-icon-sm.mailto-sm:hover {
    background: url(/images/new_sprite_social_icons.png?v=1) -191px -182px no-repeat;
    background-size: 250px 250px;
  }



@media (max-width: 600px) {
	.footer .footer-container {
		display: flex;
		overflow-x: auto;
		gap: 16px;
		padding: 10px;
		scroll-snap-type: x mandatory;
	}
	.footer .footer-container .column {
		min-width: 200px;
	    flex: 0 0 auto;
	    scroll-snap-align: start;
	}
	.footer .footer-social-icon{
		display: block;
	}
	#topBtn {bottom: 40px}
	.footer .footer-share-wrap{width: 100%; text-align:left;}
	.footer .static_pages {width: 100%; text-align:left;padding-top: 20px}
}