/*!
 * SUASGroup , SUASLine
 * Copyright 2021 SUAS Group
 */
.text-shadow {
	text-shadow: 2px 2px 4px  #000000;
}

.cursor-pointer {
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

.arrow {
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../../../../images/banners/btn-up.png);
    }

.collapsed .arrow {
        background-image: url(../../../../images/banners/btn-down.png);
    }
    


  .benefity li {
        margin: 0;
        padding: 0 0 0 30px;
        list-style: none;
        background-image: url("../../../../images/banners/glyph.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
    }    