.banners-index-index {
    background: #fff;
}

.banners-index-index .top-band {
    background: #f3f4f5;
}

.banners-index-index .row.home-container {
    margin-left: 0;
    margin-right: 0
}


.banners-index-index .home_banner_section .main_banner {
    margin-bottom: 20px;
}

.banners-index-index .home_banner_section .main_banner .main_banr-img {
    text-align: center;
    position: relative;
}

.banners-index-index .home_banner_section .main_banner .main_banr-img a {
    display: block;
}

.banners-index-index .home_banner_section .main_banner .main_banr-img .social_appLink {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.banners-index-index .home_banner_section .main_banner .main_banr-img .social_appLink a {
    display: inline-block;
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;

}

.banners-index-index .home_banner_section .strip-banner{
    margin-bottom: 20px;
}

.banners-index-index .home_banner_section .strip-banner a{
    display: block;
    text-align: center;
}

.banners-index-index .home_banner_section .strip-banner a img{
    display: block;
}


.banners-index-index .home_banner_section .category-links-section {
    margin-bottom: 40px;
}

.banners-index-index .home_banner_section .category-links-section .category-img {
    text-align: center;
    margin-bottom: 20px;
}

.banners-index-index .home_banner_section .category-links-section .category-img a {
    display: inline-block;
}

.banners-index-index .home_banner_section .category-links-section .category-img a img {
    max-width: 100%;
}


.banners-index-index .home_banner_section .style_connect_wrap {
    margin-bottom: 60px;
}

.banners-index-index .home_banner_section .brands-lists {
    margin-bottom: 40px;
    text-align: center;
}

.banners-index-index .home_banner_section .brands-lists h2 {
    font-size: 1.9230769230769em;
    color: #333;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.banners-index-index .home_banner_section .brands-lists h2 {
    font-size: 2.2307692307692em;
    color: #333;
    font-family: 'OpenSans-Bold';
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banners-index-index .home_banner_section .brands-lists .brand-list {}

.banners-index-index .home_banner_section .brands-lists .brand-list .brnd-img {
    margin-bottom: 22px;
}


.banners-index-index .home_banner_section .style_connect_wrap {
    overflow: hidden
}

.banners-index-index .home_banner_section .connect_bg {
    height: 284px;
    text-align: center
}

.banners-index-index .home_banner_section .connect_inner {
    background: rgba(255, 255, 255, 0.7);
    width: 55%;
    display: inline-block;
    position: relative;
    top: 20%;
    padding: 20px
}

.banners-index-index .home_banner_section .connect_inner h2 {
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 5px
}

.banners-index-index .home_banner_section .connect_inner p {
    font-size: 27px;
    margin-bottom: 20px
}

.banners-index-index .home_banner_section .connect_inner ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;

}

.banners-index-index .home_banner_section .connect_inner ul li a {
    display: block;
}

.banners-index-index .home_banner_section .connect_inner ul li a span {
    border-radius: 100%;
    background: #fff;
    display: block;
}

.banners-index-index .home_banner_section .connect_inner ul li a span img {
    border: 10px solid #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    box-sizing: initial;
    transition: ease .4s ease 0s, box-shadow .2s ease 0;
    opacity: .8;
}

.banners-index-index .home_banner_section .connect_inner ul li a span img:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    opacity: 1;
}

/* Arabic */

.banners-index-index .home_banner_section.arabic {
    direction: rtl
}

.banners-index-index .home_banner_section.arabic .category-links-section .category-img {
    float: right;
}

.banners-index-index .home_banner_section.arabic .brands-lists .brand-list .brnd-img {
    float: right;
}



@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    .banners-index-index .home_banner_section .connect_inner {
        width: 80%;
    }

    .banners-index-index .home_banner_section .brands-lists .brand-list .brnd-img.brnd-img-1 {
        display: none;
    }

    .banners-index-index .home_banner_section .category-links-section,
    .banners-index-index .home_banner_section .brands-lists{
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .banners-index-index .home_banner_section .connect_inner h2 {
        font-size: 16px;
    }

    .banners-index-index .home_banner_section .connect_inner p {
        font-size: 16px;
    }

    .banners-index-index .home_banner_section .connect_inner ul li {
        margin: 0 10px;
    }

    .banners-index-index .home_banner_section .connect_inner ul li a span img {
        width: 32px;
        height: 32px;
    }
}