/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}
section:nth-child(1 of section.landing-page-first-bannar) .item-text {
    width: 50%;
    background: #008a8a80;
    padding: 33px 0px;
    border-radius: 30px;
}
section:nth-child(1 of section.landing-page-first-bannar) .fbanner-star-btn {
    display: none;
}
@media screen and (max-width:768px) {
section:nth-child(1 of section.landing-page-first-bannar) .item-text {
    width: 100%;
}
}
/******************/
/*******بنر دعائي **********/
.banner_ad p {
font-size: 30px;
line-height: 40px;
}
@media screen and (max-width:768px) {
.banner_ad p {
font-size: 20px !important;
line-height: 40px;
}
}
@media screen and (min-width:991px) {
.banner_ad .img2 {
    grid-row: 1/3;
}
}
.banner_ad .img3 {
    display: none;
}
/*---heading------------------*/
.image-title {
margin-bottom: 25px;
}
@media screen and (max-width:768px) {
.g-products .image-title {
margin-bottom: 44px;
}
}