﻿.home .banner-section.swipe-slider-section { background: url(/images/bg.png) no-repeat center; background-position: 0 120px; background-size: 100% 500px; }
    .home .banner-section.swipe-slider-section .ctaLinks a.btn-green { box-shadow: none !important; background-color: #4AB757 !important; }
        .home .banner-section.swipe-slider-section .ctaLinks a.btn-green:hover { background-color: #4AB757 !important; color: white !important; }
        .home .banner-section.swipe-slider-section .ctaLinks a.btn-green:last-child { margin-left: 15px; background-color: transparent !important; color: #C83200 !important; border: 1px solid #C83200 !important; }
    .home .banner-section.swipe-slider-section .banner-container { background: none; }
.heading { color: #E32716; font-size: 2.25rem; font-weight: bold; }
.sub-heading { color: #99999A; font-size: 1.75rem; font-weight: bold; }
a.btn-green { font-size: 1.25rem; }
html[lang=ar] .home .banner-section.swipe-slider-section .ctaLinks a.btn-green:last-child { margin-left: 0; margin-right: 15px; }
html[lang=en] .home .banner-section.swipe-slider-section .contents { padding-right: 100px; }
html[lang=ar] .home .banner-section.swipe-slider-section .contents { padding-left: 100px; }

@media (max-width: 992px) {
    .home .banner-section.swipe-slider-section { background-position: 0 0px; background-size: cover; height: auto; }
    body.home .banner-container .container.swiper-container { padding-top: 3rem; padding-bottom: 3rem; height: auto; }
    .swiper-slide { flex-direction: column; }
    html[lang=en] .home .banner-section.swipe-slider-section .contents { padding-right: 0px; }
    html[lang=ar] .home .banner-section.swipe-slider-section .contents { padding-left: 0px; }

}

@media (max-width:575px) {
    .swiper-slide { padding-left: 1rem; padding-right: 1rem; }
        .swiper-slide .ctaLinks { flex-direction: column; }
            .swiper-slide .ctaLinks a.btn-green { margin: 0 0 10px 0 !important; 
            }

    .revamped-banner .textWrapper .slider-buttons{
        flex-direction:column;

    }

        .revamped-banner .textWrapper .slider-buttons .home-controls {
           margin-top:10px;
        }
}
