body {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
    font-weight: 600;
}

.min-height {
    min-height: calc(100vh - 114px);
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 8px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 2px;
}

hr {
    box-shadow: 0px 8px 9px -7px #0000006e;
    height: 16px;
    margin-top: 5px;
    border: none;
}
/*-----------landing-page------------*/
.e-service-head {
    text-align: center;
    background: #fdeed7;
    background: linear-gradient(#fff,#fdeed7);
    padding: 13px 0px;
    box-shadow: 0px 15px 28px -12px #00000040;
    position: relative;
    z-index: 1;
}

.e-service-body {
    position: relative;
    background: #fff;
}

    .e-service-body:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../images/e-seva/flower-texture.jpg) repeat;
        opacity: 0.1;
    }

    .e-service-body .container {
        min-height: calc(100vh - 237px);
        padding: 0px 134px;
    }

    .e-service-body .box {
        text-align: center;
    }

        .e-service-body .box > div {
            background: #f5902e;
            background: linear-gradient(#f5902e,#f5566e);
            border-radius: 40px;
            padding-bottom: 40px;
            box-shadow: 0px 56px 56px -11px #00000057;
        }

            .e-service-body .box > div i {
                width: 115px;
                height: 115px;
                line-height: 115px;
                background: #f5902e;
                display: inline-block;
                border-radius: 50%;
                position: relative;
                margin-top: -40px;
                box-shadow: 0px 19px 34px -12px #0000004a;
                transition: .3s;
            }

            .e-service-body .box > div:hover i {
                margin-top: -60px;
                box-shadow: 0px 40px 40px -12px #0000004a;
            }

            .e-service-body .box > div i img {
                transition: .3s;
                opacity: 0.5;
            }

            .e-service-body .box > div:hover i img {
                opacity: 1;
            }

            .e-service-body .box > div h6 {
                color: #fff;
                font-weight: 600;
                text-transform: uppercase;
                margin-bottom: 40px;
                margin-top: 35px;
                transition: .3s;
            }

            .e-service-body .box > div:hover h6 {
                margin-top: 43px;
            }

            .e-service-body .box > div a {
                display: inline-block;
                font-weight: 600;
                color: #f5596b;
                background: #fff;
                text-align: center;
                text-transform: uppercase;
                text-decoration: none;
                vertical-align: middle;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                border: none;
                padding: 8px 45px;
                font-size: 1rem;
                line-height: 1.5;
                border-radius: 30px;
                box-shadow: 0px 19px 30px -12px #00000094;
            }

footer.e-service-footer {
    background: #efefef;
}

    footer.e-service-footer p {
        color: #8a8a8a;
        font-weight: normal;
    }

/*--=========================---------*/
.btn.btn-theme {
    position: relative;
    color: #fff;
    background-color: #faa61a;
    border: none;
    border-radius: 0;
}

    .btn.btn-theme i {
        background: #666666;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        line-height: 40px;
    }

    .btn.btn-theme.btn-pill {
        border-radius: 50em;
    }


.btn-outline-primary {
    color: #20a8d8;
    border-color: #20a8d8;
}

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}

.custom-control-label {
    padding-top: 3px;
}

.main-navbar .navbar {
    background: #f4922e94;
    padding: 0;
}


.main-navbar .navbar-toggler {
    border: none;
    outline: none;
    position: relative;
    float: right;
}

    .main-navbar .navbar-toggler:after {
        content: 'Menu';
        position: absolute;
        top: 14px;
        font-weight: 600;
        left: -18px;
        font-size: 11px;
    }

    .main-navbar .navbar-toggler i {
        padding-top: 4px;
        font-size: 24px;
    }

.main-navbar .navbar .nav-link {
    display: block;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.32);
    position: relative;
    transition: .3s;
    padding: 15px 12px;
}

    .main-navbar .navbar .nav-link:hover {
        background: #fdefde82;
        color: #000;
        text-shadow: none;
    }

.main-navbar .navbar-nav .dropdown-menu {
    margin-top: -1px;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    border: 0;
}

    .main-navbar .navbar-nav .dropdown-menu .dropdown-item {
        padding: 8px 15px;
        font-size: 14px;
        transition: .3s;
    }

.main-navbar .dropdown-item:hover, .main-navbar .dropdown-item:focus {
    color: #16181b;
    background-color: #fdefde82;
}

.main-navbar .navbar-nav .dropdown-item.active,
.main-navbar .navbar-nav .dropdown-item:active {
    background: #fff;
    color: #000;
}


.main-bg {
    background: #fbe6ce url(../Images/e-seva/main-bg.jpg) no-repeat top center;
    background-size: 100%;
    min-height: 100vh;
}

header .header-title {
    margin-top: 70px;
}

.card {
    box-shadow: 0px 0px 12px -2px #0000001c;
}

.card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 15px;
    font-weight: 600;
}

    .card-header > i {
        margin-right: 0.5rem;
        color: #ffad31;
    }

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.captcha > .input-group-text {
    padding: 0px 0px;
    padding-right: 5px;
    border: none;
    background: none;
}

.ol-list {
    margin: 0;
    padding-left: 20px;
    line-height: 21px;
    font-weight: bold;
}

    .ol-list li {
        padding: 1px 0;
        position: relative;
        font-size: 11px;
    }

        .ol-list li:before {
            content: "";
            position: absolute;
            left: -17px;
            width: 6px;
            height: 6px;
            background: #fb930d;
            top: 0;
            margin-top: 9px;
            border-radius: 50%;
        }

.make-pay {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dedede;
}

    .make-pay p {
        font-size: 12px;
        font-weight: 500;
    }

.pay-amt {
}

    .pay-amt h6 {
        margin: 0;
        color: #888;
    }

    .pay-amt h4 {
        margin: 0;
        font-weight: bold;
    }

.e-note {
}

.e-note-btn {
}

.e-note-box {
    position: absolute;
    z-index: 1000;
    width: 300px;
    right: 0;
    margin-top: 3px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 0px 10px #0000003b;
    border-radius: 4px;
    opacity: 0;
    display: none;
}

    .e-note-box:after {
        content: '';
        position: absolute;
        top: -10px;
        right: 50px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

.e-note:hover .e-note-box {
    opacity: 1;
    display: block;
}

.amt-strip > div {
    border: 1px dashed #ccc;
    text-align: center;
    padding: 8px 0;
}

    .amt-strip > div h6 {
        margin: 1px;
        color: #8c8c8c;
    }

.seva-section {
    position: relative;
}

    .seva-section .more-seva {
        position: absolute;
        right: 15px;
        bottom: 0;
        margin-bottom: 0.25rem;
    }

        .seva-section .more-seva a.add-seva {
            background: #f5f5f5;
            color: #838383;
            box-shadow: 0px 0px 14px #00000038 inset;
            padding: 11px 12px;
            text-align: center;
            border-radius: 4px;
            cursor: pointer;
            transition: .4s;
            display: inline-block;
        }

        .seva-section .more-seva a:hover {
            text-decoration: none;
            background: #faa61b;
            color: #ffffff;
        }


    .seva-section a.remove-seva {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 14px #00000038 inset;
        color: #838383;
        padding: 9px 13px 10px 13px;
        text-align: center;
        border-radius: 0px 4px 4px 0px;
        cursor: pointer;
        transition: .4s;
        display: inline-block;
        margin-left: -30px;
    }

        .seva-section a.remove-seva i {
            margin: 0;
        }

        .seva-section a.remove-seva:hover {
            background: #8e8e8e;
            color: #ffffff;
        }


    .seva-section .more-seva i {
        margin-right: 6px;
    }

footer {
    padding: 10px 0;
}

    footer p {
        font-size: 12px;
        margin-bottom: 0;
    }

/*-----------Added By Krishna------------------*/


label.error {
    color: #f00;
    font-size: 12px;
    margin-bottom: 0;
}

.input-group label.error {
    position: absolute;
    bottom: 0;
    margin-bottom: -20px;
}

.form-control.error {
    border-bottom: 1px solid #ff9b9b;
}

label.error[for=txtCaptcha] {
    margin-left: 105px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

span.required-class {
    color: red;
}

.grid td {
    vertical-align: middle;
}

.view-donation {
}

    .view-donation h4 {
        font-family: 'Roboto Slab', serif;
    }

    .view-donation p {
    }

    .view-donation .container {
        min-height: calc(100vh - 360px);
    }

    .view-donation .box {
        box-shadow: 0px 0px 22px #0000002b;
    }

        .view-donation .box label {
            color: #8a8a8a;
            margin-bottom: 0;
            font-size: 90%;
        }

        .view-donation .box h5 {
            font-size: 15px;
        }



.remove-link {
    position: absolute;
    background: #f39d30;
    color: white;
    top: 0px;
    right: 0px;
    margin-right: 10px;
    margin-top: -10px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.custom-img-gallery {
}

    .custom-img-gallery .img-thumbnail {
        height: 150px;
        width: 100%;
    }

.img-box img {
    height: 200px;
}

.img-box a {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -10px;
    margin-right: -5px;
}

    .img-box a i {
        background: #fff;
        border-radius: 50%;
        padding: 2px;
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 20px;
        text-align: center;
        border: 1px solid #ddd;
        box-shadow: 1px 1px 4px #00000057;
    }

/* --------------------END------------------------ */

.grid td > div {
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding: 5px 3px;
}

    .grid td > div:last-child {
        border-bottom: none;
    }

/*------------------Staus----------------------*/

.status {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11111;
    text-align: center;
}

    .status > div {
        display: inline-block;
        margin: 0 auto;
        padding: 12px 20px;
        position: relative;
    }

    .status.success > div {
        background: #6ebe44;
    }

    .status.error > div {
        background: #ef5644;
    }

    .status > div:before, .status > div:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        top: 0;
        -webkit-transform: rotate(0deg) skew(-25deg) scale(1.1,1);
        -mox-transform: rotate(0deg) skew(-25deg) scale(1.1,1);
        -ms-transform: rotate(0deg) skew(-25deg) scale(1.1,1);
        -o-transform: rotate(0deg) skew(-25deg) scale(1.1,1);
        transform: rotate(0deg) skew(-25deg) scale(1.1,1);
    }

    .status > div:before {
        right: 0;
        margin-right: -10px;
    }

    .status > div:after {
        left: 0;
        margin-left: -10px;
    }

    .status.success > div:before,
    .status.success > div:after {
        background: #6ebe44;
    }

    .status.error > div:before,
    .status.error > div:after {
        background: #ef5644;
    }

    .status > div p {
        color: #fff;
        margin-bottom: 0;
    }

/*---------------------------------------------*/

.btn-pill {
    border-radius: 50em;
}

/*-----Jquery UI DatePicker Disabled Style-----*/

.myClass span.ui-state-default {
    color: #FF0000 !important;
    text-decoration: line-through !important;
}

/*---------------------------------------------*/

.optional-set {
    background: #f7f7f7;
    padding-bottom: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

    .optional-set h6 {
        display: block;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

@media (min-width: 768px) {
    .e-service-body .container {
        min-height: calc(100vh - 177px);
        padding: 0px 15px;
    }
}

@media (min-width: 992px) {
    .e-service-body .container {
        min-height: calc(100vh - 237px);
    }
}

@media (max-width: 767px) {
    header .header-title {
        margin-top: 15px;
    }

    .navbar .container {
        display: block;
        float: right;
    }

    .navbar-collapse {
        transition: .2s;
    }

        .navbar-collapse.show {
            background: #f4922ee0;
        }

    .main-navbar .navbar {
        background: none;
    }

        .main-navbar .navbar .nav-link {
            padding: 10px 12px;
        }

    .e-note-btn {
        color: #fff;
        background-color: #faa61a;
        border: none;
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 6px 6px 0px 0px;
        position: absolute;
        top: -22px;
        display: block;
        right: 0;
    }

    .seva-section .more-seva {
        position: relative;
        margin-top: 5px;
        right: 0;
        left: 0;
    }

        .seva-section .more-seva .add-seva {
            float: right;
        }

    .seva-section a.remove-seva {
        position: absolute;
        right: -18px;
        padding: 0;
        bottom: 0px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        margin-bottom: 10px;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #333;
        box-shadow: 0px 1px 5px #0000003d;
    }

    .seva-section .row {
        border-top: 1px solid #ddd;
        background-image: linear-gradient( to top, #ffffff, #f4f3f3);
        padding-top: 10px;
    }

        .seva-section .row:first-child, .seva-section .row:last-child {
            border: none;
            padding-top: 0px;
            background-image: linear-gradient( to top, #ffffff, #fff);
        }

    .pay-amt {
        text-align: center;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .e-service-body .container {
        min-height: calc(100vh - 140px);
        padding: 0px 15px;
    }

    .e-service-body {
        padding-top: 55px;
    }

        .e-service-body .box > div {
            margin-bottom: 50px;
        }

            .e-service-body .box > div h6 {
                margin-bottom: 20px;
                margin-top: 15px;
            }

            .e-service-body .box > div:hover h6 {
                margin-top: 15px;
            }

            .e-service-body .box > div i {
                width: 80px;
                height: 80px;
                line-height: 80px;
            }

                .e-service-body .box > div i img {
                    width: 60px;
                    height: 60px;
                }

            .e-service-body .box > div:hover i {
                margin-top: -40px;
                box-shadow: 0px 40px 40px -12px #0000004a;
            }
}
