body, html {
  height: 100%;
}

div .modal-dialog{
  max-width: 1000px;
}
.Landing-header {
   
    padding: 1rem 1rem;
    background-color: #e9ecef;
}

.bg-pursa {
    background: linear-gradient(292deg, rgba(88,168,5,1) 42%, rgba(6,110,83,1) 100%);
}

.bg-pursa1 {
    background: linear-gradient(292deg, rgba(241,194,19,1) 42%, rgba(253,255,0,1) 100%);
}


.sect-ion {
    padding: 2rem 1rem;
    border-radius: .3rem;
    background-color: #e9ecef;
}



.vp{
	padding: 4rem 1rem;
	background-color:grey;
}

.divider {
	width:100px;
	height:10px;
}

.cosmos-footer {
	padding-top:5%;
     
	background-color:grey;
	
}

.btn-escrow {
    color: #fff;
    border-color: #ffb41d;
    background-color: #ffb41d;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

@media (max-width: 575.98px) {
    .display-3{
        font-size: 1.3rem;
    }
    .btn-xs{
        font-size: .75rem;
        line-height: 1.5;
        padding: .25rem .5rem;
        border-radius: .25rem;
    }

    h1{
        font-size: 19px;
    }
    h2{
        font-size: 17px;
    }
    h3>span,h3{
        font-size: 15px;
    }
    h4{
        font-size: 14px;
    }

    p, ul>li,ol>li {
        font-size: 13px;
    }

    .MsoNormal, h3+p{
        font-size: 14px;
    }
   
}

.small .social{
    font-size: 70%;
    font-weight: 400;
}
.logo_pursa {
    width: 80px;
  }
  @keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(116,197,48,0.7),  0 0 0 0 rgba(116,197,48,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(116,197,48,0.0),  0 0 0 0 rgba(116,197,48,0.7);
    }
    80%{
        box-shadow: 0 0 0 30px rgba(116,197,48,0.0),  0 0 0 10px rgba(116,197,48,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(116,197,48,0.0),  0 0 0 10px rgba(116,197,48,0);
    }
    
}
.social-button-group{
    background-color:rgba(255,255,255,0.6);
    border: 1px solid transparent;
    border-radius: 1em;
    cursor: pointer;
    position: fixed;
    bottom: 50%;
    right: 3px;
    max-width: 69px;
    transform: translateY(50%);
    z-index: 10000;
    box-shadow: 0 4px 23px 0px rgba(0, 0, 0, 0.12)!important;
  }