/* Add custom CSS styles below */ 

/**/
.banner_ad {
    max-height: 100% !important;
}
/*****/

/*Advertising banner */ 

.ad-star-btn {
  background-color:#777D50;
}
/**/
/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    
    height: unset;
}

.s-payments-list-item:nth-of-type(3) img {
    padding:12px 5px !important;
}
.banner--fixed img {
  background-color: transparent;
}


/****/
@media(min-width:992px) {
.slider-banner-main-7, .video-banner-main-7 {
    height: 40vh;
    width: 80% !important;
    margin: auto;
}
}
@media(max-width:768px) {

.landing-page-first-banner .item-text {
    max-width: 100% !important;
    padding: 2rem 0;
    position: absolute;
    top:  0;
    align-items: center !important;
}
.landing-page-first-banner .item-text h1 {
    font-size: 18px !important;
  text-align: center !important ;
}




/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/



  
  
}