.popup-inner .form-group {
    margin-left: 0;
    margin-right: 0;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999999;
}


/* Inner */

.popup-inner {
    max-width: 700px;
    width: auto;
    padding: 20px 20px 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
    max-height: 500px;
}

.ifr-tab-list .popup-scroll.tab-content {
    overflow: auto;
    overflow-x: hidden;
    max-height: 400px;
}


/* Close Button */

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.sticky-contain {
    float: right;
    display: inline-block;
    width: 100%;
    padding: 9px 0px 8px;
}

.sticky-button a.ifr-btn-donate {
    background: #bf1e2e;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    padding: 12px 0 12px;
    color: #fff;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    border: 1px solid #af1424;
    box-shadow: inset 0 0 9px 25px #bf1e2e;
    -webkit-box-shadow: inset 0 0 9px 25px #bf1e2e;
    -moz-box-shadow: inset 0 0 9px 25px #bf1e2e;
    text-align: center;
}

.fundraiser-sticky.no-sticky {
    display: none;
}

.fundraiser-sticky.show-sticky {
    display: inline-block;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    top: 0px;
    background: #ffffff;
    border-bottom: 0;
    box-shadow: 0px 3px 20px 1px rgba(66, 66, 66, 0.2);
    -webkit-box-shadow: 0px 3px 20px 1px rgba(66, 66, 66, 0.2);
    -moz-box-shadow: 0px 3px 20px 1px rgba(66, 66, 66, 0.2);
    background: #fff url(../images/home_22.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.sticky-button a.ifr-btn-fb {
    background: #3b5a9b;
    width: 100%;
    max-width: 75px;
    display: inline-block;
    padding: 13px 0 13px;
    color: #fff;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.sticky-button a.ifr-btn-donate:hover {
    box-shadow: inset 0 0 9px 0 #fff;
    -webkit-box-shadow: inset 0 0 9px 0 #fff;
    -moz-box-shadow: inset 0 0 9px 0 #fff;
    transition: .4s;
    cursor: pointer;
}

.sticky-info {
    float: left;
    width: 60%;
}

.sticky-info .image-contain {
    float: left;
    width: 52px;
    height: 52px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.sticky-info .image-contain img {
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: contain !important;
    width: 52px;
    height: 52px;
    object-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sticky-info .image-contain span {
    float: left;
    display: inline-block;
}

.sticky-info span {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    color: #fff;
}

.sticky-button {
    margin-top: 3px;
    display: inline-block;
    width: 40%;
}

.sticky-span {
    float: left;
    display: table;
    text-align: left;
    width: 70%;
    padding-left: 18px;
    font-family: opensans;
    font-size: 14px;
    line-height: 1.8;
    height: 53px;
}

div#fundraiser-sticky:before {
    content: '';
    width: 99.666666%;
    height: 90%;
    background: rgba(255, 255, 255, 0.16862745098039217);
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -9;
    border: 1px solid rgba(255, 251, 252, 0.09019607843137255);
}

.nav-inner-page {
    position: absolute;
    z-index: 9999;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff !important;
    box-shadow: 0px 0px 30px #b9b4b4;
    -webkit-box-shadow: 0px 0px 30px #b9b4b4;
    -moz-box-shadow: 0px 0px 30px #00000033;
}

.nav-inner-page .navbar-brand .main-logo {
    display: none;
}

.nav-inner-page .navbar-brand .sticky-logo {
    display: block !important;
}

.nav-inner-page .navbar-collapse .navbar-nav li a {
    color: #37B774 !important;
    text-shadow: none !important;
}

.nav-inner-page .navbar-collapse .search-box-sec form {
    border: 2px solid #37B774 !important;
}

.nav-inner-page .navbar-collapse .search-box-sec form .header-search {
    color: #37B774 !important;
}

.nav-inner-page .navbar-collapse .search-box-sec form .header-search-button {
    background: #37B774 !important;
    color: #fff !important;
}

.nav-inner-page .navbar-collapse .navbar-right .astart-fund-btn {
    border-color: #37B774 !important;
    color: #fff !important;
    background: #37B774 !important;
}

.nav-inner-page .navbar-collapse .navbar-right .astart-fund-btn a {
    color: #fff !important;
}

.nav-inner-page .navbar-collapse .navbar-nav li a:hover {
    color: #474747 !important;
    text-shadow: none !important;
}

.nav-inner-page .navbar-collapse .navbar-right .astart-fund-btn:hover {
    background: transparent !important;
}

.nav-inner-page .navbar-collapse .navbar-right .astart-fund-btn:hover a {
    color: #37B774 !important;
}

.nav-inner-page .navbar-collapse .search-box-sec form .header-search::placeholder {
    color: #37B774 !important;
}

.nav-inner-page .navbar-collapse .search-box-sec form .header-search:-ms-input-placeholder {
    color: #37B774 !important;
}

.nav-inner-page .navbar-collapse .navbar-nav li .about-drop li a,
.nav-inner-page .navbar-collapse .navbar-nav li .login-drop li a {
    color: #474747 !important;
}

.nav-inner-page .navbar-collapse .navbar-nav li .about-drop li a:hover,
.nav-inner-page .navbar-collapse .navbar-nav li .login-drop li a:hover {
    color: #37B774 !important;
}

.nav-inner-page .menu-stripes {
    background-color: #37B774 !important;
}

.nav-inner-page .mobile-search .mob-ser-icon {
    color: #37B774 !important;
}

div.main-nav-sec.forinnerPages {
    position: inherit;
}

div.main-nav-sec.forinnerPages .nav-inner-page {
    position: inherit;
}

.generatedQRCode img {
    border: 1px solid lightgrey;
    box-shadow: 0px 0px 5px 2px #d8d8d8;
}

.qr-code-color-wrap button {
    font-weight: 900;
    margin-left: 10px;
    border: solid 2px #1a7f4a;
    padding: 0px 10px;
    color: #1a7f4a;
    background: #fff;
}

.qr-code-color-wrap input {
    accent-color: #333;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.qr-code-color-wrap label {
    margin-bottom: 1px !important;
}

.qr-code-color-wrap .success-message {
    background: #1e7748;
}

.qr-code-color-wrap .error-message {
    background: red;
}

.qr-code-color-wrap .qr-code-color-inner-wrap {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin: 20px 0px 30px;
    padding: 10px 10px 8px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 1px #228c553b;
    width: 100%;
}

.qr-code-color-wrap .response-message {
    margin-bottom: 16px;
    text-align: center;
    padding: 5px 0px 3px;
    border-radius: 5px;
    color: white;
}

.qr-code-color-wrap .form-options.radio-option-wrap label {
    cursor: pointer;
}

.qr-code-color-wrap .form-options.label-wrap .control-label {
    font-weight: 900;
}

.qr-code-color-wrap {
    width: 100%;
}

.generatedQRCode {
    margin-bottom: 10px;
}

.popup.qrcodepopup4 .popup-inner {
    max-height: 100% !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .fundraiser-sticky.show-sticky {
        z-index: 9999999;
        bottom: 0px;
        border-top: 0;
        border-bottom: 0;
        top: auto;
        background-attachment: fixed;
        background-size: cover;
        left: 0;
        text-align: right;
    }
    .fundraiser-sticky.no-sticky {
        display: inline-block;
        z-index: 999998;
        bottom: 0px;
        border-top: 0;
        position: fixed;
        width: 100%;
        background: #fff url(../images/home_22.jpg) no-repeat;
        background-attachment: fixed;
        background-size: cover;
        text-align: right;
    }
    .sticky-info {
        display: none;
    }
    .sticky-button {
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }
    .sticky-button a.ifr-btn-fb {
        max-width: 49%;
    }
    .sticky-button a.ifr-btn-donate {
        max-width: 49%;
    }
}

@media (max-width: 480px) {
    .qr-code-color-wrap .form-options.radio-option-wrap {
        width: 50%;
        text-align: center;
    }
    .qr-code-color-wrap .form-options.label-wrap {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .qr-code-color-wrap .qr-code-color-inner-wrap {
        flex-wrap: wrap;
    }
    .qr-code-color-wrap .form-options.save-button-wrap {
        margin-top: 10px;
    }
}