body {
    background: #f9f9f9;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
button:hover,
button:focus {
    outline: 0 none !important;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

@font-face {
    font-family: 'AthelasRegular';
    src: url('../fonts/AthelasRegular.eot');
    src: url('../fonts/AthelasRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/AthelasRegular.woff') format('woff'), url('../fonts/AthelasRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

header {
    float: left;
    width: 100%;
    padding: 35px;
    background: #fff;
    position: fixed;
    z-index: 99;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.logo {
    float: left;
    margin: 0 45px 0 0;
}

.menu {
    /*float: none;*/
    float: right;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
}

.menu_link {
    color: #31485F;
    /*font-size: 20px;*/
    line-height: 24px;
    margin-right: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
}

.menu_link:last-child {
    margin-right: 0;
    /*font-size: 20px;*/
}

.menu .active {
    color: #4EC18C;
}

.heade_right {
    float: right;
    width: auto;
}

.cm_link {
    width: 231px;
    border: 1px solid #4EC18C;
    border-radius: 3px;
    color: #4EC18C;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    padding: 13px 16px;
}

.cm_link:hover,
.cm_link:focus {
    color: #4EC18C;
}

.cm_link img {
    margin-right: 20px;
}

.search_main {
    float: right;
    margin-left: 35px;
}

.search_inner {
    width: 400px;
    position: relative;
}

.search_text {
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    padding: 0 15px 0 40px;
    color: #31485F;
    font-size: 18px;
    line-height: 22px;
}

.search_btn {
    position: absolute;
    left: 5px;
    top: 0;
    width: 35px;
    height: 50px;
    font-size: 0;
    border: 0;
    border-radius: 0;
    background: url('../images/search_icon.png') no-repeat center center / 17px 17px;
}

.main_Block {
    padding-top: 120px;
    float: left;
    width: 100%;
}

.inner_pad35 {
    padding: 35px;
    float: left;
    width: 100%;
}

.mrgtop40 {
    margin-top: 40px;
}

.mrgbtm50 {
    margin-bottom: 50px;
}

.mrgtop80 {
    margin-top: 80px;
}

.mrg0 {
    margin: 0 !important;
}

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

.white_bg {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #FFFFFF;
}

.au_top {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}

.au_img {
    width: 150px;
    border-radius: 2px;
    float: left;
    margin-right: 50px;
    position: relative;
}

.au_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.au_top_right {
    float: left;
}

.au_name {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}

.au_lc {
    color: #4F4F4F;
    font-size: 22px;
    line-height: 27px;
}

.dt_age {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.au_dt {
    color: #4F4F4F;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

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

.au_sub_tl {
    color: #99949A;
    font-family: 'AthelasRegular';
    font-size: 26px;
    font-style: italic;
    line-height: 29px;
    margin-bottom: 30px;
}

.au_cnt p {
    font-size: 20px;
    line-height: 1.5em;
    color: #4A4A4A;
    font-weight: 300;
    margin: 0;
}

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

.cm_btn {
    border-radius: 3px;
    border: 0;
    background-color: #4EC18C;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    padding: 20px 77px;
    text-transform: uppercase;
    cursor: pointer;
}

.cm_btn:hover {
    color: #fff;
}

.social_link {
    margin: 18px 0;
}

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

.desk_main_tab .nav-tabs .nav-link {
    font-size: 32px;
    letter-spacing: 1px;
    /*font-weight: bold;*/
    line-height: 36px;
    text-align: center;
    font-family: 'AthelasRegular';
    color: #8395A7;
    border: 0;
    border-bottom: 5px solid transparent;
    padding: 0px 45px 20px;
    text-transform: capitalize;
}

.desk_main_tab .nav-tabs .nav-link.active,
.desk_main_tab .nav-tabs .nav-item.show .nav-link {
    color: #4EC18C;
    border-bottom: 5px solid #4EC18C;
}

.min_height {
    min-height: 495px;
}

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

.tab_ttl {
    color: #99949A;
    font-size: 26px;
    font-style: italic;
    line-height: 29px;
    font-family: 'AthelasRegular';
    text-transform: capitalize;
}

.tab_inner p {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 24px;
}

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

.location ul li {
    position: relative;
    padding-left: 40px;
}

.location ul li:before {
    position: absolute;
    content: "";
    background: url('../images/icon-marker.png') no-repeat left center / 20px 29px;
    width: 20px;
    height: 29px;
    left: 0;
    top: 7px;
}

.location ul li p {
    color: #4F4F4F;
    font-size: 22px;
    line-height: 1.5em;
    margin: 20px 0 5px;
}

.location ul li a {
    color: #4EC18C;
    font-size: 16px;
    line-height: 24px;
}

.location ul li p.dt_ttm {
    margin-top: 10px;
}

.tab_inner .temp {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.inner_center_BK {
    float: none;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.cm_title {
    color: #4A4A4A;
    font-family: 'AthelasRegular';
    font-size: 40px;
    font-style: italic;
    line-height: 45px;
}

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

/*.guest_inner_main li {
    float: left;
    width: 100%;
    margin: 0 0 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
}

.guest_inner_main li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    }*/

    .guest_inner_main #obit_search_list li, .guest_inner_main #obit_shared_list li {
        float: left;
        width: 100%;
        margin: 0 0 35px;
        padding-bottom: 30px;
        border-bottom: 1px solid #E9E9E9;
    }

    .guest_inner_main #obit_search_list li:last-child, .guest_inner_main #obit_shared_list li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .guest_inner_block {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .g_Left_main {
        width: 10%;
        float: left;
        margin-right: 5%;
    }

    .guest_left {
        width: 76px;
        float: left;
        border-radius: 50%;
        overflow: hidden;
    }

    .guest_left img {
        width: 100%;
        height: 76px;
        object-fit: cover;
    }

    .guest_right {
        width: 85%;
        float: left;
        position: relative;
    }

    .g_Top {
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 15px;
    }

    .g_Name {
        color: #4A4A4A;
        font-size: 22px;
        font-weight: bold;
        line-height: 26px;
    }

    .g_tm_Date {
        color: #4A4A4A;
        font-size: 14px;
        font-style: italic;
        line-height: 26px;
        margin: 0;
    }

    .g_fl {
        position: absolute;
        right: 0;
        top: -20px;
    }

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

    .srt_Des p {
        color: #4A4A4A;
        font-size: 18px;
        font-weight: 300;
        line-height: 26px;
        margin: 0;
    }

    .g_area {
        border: 1px solid #D5D5D5;
        border-radius: 3px;
        background-color: #FFFFFF;
        height: 225px;
        width: 100%;
        resize: none;
        padding: 15px;
        font-size: 19px;
        line-height: 31px;
        color: rgba(14, 13, 13, 0.4);
    }

    .g_area::-webkit-input-placeholder {
        color: rgba(14, 13, 13, 0.4);
    }

    .g_area:-moz-placeholder {
        color: rgba(14, 13, 13, 0.4);
    }

    .g_area::-moz-placeholder {
        color: rgba(14, 13, 13, 0.4);
    }

    .g_area:-ms-input-placeholder {
        color: rgba(14, 13, 13, 0.4);
    }

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

    .nm_style {
        font-style: normal;
    }


    /* search page */

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

    .search_listing .au_name {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 32px;
    }

    .search_listing .au_top_right {
        width: 82%;
        padding-right: 100px;
    }

    .age_year {
        color: #4F4F4F;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
    }

    .search_au_lc {
        color: #4F4F4F;
        font-size: 18px;
        line-height: 22px;
    }

    .av_fl {
        position: absolute;
        top: -15px;
        right: -10px;
        height: auto !important;
        width: auto !important;
    }

    .search_listing .social_link {
        position: absolute;
        top: 0;
        right: 0;
    }

    .pad100 {
        padding-right: 100px;
    }

    .input_block {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .form-control {
        height: 38px;
        padding: 0 10px;
        color: #000000;
        font-size: 18px;
        line-height: 22px;
        border: 1px solid #D5D5D5;
        border-radius: 3px;
        background-color: #FFFFFF;
    }

    .form_btn {
        height: 48px;
        line-height: 48px;
        background-color: #4EC18C;
        border-radius: 3px;
        color: #FFFFFF;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
        border: 0;
        cursor: pointer;
        /*display: inline-block;*/
        padding: 0 15px;
        text-transform: uppercase;
        max-width: 540px;
        margin: auto;
        display: block;
    }

    .form_btn img {
        margin-right: 20px;
    }

    .form_btn:hover,
    .form_btn:focus {
        color: #fff;
    }

    .auto_width {
        width: auto;
    }


    /* my obits */

    .container1 {
        width: 1270px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .gry_cl {
        color: #8395A7;
    }

    .img_block {
        width: 100px;
        margin: 0 auto 10px;
        display: table;
    }

    .img_block img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

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

    .ob_title {
        color: #000000;
        font-size: 22px;
        font-weight: bold;
        line-height: 27px;
        text-align: center;
    }

    .sm_dt_ag {
        color: #4F4F4F;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        margin: 18px 0 0;
    }

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


    /* popup */

    .modal-dialog {
        min-height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
    }

    .share_pop .modal-dialog {
        max-width: 830px;
    }

    .share_pop .modal-header {
        border-bottom: 0;
        margin-bottom: 25px;
    }

    .share_pop .modal-title {
        width: 100%;
        color: #8395A7;
    }

    .close,
    .close:focus,
    .close:hover {
        opacity: 1;
        /*margin-top: -6px;*/
    }

    .share_pop .modal-body {
        padding: 0;
    }

    .share_pop .au_top {
        max-width: 335px;
        margin: 0 auto;
        display: table;
        float: none;
        border: 1px solid #E8E8E8;
        background-color: #FFFFFF;
        padding: 15px;
    }

    .share_pop .img_block {
        margin: 0 15px 0 0;
        width: 95px;
    }

    .share_pop .img_block img {
        height: 95px;
    }

    .share_pop .au_top_right {
        width: 58%;
    }

    .share_pop .au_name {
        color: #000000;
        font-size: 19px;
        line-height: 23px;
    }

    .share_pop .age_year {
        color: #4F4F4F;
        font-size: 15px;
        line-height: 18px;
        font-weight: normal;
    }

    .share_pop .au_lc {
        color: #4F4F4F;
        font-size: 15px;
        line-height: 18px;
    }

    .share_pop .desk_main_tab .nav-tabs .nav-link {
        font-size: 19px;
        line-height: 23px;
        color: #000;
        padding: 15px 5px;
        font-family: 'Lato', sans-serif;
    }

    .share_pop .desk_main_tab .nav-tabs .nav-link.active,
    .share_pop .desk_main_tab .nav-tabs .nav-item.show .nav-link {
        color: #4EC18C;
    }

    .share_pop .nav-tabs {
        display: block;
        width: 100%;
    }

    .share_pop .nav-item {
        display: inline-block;
        margin: 0 5px -1px;
    }

    .share_pop .nav-item img {
        margin-right: 15px;
        display: inline-block;
    }

    .share_pop .nav-item img.hv {
        display: none;
    }

    .share_pop .desk_main_tab .nav-tabs .nav-link.active img.hv,
    .share_pop .desk_main_tab .nav-tabs .nav-item.show .nav-link img.hv {
        display: inline-block;
    }

    .share_pop .desk_main_tab .nav-tabs .nav-link.active img.rg,
    .share_pop .desk_main_tab .nav-tabs .nav-item.show .nav-link img.rg {
        display: none;
    }

    .cp_link_main {
        float: left;
        width: 100%;
        margin: 30px 0;
    }

    .cp_text_blk {
        width: 400px;
        border: 1px solid #D5D5D5;
        border-radius: 3px;
        background-color: #FFFFFF;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        color: #31485F;
        font-size: 18px;
        margin-right: 8px;
    }

    .cp_btn {
        width: 190px;
        height: 48px;
        border-radius: 3px;
        background-color: #4EC18C;
        color: #FFFFFF;
        font-size: 17px;
        line-height: 48px;
        letter-spacing: 1px;
        text-align: center;
        font-weight: bold;
        display: inline-block;
    }

    .cp_btn:hover,
    .cp_btn:focus {
        color: #fff;
    }

    .share_pop .modal-footer {
        border-top: 0;
    }

    .modal-backdrop {
        background-color: rgba(58, 58, 58, 0.9);
    }

    .modal-backdrop.show {
        opacity: 0.9;
    }


    /*----------------create obits---------------*/

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

    .cool-control-dk {
        height: 38px;
        padding: 0 10px;
        color: #000000;
        font-size: 18px;
        line-height: 22px;
        border: 1px solid #D5D5D5;
        border-radius: 3px;
        background-color: #FFFFFF;
        width: 100%;
    }

    .mrbtm20 {
        margin-bottom: 20px;
    }

    .select2-container .select2-selection--single {
        height: 38px;
        border: 1px solid #D5D5D5 !important;
        font-size: 19px;
        color: #0E0D0D;
        font-family: 'Lato', sans-serif;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
        font-family: 'Lato', sans-serif;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        position: relative;
        border: none;
        top: 5px;
        margin-left: -10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
    }

    .select2-container--default.select2-container--open .select2-selection__arrow b:after {
        display: none;
    }

    .select2-container--default.select2-container--open .select2-selection__arrow b:before {
        position: absolute;
        content: "\f106";
        font-family: FontAwesome;
    }

    .select2-container:focus,
    .selection:focus,
    .select2-selection--single:focus {
        outline: none;
    }

    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
    .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        font-family: 'Lato', sans-serif;
    }

    .select2 {
        width: 100% !important;
    }

    .fgop_inct {
        width: 90% !important;
        float: left;
    }

    .calcll {
        float: left;
        width: 10%;
        line-height: 34px;
        padding-left: 15px;
    }

    .form-group {
        float: left;
        width: 100%;
    }

    .form-group label {
        width: 100%;
    }

    .cldty {
        float: left;
        width: 100%;
        color: #4EC18C;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 34px;
    }

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

    .files input {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        padding: 140px 0px 100px 35%;
        text-align: center !important;
        margin: 0;
        width: 100% !important;
        cursor: pointer;
    }

    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

    .files {
        position: relative;
        cursor: pointer;
    }

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 85px;
        left: 0;
        width: 50px;
        right: 0;
        height: 56px;
        content: "";
        background-image: url(../images/upload.png);
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .color input {
        background-color: #f1f1f1;
    }

    .files:before {
        position: absolute;
        bottom: 10px;
        left: 0;
        pointer-events: none;
        width: 100%;
        right: 0;
        height: 100%;
        content: "";
        display: block;
        margin: 0 auto;
        color: #2ea591;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
        top: 0;
        background: #E0DFDF;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

    input[type="file"] {
        opacity: 0 !important;
    }

    .bt_save_next_all {
        display: inline-block;
        box-shadow: none;
        border: none;
        background: #4EC18C;
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: #FFFFFF;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-size: 17px;
        font-family: 'Lato', sans-serif;
        text-shadow: none;
    }

    .bt_save_next_all1 {
        background: #ffffff;
        color: #4EC18C;
        border: 2px solid #4EC18C;
    }

    .min414 {
        min-height: 414px;
    }

    .bio_graphy {
        float: left;
        width: 100%;
        margin: 30px 0;
    }

    .bio_graphy h2 {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
    }

    .tr-text-area {
        float: left;
        width: 100%;
        border: 1px solid #D5D5D5;
        height: 300px;
        resize: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 15px;
    }

    .checkbox {
        padding-left: 0;
    }

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
    }

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        top: 4px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0px;
        top: 4px;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #555555;
    }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

    .checkbox input[type="checkbox"]:focus+label::before {
        outline: none;
    }

    .checkbox input[type="checkbox"]:checked+label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

    .checkbox input[type="checkbox"]:disabled+label {
        opacity: 0.65;
    }

    .checkbox input[type="checkbox"]:disabled+label::before {
        background-color: #eeeeee;
        cursor: not-allowed;
    }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

    .checkbox-success input[type="checkbox"]:checked+label::before {
        background-color: #38ba93;
        border-color: #38ba93;
    }

    .checkbox-success input[type="checkbox"]:checked+label::after {
        color: #fff;
    }

    .OptionRt_sdg {
        float: left;
        width: 100%;
        padding-left: 25px;
    }


    /* 29-11-2017 */

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

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

    .btm_common {
        float: left;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #D5D5D5;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .btm_section .bottom_btn .bottom_head {
        text-align: center;
        display: block;
        border-bottom: 0;
    }

    .btm_section .bottom_btn .bottom_head li {
        display: inline-block;
    }

    .btm_section .bottom_btn .bottom_head li a {
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: center;
        font-family: 'AthelasRegular';
        color: #8395A7;
        border: 0;
        border-bottom: 5px solid transparent;
        padding: 8px 15px;
        text-transform: capitalize;
        display: block;
    }

    .card-body {
        float: left;
        width: 100%;
        padding: 30px;
    }

    .card {
        margin-bottom: 15px;
    }

    .card:last-child {
        margin-bottom: 0px;
    }

    .card-header {
        background-color: #4EC18C;
        border-bottom: 1px solid #4EC18C;
    }

    .card h5>a {
        position: relative;
        color: #fff;
        text-transform: capitalize;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
        font-weight: 500;
        padding-right: 30px;
        font-family: 'AthelasRegular';
        display: block;
    }

    .card h5>a:hover {
        color: #fff;
    }

    .card h5 a:before {
        position: absolute;
        content: "";
        background: url('../images/minus.png') no-repeat center center / 16px 16px;
        width: 16px;
        height: 16px;
        right: 0;
        top: 5px;
    }

    .card h5 a.collapsed:before {
        position: absolute;
        content: "";
        background: url('../images/plus.png') no-repeat center center / 16px 16px;
        width: 16px;
        height: 16px;
        right: 0;
        top: 5px;
    }

    .inner_ac .card-header {
        padding: 8px;
    }

    .inner_ac .card h5>a {
        font-size: 18px;
        line-height: 22px;
    }

    .inner_ac .card-body {
        padding: 15px;
    }

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

    .parent_inner ul li {
        float: left;
        width: 100%;
    }

    .li_clear {
        display: inline-block;
        text-align: left;
        line-height: 38px;
        color: #ff0000;
    }

    .li_clear:hover,
    .li_clear:focus {
        color: #ff0000;
    }

    .add_row {
        display: inline-block;
        font-size: 15px;
        color: #4EC18C;
        text-transform: capitalize;
    }

    .add_row:hover {
        color: #4EC18C;
    }

    .add_row i {
        margin-right: 5px;
    }


    /* according */

    .panel-title>a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f055";
        padding-right: 5px;
    }

    .panel-title>a.collapsed:before {
        float: right !important;
        content: "\f056";
    }

    .panel-title>a:hover,
    .panel-title>a:active,
    .panel-title>a:focus {
        text-decoration: none;
    }

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

    .terms_con .checkbox label::before,
    .terms_con .checkbox label::after {
        margin-left: 0;
        left: 0;
    }

    .terms_con .checkbox label {
        padding-left: 30px;
    }

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

    .button_bottom .form_btn {
        width: 150px;
        margin-right: 30px;
    }

    .button_bottom .form_btn:last-child {
        margin-right: 0;
    }

    .cancel_btn {
        background: #f64040;
    }

    .preview {
        background: #8395a7;
    }

    .fea_blk {
        min-height: 370px;
    }

    .fea_blk .checkbox:first-child {
        margin-bottom: 10px;
    }

    .leave_pop_text {
        color: #4EC18C;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        float: right;
        position: absolute;
        right: 20px;
        bottom: 7px;
        background: #fff;
        padding: 10px;
    }

    .leave_pop_text:hover,
    .leave_pop_text:focus {
        color: #4EC18C;
    }

    .flowe_pop_main .modal-content {
        background-color: #ECECEC;
        overflow: hidden;
    }

    .flowe_pop_main .modal-header {
        background: #fff;
        padding: 25px;
        margin: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    }

    .flowe_pop_main .modal-title {
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #4EC18C;
        font-family: 'AthelasRegular';
    }

    .flowe_pop_main .modal-body {
        padding: 30px;
    }

    .fl_inner {
        float: left;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background: #fff;
        margin: 0 0 30px 0;
    }

    .fl_img {
        width: 185px;
        float: none;
        margin: 0 auto;
        display: table;
    }

    .fl_img img {
        height: 61px;
        width: 100%;
        object-fit: cover;
    }

    .fl_name {
        color: #4F4F4F;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        text-transform: capitalize;
    }

    .create_obit_main {
        max-width: 460px;
        width: 100%;
        margin: 0 auto;
        display: table;
    }

    .create_obit_main .form-group {
        margin-bottom: 25px;
    }

    .create_obit_main .form-group label {
        color: #4A4A4A;
        font-size: 18px;
        font-style: italic;
        line-height: 20px;
        font-family: 'AthelasRegular';
    }

    .create_obit_main .form-control {
        border: 1px solid #D5D5D5;
        border-radius: 3px;
        background-color: #FFFFFF;
        height: 55px;
        line-height: 55px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .create_obit_main .form-control:last-child {
        margin-bottom: 0;
    }

    .create_obit_main .form-control:focus {
        box-shadow: none;
    }

    .create_obit_main .form-control::-webkit-input-placeholder {
        color: #4F4F4F;
        font-size: 22px;
    }

    .create_obit_main .form-control::-moz-placeholder {
        color: #4F4F4F;
        font-size: 22px;
    }

    .create_obit_main .form-control:-ms-input-placeholder {
        color: #4F4F4F;
        font-size: 22px;
    }

    .create_obit_main .form-control:-moz-placeholder {
        color: #4F4F4F;
        font-size: 22px;
    }

    .create_obit_main .crObit {
        border: 1px solid #e9ecef;
        height: 222px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .create_obit_main .crObit.select-obit-phot {
        background-size: cover;
    }

    .create_obit_main .crObit.select-obit-phot input[type=file] {
        height: 222px;
    }

    .create_obit_main .crObit label {
        height: 222px;
    }

    .create_obit_main .crObit img {
        width: 100%;
        height: 222px;
        object-fit: cover;
    }

    .create_obit_main .OB_w {
        width: auto;
        padding: 0 50px;
    }

    .create_obit_main .back {
        opacity: 0.7;
    }

    .create_obit_main .mrg_top20 {
        float: left;
        width: 100%;
        margin-top: 25px;
    }

    .create_obit_main .calcll {
        line-height: 50px;
    }

    .process_mnc {
        float: left;
        width: 100%;
        margin: 27px 0;
        text-align: center;
    }

    .process_mnc img {
        display: inline-block;
    }
    .full_width{
        float: left;
        width: 100%;
    }
    .iner_box{
        height: 194px;
        width: 100%;
        border: 1px solid #979797;
        border-radius: 6px;
        background-color: rgba(255,255,255,0);
    }
    .left_img_cl{
        float: left;
        width: 40%;
    }
    .right_cont_lk{
        float: left;
        width: 60%;
    }

    @media (max-width: 1199px) {
        .cret_boit_mainlco .padd00 {
            padding: 30px 0 !important;
        }
    }

    @media(max-width: 768px) {
        .modal-dialog {
            min-height: calc(100vh - 20px);
        }
    }

    @media (max-width:375px) {
        .create_obit_main .OB_w {
            margin-bottom: 15px;
        }
    }

    .precomp-center {
        width: auto;
        margin: 0 auto 30px;
        padding: 10px 10px 0;
        border: solid 1px #ccc;
        border-radius: 5px;
    }

    .precomp-center .au_top_right {
        padding-left: 10px;
    }
    .field_cover {
        float: left;
        width: 100%;
        padding: 0;
    }

    /* 24-7-2019 */
    div.dataTables_wrapper div.dataTables_filter input {
        background-image: url('../images/search_icon.png');
        background-repeat:  no-repeat;
        background-position: left 10px center; 
        background-size: 17px 17px;
        padding-left: 35px;
    }
    .dashb .dataTables_wrapper {
        padding: 0;
    }
    .dashb .dataTables_wrapper .dt_head {
        margin-bottom: 30px;
    }
    .dashb .dataTables_wrapper .dt_head .dataTables_filter {
        float: left;
        width: auto;
        margin: 0;
    }
    .dashb .dataTables_wrapper .dataTables_filter label {
        margin-bottom: 0;
    }
    .dashb .dataTables_wrapper .dataTables_filter input {
        margin-left: 0;
        width: 200px;
    }
    .dashb .dataTables_wrapper .dataTables_filter label {
        font-size: 0;
    }
    .dashb .dt_head a.float-right {
        line-height: 38px;
        display: block;
    }
    .dashb table.table-bordered.dataTable tbody th, 
    .dashb table.table-bordered.dataTable tbody td {
        padding: 8px;
        font-size: 14px;
        word-break: break-word;
        white-space: normal;
        text-transform: capitalize;
    }
    .chart_box_ji {
        float: left;
        width: 100%;
        margin: 0 0 50px 0;
        padding: 0 20px;
    }
    .chart_ttl {
        font-size: 18px;
        line-height: 45px;
        color: #000000;
        text-align: center;
        float: left; width: 100%;
        margin: 0 0 15px 0;
        text-transform: uppercase;    
    }
    .fund-raising-stat {
        float: left;
        width: 100%;
        border: 1px solid #9e9e9e;
        padding: 35px;
        box-sizing: border-box;
    }
    .fund-raising-stat .statistic .value {
        font-size: 22px;
        line-height: 45px;
        font-weight: bold;
        margin: 0 0 8px 0;
    }
    .line_normal {
        line-height: normal !important;
    }
    .top_box {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
    }
    .hd_date_picker .col-sm-6:first-child .form-group{
        padding-right: 40px;
    }
    .hd_date_picker .col-sm-6:last-child .form-group{
        padding-left: 40px;
    }
    .hd_date_picker .cool-control-dk {
        border-color: #9e9e9e;
    }
    .acc_main {
        float: left;
        width: 100%;
    }
    .acc_main .card {
        border-color: #9e9e9e;
        border-radius: 0;
        margin-bottom: 0;
    }
    .acc_main .card-header {
        background-color: transparent;
        padding: 0;
        border-bottom: 0;
    }
    .acc_main .card-header .btn {
        padding: 15px;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px;
        color: #000;
        cursor: pointer;
    }
    .acc_main .card-header .btn:hover {
        text-decoration: none;
    }
    .acc_inner_cnt {
        padding: 0;
        /*overflow-x: auto;*/
        background: #f9f9f9;
        border-top: 1px solid #9e9e9e;
    }
    .acc_inner_cnt table.dataTable {
        clear: both;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        max-width: none !important;
        border-collapse: separate !important;
        padding: 0 !important;
    }
    .acc_inner_cnt table.dataTable tbody tr {
        background-color: transparent;
    }
    .acc_inner_cnt table.dataTable tbody tr:last-child td {
        box-shadow: none;
    }
    .acc_inner_cnt table.dataTable th, .acc_inner_cnt table.dataTable td {
        font-size: 15px;
    }
    .abuse-list {
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
    }
    .acc_inner_cnt table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, 
    .acc_inner_cnt table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        line-height: 16px !important;
    }
    .dash_right {
        float: left;
        width: 100%;
        padding-left: 30px;
    }
    #fundraising_dt {
        border: 1px solid #9f9f9f;
        padding: 0;
        margin: 0 !important;
    }
    #fundraising_dt th {
        border-bottom: 1px solid #9f9f9f !important;
        opacity: 1;
        color: rgba(0,0,0,0.3);
    }
    #fundraising_dt td {
        box-shadow: inset 0 -1px 0 0 #9f9f9f;
    }
    #fundraising_dt tr:last-child td  {
        box-shadow: none;
    }
    #fundraising_dt .child_row {
        background: #F9F9F9;
    }

    .neww_obit_vieww .au_top{
        margin-bottom: 10px;
    }
    .obit_vieww.neww_obit_vieww .au_img {
        height: auto;
    }
    .neww_obit_vieww .dt_age p:last-child {
        margin-bottom: 0;
    }
    .form-control:focus {
        box-shadow: none;
        border-color: #D5D5D5;
    }

    /* 05/01/2020 */
    .custom_radion_button [type="radio"]:checked, 
    .custom_radion_button [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    .custom_radion_button [type="radio"]:checked + label, 
    .custom_radion_button [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 22px;
        display: inline-block;
        color: #a4a3a3;
        margin: 0;
    }
    .custom_radion_button [type="radio"]:checked + label:before, 
    .custom_radion_button [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        border: 2px solid #a4a3a3;
        border-radius: 100%;
        background: #fff;
    }
    .custom_radion_button [type="radio"]:checked + label:after, 
    .custom_radion_button [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #00c687;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .custom_radion_button [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .custom_radion_button [type="radio"]:checked + label {
        color: #000;
    }
    .custom_radion_button [type="radio"]:checked + label:before {
        border-color: #00c687;
    }
    .custom_radion_button [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .rd_cv {
        float: left;
        width: 100%;
    }
    .nw_picker_in .form-control[readonly] {
        cursor: pointer;
        background: transparent url(../images/cal.png) no-repeat right 10px center / 23px 23px;
    }
    .cret_obits_nw_cls .custom_tab {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .cret_obits_nw_cls .custom_tab a {
        color: #a4a3a3;
        display: block;
        padding: 10px 20px;
        border-bottom: 3px solid transparent;
    }
    .cret_obits_nw_cls .custom_tab a.active {
        color: #000;
        border-color: #4EC18C;
    }
    .date_pic_cool[readonly] {        
        background: transparent;
    }
    .min_nw_cls {
        min-height: 1202px;
    }
    .daterangepicker .calendar-table {
        border: 0 !important;
    }
    .daterangepicker .calendar-table th, 
    .daterangepicker .calendar-table td,
    .bootstrap-datetimepicker-widget table td, 
    .bootstrap-datetimepicker-widget table th {
        border-radius: 0 !important;
        border: 0 !important;
    }
    .daterangepicker .calendar-table thead tr:last-child th,
    .bootstrap-datetimepicker-widget .datepicker-days thead tr:last-child th {
        background-color: #E5E5E5 !important; 
        border-radius: 0 !important;
        border: 0 !important;
        padding: 0 !important;
    }
    .daterangepicker .calendar-table th, 
    .daterangepicker .calendar-table td,
    .bootstrap-datetimepicker-widget table td.day,
    .bootstrap-datetimepicker-widget table th {
        height: 32px !important;
        line-height: 32px !important;
    }
    .bootstrap-datetimepicker-widget .datepicker-days thead tr:last-child th,
    .bootstrap-datetimepicker-widget table td {
        font-size: 12px !important;
    }
    .bootstrap-datetimepicker-widget table td.today:before {
        border-bottom-color: #4EC18C !important;
    }
    .bootstrap-datetimepicker-widget table td.active {
        color: #fff !important;
        background-color: #4EC18C !important;
    }
    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #4EC18C !important;
    }
    .daterangepicker td.in-range {
        background-color: #D6F1EA !important;
    }
    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect {
        padding: 5px 0 !important;
        margin-bottom: 5px !important;
    }
    .btn-primary.focus, .btn-primary:focus {
        box-shadow: none;
    }
    @media(max-width: 767px) {
        .guest_inner_main #obit_search_list li, .guest_inner_main #obit_shared_list li {
            margin: 0 0 25px;
            padding-bottom: 0px;
        }
    }

