img.scheames-rel-img {
    height: 63px;
    background: #275262;
    border-radius: 50px;
}
.img-cont-align{
align-items: center
}
img.scheames-rel-img-mini {
    position: absolute;
    width: 44px;
    bottom: 16px;
    left: 2px;
    transform: rotate(304deg);
}
.respons-txt{
	/*font-size:1.2vw;*/
	font-size: 13px;
    font-weight: bold;
    line-height: 23px;
}
.list-group {
    padding: 2px;
}
li.important-links-home {
    margin-top: 0px;
    border-bottom: 1px solid #8080807a;
    margin-bottom: 12px;
    padding-bottom: 12px;
    overflow: hidden;
}
.respons-txt a{
	color: grey;
}
.respons-txt a:hover{
	color: blue;
}
.view-more{
	text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #28a745;
    padding: 4px 10px;
    filter: drop-shadow(1px 3px 2px grey);
}
.card-out{
    position: relative;
}
a.view-all-link {
    background: #28a745;
    padding: 2px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    /*filter: drop-shadow(1px 3px 2px grey);*/
}
.important-headting {
    text-align: center;
    background: #28a745;
    margin-top: 0px;
    border-radius: 3px 3px 1px 1px;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    }

    @media only screen and (max-width: 600px) {
    	.respons-txt{
			width: 91%;
			margin-left: 14px;
    	}
    	img.scheames-rel-img{
    		margin-top: 23px;
    	}
    	.respons-txt a{
    		    font-size: 14px;
    	}
    	.important-headting{
    		margin-top: 51px;
    	}
    }
    .app-link img {
        width: 72%;
        height: 100px;
        color: #fff;
        padding: 8px 15px;
        border-radius: 25px
    }
.app-counts{
        outline: 2px solid #b8b9b8;
        margin-top: 12px;
}
.app-counts:hover{
        outline: 2px solid #b8b9b8;
        background: #24953e;
        color:#fff;
}

.app-img{
        width: 100%;
        outline: 3px solid #b8b9b8;
        padding: 5px;
        border-radius: 10px;
}
.l-arrow:before{
    content: '';
    width: 30%;
    background: #b8b9b8;
    padding: 25px 25px;
    position: absolute;
    top: 25px;
    left: 0px;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}
.r-arrow:after {
   content: '';
    width: 30%;
    background: #b8b9b8;
    padding: 25px 25px;
    position: absolute;
    right: 0px;
    top: 25px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}
.l-arrow:hover:before, .r-arrow:hover:after{
    background: #24953e;
    filter: drop-shadow(1px 1px 1px grey);
}