body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.navbar-brand img {
    width: 100%;
}

.navbar-brand {
    width: 25%;
}

.contact-div {
    background-color: #be3220;
    padding: 10px 0px;
    width: 100%;
}

.contact-div .navbar-nav {
    flex-direction: row;
}

.contact-div .navbar-nav .nav-item a {
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
}

.contact-div .nav-item a span .fas {
    font-size: 15px;
    vertical-align: middle;
}

.contact-div .navbar-nav .nav-item .donate,
.donate {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 15px;
    display: inline-block;
    color: #be3220;
    margin: 0px 5px;
    cursor: pointer;
}

.desktop-menu .nav-item .donate {
    background-color: #be3220;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    margin: 0px 5px;
    cursor: pointer;
    transition: all ease .25s;
    border: 1px solid #be3220;
}

.desktop-menu .nav-item .donate:hover {
    background-color: #fff;
    color: #be3220;
}

.contact-div .navbar-nav .nav-item .donate:hover,
.donate:hover {
    color: #be3220;
}

.language-link {
    display: inline-block;
}

.language-link span {
    position: relative;
}

.language-link a {
    color: #fff;
    font-size: 15px;
}

.language-link span:first-child::after {
    content: '';
    width: 2px;
    background-color: #fff;
    position: absolute;
    right: -7px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.language-link span:first-child {
    margin-right: 15px;
}

.container-fluid {
    width: 95% !important;
}

.navbar {
    background: #fff;
    padding: 15px 0px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-nav.navbar-light {
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 8px 0px;
    margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link::before,
.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 5px;
    background-color: #be3220;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    transition: all ease .25s;
}

.navbar-light .navbar-nav .nav-link.hamburger::before {
    content: none;
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link:focus::before,
.navbar-light .navbar-nav .nav-link:hover::before {
    width: 45%;
}

.desktop-menu .nav-item.dropdown .fa-chevron-down {
    transition: all ease .25s;
}

.desktop-menu .nav-item.dropdown.show .fa-chevron-down {
    transform: rotate(-180deg);

}

.desktop-menu .dropdown-item {
    color: #000;
    font-size: 18px;
}

.desktop-menu .dropdown-menu {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.megamenu .dropdown-item:focus,
.megamenu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.megamenu .dropdown-item {
    color: #fff;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.desktop-menu .fa-chevron-down {
    color: #000000ad;
}

/* .dropdown-item.active,
.dropdown-item:active {
    color: #be3220;
    text-decoration: none;
} */

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #be3220;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    left: 0;
    right: 0;
    background-color: #be3220;
}

.megamenu h5 {
    padding-left: 10px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    font-size: 18px;
}

.megamenu i {
    width: 20px;
}

.hamburger {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 25px;
    background: #be3220;
    position: absolute;
    display: inline-block;
    content: '';
}

.hamburger span {
    width: 18px;
}

.hamburger span:before {
    top: -7px;
}

.hamburger span:after {
    bottom: -7px;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* easeInOutCubic */
}

.hamburger.active span {
    background-color: transparent;
}

.hamburger.active span:before,
.hamburger.active span:after {
    top: 0;
}

.hamburger.active span:before {
    transform: rotate(45deg);
}

.hamburger.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

.dropdown-toggle::after {
    content: none;
}

.megamenu .container-fluid {
    align-items: baseline;
}

.megamenu .dropdown-item {
    padding: 0.25rem 10px;
    font-size: 16px;
    white-space: normal;
}

.hamburger {
    width: 25px;
}

.hamburger.active {
    background-color: #be3220;
    padding: 20px 0 !important;
    padding-left: 8px !important;
    width: 40px;
}

.hamburger.active span:before,
.hamburger.active span:after {
    background: #fff;
}

.megamenu .container-fluid {
    position: relative;
}

.hamburger.active::before {
    content: '' !important;
    position: absolute !important;
    width: 40px !important;
    height: 45px !important;
    top: 35px !important;
    background-color: #be3220 !important;
    left: 0 !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    transform: unset !important;
}



.search-box:hover>.search-text {
    width: 150px;
    padding: 0 6px;
}

.search-box:hover>.search-btn {
    background: #be3220;
    color: #fff;

}

.search-btn {
    color: #be3220;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;

}

.search-btn>i {
    font-size: 18px;
}

.search-text {
    border: none;
    background: none;
    outline: none;
    height: 30px;
    float: left;
    padding: 0;
    color: #be3220;
    font-size: 16px;
    font-weight: normal;
    transition: 0.4s;
    width: 0px;
    border-bottom: 1px solid #be3220;
}

.donate-icon {
    position: relative;
    width: 55px;
}

.donate-btn {
    height: 80px;
    background-color: #be3220;
    position: absolute;
    top: -52px;
    left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.donate-btn img {
    width: 70%;
    margin: 0 auto;
}

.donate-btn h6 {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link.donate-icon.active::after,
.navbar-light .navbar-nav .nav-link.donate-icon:focus::after,
.navbar-light .navbar-nav .nav-link.donate-icon:hover::after {
    content: none;
}

/* 
 */

/*************************** Mobile Menu Start*********************/

.mobile-menu {
    display: none;
}

.mobile-menu .open-menu,
.mobile-menu .close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
    margin-left: auto;
}

.mobile-menu .close-menu {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}

.mobile-menu .brand {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    color: #d32f2f;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

.mobile-menu .title-large {
    font-family: inherit;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: inherit;
    color: #252a32;
    text-align: center;
    text-transform: capitalize;
}

.mobile-menu {
    position: relative;
    width: 100%;
    height: auto;
    color: #252a32;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.mobile-menu .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .navbar .menu-wrapper.offcanvas .drop-shadow {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background ease 0.5s;
}

.mobile-menu .navbar .menu-wrapper.offcanvas .menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
    transition-delay: 0.2s;
}

.mobile-menu .navbar .menu-wrapper.offcanvas .drop-shadow {
    background: rgba(37, 42, 50, 0.6);
    z-index: 1;
}

.mobile-menu .navbar .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 20rem;
    width: 100%;
    padding: 1.5rem 1rem;
    z-index: 999;
    overflow-y: auto;
    color: #252a32;
    background: #ffffff;
    margin-bottom: 0;
    list-style: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu .navbar .menu-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.mobile-menu .navbar .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}

.mobile-menu .navbar .menu-link:hover {
    color: #d32f2f;
}

.mobile-menu .navbar .menu-item {
    position: relative;
}

.mobile-menu .navbar .menu-item a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    display: block;
    color: #252a32;
    transition: color 0.35s ease-out;
}

.mobile-menu .navbar .menu-item a:hover {
    color: #d32f2f;
}

.mobile-menu .navbar .menu-item.has-collapsible {
    position: relative;
}

.mobile-menu .navbar .menu-item.has-collapsible .menu-child {
    display: none;
    list-style: none;
    padding-left: 0;
}

.mobile-menu .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    padding: 0.25rem;
    color: #252a32;
    padding-left: 2.5rem;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}

.mobile-menu .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
    color: #d32f2f;
}

.mobile-menu .navbar .menu-item.has-collapsible span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 1.5rem;
    line-height: inherit;
    position: absolute;
    top: 0.15rem;
    right: 1rem;
    color: #252a32;
    transition: all 0.35s ease;
}

.mobile-menu .navbar .menu-item.has-collapsible span::after:hover {
    color: #d32f2f;
}

.mobile-menu .navbar .menu-item.active.has-collapsible .menu-child {
    display: block;
    transition: all 0.35s ease;
}

.mobile-menu .navbar .menu-item.active.has-collapsible span::after {
    transform: rotate(90deg);
}

.mobile-menu .mobile-brand {
    width: 75%;
}

.mobile-menu .mobile-brand img {
    width: 100%;
}

.mobile-menu .menu-item .donate-icon {
    text-align: center;
}

.mobile-menu .menu-item .donate-icon img {
    margin: 0;
}

.mobile-menu .open-menu {
    width: 3rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mobile-menu .line {
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #be3220;
    transition: 0.2s ease-out;
}


.mobile-menu .search {
    width: 100%;
    position: relative;
    display: flex;
}

.mobile-menu .searchTerm {
    width: 100%;
    border: 2px solid #be3220;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #be3220;
}

.mobile-menu .searchTerm:focus {
    color: #be3220;
}

.mobile-menu .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #be3220;
    background: #be3220;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.mobile-menu .wrap {
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    display: block;
    color: #252a32;
    transition: color 0.35s ease-out;

}

/*************************** Mobile Menu End*********************/


.service-donation {
    padding: 15px 25px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.service-donation .service-logo,
.service-donation .service-title {
    text-align: center;
    margin-bottom: 15px;
}

.service-donation .service-title h2 {
    font-size: 24px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.service-donation .service-title h2::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 5px;
    background-color: #be3220;
    border-radius: 15px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.service-donation .service-content p {
    font-size: 18px;
    text-align: left;
    height: 100px;
}

.read-more {
    color: #be3220;
    font-size: 18px;
}

footer {
    background-color: #be3220;
    padding: 25px 0px;
    color: #fff;
}

footer p {
    margin-bottom: 0px;
}

.footer-left {
    font-size: 14px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-contact .footer-rigt {
    text-align: right;
}

.footer-contact p {
    display: inline-block;
}

.footer-bottom a,
.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-right ul li a {
    font-size: 22px;
    margin: 0px 10px;
    color: #fff;
}

.footer-right ul li:last-child() a {
    margin-right: 0px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/hamburger.svg);
}

.navbar-light .navbar-toggler {
    color: #be3220;
    border-color: #be3220;
}

.navbar-toggler {
    padding: 5px 8px;
}

.read-more {
    position: relative;
    font-size: 20px;
}

.read-more::after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #be3220;
    left: 0;
}

.read-more span {
    position: absolute;
    left: -13px;
    font-size: 20px;
    top: 3px;
}

.read-more:hover,
.read-more:focus {
    color: #be3220;
}

.read-more-link {
    text-align: right;
}

.header.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;

}

/* .header .container-fluid{
    transition: all ease .5s;
}
.header.fixed-header .container-fluid{
   width: 98% !important;

} */

/************************************ Organisation Profile **********************************/
.profile-content h3 {
    font-size: 20px;
    color: #be3220;
    margin-bottom: 25px;
}

.profile-content p {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

.profile-section {
    background-color: #f9f9f9;
    width: 100%;
    display: table;
}

.profile-section .profile-content {
    background-color: #fff;
    border-radius: 3px;
    padding: 50px 35px;
    height: 100%;
}

.address-section {
    margin-top: 50px;
}

.payment-section .address-section p {
    font-size: 20px;
    margin-bottom: 10px;
}

.banner img {
    width: 100%;
}

.profile-details {
    padding: 50px 0px;
}

.profile-details .payment-section {
    background-color: #fff;
    border-radius: 3px;
    padding: 25px;
    display: table;
    width: 100%;
}

.profile-details .payment-section a:hover,
.profile-details .payment-section a:focus {
    color: #000;
}

.profile-content.contact , .OrgPayCheck {
    font-size: 18px;
    color: #be3220;
    margin-bottom: 15px;
}

.profile-content.contact table {
    width: 100%;
    margin-bottom: 15px;
}

.profile-content.contact table td,
.profile-content.contact table td p {
    font-size: 16px;
    color: #000;
}

.profile-content.contact table td p {
    margin-top: 10px;
}

.profile-content.contact table td p a,
.profile-content.contact table td p a:hover,
.profile-content.contact table td p a:focus {
    color: #be3220;
    text-decoration: none;
}

.profile-content.contact table td a:hover,
.profile-content.contact table td a:focus {
    color: #000;
}

.profile-content.contact table tr {
    vertical-align: top;
}

.feed-back-form {
    width: 60%;
}

.feed-back-form span {
    color: #be3220;
}

.feed-back-form textarea {
    width: 100%;
    border: 1px solid #ced4da;
}

.send-btn,
.send-btn:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #be3220;
    outline: none;
    color: #fff;
    border-color: #be3220;
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

/* 
.login-form .btn-primary{
    margin: 10px auto 25px;
} */

.send-btn:hover {
    background-color: #fff;
    color: #be3220;
    border-color: #be3220;
}

.col-form-label {
    font-size: 16px;
}

.history-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.history-img img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.background-white {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 3px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.background-white p,
.background-transparent p,
.background-transparent table,
.background-white table {
    margin-bottom: 0px !important;
}

.profile-content h4,
.password-style a {
    font-size: 18px;
    color: #be3220;
    margin-bottom: 15px;
}

.password-style a {
    font-weight: 600;
}

.paynow h4 {
    font-size: 15px;
    text-align: center;
}

.font {
    font-size: 16px;
}

.profile-content.contact {
    background-color: transparent;
    padding: 0px;
}

.donation a {
    color: #be3220;
}

.donation a:hover {
    color: #be3220;
}

.donation-links ul {
    list-style-type: none;
}

.donation-links li {
    position: relative;
}

.donation-links li::before {
    content: '';
    margin-right: 5px;
    background-color: #000;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    transform: translateY(-50%);
}

.donation-links a {
    color: #000;
}

.remarks {
    align-items: center !important;
}

.pretty input:checked~.state.p-success label:after,
.pretty.p-toggle .state.p-success label:after,
.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
    background-color: #be3220 !important;
}

.pretty input:checked~.state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
    border-color: #be3220;
}

.tax-deducation .p-svg.p-curve {
    display: block;
    margin-bottom: 15px;
}

.tax-deducation label {
    font-size: 15px;
}

.save-receipts,
.save-receiptsOrg,
.stcmi-login,
.stcmi-login-org,
.online-pay .form-group .input {
    display: none;
}

.select-option {
    width: 75%;
    height: 38px;
    line-height: 10px;
    border: 1px solid #ced4da;
}


.nice-select.open .list {
    width: 100%;
    border-radius: 3px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #be3220;
    color: #fff;
}
.nice-select .option.focus, .nice-select .option.selected.focus:not(:hover){

        background-color: #be3220 !important;

    }

.accept a,
.accept a:hover {
    color: #be3220;
}

.accept-check .pretty.p-svg.p-curve {
    margin-right: 0px;
}

.input-divider {
    float: right;
}

.note ul {
    list-style-type: disc;
    color: #be3220;
}

.note ol,
.note strong {
    color: #be3220;
}

.login-form .card-title {
    font-weight: 300;
    color: #be3220;
    margin-bottom: 50px;
}

.login-form .btn {
    font-size: 14px;
    margin-top: 20px;
}


.login-form {
    width: 100%;
    margin: 20px 0;
}

.login-form .sign-up {
    text-align: center;
    padding: 20px 0 0;
}

.loginForm {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    padding: 25px 50px;
}

.card.login-form {
    width: 100%;
    margin: 0 auto;
    border: 0px;
}

.login-form .btn {
    width: 175px;
    margin: 0 auto;
}

.login-form .btn-block,
.event .btn-block.submit {
    background-color: #be3220;
    outline: none;
    color: #fff;
    border-color: #be3220;
    width: 100px;
    margin: 0 auto;
    transition: all ease .25s;
    outline: none;
    box-shadow: none;
}

.login-form .btn-block {
    margin: 25px auto;
}

.event .btn-block.submit,
.event .btn-primary:not(:disabled):not(.disabled):active {
    width: auto;
}

.loginForm a {
    font-weight: 600;
}

.button-group {
    text-align: center;
}

.btn-block.submit,
.btn-block.cancle {
    display: inline-block;
    margin: 10px 15px 25px;
}

.loginForm p.text-center {
    font-size: 15px;
}

.loginForm.register-form {
    width: 100%;
    padding: 25px 35px;
}

.loginForm.register-form .profile-content {
    padding: 0;
}

.loginForm.register-form h3 {
    margin-bottom: 25px;

}

/* .pretty {
    margin-bottom: 15px;
} */

.loginForm.register-form .card-body {
    padding: 0;
}

.star {
    color: #be3220;
}

.registration-btn {
    display: inline-block;
    margin: 10px 15px 25px;
}

.btn-primary.registration-btn:not(:disabled):not(.disabled):active {
    margin: 10px 15px 25px;
    width: 175px;
}

.privacy-policy p {
    margin-bottom: 0px !important;
}

.terms-conditions p {
    margin: 25px 0px 10px -25px !important;
    color: #be3220;
}

.nav-pills {
    justify-content: space-between;
    margin-bottom: 25px;
}

.nav-pills .nav-link {
    padding: 15px;
    padding: 20px;
}

.main-tab .nav-item {
    width: 33%;
    text-align: center;
    background-color: #f9f9f9;
    transition: all ease .5s;
    border-radius: 0.25rem;
}

.main-tab .nav-item .nav-link {
    font-size: 20px;

}

.main-tab .nav-item .nav-link {
    background-color: #f4f2f2;
    border-radius: 25px;
}

.sub-tab .nav-item {
    width: 100%;
    text-align: center;
    background-color: transparent;
    margin-bottom: 1rem;
}


.sub-tab .nav-item .nav-link {
    border: 1px solid #000;
    border-radius: 0.25rem;
    font-size: 18px;
    color: #000;
    background-color: #f9f9f9;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.main-tab .nav-item .nav-link:hover {
    background-color: #be3220;
}

.main-tab .nav-item:hover .nav-link,
.sub-tab .nav-item:hover .nav-link,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
}

.sub-tab .nav-item .nav-link.active,
.sub-tab .nav-item .nav-link:hover {
    background-color: #fff;
    color: #be3220;
    border-color: #be3220;
}

.sub-tab .nav-item .nav-link.active {
    border-bottom: 3px solid #be3220;
}

.pretty.p-svg .state .svg {
    font-size: 18px;
}

/***************** donation price tag css ******************************/

.subscription-container {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}

.subscription__title,
.subscription__main-feature,
.subscription__price {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #be3220;
    font-weight: bold;
}

.subscription__main-feature {
    font-size: 50px;
}

.subscription__price {
    text-transform: lowercase;
}

.subscription__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin: 5px 0;
    padding: 20px 0;
    border-radius: 5px;
    border: solid 2px #be3220;
    background: white;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
    transition: all ease 0.25s;
    cursor: pointer;
}


.subscription__button:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0;
    margin-right: 10px;
    border: solid 3px #be3220;
}

.subscription-container input[type="radio"] {
    display: none;
}

.credit-card-tab input[type="radio"]:checked+label:before,
.pay-now-tab input[type="radio"]:checked+label:before{
    background: #be3220;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    text-align: center;
    border-color: #fff;
    font-size: 13px
}

.subscription-container input[type="radio"]:checked+label {
    background: #be3220;
}

.subscription-container input[type="radio"]:checked+label .subscription__title,
.subscription-container input[type="radio"]:checked+label .subscription__main-feature,
.subscription-container input[type="radio"]:checked+label .subscription__price {
    color: #fff;
}


.online-pay label {
    font-size: 18px;
}

.donation-tab input[type="text"].form-control,
.donation-tab input[type="email"].form-control,
.donation-tab input[type="password"].form-control,
.donation-tab textarea.form-control,
.select-option.form-control {
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 1rem;
    border-radius: 30px;
}

.select-option.form-control{
    line-height: 15px;
    width: 100%;
}

.credit-card-tab .select-option.form-control{
    width: 75%;
}
.donation-choice .select-option.form-control{
    width: 100%;
}

.donation-tab textarea.form-control{
    border-radius: 0px;
    width: 100%;
}

.passport input,
.idNo input {
    display: inline-block;
}

.other-amount,
.other-amount-org,
.other-amount-ano {
    display: none;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
    padding: 50px;
    background-color: #fff;
}


.main-tab>.nav-item {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-content.donation.online-pay.donation-tab {
    padding: 0px !important;
    background-color: transparent;
}

#pills-tabContent-2.tab-content>.active {
    padding: 0px 25px;
}

#pills-tabContent-2 .subscription-container {
    margin-top: 0;
}

.pretty {
    margin-bottom: .75rem;
}

#pills-tabContent>.tab-pane.main-tab.fade:last-child {
    background-color: transparent !important;
    padding: 0 !important;
}

.contact-us .background-transparent,
.contact-us .background-white {
    padding: 25px;
}

.qr-code {
    width: 175px;
    margin: 0 auto;
}

.other-img img {
    width: 100%;
}
.pay-now-info ul{
    padding-top: 50px;
}

.other-img {
    width: 400px;
    margin: 0 auto;
}

.other-content {
    padding-left: 25px;
}


button.close,
button.close:hover,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #be3220;
    opacity: 1;
}

.custom-modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    display: none;
    opacity: 0;
    translate: all ease .25s;
}

.custome-dialog {
    position: relative;
    width: auto;
    height: 100vh;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
}

.custom-modal.show {
    display: block;
    opacity: 1;
}

.modal-content {
    z-index: 1074;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
}

body.modal-show {
    overflow-y: hidden;
}

.bd-example-modal-xl .modal-body {
    height: 750px;
    overflow-y: scroll;
}

.bd-example-modal-xl .modal-content {
    width: 80%;
}

.bd-example-modal-xl .loginForm {
    padding: 15px;
}

.bd-example-modal-xl .login-form .card-title {
    margin-bottom: 25px;
}

/* .form-group.row {
    align-items: center;
} */

.custom-modal .select-option {
    width: 100%;
}

.custom-modal .pretty.p-svg .state .svg {
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-item:nth-child(2) {
   /* margin-right: 25px; */
}


.payment-others {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.payment-others .logo {
    width: 64px;
    height: 58px;
}

.payment-others .logo img {
    width: 100%;
}

.payment-others .title h2 {
    font-size: 24px;
    margin-left: 24px;
    color: #fff;
}

.credit-card {
    background-color: #4e863b;
}

.pay-now {
    background-color: #8f1b7c;
}

.others {
    background-color: #787878;
    margin-bottom: 0px;
}

.select-style .nice-select {
    width: 100%;
}

.donar-login-mobile {
    display: none;
}

.datepicker td,
.datepicker th {
    color: #be3220;
}


.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #be3220;
    background-image: none;
    border-color: #be3220;
    color: #fff;
}


.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #be3220;
    cursor: pointer;
    color: #fff;
}

.input-group-text {
    background-color: #be3220;
    border: 1px solid #be3220;
    color: #fff;
    cursor: pointer;
}

.history-search-btn {
    width: 125px !important;
    margin: 0 auto !important;
    display: block !important;
}

.search-result table{
    margin: 25px 0px;
    width: 50%;
}
.text-bold{
    font-weight: 700;
}
.table .thead-dark th{
    background-color: #be3220;
    border-color: #be3220;
}

.credit-card-tab {
    position: relative;
}
.sideNavs{
    position: sticky;
    top: 230px;
    width: 100%;
}

.titl-selection .select-option{
    width: 60px;
    margin-right: 5px;
    line-height: 13px;
}
 .language-link select.goog-te-combo {
            position: absolute;
            right: 10px;
            top: 6px;
            border-radius: 18px;
            padding: 10px;
            margin: 0;

            }

@media (max-width: 1400px) {
    .bd-example-modal-xl .modal-body {
        height: 600px;
    }

    .bd-example-modal-xl .modal-content {
        width: 90%;
    }
}

@media only screen and (min-width:1367px) {

    .service-donation .service-logo,
    .service-donation .service-title,
    .service-donation .service-content .p {
        margin-bottom: 25px;
    }

    .profile-details .payment-section {
        margin-top: -25%;
    }

}

@media only screen and (max-width:1366px) {
    .container-fluid {
        width: 98%;
    }

    .navbar-brand {
        width: 35%;
    }

    .service-donation .service-content p {
        height: 135px;
    }

    .donate-btn {
        top: -45px;
    }

    .profile-details .payment-section {
        margin-top: -35%;
    }

}

@media only screen and (max-width:1350px) {
    .navbar-brand {
        width: 30%;
    }
}

@media only screen and (max-width: 1024px) {
    .container-fluid {
        width: 100% !important;
    }

    .navbar-brand {
        width: 30%;
    }

    .service-donation .service-title h2 {
        margin-bottom: 0;
    }

    .search-box:hover>.search-text {
        width: 175px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0px 5px;
    }

    .service-donation .service-content p {
        height: 150px;
        margin-top: 30px;
        font-size: 17px;
    }

    .profile-details .payment-section {
        margin-top: -40%;
    }

    .feed-back-form {
        width: 100%;
    }

    #pills-tabContent {
        padding: 0;
    }

    .other-img {
        width: 100%;
    }

    .bd-example-modal-xl .modal-body {
        height: 100%;
    }

    .bd-example-modal-xl .loginForm {
        padding: 0;
    }

    .col-form-label {
        font-size: 15px;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .phone-link {
        display: none;
    }

    .donar-login-mobile {
        display: inline-block;
        float: left;
    }

    .donor-log-desktop {
        display: none;
    }
    .donate-lang{
        width: 100%;
        text-align: right;
    }
    .qr-code{
        width: 225px;
    }
    .pills-paynow-tab ul{
        padding-top: 0;
    }

}

@media only screen and (max-width:991px) {
    /* .container-fluid {
        padding-right: 10px !important;
        padding-left: 10px !important;
    } */

    .navbar-brand {
        width: 60%;
    }

    .others {
        margin-bottom: 15px;
    }

    .service-donation {
        height: auto;
        margin: 15px 0px;
    }

    .donate-icon img {
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0px 0px;
    }

    .welcome-content,
    .mid-content {
        padding: 25px 0px;
        width: 75%;
        margin: 0 auto;
    }

    .service-donation .service-content p {
        height: auto;
    }


    .mobile-menu .navbar .menu-item a.donate-icon {
        width: 100%;
    }

    .mobile-menu .navbar .menu-item a.donate-icon .donate-btn {
        position: relative;
        flex-direction: row;
        height: auto;
        top: auto;
        left: auto;
        align-items: center;
        justify-content: flex-start;
        border-radius: 5px;
    }

    .mobile-menu .navbar .menu-item a.donate-icon .donate-btn img {
        width: 35px;
    }

    .mobile-menu .navbar .menu-item a.donate-icon .donate-btn h6 {
        font-size: 18px;
        margin: 0;
        margin-left: 15px;
    }

    .mobile-menu .mobile-brand {
        width: 50%;
    }

    .profile-details .payment-section {
        height: auto;
        margin-top: 50px;
    }

    .history-img img {
        position: relative;
    }

    .donation-tab {
        padding: 25px 15px !important;
    }

    .subscription__button {
        width: 130px;
    }

    .subscription-container {
        margin: 25px auto;
    }

    .nav-pills .nav-link {
        padding: 15px;
    }

    .tab-content>.active {
        padding: 25px 15px;
    }

    #pills-tabContent-2.tab-content>.active {
        padding: 0px 15px;
    }

    .other-content {
        padding-left: 0;
        padding-top: 15px;
    }

    .bd-example-modal-xl .modal-body {
        height: 850px;
    }
    .search-result table{
        width: 100%;
    }
    .datepicker.date.input-group{
       flex-wrap: nowrap;
       margin-bottom: 15px;
    }
    

}

@media only screen and (max-width: 768px) {
    .mobile-brand {
        width: 60%;
    }

    .donate-lang {
        text-align: right;
        width: 100%;
    }

    .contact-div {
        width: 100%;
        padding: 7px 0px;
    }

    .donate,
    .language-link a {
        font-size: 12px;
    }

    .navbar-nav.navbar-light {

        padding-bottom: 15px;
    }

    .hamburger.active {
        margin: 0;
    }

    .hamburger,
    .search-box {
        margin: 8px 0px;
    }

    .hamburger.active::before {
        height: 20px;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .address-section {
        margin-top: 25px;
    }

    .payment-section .address-section p {
        font-size: 18px;
    }

    .profile-details input[type=text],
    .profile-details select,
    .online-pay input[type=password],
    .donation-tab input[type="email"].form-control,
    .select-option.form-control {
        width: 100% !important;
    }

    .titl-selection .select-option{
        width: 60px !important;
    }

    .passport input[type="text"],
    .idNo input[type="text"] {
        width: 150px !important;
    }

    .other-img {
        width: 350px;
    }

    .other-content {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer-content {
        flex-direction: column;
    }

    .welcome-content p {
        font-size: 16px;
    }

    .footer-right ul {
        margin-top: 15px;
        justify-content: center;
    }

    .footer-right ul li a {
        font-size: 20px;
    }

    .footer-contact {
        margin: 10px 0px;
    }

    .mid-content {
        padding: 15px 0px;
    }

    .welcome-content {
        padding: 25px 0px;
    }



    .welcome-content h2 {
        font-size: 25px;
    }

    .service-donation .service-title h2::after {
        bottom: -7px;
    }

    .service-donation .service-content p {
        padding-top: 15px;
        margin-top: 0;
    }

    .payment-others .title h2 {
        font-size: 22px;
    }

    .service-donation .service-title h2 {
        font-size: 22px;
    }

    .welcome-content p {
        margin-bottom: 0px;
    }

    .slick-dots {
        bottom: 15px;
    }

    .slick-dots li {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link::after,
    .navbar-light .navbar-nav .nav-link::after {
        content: none;
    }

    .welcome-content,
    .mid-content {
        width: auto;
    }

    .mobile-brand {
        width: 75% !important;
    }

    .mobile-menu .open-menu {
        width: 2rem;
        height: 1.7rem;
    }

    footer {
        padding: 15px 0px;
    }

    .profile-section .profile-content,
    .profile-details .payment-section {
        padding: 25px 15px;
    }

    .profile-content h3 {
        margin-bottom: 15px;
    }

    .profile-details .payment-section {
        margin-top: 25px;
    }

    .profile-content.contact table td:first-child {
        width: 32%;
    }

    .profile-details {
        padding: 25px 0px;
    }

    .profile-section.online-pay .profile-content,
    .online-pay .profile-details .payment-section {
        padding: 0px;
    }

    .online-pay input[type=text],
    .online-pay input[type=email] {
        width: 100% !important;
    }

    .input-divider {
        display: none;
    }

    .pretty.p-default.p-round {
        margin-bottom: 10px;
    }

    .input input[type=text],
    .idNo input[type=text] {
        width: 140px !important;
    }

    .remarks #remarks,
    .select-option {
        width: 100% !important;
    }

    .select-option {
        margin-left: 0;
    }

    .donation .profile-content {
        padding: 0;
    }

    .background-transparent,
    .background-white {
        padding: 15px;
    }

    .loginForm {
        width: 100%;
        padding: 15px;
    }

    .card.login-form {
        width: 100%;
    }

    .card.login-form .card-body {
        padding: 0;
    }

    .loginForm.register-form {
        padding: 15px;
    }

    .flex-re {
        flex-direction: column-reverse;
    }

    .flex-re img {
        top: unset;
        left: unset;
        transform: unset;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .main-tab .nav-item,
    .sub-tab .nav-item {
        width: 100%;
    }

    /* .main-tab .nav-item:nth-child(2) {
        margin: 15px 0px;
    } */

    .subscription__button {
        width: 150px;
    }

    .passport input,
    .idNo input {
        width: 100% !important;
        margin-top: 15px;
    }

    #pills-tabContent {
        padding: 0px;
    }

    .online-pay label {
        font-size: 16px;
    }

    .pretty {
        margin-right: 5px;
    }

    .pretty.p-svg .state .svg {
        font-size: 16px;
    }

    .subscription-container {
        margin: 25px auto;
    }

    .sub-tab .nav-item,
    .main-tab .nav-item {
        margin-bottom: 15px;
    }

    .main-tab>.nav-item:last-child {
        margin-bottom: 0;
    }

    .nav-pills .nav-link {
        padding: 10px;
    }

    #pills-tabContent-2.tab-content>.active {
        padding: 0;
    }

    .form-group.mb-4 {
        margin-bottom: 15px !important;
    }

    .form-group>.col-sm-9 span {
        font-size: 12px !important;
        margin-top: 5px;
    }

    .profile-content.contact.donation .background-white:first-child {
        margin-top: 0;
    }

    .other-img {
        width: 100%;
    }

    .modal-content {
        width: 95%;
        min-width: auto;
    }

    .bd-example-modal-xl .modal-body {
        height: 750px;
    }

    .bd-example-modal-xl .modal-body {
        padding: 10px;
    }

    .modal-content .donation-tab {
        padding: 0px 15px !important;
    }

    .bd-example-modal-xl .modal-content {
        width: 95%;
    }

    .donor-profile.donation-tab,
    .donor-profile .donation-tab {
        padding: 0px !important;
    }

    .donor-profile .card-title {
        margin-bottom: 25px !important;
    }

    .payment-section.donor-profile {
        padding: 15px !important;
    }
    .text-bold{
        width: 60%;
    }
     .language-link select.goog-te-combo {
            top: 6px;
            padding: 5px;
            margin: 0;

            }



}