.add-button {
    position: fixed;
    z-index: 999;
    display: none;
    border-radius: 5px;
    padding: 10px 20px;
    text-indent: 0;
    width: auto;
    font-weight: 600;
}
.add-button > p {
	font-weight: 600;
}
@media (min-width: 1200px){
	.add-button {
	    top: 25px;
	    right: 25px;
	    background-color: #004a8f;
	    color: #fff;
	    font-weight: 600;
	    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
	}
}
@media (min-width: 992px){
	.add-button {
	    top: 25px;
	    right: 25px;
	    background-color: #004a8f;
	    color: #fff;
	    font-weight: 600;
	    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
	}
}
@media (min-width: 768px){
	.add-button {
	    top: 25px;
	    right: 25px;
	    background-color: #004a8f;
	    color: #fff;
	    font-weight: 600;
	    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
	}
}
@media (min-width: 576px){
	.add-button {
	    top: 25px;
	    right: 25px;
	    background-color: #004a8f;
	    color: #fff;
	    font-weight: 600;
	    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
	}
}
@media (max-width: 575.98px){
	.add-button {
	    left: 10px;
	    bottom: 10px!important;
	    right: 10px!important;
	    background-color: #fff;
	    font-weight: 600;
	    border: 1px solid rgba(0,0,0,.2);
	    box-shadow: 0 1px 10px 0 #0d5294;
	}
}
.add-button p {
	font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1rem;
}
.pb-1{
	padding-bottom: .25rem !important;
    text-align: right !important;
    line-height: 1.5;
}
.pwabtn{
	border-radius: 15px;
    background: #fff;
    color: #004a8f;
    font-size: .75rem;
    border: 0;
    font-size: .875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
    line-height: 1.5;
    padding: .25rem .5rem;
    cursor: pointer;
}