.w-icon{
	width: 30px;
	height: 30px;
	background-color: #4caf50;
	border-radius: 50%;
	padding: 1px 1px 2px 4px;
}
.wrapper{
	padding: 20px;
}
.wrapper .back{
	position: relative;
	top: 50px;
	width: auto;
	height: auto;
	padding: 10px 20px;
	background-color: #b1862b;
	color: #ffff;
	border-radius: 5px;
}
.wrapper .mt-30{
	margin-top: 100px;
}
.wrappper h2 span{
	color: #b1862b!important;
}
.wrapper .pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(1); }
  to { transform: scale(1.2); }
}

.blurry-text {
   text-shadow: 0 0 32px white;
   color: transparent;
}
.float-left{
    float:left;
}
.qr{
    position:relative;
    margin-top:10px;
    /*right:20px;*/
}
@media(max-width:768px){
    .pdt-1{
    padding-top:10px!important;
    }
    .pdb-1{
        padding-bottom:10px!important;
    }
    .pdb-2{
        padding-bottom:20px!important;
    }
}

.p-icon{
    width:45px;
}
