/* CSS was given by Ganesan on 23/07/2020 */
.cz_news {
    height: auto;
}

.event-container h1 {
    font-size: 2.3rem;
}

.table {
    max-width: 1200px;
    margin: auto;
    /*display: block;*/
    width: 100%;
    overflow-x: auto;
}

#example {
    display: inline-table;
    width: 100%;
    overflow-x: auto
}

table td a img {
    width: 20px;
}

.tabs, .form_element.row .form_lbl {
    font-family: "Poppins",sans-serif !important;
}

.donation-amt .primary-radio {
    display: none;
}

.details-section .nice-select, .details-section .form_element.row .form_field input[type="text"], .details-section .form_element .col-6 input, .details-section .form_element .col-12 .chkbx_btn_blk, .details-section .form_element .col-6 .chkbx_btn_blk {
    font-family: "Poppins",sans-serif !important;
}

.switch-wrap.current {
    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);
}

.other-amount .form_lbl {
    font-size: 16px !important;
}

.headerh1 {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 0;
    font-size: larger;
}

h1.headerh1 ~ table.table {
    display: table;
    min-height: 300px;
}

.cat-list .text-right {
    text-align: left !important;
}

.feature-img img{
    width:100%;
}

@media screen and (max-width: 768px) {
    #example {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .tabs label {
        font-size: 15px;
    }
}

@media screen and (max-width: 650px) {
    .event-container {
        margin-top: 2em;
    }
}

@media only screen and (max-width: 768px) {
    table#Volunteer_History, table#Personal_History {
        display: block !important;
    }

    .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
        right: auto;
        bottom: auto;
        /*left: 0 !important;*/
        left: 0;
        margin: auto;
        /*transform: none !important;*/
        transform: none;
        /*top: 60px !important;*/
        top: 60px;
        width: 100%;
    }

    .volunteer-application h2 {
        padding: 0 30px 0 0px;
    }

    .slider-area .hero-cap h2 {
        font-size: 25px;
    }

    .hero-cap p {
        width: 100%;
    }

    .switch-wrap p {
        text-align: center;
        width: 100%;
    }


    .single-post .feature-img img {
        width: 100% !important;
    }



    .mapouter {
        width: 100% !important;
    }

    .gmap_canvas {
        width: 100% !important;
    }

    .volunteer-register .btn {
        min-width: auto;
        padding: 22px 35px;
    }

    .wrap-logo-img img {
        width: 200px;
    }

    .wrap-login100 {
        padding: 50px 25px;
    }

    .container-login100 {
        margin-top: 2em;
    }

    .login-footer .txt1 {
        font-size: 14px;
    }

    .login-footer a {
        font-size: 14px;
    }

    .tabs__navigation .tabs__link {
        font-size: 18px;
    }

    .switch-wrap p {
        font-size: 20pt;
        padding: 20px 50px;
    }



    .tabs {
        padding: 30px 0px;
    }

    .header-area .header-top .header-info-right .header-social li {
        display: inline-block;
        /*padding: 16px 15px 0px 0;*/
        padding: 0px 15px 0px 0;
    }

        .header-area .header-top .header-info-right .header-social li a {
            padding-left: 0px;
        }

    .header-area .header-top{
        display:block!important;
    }

    /*Added content 27/07/2020*/
    .h1-testimonial-active button.slick-arrow {
        left: 0;
    }



    .h1-testimonial-active button.slick-next {
        right: 0;
    }



    .cash-section .section-description p {
        margin: 15px 15px !important;
        padding-left: 0px;
    }



        .cash-section .section-description p a {
            word-break: break-word;
        }

    .cat-list li a .text-right {
        text-align: left !important;
    }

    .details-section .form_element.row {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {

    .main-header .main-menu ul li a {
        padding: 39px 10px !important;
    }

    .single-post-area .mapouter {
        width: 100%;
    }
        .single-post-area .mapouter .gmap_canvas {
            width: 100% !important;
        }
}




section.box-radios {
    display: flex;
    flex-flow: row wrap;
    margin-top : -15px;
    /* margin-bottom : 10px; */
}

    section.box-radios > div {
        flex: 1;
        /* padding: 0.5rem; */
		padding: 0.5rem 0.5rem 0 0.5rem;
    }

    section.box-radios input[type="radio"] {
        display: none;
    }

section.box-radios input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}



section.box-radios input[type="radio"]:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
}

    section.box-radios label {
        display: block;
        background: white;
        border: 2px solid hsla(150, 75%, 50%, 1);
        border-radius: 20px;
        padding: 20px 10px 5px 10px;
        /* margin-bottom: 10px; */
        //margin: 1rem;
        text-align: center;
        box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
        position: relative;
    }

section.box-radios input[type="radio"]:checked + label {
    background: hsla(150, 75%, 50%, 1);
    color: hsla(215, 0%, 100%, 1);
    /*box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);*/
}

section.box-radios input[type="radio"]:checked + label::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(150, 75%, 45%, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    /*box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);*/
}

section.box-radios input[type="radio"]#control_05:checked + label {
    background: red;
    border-color: red;
}

section.box-radios p {
    font-weight: 900;
    margin-bottom : 0px;
}

    section.box-radios h5 {
        margin-bottom: 0px;
    }


#sidebar.fixed {
    position: fixed;
    top: 78px;
}

.panel-level-error-msg {
    margin-bottom: 10px;
    color: red;
}
#dvPanelLevelErrorMessges {
    font-size: 14px;
    padding: 0 12px;
}

.dv-QRCodeContainer {
    background-color: #eee;
    min-width: 100%;
    min-height: 320px;
    text-align:center;
}

