.heading img {
    width: 100%;
    
}

@media (max-width: 768px){
    .payment-gateway-one > .bg-img img{
        width: 100%;
        
    }
    .payment-gateway-one{
        display: flex;
        flex-wrap: wrap;
        align-items:center;
        justify-content: center;
        
    }
    
}

.text-content{
    backdrop-filter: blur(6px) saturate(22%);
    padding: 10px 80px;
    
}
    		
.head {
	position: relative;
	background-color: #2868D8;
	color: #fff;
	width: 100%;
	padding: 20px;
	border-radius: 20px 20px;
	z-index: 999;
}
.blog-item-main .btn-download{
    /*position: abosulate;*/
    /*margin-left: 140px;*/
    background: #0F1E37;
    padding: 13px;
    border-radius: 5px;
    color: #fff;
    /*pointer-events:none;*/
}
.blog-item-main .btn-download:hover{
    background: #000;
    color: #fff;
}

marquee {
    padding: 10px;
}

marquee p {
    border-bottom: 1px dashed;
    padding: 10px;
    
}

 .leftSocial {
        position: fixed;
        width: 45px;
        top: 40%;
        z-index: 99;
        transition: all .3s linear;
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .4)
    }

    .leftSocial li {
        height: 50px;
        position: relative
    }

    .leftSocial li a {
        color: #fff;
        display: block;
        height: 100%;
        width: 100%;
        line-height: 50px;
        padding-left: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
        transition: all .3s linear
    }

    .leftSocial li.fb a {
        background: #4267b2
    }

    .leftSocial li.tw a {
        background: #1da1f2
    }

    .leftSocial li.ins a {
        background: #e1306c
    }

    .leftSocial li.linke a {
        background: #2867b2
    }

    .leftSocial li.yt a {
        background: red
    }

    .leftSocial li.mp a {
        background: #41a458
    }

    .leftSocial li.wp a {
        background: #29d740
    }

    .leftSocial li a i {
        position: absolute;
        top: 17px;
        left: 14px;
        font-size: 22px
    }

    .leftSocial ul li a span {
        display: none;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    .leftSocial a:hover {
        z-index: 1;
        width: 200px;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
    }

    .leftSocial ul li:hover a span {
        padding-left: 30%;
        display: block
    }
    


@media (max-width: 768px){
    .blog-item-main .btn-download{
        margin-left: 90px;
        
    }
    
}