@media screen and (max-width: 600px) {
 .gallery-section {
    position: relative;
    padding: 22px 0px 10px;
    background: url(/templates/CarService/images/bgcool.png) center center no-repeat;
    background-size: cover;
    border-bottom: solid 2px #d5d02b;
}
}
.sidebar-page .side-bar {
    margin-top: 1px;
}
.sidebar-page {
    position: relative;
    padding: 0px 0px;
}
.sidebar-page {
    position: relative;
    padding: 19px 0px;
}
.blockd{font-size: 16px;color: #fff;margin-top: 9px;}
@keyframes text {
  0%{
    transform: translate(0, 0);
  }
  
  100%{
    transform: translate(-160%, 0);
  }
}
.block{
    height: 90px;
    width: 336px;
}

.tglink{color: #fff;margin-top: 0px;margin-left: 14px;}
       @media screen and (max-width: 600px) {
  .tglink {
   margin-top: -43px;
   height: 48px;
  }
}
	
	.sponsors {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 22px 0px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #797979;
}

.page-banner{
		padding-top:23px;	
	}