/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.landing-page-first-banner .container{
    max-width:90%
}
.landing-page-first-banner .container>div{
    width: 40%;
}
.banner_ad .item-text{
    max-width:100% !important;
    width:100%;
    font-size: 24px;
    line-height: 50px;
    margin: auto; 
}
.banner_ad .img1 .bg-cover{
background-position: bottom;
}
@media(max-width: 768px) {
.landing-page-first-banner .container>div{
   width:100% ;
    margin:auto;
    margin-top: 60%;
    text-align:center !important;
    align-items: center !important;
}
.landing-page-first-banner h1 {
    margin: auto;
    font-size: 22px !important;
    text-align: center !important;
}
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
.banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
}
@media(min-width:768px) and (max-width:1200px){
.banner_ad .item-text {
    font-size: 20px;
    line-height: 30px;
    text-wrap: wrap;
}
}
footer .relative>div:first-child i {
    color: #AB4545 !important
}
footer .relative>div:first-child h2 , footer .relative>div:first-child p{
    color:#ffffff !important;
}
.copyright-text p {
  color : white !important ;
}