body, button, input, optgroup, select, textarea {
    font-family: BlinkMacSystemFont,-apple-system,"Montserrat",sans-serif;
}
.view-wrapper {
    width: auto;
    margin-left: 0;

}

.view-wrapper {
    position: absolute;
    height: auto;
    min-height: 750px;
    width: 100%;
    padding: 0 0 0px 0;
    margin-left: 0px;
    background:#ffffff !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 767px) {
    .view-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 0px !important;
    }
}
.page-content-wrapper .page-content {
    padding: 0 0px;
}
.single-accordion .accordion-content {
    font-family: Montserrat,sans-serif!important;
}
.single-accordion{
    margin-top: 10%;
}
.pgw-label {
    position: absolute;
    top: 6px;
    left: 24px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #878787;
    font-weight: 500;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pgw-input {
    font-size: 1.0rem;
    padding-top: 26px;
    height: 68px;
    border-radius: 0px;
    padding-left: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pgw-icon {
    font-size: 0rem;
    position: absolute;
    top: 8px;
    left: 77%;
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pgw-icon img {
    height: auto;
    max-width: 60%;
}
.pgw-button {
    font-family: "Montserrat",sans-serif;
    font-size: 1rem;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(1.8em - 1px);
    padding-top: calc(1.8em - 1px);
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
.r-card-advanced, .s-card-advanced, .l-card-advanced{
    border: 0px solid #e5e5e5;
}
.r-card-advanced .card-head, .s-card-advanced .card-head, .l-card-advanced .card-head {
    border-bottom: 0px solid #e5e5e5;
}
.r-card-advanced, .s-card-advanced, .l-card-advanced {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.s-card-advanced {
    border-radius: 0;
}
.single-accordion .accordion-content {
    background: #25ad9f17;

}
.snack.is-small .snack-text {
    font-size: .7rem;
}
.message {

    font-size: 0.8rem;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 5.5em;
    width: 5.5em;
    margin-top: 0.5em;
}
.button .icon:first-child:last-child {
    margin-left: calc(1.5em - 1px);
    margin-right: calc(-2.5em - 1px);
}
.pgw-business-logo{
    width: 40%;
}
.button.is-green{
    background: green;
    color:white;
}
.button.is-green:hover  {
    background-color: #1f5e57;
    border-color: transparent;
    color: #fff;
}

.button.is-blue{
    background: deepskyblue;
    color:white;
}
.button.is-blue:hover  {
    background-color: #1f5e57;
    border-color: transparent;
    color: #fff;
}
.error-page-success-img{
    max-width: 25% !important;
}
.error-page-img{
    max-width: 56% !important;
}
p {
    color: black;
}
.error-h3 {
    font-size: 1.2em;
    font-weight: 300;
}
/*
loader circle small

 */
.circle {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    animation: spin 0.7s infinite linear;
    margin-left: auto;
    margin-right: auto;
}

.circle-sm {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffffff;
    animation: spin 0.7s infinite linear;

}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.button.is-danger {
    background-color: #e62929;
    border-color: transparent;
    color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
    background-color: #ff4444;
    border-color: transparent;
    color: #fff;
}
