*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Times New Roman", Times, serif;
}
nav{
  position: fixed;
  z-index: 99;
  height: 80px;
  width: 100%;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px 0px 100px;
  margin-left: px;
  margin-top: 0px;
  border-bottom-left-radius: 125px;


}
nav .logo{
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  margin-left: -55px;
}
nav ul{
  display: flex;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
  margin-left: -10px;
}
nav ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
nav ul li a:hover,
nav ul li a.active{
   color: gray;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
#click{
  display: none;
}
@media (max-width: 480px){
  nav .menu-btn i{
    display: block;
    margin-right: -25px;
    
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav{
    width: 100%;
    position: fixed;
    height: 50px;
  }
  nav .logo{
    font-size: 20px;
    margin-left: -75px;
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
  }
  #click:checked ~ ul{
    left: 0%;
  }
  nav ul li{
    margin: 40px 0;
  }
  nav ul li a{
    font-size: 20px;
    display: block;
  }
  nav ul li a:hover,
  nav ul li a.active{
    color: cyan;
    background: none;
  }
}


/* car cleaning icon start*/
.main{
  margin-top: 90px;
  height: 220px;
  width: 100%;
  display: inline-flex
}
.submain{
  margin-top: 0px;
  height: 220px;
  width: 55%;
}

.car-cleaning-option{
  display: inline-flex;
  height: 100px;
  width: 100%;
}
.car-cleaning-option h3{
  padding-top: 45px;
  font-size: 13px;
  color: black;
}
.car-cleaning-option a{
  text-decoration: none;
}
.car-cleaning-icon{
  height: 100px;
  width: 100px;
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
  background:linear-gradient(to bottom left, #000000, white, #000000);
}

.car-detailing-icon{
  height: 100px;
  width: 100px;
  background:linear-gradient(to bottom left, #000000, white, #000000);
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
}
.car-modifecation-icon{
  height: 100px;
  width: 100px;
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
  background:linear-gradient(to bottom left, #000000, white, #000000);
}
.car-accessories-icon{
  height: 100px;
  width: 100px;
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
  background:linear-gradient(to bottom left, #000000, white, #000000);
}
.car-accessories-icon :hover{
  height: 100px;
  width: 100px;
}
.car-spare-parts-icon{
  height: 100px;
  width: 100px;
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
  background:linear-gradient(to bottom left, #000000, white, #000000);
}
.car-tyres-icon{
  height: 100px;
  width: 100px;
  background:linear-gradient(to bottom left, #000000, white, #000000);
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
}
.car-related-services-option{
  display: inline-flex;
  height: 100px;
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
}
.car-related-services-option h3{
  padding-top: 45px;
  font-size: 13px;
  color: black;
}
.car-related-services-option a{
  text-decoration: none;
}
.Learn-to-Drive-Safely-icon{
  height: 100px;
  width: 100px;
  background:linear-gradient(to bottom right, #000000, white, #000000);
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
}
.Out-stations-Taxi-icon{
  height: 100px;
  width: 100px;
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
  background:linear-gradient(to bottom right, #000000, white, #000000);
}
.car-shops-icon{
  height: 100px;
  width: 100px;
  background:linear-gradient(to bottom right, #000000, white, #000000);
  color: black;
  margin-left: 15px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 480px){
.main{
  margin-top: 60px;
  height: 260px;
  width: 100%;
  display: inline-block;
}
.submain{
  width: 100%;
  margin-top: 0px;
  height: 120px;
}
.car-cleaning-option{
    width: 100%;
    height: 55px;
    margin-left: 0px;
    margin-top: 0px;
    
}
  .car-cleaning-option h3{
    font-size: 9px;
   padding-top: 18px;
   color: gray;
  }
  .car-cleaning-icon{
    height: 50px;
    width: 50px;
    margin-left: 5px;
    border-radius: 10%;
  }
  .car-detailing-icon{
     height: 50px;
    width: 50px;
    border-radius: 0%;
    margin-left: 2px;
    border-radius: 10%;
  }
  .car-modifecation-icon{
     height: 50px;
    width: 50px;
    border-radius: 0%;
     margin-left: 2px;
     border-radius: 10%;
  }
  .car-accessories-icon{
    height: 50px;
    width: 50px;
    border-radius: 0%;
     margin-left: 2px;
     border-radius: 10%;
  }
  .car-spare-parts-icon{
    height: 50px;
    width: 50px;
    border-radius: 0%;
     margin-left: 2px;
     border-radius: 10%;
  }
  .car-tyres-icon{
    height: 50px;
    width: 50px;
    border-radius: 0%;
     margin-left: 2px;
     border-radius: 10%;
  }
  .car-related-services-option{
    width: 100%;
    margin-left: 0px;
    height: 55px;
    margin-top: 0px;
  }
  .car-related-services-option h3{
    font-size: 9px;
   padding-top: 18px;
   color: gray;
  }
  .Learn-to-Drive-Safely-icon{
    height: 50px;
    width: 50px;
    border-radius: 0%;
    margin-left: 5px;
    border-radius: 10%;
  }
  .Out-stations-Taxi-icon{
    height: 50px;
    width: 50px;
    border-radius: 0%;
    margin-left: 2px;
    border-radius: 10%;
  }
  .car-shops-icon{
    height: 50px;
    width: 50px;
    border-radius: 0%;
    margin-left: 2px;
    border-radius: 10%;
  }
} 
/* car cleaning icon end*/

/* company info start */

.submain-2{
  width: 45%;
}
.company-info{
  width: 510px;
  margin-top: 0px;
  height: 220px;
  margin-left: 30px;
}

.company-info h2{
  padding-left: 180px;
  padding-top: 5px;
}
.company-info p{
  padding: 10px;
  text-align: justify;
  font-size: 19px;
  
}
@media (max-width: 480px){
  .submain-2{
    width: 100%;
    margin-top: -10px;
    height: 150px;
  }
  .company-info{
    height: 100%;
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .company-info h2{
    font-size: 18px;
    padding-left: 0%;
  }
  .company-info p{
    font-size: 13px;
    padding: 10px;
  }
}
/* company info end */

/* Trending search start*/
.trending_search{
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}

.image{
  height: 100%;
  width: 100%;
  display: inline-flex;
}
.trending_pics_first{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_first:hover{
  transform: translateY(-20px);
  transition: 0.8s;
}
.trending_first iframe{
  height: 350px;
  width: 750px;
  margin-left: 70px;
}
.trending_pics_second{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_second iframe{
  height: 350px;
  width: 375px;
  margin-left: 5px;
}
.trending_pics_second:hover{
  transform: translatey(-20px);
  transition: 0.8s;
}
.trending_pics_third{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_third iframe{
  height: 350px;
  width: 375px;
  margin-top: 355px;
  margin-left: -1130px;
}
.trending_pics_third:hover{
  transform: translateY(20px);
  transition: 0.8s;
  cursor: unset;
}
.trending_pics_forth{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_forth iframe{
  height: 350px;
  width: 750px;
  margin-top: 355px;
  margin-left: -775px;
}
.trending_pics_forth:hover{
  transform: translateY(20px);
  transition: 0.8s;
}
@media (max-width: 480px){
  .trending_search{
    width: 100%;
    font-size: 15px;
    margin-top: 0px;
  }
  .trending_search hr{
    margin-top: 2px;
    width: 200px;
  }
  .image{
    width: 100%;
    height: 202px;
    margin-top: -10px;
  }
  .trending_pics_first{
    height: 95px;
    width: 225px;
    margin-top: 5px;
    margin-left: 5px;
  }
  .trending_first iframe{
    height: 95px;
    width: 100%;
    margin: 0px;
    border-radius: 20%;
  }
  .trending_pics_second{
    height: 95px;
    width: 80px;
    margin-top: 5px;
  }
  .trending_second iframe{
    height: 95px;
    width: 100%;
    margin: 0px;
    border-radius: 20%;
    margin-left: 2px;
  }
  .trending_pics_third{
     height: 95px;
    width: 80px;
    margin-top: 102px;
    margin-left: -305px;
  }
  .trending_third iframe{
    height: 95px;
    width: 100%;
    margin: 0px;
    border-radius: 20%;
  }
  .trending_pics_forth{
    height: 95px;
    width: 225px;
     margin-top: 102px;
     margin-left: 3px;
  }
  .trending_forth iframe{
    height: 95px;
    width: 100%;
    margin: 0px;
    border-radius: 20%;
  }
}
/* Trending search end*/
































/* 

.trending-images{
  
  height: 500px;
  margin-top: 90px;
  width: 80%;
  margin-left: 120px;
  margin-bottom: 80px;
}

.trending-images-1{
  height: 220px;
  width: 40%;
  margin-left: 0px;
  float: left;

}
.trending-images-1 img{
  height: 100%;
  width: 100%;
  border-top-right-radius: 100%;
   box-shadow: 0 13px 26px rgba(0, 0, 0, 0.5), 0 12px 6px rgba(0, 0, 0, 0.1);
}
.trending-images-1 h3{
  font-size: 30px;
  background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
  margin-top: -224px;
  width: 220px;
  height: 110px;
  border-bottom-left-radius: 100%;
  color: white;
  text-transform: uppercase;
  padding: 20px 25px;
  margin-left: 300px;

}

.trending-images-1 p{
  margin-top: -20px;
  width: 350px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.trending-images-1:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(40px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.trending-images-2{
  height: 220px;
  width: 40%;
  float: left;
  margin-left: 202px; 
}
.trending-images-2 img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 100%;
   box-shadow: 0 13px 26px rgba(0, 0, 0, 0.5), 0 12px 6px rgba(0, 0, 0, 0.1);
}
.trending-images-2 h3{
  font-size: 30px;
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  margin-top: -224px;
  width: 150px;
  height: 110px;
  border-bottom-right-radius: 100%;
  color: white;
  text-transform: uppercase;
  padding: 20px 10px;
  margin-left: -70px;
 

 
}

.trending-images-2 p{
  width: 250px;
  margin-left: 120px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.trending-images-2:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(40px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.trending-images-3{
width: 40%;
height: 220px;
float: left;
margin-left: 0px;
margin-top: 20px;

}
.trending-images-3 img{
  height: 220px;
  width: 100%;
  border-top-right-radius: 100%;
  margin-top: 5px;
   box-shadow: 0 13px 26px rgba(0, 0, 0, 0.5), 0 12px 6px rgba(0, 0, 0, 0.1);
  
}
.trending-images-3 h3{
  font-size: 30px;
  background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
  margin-top: -229px;
  width: 150px;
  height: 110px;
  border-bottom-left-radius: 100%;
  color: white;
  text-transform: uppercase;
  padding: 20px 50px;
  margin-left: 370px;
  z-index: 99;
}

.trending-images-3 p{
  width: 250px;
  margin-top: -40px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.trending-images-3:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(40px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  
}
.trending-images-4{
  height: 220px;
  width: 40%;
  margin-left: 202px;
  float: left;
  margin-top: 20px;
  transition: 0.6s;
}
.trending-images-4 img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 100%;
  margin-top: 5px;
   box-shadow: 0 13px 26px rgba(0, 0, 0, 0.5), 0 12px 6px rgba(0, 0, 0, 0.1);
}
.trending-images-4 h3{
  font-size: 30px;
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  margin-top: -229px;
  width: 170px;
  height: 110px;
  border-bottom-right-radius: 100%;
  color: white;
  text-transform: uppercase;
  padding: 20px 10px;
  margin-left: -70px;
}

.trending-images-4 p{
  width: 350px;
  margin-left: 20px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.trending-images-4:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(40px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

*/



/* car deal start  */

.car_deal{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  border-radius: 100%;
  margin-top: 20px;
  height: 35px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car_deal h2{
  font-size: 23px;
  text-align: center;
  padding-top: 6px;
   color: white;
}
.car_deal_image{
  display: inline-flex;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 15px;
}
.car_deal_first{
  margin-left: 40px;
  margin-top: 0px;
}
.first_car img{
  height: 250px;
  width: 250px;
  border-bottom-right-radius: 60%;
}
.first_car a{
  text-decoration: none;
}
.first_car a h3{
  color: white;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  height: 50px;
  width: 75px;
  border-top-left-radius: 100%;
  padding: 20px;
  margin-top: -53px;
  margin-left: 175px;
}
.first_car p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  border-radius: 100%;
  color: white;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  height: 25px;
  padding-top: 1px;
  margin-top: 5px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.second_car img{
  height: 250px;
  width: 250px;
  margin-left: 59px;
  border-bottom-left-radius: 60%;
}
.second_car a{
  text-decoration: none;
}
.second_car a h3{
  color: white;
  background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
  height: 50px;
  width: 75px;
  border-top-right-radius: 100%;
  padding: 20px 10px;
  margin-top: -53px;
  margin-left: 59px;
}
.second_car p{
  background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
  border-radius: 100%;
  color: white;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  height: 25px;
  padding-top: 1px;
  margin-top: 5px;
  width: 250px;
  margin-left: 45px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car_third img{
  height: 250px;
  width: 250px;
  margin-left: 59px;
  border-bottom-right-radius: 60%;
}
.car_third a{
  text-decoration: none;
}
.car_third a h3{
  color: white;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  height: 50px;
  width: 75px;
  border-top-left-radius: 100%;
  padding: 20px 10px;
  margin-top: -55px;
  margin-left: 237px;
}
.car_third p{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  border-radius: 100%;
  color: white;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  height: 25px;
  padding-top: 1px;
  margin-top: 5px;
  width: 250px;
  margin-left: 45px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car_forth img{
  height: 250px;
  width: 250px;
  margin-left: 59px;
  border-bottom-left-radius: 60%;
}
.car_forth a{
  text-decoration: none;
}
.car_forth a h3{
  color: white;
  background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
  height: 50px;
  width: 75px;
  border-top-right-radius: 100%;
  padding: 20px 10px;
  margin-top: -53px;
  margin-left: 59px;
}
.car_forth p{
  background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
  border-radius: 100%;
  color: white;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  height: 25px;
  padding-top: 1px;
  margin-top: 5px;
  width: 250px;
  margin-left: 45px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px){
  .car_deal{
   width: 100%;
   height: 28px;
   margin-top: 10px;
   margin-left: 0px;
  }
  .car_deal h2{
    font-size: 10px;
    padding-top: 8.5px;
    text-align: center;
  }
  .car_deal_image{
    display: inline-block;
    margin-top: 15px;
  }
  .car_deal_first{
    width: 100%;
    height: 220px;
    margin-left: 0px;
  }
  .first_car{
    width: 100%;
    height: 222px;
  }
  .first_car img{
    width: 100%;
    height: 175px;
  }
  .first_car a h3{
    margin-top: -8px;
    margin-left: 0px;
    height: 25px;
    width: 100%;
    padding-left: 0px;
    padding-top: 2px;
    border-bottom-right-radius: 100%;
    text-align: center;
    background:linear-gradient(to top right, #000000 33%,#808080, ghostwhite);
   }
   .first_car p{
    height: 25px;
    width: 100%;
    font-size: 13px;
    padding-top: 5px;
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
    margin-top: 0px;
    background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
   }
   .car_deal_second{
    width: 100%;
    height: 220px;
    margin-top: 0px;
  }
  .second_car{
    width: 100%;
    height: 222px;
  }
  .second_car img{
    width: 100%;
    height: 175px;
    margin-left: 0px;
  }
  .second_car a h3{
    margin-top: -8px;
    margin-left: 0px;
    height: 25px;
    width: 100%;
    padding-left: 0px;
    padding-top: 2px;
    text-align: center;
    border-bottom-left-radius: 100%;
    background:linear-gradient(to top left, #000000 33%,#808080, ghostwhite);
   }
   .second_car p{
    height: 25px;
    width: 100%;
    margin-left: 0px;
    font-size: 13px;
    padding-top: 5px;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    margin-top: 0px;
    background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
   }
  .car_deal_third{
    width: 100%;
    height: 220px;
    margin-left: 0px;
  }
  .car_third{
    width: 100%;
    height: 222px;
  }
  .car_third img{
    width: 100%;
    height: 175px;
    margin-left: 0px;
  }
  .car_third a h3{
    margin-top: -8px;
    margin-left: 0px;
    height: 25px;
    width: 100%;
    padding-left: 0px;
    padding-top: 2px;
    border-bottom-right-radius: 100%;
    text-align: center;
    background:linear-gradient(to top right, #000000 33%,#808080, ghostwhite);
   }
   .car_third p{
    height: 25px;
    width: 100%;
    font-size: 13px;
    margin-left: 0px;
    padding-top: 5px;
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
    margin-top: 0px;
    background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
   }
   .car_deal_forth{
    width: 100%;
    height: 220px;
    margin-top: 0px;
  }
  .car_forth{
    width: 100%;
    height: 222px;
  }
  .car_forth img{
    width: 100%;
    height: 175px;
    margin-left: 0px;
  }
  .car_forth a h3{
    margin-top: -8px;
    margin-left: 0px;
    height: 25px;
    width: 100%;
    padding-left: 0px;
    padding-top: 2px;
    text-align: center;
    border-bottom-left-radius: 100%;
    background:linear-gradient(to top left, #000000 33%,#808080, ghostwhite);
   }
   .car_forth p{
    height: 25px;
    width: 100%;
    margin-left: 0px;
    font-size: 13px;
    padding-top: 5px;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    margin-top: 0px;
     background:linear-gradient(to bottom left, #000000 33%,#808080, ghostwhite);
   }
}
/* car deal end */



.car-access{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  text-align: center;
  border-radius: 100%;
  text-transform: uppercase;
  margin-top: 50px;
   box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-access-main{
  margin-left: 30px;
  margin-top: 25px;
  height: 230px;
  display: inline-flex;
  width: 95%;
}

.car-access-submain{
  height: 200px;
  width: 200px;
  margin-left: 0px;
}
.car-access-first{
  height: 200px;
  width: 200px; 
}
.car-access-first img{
  height: 100%;
  width: 100%;
}
.car-access-submain2{
  height: 200px;
  width: 200px;
  margin-left: 5px;
}
.car-access-second{
  height: 200px;
  width: 200px; 
}
.car-access-second img{
  height: 100%;
  width: 100%;
}
.car-access-submain3{
  height: 200px;
  width: 200px;
  margin-left: 5px;
}
.car-access-three{
  height: 200px;
  width: 200px; 
  
}
.car-access-three img{
  height: 100%;
  width: 100%;
}
.car-access-submain4{
  height: 200px;
  width: 200px;
  margin-left: 5px;
}
.car-access-four{
  height: 200px;
  width: 200px; 
  
}
.car-access-four img{
  height: 100%;
  width: 100%;
}
.car-access-submain5{
  height: 200px;
  width: 200px;
  margin-left: 5px;
}
.car-access-five{
  height: 200px;
  width: 200px; 
  
}
.car-access-five img{
  height: 100%;
  width: 100%;
}
.car-access-submain6{
  height: 200px;
  width: 200px;
  margin-left: 5px;
  margin-top: px;
}
.car-access-six{
  height: 200px;
  width: 200px; 
  
}
.car-access-six img{
  height: 100%;
  width: 100%;
}
@media (max-width: 480px){
  .car-access{
    width: 100%;
    height: 33px;
    font-size: 10px;
    padding-top: 7px;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    background:linear-gradient(to top right, #000000 33%,#808080, ghostwhite);
  }
  .car-access-main{
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    height: 1110px;
  }
  .car-access-submain{
    height: 180px;
    width: 100%;
     padding: 20px;
  }
  .car-access-first{
    height: 100%;
    width: 100%;
  }
  .car-access-submain2{
    height: 180px;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
     padding: 20px;
  }
  .car-access-second{
    height: 100%;
    width: 100%;
  }
  .car-access-submain3{
    height: 180px;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
     padding: 20px;
  }
  .car-access-three{
    height: 100%;
    width: 100%;
  }
  .car-access-submain4{
    height: 180px;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
     padding: 20px;
  }
  .car-access-four{
    height: 100%;
    width: 100%;
  }
  .car-access-submain5{
    height: 180px;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
     padding: 20px;
  }
  .car-access-five{
    height: 100%;
    width: 100%;
  }
  .car-access-submain6{
    height: 180px;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
     padding: 20px;
  }
  .car-access-six{
    height: 100%;
    width: 100%;
  }
}




.select-car{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 100%;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.car-company-main{
  height: 350px;
  width: 90%;
  margin-left: 60px;
  margin-top: 15px;
  
}
.car-company-submain-1{
  height: 150px;
  width: 100%;
  display: inline-flex;
}
.car-company-1{
  height: 150px;
  width: 150px;
}
.car-company-img-1{
  height: 100%;
  width: 100%;
}
.car-company-img-1 img{
  height: 100%;
  width: 100%;
}
.car-company-img-1 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-2{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-2{
  height: 100%;
  width: 100%;
}
.car-company-img-2 img{
  height: 100%;
  width: 100%;
}
.car-company-img-2 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-3{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-3{
  height: 100%;
  width: 100%;
}
.car-company-img-3 img{
  height: 100%;
  width: 100%;
}
.car-company-img-3 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-4{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-4{
  height: 100%;
  width: 100%;
}
.car-company-img-4 img{
  height: 100%;
  width: 100%;
}
.car-company-img-4 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-5{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-5{
  height: 100%;
  width: 100%;
}
.car-company-img-5 img{
  height: 100%;
  width: 100%;
}
.car-company-img-5 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-6{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-6{
  height: 100%;
  width: 100%;
}
.car-company-img-6 img{
  height: 100%;
  width: 100%;
}
.car-company-img-6 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-7{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-7{
  height: 100%;
  width: 100%;
}
.car-company-img-7 img{
  height: 100%;
  width: 100%;
}
.car-company-img-7 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-submain-2{
  height: 150px;
  width: 100%;
  display: inline-flex;
  margin-top: 10px;
}
.car-company-8{
  height: 150px;
  width: 150px;
}
.car-company-img-8{
  height: 100%;
  width: 100%;
}
.car-company-img-8 img{
  height: 100%;
  width: 100%;
}
.car-company-img-8 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-9{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-9{
  height: 100%;
  width: 100%;
}
.car-company-img-9 img{
  height: 100%;
  width: 100%;
}
.car-company-img-9 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-10{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-10{
  height: 100%;
  width: 100%;
}
.car-company-img-10 img{
  height: 100%;
  width: 100%;
}
.car-company-img-10 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-11{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-11{
  height: 100%;
  width: 100%;
}
.car-company-img-11 img{
  height: 100%;
  width: 100%;
}
.car-company-img-11 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-12{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-12{
  height: 100%;
  width: 100%;
}
.car-company-img-12 img{
  height: 100%;
  width: 100%;
}
.car-company-img-12 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-13{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-13{
  height: 100%;
  width: 100%;
}
.car-company-img-13 img{
  height: 100%;
  width: 100%;
}
.car-company-img-13 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.car-company-14{
  height: 150px;
  width: 150px;
  margin-left: 15px;
}
.car-company-img-14{
  height: 100%;
  width: 100%;
}
.car-company-img-14 img{
  height: 100%;
  width: 100%;
}
.car-company-img-14 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px){
  .select-car{
    width: 100%;
    height: 33px;
    font-size: 10px;
    padding-top: 7px;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    background:linear-gradient(to top right, #000000 33%,#808080, ghostwhite);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  }
  .car-company-main{
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
    height: 1750px;
  }
  .car-company-submain-1{
    height: 870px;
    display: inline-block;
    width: 100%;
  }
  .car-company-1{
    height: 120px;
    width: 100%;
     padding: 20px;
  }
  .car-company-2{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
   .car-company-3{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
   .car-company-4{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
   .car-company-5{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
   .car-company-6{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
   .car-company-7{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
  .car-company-submain-2{
    height: 870px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
  }
   .car-company-8{
    height: 120px;
    width: 100%;
    margin-left: 0px;
     padding: 20px;
  }
  .car-company-9{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
  .car-company-10{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
  .car-company-11{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
  .car-company-12{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
  .car-company-13{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
     padding: 20px;
  }
  .car-company-14{
    height: 120px;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
    padding: 20px;
  }
}


/* upcoming new start */

.upcomming-new{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 100%;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.upcomming-main{
  height: 500px;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-flex;
}
.upcoming-submain{
  width: 40%;
  height: 480px;
}
.upcoming-submain-2{
  width: 60%;
  height: 480px;
}
.upcomming-1{
  width: 450px;
  height: 415px;
  margin-left: 25px;
}
.upcomming-1 img{
  height: 100%;
  width: 100%;
}
.upcomming-1 p{
  width: 100%;
  height: 60px;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
}
.upcomming-2{
  height: 100px;
  width: 100%;
  display: inline-flex;
}
.upcomming-2-img{
  width: 20%;
}
.upcomming-2 img{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  height: 100px;
  width: 100%;
}
.upcomming-2-p{
  width: 75%;
}
.upcomming-2 p{
  width: 100%;
  height: 100px;
  margin-left: 20px;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
}
.upcomming-3{
  height: 100px;
  width: 100%;
  display: inline-flex;
  margin-top: 0px;
}
.upcomming-3-img{
  width: 20%;
}
.upcomming-3 img{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  height: 100px;
  width: 100%;
}
.upcomming-3-p{
  width: 75%;
}
.upcomming-3 p{
  width: 100%;
  height: 100px;
  margin-left: 20px;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
}
.upcomming-4{
  height: 100px;
  width: 100%;
  display: inline-flex;
  margin-top: 0px;
}
.upcomming-4-img{
  width: 20%;
}
.upcomming-4 img{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  height: 100px;
  width: 100%;
}
.upcomming-4-p{
  width: 75%;
}
.upcomming-4 p{
  width: 100%;
  height: 100px;
  margin-left: 20px;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
}
.upcomming-5{
  height: 100px;
  width: 100%;
  display: inline-flex;
  margin-top: 0px;
}
.upcomming-5-img{
  width: 20%;
}
.upcomming-5 img{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  height: 100px;
  width: 100%;
}
.upcomming-5-p{
  width: 75%;
}
.upcomming-5 p{
  width: 100%;
  height: 100px;
  margin-left: 20px;
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
}
@media (max-width: 480px){
  .upcomming-new{
    width: 100%;
    margin-top: 10px;
    height: 33px;
    font-size: 10px;
    padding-top: 7px;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    background:linear-gradient(to top right, #000000 33%,#808080, ghostwhite);
  }
  .upcomming-main{
    height: 645px;
    margin-left: 0px;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
  }
  .upcoming-submain{
    height: 325px;
    width: 100%;
  }
  .upcomming-1{
    height: 100%;
    width: 100%;
    margin-left: 0px;
  }
  .upcomming-1 img{
    width: 100%;
    height: 250px;
    border-radius: 10%;
     padding: 20px;
  }
  .upcomming-1 p{
    height: 70px;
  }
  .upcoming-submain-2{
    width: 100%;
    height: 320px;
  }
  .upcomming-2{
    width: 100%;
    height: 75px;
    padding: 10px;
  }
  .upcomming-2-img{
    height: 100%;
    width: 20%;
  }
  .upcomming-2 img{
    height: 100%;
    width: 100%;
  }
  .upcomming-2-p{
    height: 100%;
    width: 75%;
    margin-left: -5px;
  }
  .upcomming-2 p{
     height: 100%;
     width: 100%;
  }
  .upcomming-3{
    width: 100%;
    height: 75px;
    padding: 10px;
  }
  .upcomming-3-img{
    height: 100%;
    width: 20%;
  }
  .upcomming-3 img{
    height: 100%;
    width: 100%;
  }
  .upcomming-3-p{
    height: 100%;
    width: 75%;
    margin-left: -5px;
  }
  .upcomming-3 p{
     height: 100%;
     width: 100%;
  }
  .upcomming-4{
    width: 100%;
    height: 75px;
    padding: 10px;
  }
  .upcomming-4-img{
    height: 100%;
    width: 20%;
  }
  .upcomming-4 img{
    height: 100%;
    width: 100%;
  }
  .upcomming-4-p{
    height: 100%;
    width: 75%;
    margin-left: -5px;
  }
  .upcomming-4 p{
     height: 100%;
     width: 100%;
  }
  .upcomming-5{
    width: 100%;
    height: 75px;
    padding: 10px;
  }
  .upcomming-5-img{
    height: 100%;
    width: 20%;
  }
  .upcomming-5 img{
    height: 100%;
    width: 100%;
  }
  .upcomming-5-p{
    height: 100%;
    width: 75%;
    margin-left: -5px;
  }
  .upcomming-5 p{
     height: 100%;
     width: 100%;
  }
}






/* 

.popular_car_list{
  width: 95%;
  margin-left: 30px;
  margin-top: 20px;
  height: 1000px;
}
.popular_car_list_submain1{
  width: 350px;
  float: left;
  height: 1000px;
}
.popular_car_list_1{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  
}
.popular_car_list_1:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_1 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_1 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_2{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_2:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_2 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_2 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_3{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_3:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_3 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_3 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_4{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_4:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_4 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_4 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_5{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_5:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_5 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_5 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_6{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_6:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_6 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_6 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_7{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_7:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_7 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_7 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_8{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_8:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_8 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_8 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_9{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_9:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_9 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_9 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_10{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_10:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_10 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_10 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_11{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_11:hover{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_11 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_11 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_12{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_12:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_12 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_12 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_13{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_13:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_13 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_13 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_14{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_14:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_14 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_14 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_15{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_15:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_15 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_15 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_16{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_16:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_16 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_16 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_17{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_17:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_17 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_17 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_18{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_18:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_18 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_18 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_19{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_19:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_19 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_19 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_20{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_20:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_20 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_20 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_submain2{
  width: 350px;
  float: left;
  margin-left: 75px;
  height: 1000px;
}
.popular_car_list_21{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  
}
.popular_car_list_21:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_21 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_21 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_22{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_22:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_22 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_22 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_23{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_23:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_23 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_23 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_24{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_24:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_24 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_24 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_25{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_25:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_25 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_25 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_26{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_26:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_26 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_26 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_27{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_27:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_27 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_27 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_28{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_28:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_28 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_28 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_29{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_29:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_29 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_29 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_30{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_30:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_30 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_30 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_31{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_31:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_31 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_31 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_32{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_32:hover{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_32 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_32 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_33{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_33:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_33 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_33 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_34{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_34:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_34 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_34 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_35{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_35:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_35 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_35 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_36{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_36:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_36 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_36 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_37{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_37:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_37 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_37 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_38{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_38:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_38 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_38 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_39{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_39:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_39 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_39 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_40{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_40:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_40 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_40 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_submain3{
  width:350px;
  margin-left: 850px;
  height: 1000px;

}
.popular_car_list_41{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  
}
.popular_car_list_41:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_41 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_41 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_42{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_42:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_42 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_42 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_43{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_43:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_43 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_43 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_44{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_44:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_44 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_44 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_45{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_45:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_45 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_45 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_46{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_46:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_46 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_46 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_47{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_47:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_47 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_47 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_48{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_48:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_48 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_48 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_49{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_49:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_49 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_49 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_50{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_50:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_50 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_50 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_51{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_51:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_51 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_51 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_52{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_52:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_52 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_52 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_53{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_53:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_53 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_53 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_54{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_54:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_54 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_54 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_55{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_55:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_55 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_55 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_56{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_56:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_56 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_56 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_57{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_57:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_57 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_57 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_58{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_58:hover{
  background: linear-gradient(to right, #00093c, #2d0b00);
  color: white;
}
.popular_car_list_58 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_58 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_59{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_59:hover{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_59 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_59 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_60{
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  height: 30px;
  border-radius: 100%;
  padding-top: 5px;
  margin-top: 20px;
  
}
.popular_car_list_60:hover{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
}
.popular_car_list_60 a{
  text-decoration: none;
  color: black;
}
.popular_car_list_60 a:hover{
  color: white;
  transition: 0.5s;
}
.popular_car_list_submain4{
  
  width:350px;
  margin-left: 210px;
  height: 60px;
}
 */



.state-heading{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 100%;
  text-align: center;
  margin-top: 0px;
  text-transform: uppercase;
}
.state-main{
  width: 95%;
  margin-left: 30px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.state-submain1{
  height: 230px;
  width: 230px;
}
.state-pic1{
  height: 230px;
  width: 230px;
}
.state-pic1 img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.state-pic1:hover img{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.state-pic1 p{
  margin-top: -100px;
  width: 230px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.state-pic1:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(-30px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.state-submain2{
  height: 230px;
  width: 230px;
  margin-left: 15px;
}
.state-pic2{
  height: 100%;
  width: 100%;
}
.state-pic2 img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.state-pic2:hover img{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.state-pic2 p{
  margin-top: -100px;
  width: 230px;
  height: 50px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.state-pic2:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(-30px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.state-submain3{
  height: 230px;
  width: 230px;
  margin-left: 15px;
}
.state-pic3{
  height: 100%;
  width: 100%;
}
.state-pic3 img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.state-pic3:hover img{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.state-pic3 p{
  margin-top: -100px;
  width: 230px;
  height: 50px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.state-pic3:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(-30px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.state-submain4{
  height: 230px;
  width: 230px;
  margin-left: 15px;
}
.state-pic4{
  height: 100%;
  width: 100%;
}
.state-pic4 img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.state-pic4:hover img{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.state-pic4 p{
  margin-top: -100px;
  width: 230px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.state-pic4:hover p{
 background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(-30px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.state-submain5{
  height: 230px;
  width: 230px;
  margin-left: 15px;
}
.state-pic5{
  height: 100%;
  width: 100%;
}
.state-pic5 img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.state-pic5:hover img{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.state-pic5 p{
  margin-top: -100px;
  width: 230px;
  height: 50px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}
.state-pic5:hover p{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  opacity: 1;
  transform: translateY(-30px);
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@media (max-width: 480px){
  .state-heading{
    width: 100%;
    height: 33px;
    font-size: 10px;
    padding-top: 7px;
    margin-top: 0px;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    background:linear-gradient(to top right, #000000 33%,#808080, ghostwhite);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  }
  .state-main{
    display: inline-block;
     width: 100%;
     margin-left: 0px;
     height: 1250px;
  }
  .state-submain1{
    width: 100%;
    height: 250px;
    margin-left: 0px;
  }
  .state-pic1{
    width: 100%;
    height: 250px;
    padding: 20px;
  }
  .state-pic1 img{
    height: 220px;
    width: 100%;
  }
  .state-submain2{
    width: 100%;
    height: 250px;
    margin-left: 0px;
  }
  .state-pic2{
    width: 100%;
    height: 250px;
    padding: 20px;
  }
  .state-pic2 img{
    height: 220px;
    width: 100%;
  }
  .state-submain3{
    width: 100%;
    height: 250px;
    margin-left: 0px;
  }
  .state-pic3{
    width: 100%;
    height: 250px;
    padding: 20px;
  }
  .state-pic3 img{
    height: 220px;
    width: 100%;
  }
  .state-submain4{
    width: 100%;
    height: 250px;
    margin-left: 0px;
  }
  .state-pic4{
    width: 100%;
    height: 250px;
    padding: 20px;
  }
  .state-pic4 img{
    height: 220px;
    width: 100%;
  }
  .state-submain5{
    width: 100%;
    height: 250px;
    margin-left: 0px;
  }
  .state-pic5{
    width: 100%;
    height: 250px;
    padding: 20px;
  }
  .state-pic5 img{
    height: 220px;
    width: 100%;
    
  }
}


.breaking-auto{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 100%;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.breaking-automative-main{
  width: 95%;
  height: 400px;
  margin-left: 30px;
  margin-top: 20px;
}
.breaking-automative-submain{
  height: 350px;
  width: 94%;
}
.breaking-automative-image{
  height: 350px;
  width: 350px;
}
.breaking-automative-image img{
  height: 100%;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.breaking-automative-image p{
  height: 350px;
  width: 700px;
  margin-left: 390px;
  margin-top: -354px;
}
@media (max-width: 480px){
  .breaking-auto{
    width: 100%;
    height: 50px;
    font-size: 10px;
    padding-top: 18px;
    margin-top: 0px;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    background:linear-gradient(to top right, #000000 33%,#808080, ghostwhite);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  }
  .breaking-automative-main{
    width: 100%;
    margin-left: 0px;
    height: 480px;
    margin-top: 10px;
  }
  .breaking-automative-submain{
    width: 100%;
    height: 340px;
  }
  .breaking-automative-image{
    width: 100%;
    height: 100%;
     padding: 20px;
  }
  .breaking-automative-image p{
    margin-left: 0px;
    width: 100%;
    margin-top: 15px;
    height: 120px;
    text-align: justify;
    padding: 10px;
    overflow: scroll;
  }
}





/* 

.shop_new{
  background:linear-gradient(to bottom right, #000000 33%,#808080, ghostwhite);
  color: white;
  border-radius: 100%;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.shop_new_main{
  width: 95%;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop_new_main-1{
  display: flex;
}
.shop_new_submain_1{
  height: 100px;
  width: 100px;
}
.shop_new_1{
  height: 100%;
  width: 200px;
}
.shop_new_1 img{
  height: 100%;
  width: 100%;
}
.shop_new_1 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_2{
  height: 100px;
  width: 100px;
  margin-left: 150px;
}
.shop_new_2{
  height: 100%;
  width: 200px;
}
.shop_new_2 img{
  height: 100%;
  width: 100%;
}
.shop_new_2 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_3{
  height: 100px;
  width: 100px;
  margin-left: 150px;
}
.shop_new_3{
  height: 100%;
  width: 200px;
}
.shop_new_3 img{
  height: 100%;
  width: 100%;
}
.shop_new_3 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_4{
  height: 100px;
  width: 100px;
  margin-left: 150px;
}
.shop_new_4{
  height: 100%;
  width: 200px;
}
.shop_new_4 img{
  height: 100%;
  width: 100%;
}
.shop_new_4 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_5{
  height: 100px;
  width: 100px;
  margin-left: 150px;
}
.shop_new_5{
  height: 100%;
  width: 200px;
}
.shop_new_5 img{
  height: 100%;
  width: 100%;
}
.shop_new_5 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_main-2{
  display: flex;
  margin-top: 20px;
}
.shop_new_submain_6{
  height: 100px;
  width: 100px;
}
.shop_new_6{
  height: 100%;
  width: 200px;
}
.shop_new_6 img{
  height: 100%;
  width: 100%;
}
.shop_new_6 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_7{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_7{
  height: 100%;
  width: 200px;
  
}
.shop_new_7 img{
  height: 100%;
  width: 100%;
}
.shop_new_7 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_8{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_8{
  height: 100%;
  width: 200px;
}
.shop_new_8 img{
  height: 100%;
  width: 100%;
}
.shop_new_8 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_9{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_9{
  height: 100%;
  width: 200px;
 
}
.shop_new_9 img{
  height: 100%;
  width: 100%;
}
.shop_new_9 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_10{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_10{
  height: 100%;
  width: 200px;
}
.shop_new_10 img{
  height: 100%;
  width: 100%;
}
.shop_new_10 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_main-3{
  display: flex;
  margin-top: 20px;
}
.shop_new_submain_11{
  height: 100px;
  width: 100px;
}
.shop_new_11{
  height: 100%;
  width: 200px;
}
.shop_new_11 img{
  height: 100%;
  width: 100%;
}
.shop_new_11 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_12{
  height: 100px;
  width: 100px;
  margin-left: 150px;
}
.shop_new_12{
  height: 100%;
  width: 200px;
}
.shop_new_12 img{
  height: 100%;
  width: 100%;
}
.shop_new_12 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_13{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_13{
  height: 100%;
  width: 200px;
}
.shop_new_13 img{
  height: 100%;
  width: 100%;
}
.shop_new_13 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_14{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_14{
  height: 100%;
  width: 200px;
}
.shop_new_14 img{
  height: 100%;
  width: 100%;
}
.shop_new_14 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_15{
  height: 100px;
  width: 100px;
  margin-left: 150px;
}
.shop_new_15{
  height: 100%;
  width: 200px;
}
.shop_new_15 img{
  height: 100%;
  width: 100%;
}
.shop_new_15 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_main-4{
  display: flex;
  margin-top: 20px;
}
.shop_new_submain_16{
  height: 100px;
  width: 100px; 
}
.shop_new_16{
  height: 100%;
  width: 200px;
}
.shop_new_16 img{
  height: 100%;
  width: 100%;
}
.shop_new_16 img:hover{
  opacity: 0.8;
  transition: 0.6s;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
}
.shop_new_submain_17{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_17{
  height: 100%;
  width: 200px;
}
.shop_new_17 img{
  height: 100%;
  width: 100%;
}
.shop_new_17 img:hover{
  opacity: 0.8;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}
.shop_new_submain_18{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_18{
  height: 100%;
  width: 200px;
}
.shop_new_18 img{
  height: 100%;
  width: 100%;
}
.shop_new_18 img:hover{
  opacity: 0.8;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}
.shop_new_submain_19{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_19{
  height: 100%;
  width: 200px;
}
.shop_new_19 img{
  height: 100%;
  width: 100%;
}
.shop_new_19 img:hover{
  opacity: 0.8;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}
.shop_new_submain_20{
  height: 100px;
  width: 100px;
  margin-left: 150px;
   
}
.shop_new_20{
  height: 100%;
  width: 200px;
}
.shop_new_20 img{
  height: 100%;
  width: 100%;
}
.shop_new_20 img:hover{
  opacity: 0.8;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
} */

.thanku-comment{
  text-align: center;
  height: 30px; 
  background:linear-gradient(to right, #000000 33%,#808080, ghostwhite);
  border-radius: 100%;
}
.thanku-comment h2{
  color: white;
}
@media (max-width: 480px){
  .thanku-comment{
    width: 100%;
    height: 30px;
  }
  .thanku-comment h2{
    font-size: 18px;
    padding-top: 4px;
  }
}









