.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.logo img {
    /*width: 200px;*/
}

.cause-list img {
    width: 150px;
}

.cause-list {
    display: inline-block;
    width: 217px;
    vertical-align: top;
    margin: 20px 0 30px;
    height: 200px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
}

.icon-text {
    margin-top: 10px;
    font-size: 13pt;
    font-weight: 400;
}

.cz_news {
    background: url("../Assets/section-bg.png");
    background-repeat: round;
    padding: 20px;
    height: 300px;
    object-fit: contain;
}

    .cz_news .news-illustraion img {
        width: 260px;
    }

.event-container {
    text-align: center;
}

    .event-container h1 {
        text-align: center;
        flex: auto;
        margin-bottom: 1em;
    }

    .event-container .main {
        min-width: 320px;
        max-width: 800px;
        padding: 50px;
        margin: 0 auto;
        background: #fff;
    }

    .event-container section {
        display: none;
        padding: 20px 0 0;
        border-top: 1px solid #fff;
        margin-top: 2em;
    }

    .event-container .single-recent-cap {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 13px;
        text-align: initial;
        height: 440px;
    }

    .event-container input {
        display: none;
    }

    .event-container label {
        display: inline-block;
        margin: 0 0 -1px;
        padding: 15px 25px;
        font-weight: 600;
        text-align: center;
        color: #bbb;
        border: 1px solid transparent;
    }

        .event-container label:before {
            font-family: fontawesome;
            font-weight: normal;
            margin-right: 10px;
        }


        .event-container label:hover {
            color: #888;
            cursor: pointer;
        }

    .event-container input:checked + label {
        color: #555;
        border-bottom: 2px solid #ff656a;
    }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    .event-container label {
        color: #555;
        display: flex;
        font-size: 16pt;
    }

        .event-container label:before {
            margin: 0;
            font-size: 18px;
        }

    .event-container {
        margin-top: 13em;
    }

        .event-container input:checked + label {
            color: #ff656a;
        }
}

@media screen and (max-width: 400px) {
    .event-container label {
        color: #ff656a;
        display: flex;
        font-size: 16pt;
    }
}

.single-slider .hero-cap {
    padding-top: 3em;
}

.hero-cap p {
    width: 30%;
    color: #fff;
    margin-top: 10px;
}

.about-us {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .about-us img {
        width: 100%;
        padding: 10px;
    }

    .about-us .about-content {
        padding-top: 2em;
    }

.footer-logo img {
    /*width: 200px*/
}

.footer-text {
    padding-left: 15px;
}

.footer-social {
    display: inline-flex;
}

    .footer-social li {
        padding-left: 15px;
    }

    .footer-social a {
        color: #fff;
    }

        .footer-social a:hover {
            color: #FF6569;
        }

.main-header .main-menu .active a {
    color: #ff656a;
}

.main-header .main-menu a:hover {
    color: #ff656a;
}

.donation-info {
    margin-top: 5em;
    margin-bottom: 5em;
}

    .donation-info .donation-text {
        background: #FFFBCA;
        padding: 20px 40px 20px 40px;
    }

.donation-text p {
    color: #625F3D;
}

.donation-text h4 {
    font-size: 16pt;
    color: #625F3D;
}

.donation-text .imp-text {
    color: red;
    font-weight: 500;
    font-size: 15pt;
}

.donation-icon {
    width: 100px !important;
    margin-top: -5em;
}

.donation-events {
    background: url("../Assets/events-banner.png");
    background-repeat: round;
    height: 300px;
}

.events-banner .banner-text {
    padding: 20px;
    margin-top: 3em;
    width: 60% !important;
}

.banner-text h3 {
    color: #FFF;
}

.btn-cprime {
    background: #2290D1;
    -moz-user-select: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    border-radius: 35px;
    min-width: 200px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}


.claims + .row {
    border: 1px solid #e1e1e1;
    margin-bottom: 40px;
}

    .claims + .row div[class*="col-"]:first-child {
        margin: 10px auto;
    }

.claims {
    margin: 40px auto;
    text-align: center;
}

    .claims h3 {
        font-weight: 600;
        font-size: 16pt;
        margin-top: 1em;
    }

    .claims p:first-of-type {
        margin-bottom: 20px;
        width: 50%;
        margin: 20px auto;
    }

    .claims .item, .claims .item:hover {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 2rem 3rem;
        color: #333333;
        cursor: pointer;
        min-height: 325px;
        position: relative;
    }

    .claims .row .item {
        border-left: 0;
        background: #fcfbfe;
    }

    .claims .row .item-grey {
        background: #f8f8f8;
    }

    .claims .item:hover {
        padding: 2rem 3rem;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.sec-heading div[class*="col-"] {
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-heading div[class*="col-"] {
        margin-bottom: 30px;
        height: 144px;
        overflow: hidden;
    }
}

.claims .item .over, .sec-heading div[class*="col-"] .over {
    display: none;
}

.claims .item:hover img, .sec-heading div[class*="col-"]:hover img:first-child {
    display: none;
}

.claims .item:hover .over, .sec-heading div[class*="col-"]:hover .over {
    display: block;
    margin: 0 auto;
}


.claims .row div[class*="col-"]:first-child .item {
}

.claims .row .item {
    border-top: 0;
}

.claims .row:first-of-type .item {
    height: 445px;
}

.claims .item p {
    font-size: 1.557rem;
}

.claims .item p {
    height: 200px;
    font-size: 12pt;
    overflow: hidden;
}

.claims .item a {
    text-decoration: none;
    background: transparent;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 25px;
}

.claims .item .lead {
    font-size: 1.375rem;
}

.claims div[class*="col-"] {
    padding: 0;
}

.claims .item hr {
    width: 40%;
    margin: 30% 30% 0;
    height: 4px;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.claims .item:hover a {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.claims .traveljoy hr, .claims .traveljoy:hover {
    background: #8559b7;
    color: #fff !important;
}

.claims .pastar hr, .claims .pastar:hover {
    background: #2f95f2;
    color: #fff !important;
}

.claims .pajunior hr, .claims .pajunior:hover {
    background: #ed8c2a;
    color: #fff !important;
}

.claims .accident hr, .claims .accident:hover {
    background: #fdac35;
    color: #fff !important;
}

.claims .maid hr, .claims .maid:hover {
    background: #00babe;
    color: #fff !important;
}

.claims .homebliss hr, .claims .homebliss:hover {
    background: #f05d56;
    color: #fff !important;
}

.claims .commercialline hr, .claims .commercialline:hover {
    background: #174698;
    color: #fff !important;
}

.claims .motor hr, .claims .motor:hover {
    background: #00B5AE;
    color: #fff !important;
}

.claims .workinjury hr, .claims .workinjury:hover {
    background: #00B5AE;
    color: #fff !important;
}

.claims .medilife hr, .claims .medilife:hover {
    background: #009900;
    color: #fff !important;
}

.claims .Marine hr, .claims .Marine:hover {
    background: #00B5AE;
    color: #fff !important;
}

.claims .btn-second {
    margin-bottom: 30px;
}

.login-background {
    background: url("../Assets/login-bg.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.register-background {
    background: url("../Assets/register-bg.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 9em;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    background-color: transparent;
}

.login-footer {
    text-align: center;
    margin-top: 3em;
}

    .login-footer a {
        color: #249bef;
    }

.m-b-16 {
    margin-bottom: 16px;
}

.p-b-23 {
    padding-bottom: 23px;
}

.p-t-13 {
    padding-top: 13px;
}

.wrap-signup100 {
    width: 700px;
    background: #fff;
    border-radius: 0px;
    padding: 50px;
    overflow: hidden;
    box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108);
}

    .wrap-signup100 .input100 {
        color: #1b3815;
        position: relative;
        width: 100%;
        height: 5 bf5;
        border-radius: 0px;
        padding: 0 35px 0 15px;
        border: 1px solid #C9C9C9;
    }

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 0px;
    padding: 50px;
    overflow: hidden;
    box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108);
}

    .wrap-login100 .input100 {
        color: #1b3815;
        position: relative;
        width: 100%;
        height: 5 bf5;
        border-radius: 0px;
        padding: 0 35px 0 15px;
        border: 1px solid #C9C9C9;
    }

.input100 {
    color: #1b3815;
    position: relative;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 0px;
    padding: 0 35px 0 15px;
    border: 1px solid #C9C9C9;
}

.txt2 {
    font-size: 15px;
    color: #249bef;
    line-height: 1.4;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-logo-img {
    text-align: center;
    padding-bottom: 40px;
}

    .wrap-logo-img img {
        /*width: 250px;*/
        padding-bottom: 20PX
    }

.benifits-meb {
    background: url("../Assets/section-bg-2.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 10px;
}

.search-box {
    text-align: center;
    margin-top: -7em;
}

    .search-box .adv-search {
        width: 100%;
        background: #ffffffd6;
        border-radius: 10px;
        backdrop-filter: saturate(180%) blur(20px);
        height: 90px;
        box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108);
        padding: 18px;
    }

.other-amount {
    background: #f7f7f7;
    padding: 20px 25px;
    padding-bottom: 0px;
    margin: 15px 0px;
    margin-bottom: 40px;
}

.donation-amt {
    width: 100%;
    display: block;
    padding: 10px 40px 10px 0px;
}

    .donation-amt p {
        padding: 50px;
        font-size: 40pt;
        font-weight: 600;
        color: #000;
        margin-bottom: 0px;
    }

    .donation-amt .switch-wrap {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
    }

        .donation-amt .switch-wrap:hover {
            color: #FF6569 !important;
            border: 1px solid #FF6569;
            box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108);
        }


    .donation-amt .primary-radio label {
        isplay: block;
        float: left;
        width: 100%;
        color: #FC544C;
        text-decoration: none;
        text-align: center;
        line-height: 2;
        cursor: pointer;
        border-radius: 30px;
        left: -15px;
        top: 10px;
        border: 1px solid #ccc;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background: #fff;
        padding: 9px;
    }

.other-amt {
    width: 100%;
    display: block;
}

.other-amount-to-donate .form_field input {
    width: 100%;
    padding: 10px 20px !important;
    height: 50px !important;
    border: 1px solid #333 !important;
    color: #333 !important;
    font-family: OpenSans;
    font-size: 16px;
}

.other-amount .form_lbl {
    font-size: 36px !important;
    font-family: Oswald !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    padding: 10px 0px !important;
}

.adv-search h4 {
    padding-top: 15px;
    text-shadow: 1px 1px 2px #00000063;
}

.donation-inner-section {
    text-align: center;
}

    .donation-inner-section img {
        width: 100%;
    }

.sec-ttl {
    padding-bottom: 5px;
}

.form_element {
    width: 100%;
    float: left;
}

.sec-ttl h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 13pt;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 18px 0px;
    width: 100% !important;
    text-align: left;
}

.details-section .form_element.row {
    background: #f7f7f7;
    padding: 20px 25px;
    padding-bottom: 0px;
}

.form_element.row .form_lbl {
    font-size: 16px;
    color: #333333;
    font-family: OpenSans;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 18px 0px;
}

.details-section .form_element .col-6 {
    width: 49%;
    float: left;
    padding: 0px;
}

.details-section .form_element.row .form_field {
    padding: 0px;
}

.form_element.row .form_field {
    padding: 12px 4px;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.details-section .nice-select {
    width: 99% !important;
    padding: 5px 20px;
    height: 50px !important;
    border: 1px solid #333;
    border-radius: 0px !important;
    color: #333;
    font-family: OpenSans;
    font-size: 16px;
}

    .details-section .nice-select .list {
        border: 1px solid #333;
        border-radius: 0px !important;
        width: 100%;
    }

.details-section .form_element.row .form_field input[type="text"] {
    width: 99%;
    padding: 10px 20px;
    height: 50px !important;
    border: 1px solid #333;
    color: #333;
    font-family: OpenSans;
    font-size: 16px;
}

.details-section .form_element .col-6 input {
    width: 99%;
    border: 1px solid #333 !important;
    color: #333;
    font-family: OpenSans;
    font-size: 16px;
    height: 50px !important;
}

.details-section .form_element .col-12 .chkbx_btn_blk, .details-section .form_element .col-6 .chkbx_btn_blk {
    color: #333;
    font-family: OpenSans;
    font-size: 16px;
    padding: 5px 1px;
    text-align: initial;
}

.details-section .col-12 {
    padding-left: 0px;
}

.details-section .form_element .chkbx_btn_blk input {
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #666;
    top: 2px;
    height: 15px !important;
    width: 15px;
    border: 1px solid #333;
    border-radius: 0px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.details-section .submit-section .col-6:first-child {
    width: 80% !important;
    float: left;
}

.details-section .submit-section .col-6:last-child {
    width: 20% !important;
    float: left;
    padding-top: 6%;
    margin-top: 19px;
}

.details-section .submit-section {
    padding-bottom: 2em !important;
}

    .details-section .submit-section .col-6:last-child input[type="submit"] {
        width: 80%;
        border: 1px solid transparent !important;
        cursor: pointer;
        background: #f05a4e;
        border-radius: 0px;
        font-size: 26px;
        font-family: OpenSans;
        color: #fff;
        letter-spacing: 1px;
    }

        .details-section .submit-section .col-6:last-child input[type="submit"]:hover {
            background: #c84439 !important;
            box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
        }

.anonymous {
    width: 100% !important;
}

    .anonymous .submit-section {
        padding-bottom: 0em !important;
    }

    .anonymous .col-12 {
        padding-bottom: 2em;
    }

.cash-section {
    width: 62%;
    margin: 0 auto;
}

    .cash-section .section-container {
        width: 100%;
        margin: 20px auto;
        display: inline-block;
        margin-top: 35px;
        background: #ffffff;
        position: relative;
        box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
    }

    .cash-section .section-left-blk {
        width: 24%;
        float: left;
        background: #ffffff;
        text-align: center;
    }

        .cash-section .section-left-blk img {
            width: 90%;
            margin: 0 auto;
            padding: 10px;
        }

    .cash-section .section-right-blk .sec-heading {
        border-bottom: 3px solid #ececec;
    }

        .cash-section .section-right-blk .sec-heading h2 {
            font-size: 36px;
            font-family: Oswald;
            color: #333;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 2px;
            padding: 8px 20px;
        }

    .cash-section .section-description {
        padding-bottom: 20px;
    }

        .cash-section .section-description p {
            margin: 15px 5px;
            padding-bottom: 2px;
            margin-left: 20px;
            font-family: OpenSans;
            color: #333;
            line-height: 24px;
        }

            .cash-section .section-description p a {
                font-style: normal;
                font-family: OpenSans;
                color: #47ccff;
                font-weight: 600;
            }

    .cash-section .section-right-blk {
        width: 76%;
        float: right;
        background: #ffffff;
        min-height: 180px;
        border-left: 3px solid #ececec !important;
        /* padding: 5px 21px; */
    }
/*donation-form starts*/


.tabs {
    width: 100%;
    text-align: center;
    padding: 30px 10px;
    float: left;
    display: block;
    font-family: Oswald;
    font-size: 30px;
    text-transform: uppercase;
    border: none;
}

    .tabs:after {
        content: '';
        display: table;
        clear: both;
    }

    .tabs input[type=radio] {
        display: none;
    }

    .tabs label {
        display: block;
        float: left;
        width: 50%;
        color: #90241F;
        font-size: 30px;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        line-height: 2;
        cursor: pointer;
        -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
        transition: all 0.5s;
        background: #FC544C;
        padding: 15px;
    }

        .tabs label span {
            display: none;
        }

        .tabs label i {
            padding: 5px;
            margin-right: 0;
        }

        .tabs label:hover {
            color: #fff;
            background: #FC544C;
        }

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
}

    .tab-content * {
        -webkit-animation: scale 0.7s ease-in-out;
        -moz-animation: scale 0.7s ease-in-out;
        animation: scale 0.7s ease-in-out;
    }

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tabs [id^="tab"]:checked + label {
    background: #47cbff;
    color: #fff;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2 {
    display: block;
}

@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs label span {
        display: inline-block;
    }
}

.form_element {
    width: 100%;
    float: left;
}

    .form_element .form_lbl {
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 13pt;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 18px 0px;
        width: 100% !important;
        text-align: left;
    }

.tabs__navigation {
    margin-bottom: 1em;
}

    .tabs__navigation .tabs__link--active {
        background: #fff;
        border-radius: 4px;
        border: 1px solid #47cbff !important;
        color: #47cbff;
        box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    }

    .tabs__navigation .tabs__link {
        background: #fff;
        border-radius: 4px;
        border: 1px solid #acacac;
        margin-left: 20px;
        padding: 20px;
        box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    }

    .tabs__navigation p {
        padding-top: 50px !important;
    }


/*donation-form ends*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem 0px 0px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    border: none;
}

    .breadcrumb > .active {
        color: #fff !important;
    }

.breadcrumb-item a {
    color: #ccc;
}

    .breadcrumb-item a:hover {
        color: #E6373E;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ccc;
    content: ">>";
}

.registeration-page {
    background: url("../Assets/common-banner.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
}

    .registeration-page .register-form {
        width: 50%;
    }

.event-name h2 {
    color: #ff656a !important;
}

.slider-height3 {
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-conainer {
    background: #238fd1;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
}

    .header-conainer img {
        width: 500px;
    }

    .header-conainer h3 {
        color: #fff;
    }

@media (max-width: 768px) {
    .header-conainer img {
        width: 300px;
    }

    .tabs__navigation .tabs__link {
        margin-bottom: 2em;
        display: block;
    }

    .tabs__navigation .tab-content {
        padding-right: 0px;
        width: 100%;
    }

    .donation-amt {
        padding: 0px;
        text-align: center;
    }

    .other-amt {
        width: auto;
        margin-right: -45px;
    }

    .tabs label span {
        display: block;
    }

    .details-section .form_element.row .form_field input[type="text"] {
        width: 98%;
    }

    .form_element.row .form_lbl {
        width: 98%;
    }

    .details-section .form_element .col-6 {
        display: contents;
    }

    .form_element.row .form_field {
        width: 99%;
    }

    .details-section .form_element.row {
        width: auto;
        width: -webkit-fill-available;
        margin-right: -45px;
    }

    .individual-details .form_element .row {
        width: -webkit-fill-available;
        width: 100%;
        margin-right: -45px;
    }

    .details-section .submit-section .col-6:last-child input[type="submit"] {
        margin-top: 2em;
        width: 100%;
    }

    .cash-section {
        width: 100%;
    }

    .section-container {
        width: 100% !important;
    }

    .section-left-blk {
        width: 100% !important;
        border-bottom: 3px solid #ececec;
    }

    .cash-section .section-left-blk img {
        width: 24%;
        padding-left: 14px;
    }

    .section-left-blk img {
        width: 50%;
        padding-left: 40px;
        text-align: left !important;
    }

    .section-right-blk {
        width: 100%;
        border-left: none !important;
    }

        .section-right-blk .sec-heading {
            padding-left: 10px;
        }

    .section-description p {
        padding-left: 12px;
    }

    .cash-section .section-right-blk {
        width: 100%;
        float: right;
        background: #ffffff;
        min-height: 180px;
        border-left: 3px solid #ececec !important;
        /* padding: 5px 21px; */
    }
}

.profile-banner {
    background: url("../Assets/banner-hd.svg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 270px;
}

    .profile-banner h2 {
        color: #fff;
    }

    .profile-banner .single_sidebar_widget {
        background: #f8f8f8;
        padding: 30px;
        margin-bottom: 30px;
    }

.profile-pik-section {
    background: #fff;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    margin-top: -10em;
    border-radius: 5px;
}

.membership-section {
    background: #fff;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    border-radius: 5px;
    padding: 15px;
}

.volunteer-section {
    background: #fff;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
}

    .volunteer-section img {
        width: 100%;
    }

.profile-pik-section img {
    width: 100%;
}

.profile-pik-section .header-btn {
    border-radius: 0px !important;
    width: 100% !important;
}

    .profile-pik-section .header-btn i {
        padding-right: 10px;
    }

.profile-pik-section .prf-about-content {
    padding: 15px;
}

.prf-about-content p {
    font-size: 10pt;
}

.mem-content {
    border-bottom: 1px solid #ADADAD;
}

    .mem-content .main-article {
        font-size: 11pt;
        color: #000;
        margin-bottom: 0px;
    }

        .mem-content .main-article:hover {
            color: #FF6569;
        }

    .mem-content .sub-article {
        font-size: 10pt;
        color: #9f9f9f;
        padding-top: 0px;
    }

.profile-name-sec {
    margin-top: -6em;
}

    .profile-name-sec h1 {
        color: #fff;
        font-size: 22pt;
    }

    .profile-name-sec p {
        color: #fff;
        font-size: 10pt;
    }

@media (max-width: 768px) {
    .profile-name-sec {
        margin-top: 1em;
        text-align: center;
        border-bottom: 1px solid #9f9f9f;
    }

        .profile-name-sec h1 {
            color: #000;
            font-size: 22pt;
        }

        .profile-name-sec p {
            color: #9f9f9f;
            font-size: 10pt;
        }

    .search-box .adv-search {
        height: 250px;
    }

    .adv-search h4 {
        text-align: center;
        margin-bottom: 10px;
    }

    .adv-search a {
        left: 25%
    }

    .news-illustraion {
        text-align: center;
    }
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 40px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    color: #9d9d9d;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 100%;
        height: 4px;
        color: #FF656A !important;
    }

    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #FF656A;
    }

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        .tabset > input:checked + label::after {
            background: #FF656A;
        }

.tabset > input:checked + label {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
}

.tabset {
    max-width: 65em;
}

.prf-dashboard .your-dashboard {
    background: url("../Assets/dashboard-donation.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    padding: 15px;
    border-radius: 10px;
}

.personal-info {
    background: #fff;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    padding: 15px;
    border-radius: 10px;
}

.filter-sec a {
    margin-top: 2.8em;
}

.filter-sec .header-btn {
    color: #fff !important;
    height: 40px;
    padding: 22px;
    margin-bottom: 0px;
}

.donation-kpi {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
    margin-bottom: 1em;
}

    .donation-kpi:hover {
        box-shadow: 0 25.6px 57.6px 0 rgba(0,0,0,.22), 0 4.8px 14.4px 0 rgba(0,0,0,.18);
    }

.pers-info .profile-edit {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #ff656a;
    padding: 5px;
    margin-left: 20px;
    font-size: 9pt;
    color: #ff656a;
    width: 85px;
    text-align: center;
}

    .pers-info .profile-edit:hover {
        background: #ff656a;
        color: #fff;
        box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108);
    }

.personal-info .single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    outline: none;
    background: #f7f7f7;
    border-radius: 30px;
    padding: 0 20px;
}

.personal-info .form-select .nice-select {
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    height: 40px;
    background: #f7f7f7;
    padding: 0 20px;
    color: rgb(84, 84, 84);
    font-weight: 400;
    width: 100%;
}

.personal-info .single-textarea {
    display: block;
    width: 100%;
    border-radius: 10px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    outline: none;
    background: #f7f7f7;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

.donation-kpi h6 {
    color: #5B5B5B;
    margin-top: 15px;
}

.donation-kpi h2 {
    float: right;
    margin-top: -1.3em;
}

.volunteer-service, .volunteer-history, .donation-history {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
}

    .volunteer-service span {
        color: #797979;
    }

    .volunteer-service .table-striped thead tr {
        border-top: solid #fff;
        border-bottom: 4px solid #FF6569;
    }

        .volunteer-service .table-striped thead tr th {
            font-weight: 600 !important;
        }

    .volunteer-service .table-striped tbody tr:nth-of-type(odd) {
        background-color: #F7F8FA;
    }

    .volunteer-service .table-striped td {
        font-size: 10pt;
    }

.table-striped .upcoming {
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #FF6569;
    color: #FF6569;
    font-size: 9pt;
}

.volunteer-history .table-striped .completed {
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #31A75A;
    color: #31A75A;
    font-size: 9pt;
}

.header-info-left .logout {
    color: #FF656A;
}

    .header-info-left .logout:hover {
        color: #E54C50;
    }

/*-------Volunteer register page--------*/
/* Style the buttons inside the tab */
.volunteer-register .tab {
    border: 1px solid #ccc !important;
    background: #fff;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108);
}

    .volunteer-register .tab label {
        display: block;
        background-color: inherit;
        color: black;
        padding: 20px 16px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
    }

        /* Change background color of buttons on hover */
        .volunteer-register .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .volunteer-register .tab label.active {
            background-color: #ff656a;
            color: #fff;
        }

/* Style the tab content */
.volunteer-register .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
}

.volunteer-register .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 0px 10px 0px;
}

.volunteer-application .card {
    border: none;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132), 0 0.3px 0.9px 0 rgba(0,0,0,.108)
}

.volunteer-application h2 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}

.volunteer-application .collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.service-int a {
    color: #1a70f2;
}

    .service-int a:hover {
        color: #1156be;
    }

.volunteer-application .table-striped thead tr {
    border-top: solid #fff;
    border-bottom: 4px solid #FF6569;
}



.combo {
    display: block;
    margin-bottom: 1.5em;
    max-width: 400px;
    position: relative;
}

    .combo::after {
        border-bottom: 2px solid rgba(0,0,0,.5);
        border-right: 2px solid rgba(0,0,0,.5);
        content: '';
        display: block;
        height: 12px;
        pointer-events: none;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translate(0, -65%) rotate(45deg);
        width: 12px;
    }

.input-wrapper {
    border-radius: 4px;
}

.combo-input {
    background-color: #f5f5f5;
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 4px;
    display: block;
    font-size: 1em;
    min-height: calc(1.4em + 26px);
    padding: 12px 16px 14px;
    text-align: left;
    width: 100%;
}

select.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.open .combo-input {
    border-radius: 4px 4px 0 0;
}

.combo-input:focus {
    border-color: #0067b8;
    box-shadow: 0 0 4px 2px #0067b8;
    outline: 5px solid transparent;
}

.combo-label {
    display: block;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 0.25em;
}

.combo-menu {
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.42);
    border-radius: 0 0 4px 4px;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}

.open .combo-menu {
    display: block;
}

.combo-option {
    padding: 10px 12px 12px;
}

    .combo-option.option-current,
    .combo-option:hover {
        background-color: rgba(0,0,0,0.1);
    }

    .combo-option.option-selected {
        padding-right: 30px;
        position: relative;
    }

        .combo-option.option-selected::after {
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            content: '';
            height: 16px;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translate(0, -50%) rotate(45deg);
            width: 8px;
        }

/* multiselect list of selected options */

.existing-service .nice-select {
    display: none;
}

.existing-service .badge {
    background: #eee;
    margin-right: 10px;
}

    .existing-service .badge span {
        padding: 10px;
    }

.gain-volunteering input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 60px;
    height: 20px;
    margin-top: 5px;
}


/*New css 30 Jun DK*/
.success-message {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

    .success-message img {
        width: 450px;
    }

    .success-message h4 {
        margin-bottom: 2em;
    }

    .success-message a {
        border: 2px solid #ff656a;
        padding: 10px 30px 10px 30px;
        width: 160px;
        border-radius: 30px;
        color: #ff656a;
    }

        .success-message a:hover {
            background: #ff656a;
            color: #fff !important;
        }
