

/* body { */
	/* font-family: 'Roboto'; */
	/* background: #fff; */
	/* position:relative; */
/* } */
body {
	font-family: 'STC Forward';
	background: #fff;
	position:relative;
}
h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 span {
	color: #25e4bf;
}
h2 em {
	color: #fd6e6e;
	font-style: normal;
}
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
a:active, a:focus, a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}

@font-face {
  font-family: "STC Forward";
  src: url("../../fonts/stc/STCForward-Regular.woff2") format("woff2"),
       url("../../fonts/stc/STCForward-Regular.woff") format("woff");
}

















/* main css */
.main_content {
    padding: 80px 0 0;
}

header.main_header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 60;
    padding: 5px 0px 0px;
    transition: ease .3s;
}

header.main_header.affix {
    box-shadow: 0px 0px 20px 0px #eee;
}


.logo {
    float: left;
    color: #fff;
    margin: 11px 20px 11px 0px;
    max-width: 190px;
}

.logo img {
}
.header_right {
    float: right;
    padding: 15px 0px;
}
.navigation ul li {
	float: left;
	padding: 0px 15px 0px 0px;
}
.navigation ul li a {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    padding: 10px 3px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 400;
    float: right;
    text-decoration: none;
    cursor: pointer;
}
.navigation ul li a.create_nw {
    background: #8e0f00;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    /* background-image: linear-gradient(#8e0f00, #4a0c05); */
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    transition: ease .3s;
    display: inline-block;
}

.navigation ul li i {
	font-size: 16px;
}

.mob_nav {
	display: none;
	font-size: 40px;
}
.header_search {
    float: left;
    padding: 10px 0 0;
}
.header_search_form {
    position: relative;
}
.header_search_form button {
    position: absolute;
    top: 2px;
    left: 3px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 19px;
    background-color: #f1f3f7;
    color: #888888;
}
.header_search_form input#SearchKeyword {
    height: 44px;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 10px 10px 10px 32px;
    border-radius: 5px;
    background-color: #f1f3f7;
    color: #888;
    outline: none;
    width: 200px;
}

.logo a {
    font-size: 20px;
    color: #777;
    font-weight: bold;
}

/* Language Selector */

.language_li_blk {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: 10px;
    padding: 10px;
    position: absolute;
    display: inline-block;
    top: 10px;
    color: #8e0f00;
    left: initial;
    z-index: 2;
}

.language_li_blk a.language_opt_blk {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}

.language_li_blk a.language_opt_blk em {
    font-style: normal;
    max-width: 100px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    display: inline-block;
    color: #333;
    vertical-align: middle;
    font-size: 13px;
}

.language_li_blk a.language_opt_blk em span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 9px;
    margin: 0px 0 0;
}

.language_li_blk a.language_opt_blk span.fa.fa-globe {
    font-size: 24px;
    margin-right: 5px;
}

.language_menu {
    min-width: 140px;
    left: 0;
    right: auto;
    top: 40px;
}

.language_menu li {
    float: none;
    width: 100%;
}

.language_menu li a {
    float: none;
    display: block;
    padding: 5px 10px;
}

.language_menu li a img {
    height: 15px;
    width: 20px;
}

.language_menu li a span {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 5px;
}

.language_li_blk.dropdown.show {
    display: inline-block !important;
}

.language_menu li.active a {
    color: #333;
    background-color: #eee;
}

/* Language Selector */

.product_list_content_hd_blk .ad_block_sec_heading {
    float: left;
}

.sort_by_blk {
    float: right;
}

.product_list_content_hd_blk {
    display: flex;
    justify-content: space-between;
}


/*   Funeral Dashboard   */
header.funeral_dashboard {
    background-color: #0068d2;
    background-image: linear-gradient(-90deg, #0068d2, #3193f8);
    border: 0;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.navigation.funeral_dashboard_nav ul li a {
    color: #ffffff;
    padding: 20px;
}
.navigation.funeral_dashboard_nav ul li.active a {
    color: #ffffff;
    font-weight: 700;
    background-color: #0256ab;
}

.funeral_dashboard_nav .login-account.open ul li a {
    color: #333;
    padding: 10px;
}

.header_right.header_right_funeral_nav {
    float: right;
    padding: 0; 
    width: 60%;
}
.navigation.funeral_dashboard_nav {
    display: inherit;
    vertical-align: middle;
}
.user_account_info_block {
    float: right;
    padding: 8px;
}
.user_account_info_block .dropdown.login-account {
    display: inline-flex;
}

.navigation.funeral_dashboard_nav ul li {
    padding: 0 5px 5px 0;
}

/*   Funeral Dashboard   */


/*      */
section.slider-area {
    background-image: url(../img/advertisement_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}


.slider-active {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slider-height {
    min-height: 700px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    display: flex;
}

section.slider-area:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.7;
}

.main-search-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.main-search-block form {
    width: 100%;
    max-width: 840px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
}

.main-search-block form .inner-form {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.main-search-block form .inner-form .input-field.first-wrap {
    width: 160px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.main-search-block form .inner-form .input-field select {
    width: 100%;
    border: none;
    height: 60px;
    align-items: center;
    display: flex;
    color: #999;
}

.main-search-block form .inner-form .input-field.first-2-wrap {
    width: 160px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


.main-search-block form .inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-search-block form .inner-form .input-field {
    height: 60px;
}

.main-search-block form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    color: #555;
}

.main-search-block form .inner-form .input-field.third-wrap {
    width: 120px;
}

.main-search-block form .inner-form .input-field.third-wrap .btn-search {
	height: 100%;
	width: 100%;
	white-space: nowrap;
	color: #fff;
	font-size: 20px;
	border: 0;
	background-image: linear-gradient(#8e0f00, #8e0f00);
	cursor: pointer;
	transition: all .2s ease-out, color .2s ease-out;
}

.main-search-block form .inner-form .input-field.third-wrap .btn-search svg {
    width: 16px;
}






.new-search-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.new-search-block form {
    width: 100%;
    max-width: 1024px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.new-search-block form .inner-form {
    /* background: #fff; */
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.new-search-block form .inner-form .input-field.first-wrap {
    width: 250px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.new-search-block form .inner-form .input-field select {
    width: 100%;
    border: none;
    height: 50px;
    align-items: center;
    display: flex;
    color: #999;
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.new-search-block form .inner-form .input-field.first-2-wrap {
    width: 200px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


.new-search-block form .inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* max-width: 418px; */
}

.new-search-block form .inner-form .input-field {
    height: 50px;
}

.new-search-block form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    color: #555;
}

.new-search-block form .inner-form .input-field.third-wrap {
    width: 150px;
}

.new-search-block form .inner-form .input-field.third-wrap .btn-search {
	height: 100%;
	width: 100%;
	white-space: nowrap;
	color: #fff;
	font-size: 20px;
	border-radius: 8px;
	border: 0;
	background-image: linear-gradient(#8e0f00, #8e0f00);
	cursor: pointer;
	transition: all .2s ease-out, color .2s ease-out;
}

.new-search-block form .inner-form .input-field.third-wrap .btn-search svg {
    width: 16px;
}

.new-search-block form .inner-form .input-field input:focus, .new-search-block form .inner-form .input-field select:focus {
    outline: none;
}

.searching button.btn.dropdown-toggle.btn-light.bs-placeholder {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.searching .dropdown.bootstrap-select.show-tick.form-control.cot_form_input.home_earch.dropup {
    border-radius: 8px;
}

.searching .dropdown.bootstrap-select.show-tick.form-control.cot_form_input.home_earch {
    border-radius: 8px;
}


.purpose_radio .custom-radio {
    display: block;
    width: 100%;
    position: relative;
}



.purpose_radio .custom-radio [type="radio"]:checked,.purpose_radio .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.purpose_radio .custom-radio [type="radio"]:checked + label, .purpose_radio .custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.purpose_radio .custom-radio [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.purpose_radio .custom-radio [type="radio"]:checked + label:after {
    position: absolute;
    top: 1px;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.purpose_radio .custom-radio  [type="radio"]:checked + label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.purpose_radio {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-evenly;
}

.purpose_radio li+li {margin-left: 20px;}

.new-search-block form .inner-form .input-field+.input-field {
    margin-left: 15px;
}



















.advance_search_block_btn {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.advance_search_block_btn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.main-search-block form .inner-form .input-field input:focus, .main-search-block form .inner-form .input-field select:focus {
    outline: none;
}


.phone-code {
    position: relative;
}

.phone-code span {
    position: absolute;
    top: 34px;
    left: 0;
    font-size: 16px;
    color: #8e0f00;
    font-weight: 600;
}

.phone-code span + input {
    padding: 0px 0px 0px 42px !important;
}


#advance_search .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    border: none;
    padding: 10px;
}

#advance_search .modal-header button.close {
    font-size: 18px;
    font-weight: 100;
}

#advance_search .login-register-block {
    padding: 40px 20px;
}

.advance_search_blk_btn a {
    text-align: center;
    margin: 20px 0 0;
    background-image: linear-gradient(#8e0f00, #8e0f00);
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    width: 200px;
    font-weight: 600;
    border-radius: 4px;
}

.advance_search_btn button {
    text-align: center;
    margin: 20px 0 0;
    background-image: linear-gradient(#8e0f00, #8e0f00);
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    width: 100%;
    border-radius: 4px;
}
.ad_purpose_block {
    margin-bottom: 10px;
    text-align: left;
}

.ad_purpose_block li {
    display: inline-block;
    padding: 0 10px;
}

.ad_purpose_block .custom-radio {
    display: block;
    width: 100%;
}

.ad_purpose_block .custom-radio [type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.ad_purpose_block .custom-radio [type="radio"]:checked + label, .ad_purpose_block .custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #ffffff;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 17px;
    border-radius: 5px;
    background-color: #8e0f00;
}

.ad_purpose_block .custom-radio [type="radio"]:checked + label:after {
    background: no-repeat 50%/50% 50%;
    content: "";
    height: 15px;
    width: 15px;
    background-color: #8e0f00;
    border: solid 1px #8e0f00;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    display: inline-block;
    position: absolute;
    top: 33px;
    left: 46%;
    margin-left: -5px;
}

#advanced_search .advance_search_items {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}

.ad_purpose_block .custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #8e0f00;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 17px;
    border-radius: 5px;
    background-color: #ffffff;
}

.ad_purpose_block li:first-child {
    padding-left: 0;
}


section.advertisement-section {
    padding: 50px 0 0;
}

.advertisement-section-img-blk a {
    display: block;
}

.advertisement-section-img-blk img {
    height: 100%;
    width: auto;
}

.advertisement-section-img-blk {
    text-align: center;
}

.advertisement-section-img-blk a {
    height: 200px;
    background-position: center;
    background-size: cover;
}

/*      */



.advance_purpose_block {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.advance_purpose_block li {
    display: inline-block;
}

.advance_purpose_block .custom-radio {
    display: block;
    width: 100%;
}

.advance_purpose_block .custom-radio [type="radio"]:checked, .advance_purpose_block .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.advance_purpose_block .custom-radio [type="radio"]:checked + label, .advance_purpose_block .custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #333;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.advance_purpose_block .custom-radio [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.advance_purpose_block .custom-radio [type="radio"]:checked + label:after {
    position: absolute;
    top: 1px;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.advance_purpose_block .custom-radio [type="radio"]:checked + label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}



.advance_purpose_block .custom-checkbox {
    display: block;
    width: 100%;
}

.advance_purpose_block .custom-checkbox [type="checkbox"]:checked, .advance_purpose_block .custom-checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.advance_purpose_block .custom-checkbox [type="checkbox"]:checked + label, .advance_purpose_block .custom-checkbox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #333;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.advance_purpose_block .custom-checkbox [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.advance_purpose_block .custom-checkbox [type="checkbox"]:checked + label:after {
    position: absolute;
    top: 1px;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.advance_purpose_block .custom-checkbox [type="checkbox"]:checked + label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}


.advance_purpose_block li+li {
    margin-left: 10px;
}

textarea.form-control.cot_form_textarea {
    background: none;
    border: none;
    box-shadow: none;
    height: 50px;
    padding: 15px 0 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    transition: ease .3s;
}

textarea.form-control.cot_form_textarea:focus {
    border-color: #8e0f00;
    border-width: 2px;
}

.advance_search_items form {
    background-color: #fff;
}


section.ad_block_sec {
    padding: 50px 0 20px;
}

.ad_block_sec_heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #333;
    /* float: left; */
}

p.w-100.float-rights {
    float: right;
}

.ad_block_item:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 15px 0px rgba(2, 25, 65, 0.14);
}
.ad_block_item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 15px 0px rgba(2, 25, 65, 0.08);
    margin-bottom: 30px;
    transform: scale(1);
    transition: ease 0.5s;
}

.ad_block_item_four {
    position: relative;
    overflow: hidden;
}

.ad_block_item_four_img {
    height: 200px;
    display: block;
    background-position: center;
    background-size: cover;
}

.ad_block_item_four_featured {
    position: absolute;
    bottom: 0;
    background-color: #8e0f00;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 5px 3px 5px 0px #000000c4;
}

.ad_block_item_four_featured_sale {
    position: absolute;
    top: 0px;
    background-color: #000000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px 4px 4px 0px;
    box-shadow: 0px 0px 5px 0px #0000007d;
}

.ad_block_item_four_featured:before {
    background: no-repeat 50%/50% 50%;
    height: 16px;
    width: 15px;
    background-color: #ff7600;
    border: solid 1px #ff7600;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: -8px;
    margin-left: -5px;
}

.ad_block_item_four_content {
    padding: 15px 15px;
}

.ad_block_item_four_nm {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ad_block_item_four_gp {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ad_block_item_four_add {
    color: #999;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ad_block_item_four_type {
    margin-bottom: 7px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}


.ad_block_item_four_price {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333;
}

.ad_block_item_detail a {
    background-color: #8e0f00;
    display: block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.offer_block_item_four {
    position: relative;
    overflow: hidden;
}

.offer_block_item_four_img {
    height: 300px;
    display: block;
    background-position: center;
    width: 100%;
    background-size: cover;
    transition: ease 0.3s;
    border: 1px solid #eee;
}

section.featured_offer_sec {
    padding: 50px 0;
    background-color: #f7f7f9;
}

.offer_block_item_four_featured {
    position: absolute;
    bottom: 0px;
    background-color: #2f91f6;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 5px 0px 5px 0px #000000c4;
}

.offer_block_item {
    padding: 10px;
    box-shadow: 0px 0px 16px 0px #ddd;
    background-color: #fff;
    border: 1px solid #eee;
}

.offer_block_item:hover .offer_block_item_four_img {
    transform: scale(1.02);
}

.offer_block_item_four_content {
    padding: 20px 10px;
}

.offer_block_item_li {
    display: inline-block;
    width: 60%;
}

.offer_block_item_li+.offer_block_item_li {
    float: right;
    width: 35%;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    text-align: right;
}

.offer_block_item_four_nm {
    font-size: 18px;
    font-weight: 600;
}

.offer_block_item_four_gp {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.offer_block_item_four_add {
    color: #999;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.offer_block_item_four_type {
    margin-bottom: 7px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.offer_block_item_four_price {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333;
}

.offer_block_item_detail a {
    background-color: #2f91f6;
    display: block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.offer_block_item:hover {
    box-shadow: 0px 0px 16px 0px #ccc;
}

.marketedBy {
    font-size: 12px;
    color: #999;
}

.login-account ul.dropdown-menu.show {
    min-width: 20rem;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.login-account ul.dropdown-menu.show li {
    width: 100%;
    text-align: left;
    padding: 0;
}

.login-account ul.dropdown-menu.show li a {
    width: 100%;
    padding: 10px;
    text-align: initial;
}

/*        */

section.content-section-header {
    min-height: 600px;
}

.hero-background {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
}

.content-section-header {
    position: relative;
    top: 2px;
}

.hero-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    /* background: linear-gradient(to right,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); */
}

.z1 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    background-color: #00000091;
    width: 100%;
    padding: 20px 0;
}

.blurbox {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.rera {
    font-size: 14px;
    margin-left: 3rem;
    margin-top: 50px;
    display: inline-block;
    font-weight: 400;
    opacity: .8;
    letter-spacing: .2px;
    color: #fff;
}

.snapshot {
     color: #fff;
}

.subheading {
    font-weight: 300;
    font-size: 20px;
    padding: 10px 0 0px;
    line-height: initial;
}

.subheading span {
    display: inline-block;
    margin-right: 6px;
}

.fbold {
    font-weight: 600;
    margin: 0!important;
}

.highlights {
    width: 33.75rem;
    overflow: hidden;
}

.project-highlights {
    width: 82px;
    height: 15px;
    border-radius: 0 8px 8px 0;
    background-color: #f8e81c;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 3px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 5px;
    letter-spacing: 0;
    line-height: 15px;
}

section.content-section-header .highlights ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.content-section-header .highlights ul li {
    font-size: 14px;
    font-weight: 300;
    float: left;
    line-height: 24px;
    position: relative;
    margin-right: 10px;
}

.content-section-header .hero-img {
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%;
    height: 600%;
}

.slide-1 {
    background-size: cover;
    height: 100%;
    min-height: 600px;
    background-position: center;
}



section.project_content_sec {
    background-color: #e9eef2;
    padding: 70px 0;
}

.project_content_block {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 20px;
    margin-bottom: 40px;
}

.project_content_img_block {
    height: 300px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
}

.project_content_desc_block {
    height: 200px;
    overflow: scroll;
    overflow-x: inherit;
    overflow-y: overlay;
}

.project_content_desc_block p {
    font-size: 14px;
    color: #999;
}

.project_content_block_heading {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
}


.project_content_overview {
    padding: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.project_content_overview ul.over-detail li {
    list-style: none;
    margin: 0;
    font-size: 15px;
    padding-bottom: 4px;
    color: #383838;
    height: 60px;
}

.project_content_overview ul.over-detail li span.s-bold {
    font-weight: 700;
    display: block;
    color: #000;
    margin-top: 1px;
}

.ad_block_item_detail button {
    background-color: #ffffff;
    display: block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    color: #999;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.dash-top {
    border-top: dashed 1px #e7eced;
    margin: 26px 0;
}

.project_content_desc_block_hd {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.project_content_desc_block::-webkit-scrollbar {
    display: none;
}










.advertisement_plans_block {
    padding: 100px 0;
}

.advertisement_plans_item_hd {
    background: #8e0f00;
    text-align: center;
    -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(0% 0%, 101% 0, 101% 80%, 50% 100%, 0 80%, 0 0);
    border-radius: 8px 8px 0px 0px;
    padding: 0px 0px 20px 0px;
}

.advertisement_plans_nm {
    font-size: 24px;
    padding: 10px 5px;
    color: #fff;
    background-color: #8e0f00;
    box-shadow: 0px 0px 20px 0px #480800;
}

.advertisement_plans_price {
    font-size: 30px;
    padding: 15px 5px;
    color: #fff;
    font-weight: 600;
}

.advertisement_plans_item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 15px 0px rgba(2, 25, 65, 0.08);
    border: 1px solid #eee;
}

.advertisement_plans_info {
    padding: 20px;
}

.advertisement_plans_info li {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.advertisement_plans_pur_btn a {
    background-color: #8e0f00;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.advertisement_plans_info ul {
    margin-bottom: 20px;
}

.advertisement_plans_block_hd {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.advertisement_plans_block_txt {
    font-size: 20px;
    line-height: 1.7;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 50px;
}

.purchased_plan_list_item ul {
    display: flex;
    align-items: center;
}

.purchased_plan_list_item ul li {
    flex: 1;
    padding: 10px;
}

.purchased_plan_list_item {
    box-shadow: 0px 0px 15px 0px rgba(2, 25, 65, 0.08);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.purchased_plan_list_item_nm {
    font-size: 26px;
    font-weight: 700;
    color: #8e0f00;
}

.purchased_plan_list_item_price {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.purchased_plan_list_item_hd {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.purchased_plan_list_item_txt {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.purchased_plan_list_item ul li:first-child {
    padding: 10px 10px;
    margin-right: 0px;
    border-left: 10px solid #8e0f00;
}

.purchased_plan_list_item ul li+li {
    border-left: 1px solid #eee;
}







/*        */


.contact_us_content_row {
    align-items: center!important;
    justify-content: flex-end!important;
}

.no-padding {
    padding: 0;
}

.contact-us-right {
    padding-right: 8%;
    padding-left: 3%;
}

.contact_us_form {
    padding: 33px 0 34px;
}

.contact-us-form-hd {
    font-size: 54px;
    font-weight: 700;
    color: #8e0f00;
    line-height: 1;
}

.contact-us-form-txt {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.contact-us-form-subtxt {
    font-size: 33px;
    letter-spacing: 3px;
    color: #333;
    font-weight: 600;
}

.contact_us_form form {
    padding: 50px 0 0 0;
}

.contact-us-form-btn a {
    text-align: center;
    background-color: #8e0f00;
    color: #fff;
    display: block;
    height: 50px;
    font-size: 22px;
    border-radius: 50px;
    padding: 10px;
    font-weight: 600;
}

.contact-info-sec {
    padding: 70px 0;
    background-color: #f7f7f9;
}

.contact-info-sec-hd {
    font-size: 54px;
    font-weight: 700;
    color: #8e0f00;
    line-height: 1;
}

.contact-info-sec-txt {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

.contact-info-sec-subtxt {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 600;
    margin-bottom: 70px;
}

.contact-info-blk {
    padding: 30px 30px 0;
}

.contact-info-icon span {
    font-size: 50px;
    color: #333;
    margin-bottom: 20px;
}

.contact-info-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.contact-info-subtitle {
    font-size: 18px;
    color: #333;
}

#add_detail_slider {
    position: absolute;
}

#add_detail_slider .slide_img_blk {
    height: 600px;
    background-position: center;
    background-size: cover;
}

#add_detail_slider .owl-controls .owl-prev {
    position: absolute;
    right: 0px;
    top: 45%;
    background: none;
    opacity: 1;
    color: #ffffff;
    left: 0;
}

#add_detail_slider .owl-controls .owl-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #ffffff;
    background-color: rgba(2, 2, 2, 0.5);
    font-size: 32px;
    padding: 0px 0px;
    display: block;
    text-align: center;
    width: 25px;
    border-radius: 0;
}

#add_detail_slider .owl-controls .owl-next {
    position: absolute;
    right: 0px;
    top: 45%;
    background: none;
    opacity: 1;
    color: #ffffff;
}

#add_detail_slider .owl-controls .owl-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffffff;
    background-color: rgba(2, 2, 2, 0.5);
    font-size: 32px;
    padding: 0px 0px;
    display: block;
    text-align: center;
    width: 25px;
    border-radius: 0;
}





/*      */
.login-account.open li {
    display: block;
    width: 100%;
    padding: 0px;
}
.login-account.open li a {
    display: block;
    width: 100%;
    padding: 10px 10px;
}
.login-account a.dropdown-toggle {
    padding: 2px;
}
.acc_login_user_img {
    padding: 0 20px;
}
.acc_login_user_img span {
    height: 40px;
    width: 40px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    display: block;
    border: 1px solid #eee;
}
.login-account.open ul.dropdown-menu {
    left: inherit;
    right: 0;
    display: block;
    top: 120%;
    float: right;
    text-align: left;
    position: absolute;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    min-width: 200px;
    box-shadow: 0px 0px 10px 0px #eee;
    border: 0;
}
.acc_user_nm_blk {
    text-transform: capitalize;
    color: #fff;
    background-image: linear-gradient(#8e0f00, #8e0f00);
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}
.obituaries_dtl_edit_blk .dropdown.open ul.dropdown-menu {
    left: inherit;
    right: 0;
}



/*      */


/* Funeral Dashboard */
.partners_content_block {
    padding: 50px 0px;
    background-color: #ffffff;
}
.dashboard_top_greet {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}
.dashboard_top_nm {
    font-size: 20px;
    color: #888;
    font-weight: 500;
}
.dashboard_top_nm span {
    color: #0068d2;
}
.scored_numbers {
    padding: 50px 0px;
}
.score_number_item {
    background-color: #298cf2;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #0068d2, #3193f8);
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #e6e6e6;
    margin-bottom: 20px;
}
.score_img {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    background-color: #00000029;
    border-radius: 50%;
    padding: 10px;
}
.score_no {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.score_heading {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.score_img img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
}
.order_graph_products {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px #e6e6e6;
    margin-bottom: 40px;
}
.order_product_headiing {
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #333;
    /* box-shadow: 0px 5px 10px 0px #eee; */
}
.order_product_list {
    overflow: auto;
    height: 340px;
}
.no_content {
    text-align: center;
    font-size: 20px;
    padding: 70px 10px;
    color: #888;
}
.order_graph_tabs {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px #e6e6e6;
}
.order_graph_tabs .nav-tabs>li.active>a, .order_graph_tabs .nav-tabs>li.active>a:focus, .order_graph_tabs .nav-tabs>li.active>a:hover {
    color: #0068d4;
    border: none;
    background-color: #fff;
    border-bottom: 2px solid #0068d4;
    border-radius: 0px;
    width: 100%;
}
.order_graph_tabs .nav-tabs>li>a {
    color: #333;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
.order_graph_tabs .nav-tabs {
    border-bottom: 1px solid #eee;
    /* box-shadow: 0px 2px 10px 0px #e6e6e6; */
}
.order_status_list {
    padding: 50px 0px;
}
.order_status_heading {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 3px 30px 0px 0px;
}
.order_status {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px #e6e6e6;
}
.order_list {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px #e6e6e6;
    margin-bottom: 40px;
}
.order_status_top {
    overflow: hidden;
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 700;
    text-align: center;
    color: #333;
    border-color: #eee;
}
.order_status_content {
    padding: 10px 0px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.orders_status_table {
    padding: 0px 20px;
    overflow-x: auto;
}
.orders_status_table table {
    width: 100%;
    font-size: 12px;
}
.orders_status_table tr {
    line-height: 30px;
}
.orders_status_table table tbody tr th {
    text-align: center;
}
.orders_status_table th {
    color: #0068d6;
}
.order_graph {
    padding: 50px 0;
}

.order_products_list {
    padding: 20px;
    display: block;
}
.order_products_content_blk {
    margin-bottom: 10px;
}
.order_products_info_content {
    display: inline-flex;
}
.order_products_info_img {
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: cover;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.order_products_info_content_nm {
    font-size: 16px;
    font-weight: 600;
}
.order_products_info_content_nm span {
    display: block;
    color: #999;
    font-size: 14px;
}
.order_products_info_btn {
    float: right;
}
.order_products_info_btn a {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    display: block;
    border-radius: 5px;
    background-image: linear-gradient(#0068d2, #3193f8);
    vertical-align: middle;
}
.dashboard_top-date-blk {
    display: inline-block;
    float: right;
}
.order_search {
    position: relative;
    margin: 0px 0px 20px;
}
.order_search input {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    padding: 0px 45px 0px 10px;
    font-size: 14px;
    outline: none;
}
.order_search button.fs_submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-image: linear-gradient(0deg, #0068d2, #3193f8);
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    border-radius: 0;
}


.all_order_list {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px #e6e6e6;
    margin-bottom: 40px;
}

.order_status-filter-blk {
    display: inline-flex;
    float: left;
}

.order_status-filter-hd {
    font-size: 16px;
    font-weight: 600;
    margin: 4px 5px 0px 0px;
}

.order_status-filter-selection {
    display: block;
    height: 35px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: normal;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    margin: 0px 0px 0px 10px;
}

.order_status_download-upd {
    display: inline-flex;
    float: right;
}

.order_status_download {
    padding-right: 30px;
}

.order_status_download a {
    padding: 10px 10px;
    border: 1px solid #0068d2;
    border-radius: 30px;
    color: #0068d2;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.order_status_update {
    padding-right: 30px;
}

a.open_change_all {
    padding: 10px 20px;
    border: 0;
    border-radius: 30px;
    color: #ffffff;
    background-image: linear-gradient(#0068d2, #3193f8);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    background-color: #046bd5;
}


.blog-post-pg-li-block {
    padding: 20px;
}

.usage_table {
    display: table;
    width: 100%;
}

.usage_table_row {
    display: table-row;
    line-height: 2.5;
}

.usage_table_cell {
    display: table-cell;
    position: relative;
	text-align: center;
}

.usage_table_cell input {
    display: none;
}

.usage_table_cell input[type="checkbox"] + label::before {
    width: 24px;
    height: 24px;
    content: "";
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 3px 0px;
    font-family: FontAwesome;
}

.usage_table_cell input[type="checkbox"]:checked + label::before {
    background: #0072cd;
    border-color: #0072cd;
    content: "\f00c";
    color: #fff;
}

.table_heading {
    font-size: 16px;
    font-weight: 700;
    color: #0068d2;
}

.my-account-details {
    padding: 50px 0;
}

.profile_edit_tabs ul {
    border: none;
}
.profile_edit_tabs ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.profile_edit_tabs ul li.active a {
    border: 0;
    color: #fff;
    padding: 15px;
    background-image: linear-gradient(#0068d2, #3193f8);
    border-radius: 5px;
}
.profile_edit_tabs ul li.active a:hover {
    color: #fff;
    border: 0;
}
.profile_edit_tabs ul li a i.fa {
    float: right;
    font-size: 21px;
}
.profile_edit_tabs ul li a {
    font-size: 16px;
    display: block;
    color: #0068d2;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px;
    margin: 0;
    background-color: #f1f3f7;
    border: 0;
}

.form-heading {
    font-size: 18px;
    font-weight: 600;
}
.edit_account_detail_form {
    padding: 20px 0px;
}

.acc-user-detail-block {
    display: block;
    margin: 20px 0;
}

.acc-user-blk-img {
    width: 100%;
    height: 275px;
    background-size: cover;
    background-position: center;
    /* border-radius: 50%; */
    position: relative;
    margin: 0 auto;
}

.acc-user-blk-img .edit_pic {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0%;
}
.acc-user-blk-img .edit_pic span.fa {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    line-height: 40px;
    border-radius: 40px 0px 0px 0px;
    font-size: 20px;
    box-shadow: 0px 0px 7px #ddd;
}
.edit_account_blocks.chng_password {
    padding: 0 15px;
}

.edit_account_blocks a.edit_prfl_submit {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    background-image: linear-gradient(#0068d2, #3193f8);
    font-weight: 600;
}

.edit_account_blocks span a {
    display: inline-block;
    font-size: 16px;
    color: #0068d2;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #0068d2;
    font-weight: 600;
}

.login-account.open .account-drop-detail {
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #eee;
}
.account-balance {
    font-weight: 700;
    color: #0068d2;
    font-size: 16px;
    float: left;
    padding: 6px 10px;
}
.login-account.open .account-drop-detail button {
    float: right;
}


.obituary_li_show_blk {
    position: relative;
}
.obituary_li_show_btn {
    position: absolute;
    right: -60px;
    /*top: 80px;*/
    background: none;
    background-image: linear-gradient(#0068d2, #3193f8);
    opacity: 1;
    color: #ffffff;
    background-color: #eee;
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
}
.show_more_dtl_btn {
	top: 80px;
}

.less_more_dtl_btn {
	top: 175px;
}

.kt-datatable__pager {
    text-align: center;
    padding: 20px 0;
}

.kt-datatable__pager .pagination-new {
    text-align: center;
    display: inline-block;
}

.kt-datatable__pager .pagination-new li {
    float: left;
}

.kt-datatable__pager .pagination-container a.pagination-link--wide.first {
    background-color: #8e0f00;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-right: 10px;
    display: block;
}

.kt-datatable__pager .pagination-container li.pagination-item.is-active a.pagination-link {
    background-color: #8e0f00;
    color: #fff;
}

.kt-datatable__pager .pagination-container a.pagination-link {
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
    background-color: #eee;
    color: #333;
    display: block;
    text-decoration: none;
}

.kt-datatable__pager .pagination-container a.pagination-link--wide.last {
    background-color: #8e0f00;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-right: 10px;
    display: block;
}

/* Funeral Dashboard */




/* Dashboard */

section.site_content_holder_inner {
    padding: 61px 0 0;
}

.site_content {
    padding: 50px 0;
}

.profile_blk {
    border-bottom: 1px solid #eee;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.edit_pic {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    z-index: 1;
    bottom: 10px;
}

.edit_pic span.fa {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0px 10px;
    width: 100%;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0px 0px 7px #ddd;
}

.edit_pic form {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.profile_img {
    position: relative;
}

.profile_img .materialboxed {
    height: 180px;
    width: 180px;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 5px 5px -1px #ddd;
    margin: 0 auto 15px;
    border: 5px solid #f1f3f7;
}

.edit_pic {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 42%;
    z-index: 1;
    bottom: 4%;
}

.user_nme {
    text-align: center;
    margin-bottom: 10px;
}

.user_nme a {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.edit_btn a.edit_prfl {
    background: #0072cd;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(#0068d2, #3193f8);
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    transition: ease .3s;
    display: block;
}

.dashboard_menu_list_content ul {
    border: none;
}

.dashboard_menu_list_content ul li a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    color: #8e0f00;
    font-weight: 600;
    margin: 0;
    border: 0;
}

.dashboard_menu_list_content ul li {
    display: block;
    width: 100%;
    margin: 0;
}

.dashboard_menu_list_content ul li a span {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    padding: 8px 0px;
    text-align: center;
    border-radius: 50%;
    background-color: #eee;
}

.dashboard_menu_list_content ul li a:hover {
    background-color: #f5f5f5;
    color: #8e0f00;
    border: transparent;
}

.dashboard_menu_list_content ul li a:hover span {
    background-color: #fff;
}

.left_menu {
    box-shadow: 0px 0px 20px 0px #e2eefb;
    padding-bottom: 50px;
}

.dashboard_menu_list_content ul li.active a:hover {
    border: transparent;
    color: #8e0f00;
    border-left: 2px solid #8e0f00;
    background-color: #f5f5f5;
}

.dashboard_menu_list_content ul li.active a:hover span {
    background-color: #fff;
}

.dashboard_menu_list_content ul li.active a {
    border-left: 2px solid #8e0f00;
    border-top: 0;
    border-radius: 0;
    border-bottom: 0;
    border-right: 0;
    color: #8e0f00;
}

.obituaries_dtl_heading {
    font-size: 28px;
    padding: 10px 0px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.obituaries_dtl_content {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #e2eefb;
    border-radius: 10px;
    margin-bottom: 30px;
}

.obituaries_li_detail_img {
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 5px 5px -1px #ddd;
    border: 2px solid #f1f3f7;
    float: left;
    margin-right: 15px;
}

.obituaries_li_detail_info {
    float: left;
}

.obituaries_li_detail_info_title {
    font-size: 20px;
    font-weight: 700;
    color: #0068d2;
}

.obituaries_li_detail_info_views {
    font-size: 15px;
    color: #999;
}

.obituaries_dtl_info_hd {
    margin: 0 0 5px;
    padding: 0;
    font-size: 17px;
    color: #333;
    text-align: center;
    font-weight: 700;
}

.obituaries_dtl_info_txt {
    padding: 0;
    font-size: 15px;
    color: #999;
    text-align: center;
}

.obituaries_dtl_edit_blk {
    text-align: center;
    padding: 20px;
}

.obituaries_dtl_edit_blk a.dropdown-toggle {
    background-color: #026ad4;
    background-image: linear-gradient(#0068d2, #3193f8);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    display: block;
    font-weight: 600;
    padding: 16px 0;
}

.three_dots_option span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    margin: 2px 0px;
}

.obituaries_dtl_edit_blk .dropdown.open .dropdown-menu>li>a {
    padding: 10px 20px;
}

.add_new_Obituary {
    text-align: center;
    border: 1px solid #eee;
    margin: 0 auto 40px;
}

.add_new_Obituary a {
    font-size: 18px;
    padding: 20px;
    color: #333;
    text-align: center;
    font-weight: 500;
    display: block;
}

.obituary_save_button_blk {
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(#0068d2, #3193f8);
    font-style: normal;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    line-height: 1em;
    margin: 0 auto 10px;
    font-size: 0px;
    padding: 5px 0 0px;
    font-weight: 100;
    position: relative;
}

.obituary_save_button_blk:before {
    content: '';
    height: 18px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 9px;
    left: auto;
    right: auto;
}

.obituary_save_button_blk:after {
    content: '';
    height: 2px;
    width: 18px;
    background: #fff;
    position: absolute;
    top: 17px;
    left: 9px;
}

.add_new_Obituary span {
    display: block;
    text-align: center;
}

.obituary_detls_edit_blk {
    padding: 50px 0;
}

.creature_obituary_tab_image_form {
    margin-bottom: 20px;
}

.obituaries_uploaded_img_blk {
    height: 210px;
    background-position: center;
    background-size: cover;
    width: 210px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 5px 5px -1px #ddd;
    border: 5px solid #f1f3f7;
}

.obituaries_uploaded_banner_blk {
    height: 200px;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 5px 5px -1px #ddd;
    border: 5px solid #f1f3f7;
}

.obituaries_uploaded_video_blk {
    height: 200px;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    padding: 60px 0;
    text-align: center;
    box-shadow: 0px 5px 5px -1px #ddd;
    border: 5px solid #f1f3f7;
}

.obituaries_uploaded_video_blk span {
    font-size: 50px;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    background-color: #000000b8;
}

.creature_obituary_tab_form_element ul {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 50px;
}

.creature_obituary_tab_form_element ul li {
    float: left;
    margin-right: 20px;
}

.start_funding_campaign {
    position: relative;
    padding: 0px 0px 5px 30px;
}

.start_funding_campaign input {
    display: none;
}

.start_funding_campaign input[type="radio"] + label::before {
    width: 24px;
    height: 24px;
    content: "";
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 3px 0px;
    font-family: FontAwesome;
}

.start_funding_campaign input[type="radio"]:checked + label::before {
    background: #0072cd;
    border-color: #0072cd;
    content: "\f00c";
    color: #fff;
}


div#sponsor-modal {
    overflow: auto;
}
#sponsor-modal .modal-content {
    background: rgba(255, 255, 255, 0.95);
    border: 0px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
#sponsor-modal .modal-content .modal-header {
    color: #fff;
    font-size: 24px;
    border-bottom: none;
    background-image: linear-gradient(#0068d2, #3193f8);
}
#sponsor-modal .modal-content .modal-header button.close {
    color: #fff;
    opacity: 1;
}
#sponsor-modal .modal-content .modal-header h4 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
#sponsor-modal .modal-body {
    background: #fff;
}
.obituarie-info-nm {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0068d2;
}
.obituarie-info-description {
    font-size: 16px;
    text-align: center;
    padding: 0 30px 0;
    margin-bottom: 30px;
}
.sponsor_price {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    padding: 30px 10px 20px;
    line-height: 40px;
    vertical-align: baseline;
    color: #0068d2;
}
span.avia-no-number {
    font-size: 26px;
    font-weight: 400;
    color: #3092f7;
}
.obituary_sponsor_amount_range_slider {
    text-align: center;
    padding: 0 30px;
}
div#slider-range {
    border: 1px solid #ddd;
}
#slider-range span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #0068d2;
    border: 1px solid #0068d2;
}
.sponsor_price_dec {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
}
.sponsor_name {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
}
.sponsor_name span {
    font-weight: 700;
}
.sponsor_name input {
    display: none;
}
.sponsor_name label {
    font-weight: 600;
}
.sponsor_name input[type="checkbox"] + label::before {
    width: 24px;
    height: 24px;
    content: "";
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    position: absolute;
    left: 29%;
    top: 0px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 3px 0px;
    font-family: FontAwesome;
}
.sponsor_name input[type="checkbox"]:checked + label::before {
    background: #0072cd;
    border-color: #0072cd;
    content: "\f00c";
    color: #fff;
}
.obituary_sponsor_btn {
    text-align: center;
    margin-bottom: 20px;
}
.obituary_sponsor_btn a {
    background-image: linear-gradient(#0068d2, #3193f8);
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    width: 200px;
    font-size: 16px;
    border-radius: 5px;
}
.obituary_sponsor_amount_range_slider {
    text-align: center;
}
.obituaries_gallery_img_blk {
    height: 80px;
    background-position: center;
    background-size: cover;
    width: 80px;
    border-radius: 16%;
    margin: auto;
    box-shadow: 0px 5px 5px -1px #ddd;
    border: 5px solid #f1f3f7;
    display: inline-block;
}
.previous_obituary_content_blk {
    box-shadow: 0px 0px 20px 0px #eee;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    min-height: 120px;
} 
.previous_obituary_rply_blk {    
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    min-height: 120px;
}
.card_user_img {
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px -1px #ddd;
    border: 2px solid #f1f3f7;
    float: left;
    margin-right: 15px;
}
.card_user-block__info {
    display: inline-block;
    width: 86%;
}
.card_user-block_info_rvw {
	 display: inline-block;
    width: 84%;
} 
.review_list_form_input {
    padding: 0px 0px 4px;
}
a.pst_a_rview_btn {
    background-color: #ddd;
    padding: 10px 40px;
    background-image: linear-gradient(#0068d2, #3193f8);
    font-size: 16px;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    float: right;
}
.pst_a_rview_blk {
    display: inline-block;
    float: right;
    margin-bottom: 16px;
}
.user-block__title {
    font-size: 20px;
    color: #0068d2;
    font-weight: 700;
}
.user-block__create {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.previous_card_message_blk {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 12px;
}
.previous_obituary_reply_btn a {
    font-size: 16px;
    color: #0068d2;
    position: absolute;
    right: 2%;
    border-radius: 40px;
    top: 6%;
    font-weight: 600;
}
.previous_obituary_reply_btn a span {
    margin-right: 5px;
}
.obituary_tribute_text_blk_rply textarea {
    height: 120px;
    font-size: 16px;
    border: 1px solid#ddd;
    box-shadow: none;
    margin-bottom: 20px;
    resize: vertical;
}
.obituary_tribute_text_blk_rply .obituary_tribute_btn {
    background-color: #ddd;
    padding: 10px 40px;
    background-image: linear-gradient(#0068d2, #3193f8);
    font-size: 16px;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
	float: right;
}



.obituarie_detail_update_tabs ul {
    text-align: center;
    display: flex;
}

.obituarie_detail_update_tabs ul li {
    text-align: center;
    flex: 1;
    margin-bottom: -1px;
    font-size: 16px;
}

.obituarie_detail_update_tabs ul li a {
    text-align: center;
    color: #333;
}

.obituarie_detail_update_tabs {
    text-align: center;
}

.obituarie_detail_update_tabs ul li.active a {
    color: #fff;
    background-image: linear-gradient(#0068d2, #3193f8);
    border: 0;
}

.obituarie_detail_update_tabs ul li.active a:hover {
    border: 0;
}

.obituarie_detail_update_tabs ul li.active a:hover {
    border: 0;
    color: #fff;
}


.my_orders_list_content {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #e2eefb;
    border-radius: 10px;
    margin-bottom: 30px;
}
.orders_list_product_img {
    height: 120px;
    width: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.my_orders_product_info_title_hd a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
}
.my_orders_product_seller_info {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}
.my_orders_product_seller_info span {
    font-weight: 500;
    color: #3092f7;
}
.my_order_amt_blk_hd {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.my_order_amt_blk_txt {
    text-align: center;
    font-size: 16px;
    color: #999;
}
.my_order_status_date {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.my_order_status_hd {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.obituary_service_date_info {
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.obituary_service_date_info_day {
    font-size: 24px;
    text-align: center;
    background-image: linear-gradient(#0068d2, #3193f8);
    color: #fff;
    font-weight: 700;
    padding: 10px;
}
.obituary_service_date_info_year {
    font-size: 33px;
    text-align: center;
    color: #0068d2;
    font-weight: 700;
}

.obituaries_dtl_info_hd span {
    margin-right: 10px;
}
.Obituary_service_dtls_blk {
    padding: 10px 0 0;
}
.obituary_service_dtl_txt {
    font-size: 16px;
    text-align: justify;
    color: #999;
    margin-bottom: 10px;
}
.obituary_service_edit_btn {
    text-align: right;
}
.obituary_service_edit_btn a {
    background: #0072cd;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background-image: linear-gradient(#0068d2, #3193f8);
    vertical-align: middle;
    transition: ease .3s;
    display: inline-block;
}
.obituary_service_edit_btn a span {
    margin-right: 10px;
}





/* Dashboard */

.careers_wrapper {
    padding: 70px 0;
    background-position: center;
    background-size: cover;
}

.careers_wrapper_content_hd {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.careers_wrapper_content_txt {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.careers_wrapper_content {
    padding: 70px 0px;
}
.funeral_career_search_form {
    position: relative;
}
.funeral_career_search_form input[type="text"] {
    width: 100%;
    height: 74px;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 30px 100px 30px 30px;
    border-radius: 50px;
    color: #999;
    box-shadow: 0px 0px 20px 0px #333;
    font-weight: normal;
    outline: none;
}
.funeral_career_search_form button {
    position: absolute;
    top: 0;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 40px;
    border-radius: 50%;
    height: 74px;
    background-image: linear-gradient(#0068d2, #3193f8);
    margin: 0 0 0 -74px;
    width: 74px;
    outline: none;
    text-align: center;
}
.assistant_detail_block {
    padding: 70px 0;
}
.sales_assistant_details {
    box-shadow: 0px 0px 20px 0px #eee;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.sales_assistant_details_hd {
    font-size: 22px;
    font-weight: 700;
    color: #0072cd;
    float: left;
    margin-bottom: 10px;
}
.sales_assistant_details_info {
    margin-bottom: 15px;
}
.sales_assistant_details_info li {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}
.sales_assistant_details_info li span {
    margin-right: 6px;
}
.sales_assistant_details_description {
    font-size: 15px;
    color: #333;
}
.sales_assistant_details_view_btn {
    float: right;
}
.sales_assistant_details_view_btn a {
    display: block;
    background-image: linear-gradient(#0068d2, #3193f8);
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.assistant_detail_block_hd {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
}
.assistant_detail_block_hd span {
	color: #0072cd;
}
.careers_details_hd_blk {
    text-align: center;
    padding: 40px 0;
}
.careers_details_hd {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.careers_details_info {
    text-align: center;
    margin-bottom: 20px;
}
.careers_details_info li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.careers_details_info li span {
    margin-right: 10px;
}
.careers_details_apply_btn a {
    display: inline-block;
    background-image: linear-gradient(#0068d2, #3193f8);
    padding: 15px 50px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
}
.career_job_search_block {
    border: 1px solid #eee;
    padding: 20px;
}
.career_job_search_block_hd {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #0169d3;
}
.career_job_search_block_txt {
    font-size: 13px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.career_job_search_form {
    position: relative;
}
.career_job_search_form input[type="email"] {
    width: 100%;
    height: 40px;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 10px 50px 10px 10px;
    border-radius: 0;
    color: #999;
    font-weight: normal;
    outline: none;
}
.career_job_search_form button {
    position: absolute;
    top: 0;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 20px;
    height: 40px;
    background-image: linear-gradient(#0068d2, #3193f8);
    margin: 0 0 0 -40px;
    outline: none;
    width: 40px;
    text-align: center;
}
.career_job_description_blk {
    margin-bottom: 20px;
}
.career_job_description_blk_hd {
    font-weight: 700;
    font-size: 20px;
    color: #333;
}
.career_job_description_blk_txt {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}


#signup_Modal .modal-body {
    padding: 0;
    overflow: hidden;
}

.signup_modal_left_block {
    width: 100%;
    height: 410px;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(#0068d2, #3193f8);
    border-radius: 5px 0px 0px 5px;
}
.signup_modal_left_blk {
    position: absolute;
    bottom: 30px;
    right: 0%;
    text-align: center;
    padding: 12px;
    left: 7%;
}
.next_tab_block_buttons_hd {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: initial;
    margin-bottom: 15px;
}
.signup_modal_left_blk a.next_tab_block_next {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 8px 40px;
    border-radius: 30px;
    width: 170px;
}
.login_modal_right {
    padding: 20px 20px 0;
    display: block;
}
.signup_modal_right {
    padding: 20px 0px 0;
    display: block;
}
#login_Modal .modal-body {
    padding: 0;
}
.sign_up_modal_img {
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background-position: top;
    background-size: cover;
}

.modal_left_blk_header {
    position: absolute;
    top: 30px;
    right: 0%;
    text-align: center;
    padding: 12px;
    left: 7%;
}
.modal_left_blk_header_hd {
    font-size: 25px;
    color: #fff;
    text-align: initial;
    font-weight: 600;
}
.modal_left_blk_header_txt {
    text-align: initial;
    font-size: 16px;
    color: #fff;
}










/* obituary Search*/
.obituary_search_sec {
    padding: 70px 0;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(#0068d2, #3193f8);
}
.obituary_search_sec_content_hd {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}
.obituary_search_sec_content_txt {
    text-align: center;
    color: #fff;
    font-size: 17px;
    max-width: 800px;
    margin: 0 auto 20px;
}
.obituary_detail_list_sec {
    padding: 40px 0 70px;
}
.obituaries_detail_img_blk {
    height: 170px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 170px;
    box-shadow: 0px 5px 5px -1px #ddd;
    margin: 0 auto 15px;
    border: 5px solid #f1f3f7;
}
.obituaries_detail_nm {
    font-size: 24px;
    font-weight: 700;
    color: #0072cd;
}
.obituaries_detail_date {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.obituaries_detail_desc {
    font-size: 14px;
    color: #999;
    text-align: justify;
}
.obituary_search_form_blk {
    margin-bottom: 30px;
}
.obituary_search_form {
    text-align: center;
    position: relative;
}
.obituary_search_form input {
    width: 56%;
    height: 74px;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 30px 100px 30px 30px;
    border-radius: 50px;
    color: #999;
    font-weight: normal;
    outline: none;
}
.obituary_search_form button {
    position: absolute;
    top: 0;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 40px;
    border-radius: 50%;
    height: 74px;
    margin: 0 0 0 -74px;
    width: 74px;
    outline: none;
    text-align: center;
}
.search_filters_blk .form-elements input {
    width: 100%;
    min-width: 50px;
    border: 1px solid #ddd;
    padding: 8px 10px;
    outline: none;
    color: #777;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    height: 44px;
}
.filter_text_input {
    width: 100%;
    min-width: 50px;
    border: 1px solid #ddd;
    padding: 8px 10px;
    color: #777;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    height: 44px;
    outline: none;
}

.obituaries_search_btn_blk {
    text-align: center;
    padding: 15px 0 0;
}
.obituaries_search_btn {
    font-size: 20px;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    width: 200px;
}
.obituaries_detail_blk {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.obituaries_detail_blk:hover {
    box-shadow: 0px 0px 20px 0px #ddd;
    border: 1px solid #00000000;
}
.obituaries_detail_desc {
    text-align: center;
}
.obituaries_detail_desc a {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.obituaries_search_btn:hover {
    color: #fff;
}


/* obituary Search*/



/* obituary App landing page*/
.landing_page_main_bn {
    padding: 70px 0;
    background-position: bottom;
    background-size: cover;
}

.landing_page_mockup_blk {
    height: 500px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.landing_page_main_content_hd {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
}

.landing_page_main_content_txt {
    font-size: 26px;
    color: #fff;
    text-align: justify;
    line-height: 1.7;
}
.memory_creating_btn {
    background-color: #fff;
    color: #086fd8;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0px 3px 10px 0px #1258a0;
    padding: 10px 20px;
    border-radius: 40px;
}

.landing_page_main_content_blk {
    margin-bottom: 20px;
}

.how_it_works_sec {
    padding: 70px 0;
}

.how_it_works_sec_hd {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.how_it_works_sec_hd span {
    color: #0072cd;
}

.how_it_works_content_blk {
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 10px;
    padding: 20px;
}
.how_it_works_content_blk:hover {
    transform: scale(1.05);
    transition: ease 0.3s;
}
.how_it_works_content_icon img {
    width: 70px;
}

.how_it_works_content_icon {
    text-align: center;
    margin-bottom: 20px;
}

.how_it_works_content_hd {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #333;
}

.how_it_works_content_txt {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.how_it_works_content_block_hd {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.how_it_works_content_block_txt {
    font-size: 20px;
    color: #999;
}

.how_it_works_content_block {
    margin: auto;
    padding: 168px 0;
}
.why_publish_online_sec {
    padding: 70px 0;
    background-position: top;
    background-image: linear-gradient(#0068d2, #3193f8);
}
.why_publish_online_sec_hd {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.why_publish_online_sec_txt {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: justify;
    margin-bottom: 40px;
}
.why_publish_online_mockup {
    text-align: center;
}
.why_publish_online_mockup img {
    height: 500px;
}
.why_publish_online_mockup img:hover {
    transform: scale(1.05);
    transition: ease 0.5s;
}
.obituary_writting_step_sec {
    padding: 70px 0;
}
.obituary_writting_step_sec_hd {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 60px;
}
.obituary_writting_step_sec_hd span {
    color: #0072cd;
}
.obituary_write_detail_blk {
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #ddd;
}
.obituary_write_detail_icon {
    margin-bottom: 20px;
    text-align: center;
}
.obituary_write_detail_icon img {
    width: 70px;
}
.obituary_write_detail_hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.obituary_write_detail_txt {
    text-align: justify;
    font-size: 15px;
}
.obituary_write_detail_blk:hover {
    transform: scale(1.05);
    transition: ease 0.5s;
}
.what_customer_receive_sec_hd span {
    color: #0072cd;
}
.what_customer_receive_sec {
    padding: 70px 0;
}
.what_customer_receive_sec_hd {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 60px;
}
.what_customer_receive_content_hd {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0072cd;
}
.what_customer_receive_content_txt {
    font-size: 23px;
    margin-bottom: 23px;
    color: #333;
}
.what_customer_receive_list {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}
.what_customer_receive_list span {
    color: #0072cd;
    margin-right: 10px;
}
.what_customer_receive_content_blk {
    padding: 60px 0px;
}
.loveMem-app-download-mockup:hover {
    transform: scale(1.05);
    transition: ease 0.5s;
}



/* obituary App landing page*/









/*  12 Feb 2020 Start   */
.main_banner {
    padding: 20px 0 80px;
    background-position: center;
    background-size: cover;
}
.main_banner_heading {
        font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.main_banner_heading span {
    color: #0068d2;
}

.main_banner_content_blk {
    line-height: 1.42857143;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
}
.main_banner_content_bg {
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
}




.main_banner_content_txt {
    position: absolute;
    bottom: 60px;
    padding: 24px;
    color: #fff;
	width: 100%;
}

.watch_video_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #056cd5;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}
 
.watch_video_block i {
    background: #fff;
    color: #056cd5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    padding: 1px 0px 0px 3px;
    vertical-align: middle;
    display: inline-block;
    margin: -7px 4px 0px 0px;
    font-size: 13px;
}
.main_banner_content_subtxt {
    font-size: 24px;
    color: #fff;
       margin-bottom: 5px;
}
.main_banner_content_subtxt span {
    display: block;
    font-weight: 600;
    font-size: 28px;
}
.main_banner_content_btn a {
    padding: 10px 30px;
    background-image: linear-gradient(#0068d2, #1d80e6);
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

/* 
.main_banner_content_bg:hover {
    background: #0053d891;
}

.main_banner_content_bg:hover .main_banner_content_btn a {
    background-image: linear-gradient(#ffffff, #ffffff);
    color: #333;
    transition: ease 0.5s;
}
*/ 

.main_banner_content_btn  a.getting_start {
    background: #ec5252;
	color:#fff;
	margin-right: 10px;
}

.main_banner_content_bg:hover .main_banner_content_btn  a.getting_start:hover {
    background: #ec5252;
	color:#fff;
}

.app_download_bn {
    background-color: #000;
    padding: 20px 0;
}
.app_download_blocks {
    display: flex;
}
.app_download_bn_hd {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
}
.app_download_btn a {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 15px 0 15px;
}
.recent_obituaries_sec {
    padding: 50px 0;
}
.recent_obituaries_sec_hd {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.recent_obituaries_sec_txt {
    font-size: 16px;
    text-align: center;
    color: #999;
    font-weight: normal;
    margin: 0 0 50px;
}
.recent_obituaries_detail_blk {
    margin-bottom: 40px;
}
.recent_obituaries_img_blk {
    height: 170px;
    width: 170px;
    margin: auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
.recent_obituaries_nm {
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: 600;
}
.recent_obituaries_date {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}
.recent_obituaries_send_btn {
    text-align: center;
    margin-bottom: 5px;
}
.send-flower-btn {
    font-size: 14px;
    background-image: linear-gradient(#0068d2, #1d80e6);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
}
.send-flower-btn:hover {
    color: #fff;
}
.send-flower-share-btn span {
    background-color: #000;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 35px;
    padding: 6px 6px;
    height: 35px;
    border-radius: 50%;
}
.obituaries_family_help a {
    text-align: center;
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.recent_obituaries_view_all_btn {
    text-align: center;
}
.recent_obituaries_view_all_btn a {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 17px 58px;
    border: 2px solid #ddd;
    border-radius: 50px;
    display: inline-block;
    height: 64px;
    margin: 40px 0 40px;
    width: 200px;
    font-weight: 500;
}
.recent_obituaries_view_all_btn a:hover {
    background-image: linear-gradient(#0068d2, #3193f8);
    color: #fff;
    border-color: #fff;
    transition: ease 0.3s;
}
.send_flowers_obituaries_sec {
    padding: 100px 0;
    background-position: center;
    background-size: cover;
}
.send_flowers_obituaries_sec_hd {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.send_flowers_obituaries_sec_txt {
    text-align: center;
    color: #fff;
    font-size: 16px;
    max-width: 770px;
    margin: 0 auto 30px;
}
.send_flowers_obituaries_btn {
    text-align: center;
}
.send_flowers_obituaries_btn a {
    font-size: 21px;
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(#0068d2, #3193f8);
    padding: 15px 100px;
    color: #fff;
    border-radius: 40px;
}
.how_lovemem_help_sec {
    padding: 50px 0 100px;
}
.how_lovemem_help_sec_hd {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.how_lovemem_help_sec_hd span {
    color: #0068d2;
}
.how_lovemem_help_sec_txt {
    font-size: 16px;
    text-align: center;
    color: #999;
    font-weight: normal;
    margin: 0 auto 50px;
    max-width: 800px;
}
#lovemem_help_slider .owl-wrapper .owl-item {
    padding: 40px;
}
#lovemem_help_slider .owl-pagination {
    display: none;
}
#lovemem_help_slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 40%;
    background: none;
    opacity: 1;
    color: #e40046;
}
#lovemem_help_slider .owl-prev:before {
    content: '';
    font-family: 'FontAwesome';
    color: #e40046;
    background: url(../img/arrow_left.png);
    font-size: 30px;
    padding: 0px 0px;
    border-radius: 50px;
    display: block;
    height: 50px;
    width: 50px;
}
#lovemem_help_slider .owl-next {
    position: absolute;
    right: -50px;
    top: 40%;
    background: none;
    opacity: 1;
    color: #e40046;
}
#lovemem_help_slider .owl-next:before {
    content: '';
    font-family: 'FontAwesome';
    color: #e40046;
    background: url(../img/arrow_right.png);
    font-size: 30px;
    padding: 0px 0px;
    border-radius: 50px;
    display: block;
    opacity: 1;
    height: 50px;
    width: 50px;
}
.how_lovemem_help_feedback_blk { 
    border-radius: 20px;
    padding: 30px;
}
.lovemem_help_feedback_txt {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 30px;
    font-style: italic;
    min-height: 120px;
    color: #333;
}
.lovemem_feedback_client_detail {
    display: inline-block;
    width: 100%;
}
.lovemem_feedback_client_img {
    height: 70px;
    width: 70px;
    background-position: center;
    background-size: cover;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
.lovemem_feedback_client_nm {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.lovemem_feedback_client_nm span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}
.find_funeral_homes_sec {
    padding: 70px 0px;
    background-color: #0072cd;
    background-image: linear-gradient(90deg, #0068d2, #3193f8);
}
.find_funeral_homes_sec_hd {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.find_funeral_homes_sec_txt {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 40px;
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
}
.funeral_homes_search_form {
    text-align: center;
    position: relative;
}
.funeral_homes_search_form input[type="text"] {
    width: 56%;
    height: 74px;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 30px 100px 30px 30px;
    border-radius: 50px;
    color: #999;
    font-weight: normal;
    outline: none;
}
.funeral_homes_search_form button {
    position: absolute;
    top: 0;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 40px;
    border-radius: 50%;
    height: 74px;
    margin: 0 0 0 -74px;
    width: 74px;
    outline: none;
    text-align: center;
}
.loveMem-app-download-sec {
    padding: 50px 0;
}
.loveMem-app-download-mockup {
    height: 430px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.loveMem-app-download-sec-content {
    padding: 80px 0;
}
.loveMem-app-download-sec_hd {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}
.loveMem-app-download-sec_hd span {
    color: #0072cd;
}
.loveMem-app-download-sec_txt {
    font-size: 16px;
    margin-bottom: 40px;
    color: #333;
}
.loveMem-app-download-btn a {
    margin-right: -18px;
    display: block;
    overflow: hidden;
    display: inline-block;
}
.footer_content_holder {
    background: #000000;
    padding: 60px 0px 0px;
    background-position: center;
    background-size: cover;
}
.footer_bottom {
    padding: 20px;
    border-top: 1px solid #1a1a1a;
}
.copyright {
    color: #fff;
    text-align: center;
}
.footer_links h6 {
    margin: 0px 0px 20px 0px;
    color: #fff;
    font-size: 18px;
	font-weight: 700;
}
.footer_links ul {
    padding: 0px 0px 10px;
}
.footer_links ul li {
    margin: 0px 0px 15px 0px;
}
.footer_links ul li a {
    font-size: 14px;
    transition: ease .3s;
    color: #eee;
    word-break: break-word;
}
.footer_social_icons li a {
    background: #1a1a1a;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0px 7px;
}
.footer_links ul li a i {
    color: #8e0f00;
    font-size: 24px;
}
.footer_social_icons li {
	display: inline-block;
}
.footer_social_icons {
	margin: 0px 0px 20px;
}
.loveMem-app-download-btn a img {
    width: 80%;
}
/*  12 Feb 2020 End   */

/*  13 Feb 2020 Start   */
section.site_content_holder {
    padding: 75px 0 0;
}
.contact_us_wrapper {
    padding: 50px 0;
}
.contact_form_blk {
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 20px;
    padding: 50px 0px 90px;
}
.contact_lottery_content {
    padding: 0 25px;
    border-radius: 20px;
}
.contact_lottery_content_head {
    color: #0072cd;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
.form-group label.mws-form-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.form-group input {
    background-color: #fff;
    border: 1px solid #d5d8db;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 45px;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
    outline: none;
}
.contact_form_submit_btn input {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #0068d2;
    padding: 10px 0px;
    border-radius: 47px;
    display: block;
    border: none;
    width: 100%;
    text-align: center;
}
.contact_form_submit_btn input:hover {
    color: #fff;
    background-color: #0068d2;
    border-color: #0000;
}

.form_main_contact_blk a {
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 10px 10px 8px;
    position: relative;
}
.form_main_contact_blk a i {
    font-size: 24px;
    color: #ffffff;
    background-color: #0072cd;
    border-right: 1px solid rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 25px 25px 0px 25px;
}
.form_main_contact_detail {
    border-left: 1px solid #ccc;
    padding: 0 0 0 15px;
}
.form_main_contact_blk span.small-text {
    font-size: 18px;
    color: #0072cd;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    word-wrap: break-word;
    font-kerning: none;
}
.form_main_contact_blk span.large-text {
    font-size: 17px;
    color: #333;
    display: block;
    line-height: 34px;
    font-kerning: none;
}
.about_us_wrapper {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    background-color: #f7f7f9;
    height: 500px;
    display: flex;
    align-items: center;
}
.about_us_hd {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.about_us_img_blk {
    width: 100%;
    margin-bottom: 40px;
}

.about_us_bn_icon {
    text-align: center;
}
.about_us_content_sec {
    padding: 50px 0px;
}
.about_us_content_block {
    padding: 50px 0;
}
.about_cover_Img {
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about_cover_hd {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -1px;
}
.about_cover_txt p {
    font-size: 16px;
    line-height: 1.7;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: auto;
}

.about_cover_right {
    margin-bottom: 40px;
}

.achievements_ {
    background-color: #0078ff;
    padding: 20px 0;
}
.achivement_img {
    text-align: center;
    margin-bottom: 20px;
}
.achivement_img span.fa.fa-star {
    background-color: #ffffff;
    color: #0072cd;
    font-size: 26px;
    padding: 26px;
    border-radius: 50%;
}
.achieve_red {
    display: block;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}
.achieve_grey {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.our_team_block {
    padding: 50px 0px;
}
.our_team_block_hd {
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.team_member_detail_blk {
    padding: 20px;
}
.team_member_img_blk {
    height: 250px;
    width: 250px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0px #ccc;
    margin: auto;
    margin-bottom: 20px;
}
.team_member_nm {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.team_member_dg {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}
.team_member_social_acc {
    text-align: center;
}
.team_member_social_acc ul {
    display: flex;
    width: 150px;
    margin: auto;
}
.team_member_social_acc ul li {
    flex: 1;
}
.team_member_social_acc ul li a {
    font-size: 16px;
    text-align: center;
    color: #333;
    height: 32px;
    display: block;
    width: 32px;
    padding: 6px 6px;
    border-radius: 50%;
}
.team_member_social_acc ul li a:hover {
    color: #ffffff;
    background-color: #0072cd;
    transition: ease 0.3s;
}

#our_team_member_slider .owl-pagination {
    display: none;
}
#our_team_member_slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 40%;
    background: none;
    opacity: 1;
    color: #e40046;
}
#our_team_member_slider .owl-prev:before {
    content: '';
    font-family: 'FontAwesome';
    color: #e40046;
    background: url(https://softspro.com/demo/tributetoday/img/arrow_left.png);
    font-size: 30px;
    padding: 0px 0px;
    border-radius: 50px;
    display: block;
    height: 50px;
    width: 50px;
}
#our_team_member_slider .owl-next {
    position: absolute;
    right: -50px;
    top: 40%;
    background: none;
    opacity: 1;
    color: #e40046;
}
#our_team_member_slider .owl-next:before {
    content: '';
    font-family: 'FontAwesome';
    color: #e40046;
    background: url(https://softspro.com/demo/tributetoday/img/arrow_right.png);
    font-size: 30px;
    padding: 0px 0px;
    border-radius: 50px;
    display: block;
    opacity: 1;
    height: 50px;
    width: 50px;
}
/* product-list start*/
.product-list-main-bn {
    padding: 85px 0;
    background-position: center;
    background-size: cover;
}
.product-list-main-hd {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}
.product-list-main-txt {
    text-align: center;
    font-size: 21px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.product_list_block {
    padding: 70px 0;
}
.products_left {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #e5e5e5;
    margin-bottom: 40px;
}
.filter_search {
    position: relative;
    margin: 0px 0px 20px;
}
.filter_search input#ProductKeyword {
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    padding: 0px 45px 0px 10px;
    font-size: 14px;
    outline: none;
}
.filter_search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #8e0f00;
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    border-radius: 0;
}
.filter_catagory {
    margin: 0 0 15px;
}
.filter_catagory_heading {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    font-weight: 600;
}
.filter_catagory ul li {
    border-bottom: 1px solid #eee;
    padding: 8px 0px 5px;
}
.submit_services_review_category_checkbox {
    position: relative;
    padding: 0px 0px 5px 30px;
}
.submit_services_review_category_checkbox input[type="checkbox"] {
    display: none;
}
.submit_services_review_category_checkbox label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.colors li label span.color-nm {
    position: absolute;
    top: -2px;
    left: 30px;
    width: 190px;
    font-weight: 500;
    font-size: 14px;
}
.submit_services_review_category_checkbox input[type="checkbox"]:checked + label::before {
    background: #8e0f00;
    border-color: #8e0f00;
    content: "\f00c";
    color: #fff;
}
.submit_services_review_category_checkbox input[type="checkbox"] + label::before {
    width: 24px;
    height: 24px;
    content: "";
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 3px 0px;
    font-family: FontAwesome;
}

.sort_by_blk .submit_form_on_change {
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    /* margin-bottom: 20px; */
    border-radius: 4px;
}

.filter_price {
    margin-bottom: 20px;
}

.filter_price input#ProductPrice {
    padding: 10px !important;
}



.submit_services_review_category_radio {
    position: relative;
    padding: 0px 0px 5px 30px;
}
.submit_services_review_category_radio input[type="radio"] {
    display: none;
}
.submit_services_review_category_radio label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}


.submit_services_review_category_radio input[type="radio"]:checked + label::before {
    background: #8e0f00;
    border-color: #8e0f00;
    content: "\f00c";
    color: #fff;
}
.submit_services_review_category_radio input[type="radio"] + label::before {
    width: 24px;
    height: 24px;
    content: "";
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 3px 0px;
    font-family: FontAwesome;
}






.filter_reset_btn a {
    background-color: #0072cd;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    background-image: linear-gradient(#0068d2, #3193f8);
    color: #fff;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    text-align: center;
    border-radius: 4px;
}
.sort_by {
    float: right;
    position: relative;
}
.sort_by span {
    font-size: 16px;
    font-weight: 600;
}
.product_list_top_sort {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.total_items {
    float: left;
    font-size: 16px;
    font-weight: 600;
}
.sort_by select.sort_by_submit {
    border: none;
    font-size: 14px;
    padding: 5px;
    color: #333;
    background-color: #eee;
    margin-left: 5px;
    outline: none;
}

.color-filter-category .colors {
    overflow: hidden;
    margin: 0 -2px;
    border-radius: 3px;
}
.colors li {
    padding: 0 2px;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}
label.filter.color.radio.radio--xs.radio--checkbox {
    margin: 0 !important;
}
.header-filter .accordion__content label {
    color: #5f7d95;
    padding: 5px 0;
}
.colors .color .radio__indicator {
    box-shadow: none;
}
.radio .radio__indicator {
    border-radius: 50%;
}
.radio--xs .radio__indicator {
    width: 18px;
    height: 18px;
}
.colors .color .radio__indicator[style="background-color: #ffffff;"] {
    border: 1px solid #cfd9e0;
}
.colors li label span.radio__indicator {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
}
.colors .color.active .radio__indicator[style="background-color: #ffffff;"]::before {
    background-color: #1d262d;
}
.colors .color.active .radio__indicator::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}
.color_filter_category {
    margin-bottom: 40px;
}
.product_item_list_block {
    padding: 10px;
    box-shadow: 0px 0px 20px #ddd;
    margin: 15px 0;
    border-radius: 0px;
    background-color: #fff;
    overflow: hidden;
}
.product_item_img_block {
    text-align: center;
}
.store_list_img {
    height: 185px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.product_info_title_block {
    min-height: 40px;
}
.product_info_title_hd {
    font-size: 14px;
    font-weight: normal;
    color: #3f414d;
    line-height: 1.5;
    text-align: center;
}
.product_info_title_hd a {
    color: #0072cd;
    font-size: 14px;
}
.product_amt_detail {
    margin-bottom: 10px;
}
.prod_amt_detail {
    text-align: center;
}
.prod_dafult_amt_amt {
    text-decoration: line-through;
    color: #8c8d94;
    font-size: 14px;
    line-height: 1;
}
.prod_dafult_amt {
    line-height: 1;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 600;
    color: #3f414d;
}
.prod_discount_amt {
    color: #0072cd;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}
.view_product_btn a.buy_btn {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #0072cd;
    border-radius: 4px;
    background-image: linear-gradient(#0068d2, #3193f8);
    padding: 8px;
    text-align: center;
    margin-top: 5px;
}
.product_item_detail_blk {
    border-top: 1px solid #eee;
}

/* product-list end*/


/* product-detail start*/
.product_detail_content {
    padding: 50px 0;
}
#carousel-bounding-box {
    text-align: -webkit-center;
}
.left.carousel-control {
    background: none;
}
.right.carousel-control {
    background: none;
}
.product_single_view {
    background-position: center;
    background-size: contain;
    height: 360px;
    background-repeat: no-repeat;
    border: 1px solid #f1f1f1;
}
.carousel-control {
    top: 45%;
    font-size: 50px;
    color: #eee;
}
.product_item_thumbnails {
    padding: 30px 10px;
}
.item_pointer {
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 10px;
}
.product_thumbnail {
    background-size: contain;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}
.product_main_dtl {
    padding-bottom: 10px;
}
.product_name {
    font-size: 32px;
    font-weight: 600;
}
.product_price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product_price span {
    margin-right: 10px;
    display: inline-block;
}
span.product_original_price, span.product_normal_price {
    float: none !important;
}
span.service_normal_price {
    color: #65696c;
    text-decoration: line-through;
    margin: 0px 3px 0px 0px;
    float: right;
    font-size: 16px;
}
span.service_original_price.product_original_price {
    color: #0072cd;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    float: right;
    display: inline-block;
}
.padding-left {
    padding-left: 0;
}
.padding-right {
    padding-right: 0;
}
.product_rating_blk span.rating_digit {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #ddd;
    background-image: linear-gradient(#0068d2, #3193f8);
    padding: 2px 5px;
    border-radius: 5px;
}
.product-size-block {
    margin-bottom: 20px;
    display: inline-block;
}
.product-size-block-hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.product-size-block ul li.active {
    background-image: linear-gradient(#0068d2, #3193f8);
}
.product-size-block ul li {
    float: left;
    background-color: #eee;
    margin-right: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}
.product-size-block ul li a {
    text-align: center;
    width: 100px;
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.product-size-block ul li.active a {
    color: #fff;
}
.product-size-rate {
    display: block;
}
.card-personalize-block {
    margin-bottom: 20px;
}
.card-personalize-block-hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.card-personalize-block textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
    line-height: 25px;
    padding: 5px 10px;
    border: 1px solid #eee;
    color: #777;
    font-size: 15px;
    border-radius: 2px;
}
.latest-product-sec {
    padding: 50px 0;
}
.latest_product_sec_hd {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}
.obituarie_detail_block {
    padding: 10px 0px;
    background-color: #f1f3f7;
}
.obituarie_detail_block_hd {
    font-size: 24px;
    color: #333;
    text-align: center;
	margin-bottom: 10px;
}
.obituarie_detail_block_hd span.obituarie_nm_detail {
    font-weight: 700;
    color: #0072cd;
}
.obituarie_deceased_date {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.product_full_desc .nav-tabs {
    border-bottom: 5px solid#0072cd;
}
.product_full_desc .nav-tabs>li.active a {
    background-color: #ddd;
    background-image: linear-gradient( #3193f8,#0068d2);
    color: #fff;
    border: none;
}
.product_full_desc .nav-tabs>li a {
    border: none;
    background-color: #eee;
    color: #333;
}
.product_full_desc .tab-content {
    padding: 10px 10px;
}
.product_full_desc .nav-tabs>li {
    margin-bottom: 0px;
}
.product-recipient-block {
    margin-bottom: 20px;
}
.product-recipient-block-hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.product-recipient-detail-blk {
    padding: 20px 10px;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
} 
.product-recipient {
    padding: 10px 10px;
    width: 50%;
    float: left;
}
.product-recipient label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.product-recipient input {
    height: 44px;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 32px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #333;
    outline: none;
    box-shadow: none;
}
.recipient-location-blk select {
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product-detail-buy-now-block {
    margin-bottom: 40px;
}
.product-detail-buynow-btn {
    background-color: #036bd4;
    background-image: linear-gradient(#0068d2, #3193f8);
    color: #fff;
    padding: 15px 50px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
}
.product-detail-buynow-btn:hover {
    color: #fff;
}
.obituarie_detail_block.affix {
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
    -webkit-box-shadow: 1px 1px transparent;
    box-shadow: 0px 5px 10px -4px #0072cd;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 60;
    top: 80px;
    transition: ease 0.3s;
}


.recent_obituaries_block ul {
    display: flex;
}
.recent_obituaries_block ul li {
    flex: 1;
}
.recent_obituaries_img_blk {
    height: 200px;
    width: 200px;
    margin: auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.prdct_varients_blk {
    margin-bottom: 20px;
}

.prdct_varients_blk ul li:last-child {
    border-right: 0;
}
.prdct_varients_blk ul li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    color: #1f83ea;
}

.prdct_varients_blk ul li span {
    font-weight: 400;
    color: #333;
}


/* product-detail end*/


/* login   */
.login_in_wrapper {
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.login_content {
    display: inline-block;
    min-width: 80%;
}
.login_hd {
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-align: center;
}
.login_subhd {
    font-size: 16px;
    padding: 0px 0px 40px;
    text-align: center;
}
.login_subhd a {
    display: inline-block;
    color: #221e1f;
}
.login_social a {
    background-color: #3F51B5;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
}
.login_social a span {
    padding-right: 20px;
}
.login_inpt_blk {
    padding-bottom: 20px;
}
.login_inpt_blk input {
    height: 50px;
    width: 100%;
    padding: 10px;
    background-color: #fff !important;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}
.login_links {
    text-align: right;
}
.login_links .forget_link {
    color: #221e1f;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 0px;
    display: inline-block;
}
.login_links .login_btn {
    background-color: #b50000;
    color: #fff;
    background-image: linear-gradient(#8e0f00, #8e0f00);
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    display: block;
    text-align: center;
    border-radius: 4px;
}
.already_text {
    font-size: 16px;
    padding: 15px 0px;
    text-align: center;
}
.already_text a {
    color: #8e0f00;
    display: inline-block;
    font-weight: 600;
}
.login_right {
    text-align: center;
}
.login_cover_img {
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.login_hd span {
    color: #0072cd;
}

/* login   */
.obituarie_detail_block-img {
    height: 64px;
    width: 64px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 1px #999;
    float: right;
}
.obituarie_main_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 70px;
    z-index: 1;
    position: relative;
}
.obituarie_main_bg-hd {
    font-size: 40px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    margin: 0 19%;
    font-weight: 700;
    line-height: 40px;
}
.obituarie_info_sec {
    margin-top: -250px;
    z-index: 4;
    position: relative;
    margin-bottom: 150px;
}
.obituarie-info_align_center img {
    width: 400px;
    height: auto;
    border-radius: 100%;
    border: 10px solid #fff;
    z-index: 2;
    box-shadow: 0px 15px 20px -10px #502c26;
    margin-bottom: 20px;
}
.obituarie_info-blk-nm {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
}
.obituarie_info-blk-address {
    font-size: 20px;
    color: #333;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 10px;
    font-weight: 700;
    font-style: italic;
}
.obituarie-info-date-blk {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.obituarie-info_align_center {
    text-align: center;
    position: relative;
}
.obituarie-info_align_right {
    text-align: right;
}
.obituarie-info-right-blk {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    margin-top: 168px;
}
.obituarie-info-right-blk span.wp_span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 9px;
    display: block;
}
.obituarie-info_align_left {
    text-align: left;
    position: relative;
}
.obituarie-info-left-blk {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    margin-top: 168px;
}
.obituarie-info-left-blk span.wp_span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 9px;
    display: block;
}
.obituarie_info_nm {
    font-size: 36px;
    color: #333;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 0px;
}
.obituarie_info_address {
    font-size: 20px;
    color: #2959B3;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-style: italic;
}
/*  13 Feb 2020 End   */

/*  15 Feb 2020 Start   */
.recent_obituaries_sponsor_btn {
    text-align: center;
    /* padding: 20px 0; */
    /* margin-top: 120px; */
}
.sponsor-btn {
    font-size: 16px;
    background-image: linear-gradient(#0068d2, #1d80e6);
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #333;
}
.sponsor-btn:hover {
    color: #fff;
}
.sponsor-btn span {
    margin-right: 15px;
}
.sponsor-share-btn span {
    background-color: #000;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 42px;
    padding: 10px 6px;
    height: 42px;
    border-radius: 50%;
}
.obituarie_detail_tabs .nav-tabs {
    border: none;
}
.obituarie_detail_tabs .nav-tabs>li {
    float: none;
    margin-bottom: 5px;
}
.obituarie_detail_tabs .nav-tabs>li.active a {
    border: none;
    background-color: #2286ec;
    /* background-image: linear-gradient(#0068d2, #3193f8); */
    color: #fff;
}
.obituarie_detail_tabs .nav-tabs>li a {
    font-size: 16px;
    color: #333;
    background-color: #f1f3f7;
    height: 50px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding: 15px 15px;
}
.obituarie_detail_tabs .nav-tabs>li.active a:after {
    width: 20px;
    height: 20px;
    /* background-image: linear-gradient(-222deg, #0068d2, #3193f8); */
    background: #2286ec;
    content: '';
    position: absolute;
    bottom: 0;
    transform: rotate(45deg);
    right: 0;
    margin: 0px -10px 15px 0;
}

.obituarie_detail_tabs .nav-tabs>li a:hover {
    border: none;
}
.obituarie_detail_tab_content>.active {
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 20px;
}
.obituarie_detail_full_desc-sec {
    padding: 50px 0;
}
.obituary_photo_desc_item {
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 10px;
}
.product_desc_content p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}
.obituarie-supp-subscribe {
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0 5px 18px #d39c8f;
    padding: 10px 20px 10px 20px;
    border-radius: 34px;
    z-index: 999;
    background-color: #fefefe8f;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block;
}
.obituarie-supp-subscribe:hover{
	color: #333;
}
.support_dropbtn {
    border: 1px solid #fff;
    box-shadow: 0 5px 18px #d39c8f;
    padding: 10px 60px 10px 20px;
    border-radius: 34px;
    z-index: 999;
    background-color: #fefefe8f;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.support-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 43px;
    border-radius: 5px;
    transition: ease 0.3s;
}
.support-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
}
.support-dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .support-dropdown-content {display: block;}

.dropdown:hover .support_dropbtn {
    background-color: #fefefe8f;
    color: #333;
}
.support_dropbtn:after {
    content: "\f078";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 11px;
}
.obituarie-supp-subscribe span {
    margin-right: 10px;
}
.obituary_tribute_text_blk textarea {
    height: 200px;
    font-size: 16px;
    border: 1px solid#ddd;
    box-shadow: none;
    margin-bottom: 20px;
    resize: vertical;
}
.obituary_tribute_text_blk {
    text-align: right;
    margin-bottom: 40px;
}
.obituary_tribute_text_blk .obituary_tribute_btn {
    background-color: #ddd;
    padding: 10px 40px;
    background-image: linear-gradient(#0068d2, #3193f8);
    font-size: 16px;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
}
.fa-fa-support {
    margin-right: 10px;
}
/*  15 Feb 2020 End   */

/*  17 Feb 2020 Start   */




.numbering_bullets_ul ul { width: 100%; display: flex; padding: 30px 0px; }
.numbering_bullets_ul ul li { flex: 1; text-align: center; position: relative; }
.numbering_bullets_ul ul li >span { display: inline-block; width: 40px; line-height: 40px; background: #e7e7e7; border-radius: 50%; color: #bbbbbb; font-weight: 700; font-size: 21px; position: relative; z-index: 2; }
.numbering_bullets_ul ul li::before { width: 100%; content: ""; background: #e7e7e7; height: 10px; position: absolute; left: 50%; top: 50%; z-index: 1; margin: -18px 0px 0px 0px; }
.numbering_bullets_ul ul li.completed::before { background: #7b217e; }
.numbering_bullets_ul ul li:last-child::before { display: none; }
.numbering_bullets_ul ul li.completed > span { background: #7b217e; font-size: 0; }
.numbering_bullets_ul ul li.completed::after { content: "\f00c"; font: normal normal normal 24px/1 FontAwesome; color: #fff; position: absolute; left: 50%; z-index: 2; top: 50%; width: 30px; height: 30px; margin: -15px 0px 0px -15px; line-height: 30px; }

.numbering_bullets_ul ul li.active span {
    background: #046cd5;
    color: #fff;
}
.numbering_bullets_ul {
    width: 600px;
    max-width: 100%;
    display: inline-block;
}



.create_obituary_step_header {
    text-align: center;
}

.tab_block_content_main {
    text-align: center;
    padding: 20px 0px 50px;
}
.tab_block_heading {
    font-size: 30px;
    margin: 0px 0px 30px 0px;
    color: #000000;
    font-weight: 600;
}
a.tab_block_next {
    padding: 10px 32px;
    background-color: #8e0f00;
    background-image: linear-gradient(#8e0f00, #8e0f00);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
    margin: 0px 10px;
    cursor: pointer;
    text-align: center;
}
.tab_block_options { padding: 20px 0px; }
.tab_block_buttons { margin: 20px 0px 20px; }

a.tab_block_back { padding: 15px 32px; background-color: #ffffff; border-radius: 50px; color: #bbb; font-size: 16px; display: inline-block; line-height: 20px; margin: 0px 10px; border: 1px solid #bbb; cursor: pointer; }
.tab_block_options_item input[type="checkbox"]:checked + label { }

 

.numbering_bullets_ul ul li em {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-style: normal;
}


label.cot_form_label {
    text-align: left;
    float: left;
    background: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

input.form-control.cot_form_input {
    background: none;
    border: none;
    box-shadow: none;
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #666;
	transition: ease .3s;
}

.cot_form_input_holder {
    border-radius: 5px;
    margin: 0px 0px 30px;
}


.tab_block_options_holder {
    padding: 10px;
    max-width: 850px;
    display: inline-block;
}

.tab_block_holder.active {
    display: block;
}

.tab_block_holder {
    display: none;
}

input.form-control.cot_form_input:focus {
    border-color: #8e0f00;
    border-width: 2px;
}

input.cot_form_input.date_bx {
    background-image: url(../img/calendar-img.png);
    background-position: right center;
    background-size: auto 24px;
    background-repeat: no-repeat;
}

select.form-control.cot_form_input {
    background: none;
    border: none;
    box-shadow: none;
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #999;
    transition: ease .3s;
}

.fh_nt_lstd_chkbx_div {
    text-align: left;
	margin:10px 0px 0px;
}

label.fh_nt_lstd_chkbx_label {
    color: #0970d9;
}


.not_found_page {
    margin: 85px 0px 0px;
    text-align: center;
    padding: 120px 0px;
}

.not_found_page_head {
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 40px;
    padding: 0px 0px;
}

.not_found_page_action a {
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 10px 40px;
    background: #0072cd;
    color: #fff;
    background-image: linear-gradient(#0068d2, #3193f8);
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    transition: ease .3s;
    display: inline-block;
}


.funeral_homes_main_bn {
    background-size: cover;
    background-position: center;
    position: relative;
	border-bottom: 1px solid #f1f1f1;
    background: #f1f3f7;
}

.funeral_homes_main_bn::before {content: ""; background: #000;width: 100%;height: 100%;position: absolute;opacity: 0;}

.funeral_homes_main_bn_content {
    padding: 90px 0px;
}

.funeral_homes_main_bn_hd {
    color: #000;
    font-size: 32px;
    line-height: 40px;
}

span.funeral_homes_main_txt {
    font-weight: 700;
    font-size: 38px;
    display: block;
    line-height: 50px;
    margin: 0px 0px 20px 0px;
}

.funeral_homes_main_subtxt {
    color: #666;
    font-size: 16px;
    margin: 0px 0px 25px 0px;
}

.funeral_homes_banner_link a {
    background: #0072cd;
    color: #fff;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 18px;
    background-image: linear-gradient(#0068d2, #3193f8);
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    transition: ease .3s;
    display: inline-block;
}

.funeral_homes_benefits_content {
    padding: 70px 0px;
}

.funeral_homes_benefits_heading {
    text-align: center;
    font-size: 32px;
    display: block;
}

.funeral_homes_benefits_heading b {
    color: #0068d2;
}

.funeral_homes_benefits_subtxt {
    padding: 0px 70px;
    text-align: center;
    margin: 10px 0px 60px;
    color: #666;
    font-size: 16px;
}

.funeral_homes_img_blk {
    background-size: cover;
    background-position: center;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid #f00;
}

.banner_play_btn {
    width: 80px;
    height: 60px;
    position: absolute;
    background: #f00;
    color: #fff;
    line-height: 60px;
    border-radius: 20px;
    right: 70px;
    bottom: -22px;
    font-size: 23px;
	cursor: pointer;
}

.funeral_homes_benefits_list_item {
    text-align: center;
    margin: 0px 0px 40px;
    min-height: 200px;
}

.funeral_homes_benefits_list_item_icon img {
    height: 100px;
}

.funeral_homes_benefits_list_item_txt {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.funeral_homes_benefits_list_item_icon {
    margin: 0px 0px 20px 0px;
}

.funeral_homes_benefits_list_item_desc {
    color: #666;
    font-size: 14px;
}

.how_it_works_family {
    padding: 60px 0px;
}

.how_it_works_family_hd {
    text-align: center;
    font-size: 36px;
    display: block;
    margin: 0px 0px 50px 0px;
    font-weight: 700;
    color: #0068d2;
}

.hiw_family_step_item_number {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    background: #0068d2;
    width: 80px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    border-radius: 50px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 50%;
	margin: -40px 0px 0px -40px;
}

.hiw_family_step_item_text {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}

.how_it_works_family_step_item {
    text-align: center;
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 0px;
}

.hiw_family_step_item_img img {
    height: 150px;
}

.hiw_family_step_item_img {
    flex: 1; 
}

.how_it_works_family_step_item_content{
	flex: 1;
}

.hiw_family_step_item_right {
    padding: 30px 30px 30px 80px;
    position: relative;
    text-align: left;
}

.hiw_family_step_item_right.reveresed {
    padding: 30px 80px 30px 30px ; 
}

.hiw_family_step_item_desc {
    font-size: 16px;
    color: #666;
    margin: 0px 0px 20px 0px;
}

.reveresed .hiw_family_step_item_number {
    left: 100%;
        margin-left: -40px;
}

.how_it_works_family_step_item::before {
    position: absolute;
    left: 50%;
    border: 2px dashed #ddd;
    height: 100%;
    top: 50%;
    content: "";
    width: 2px;
}

.how_it_works_family_step_item:last-child::before {
	display:none;
}

a.hiw_family_step_item_link {
    background: #0072cd;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    background-image: linear-gradient(#0068d2, #3193f8);
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    transition: ease .3s;
    display: inline-block;
}

.full_stats {
    background: #0068d2;
    padding: 50px 0px;
    text-align: center;
}

.full_stats_content_hd {
    color: #fff;
    font-size: 30px;
    padding: 0px 60px 30px 60px ;
}

.full_stats_lower_num {
    font-size: 48px;
    color: #fff;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.full_stats_lower_item {
    text-align: center;
	border-right: 1px solid #1b5a9a;
	padding: 10px 0px;
}

.full_stats_lower_txt {
    color: #fff;
    font-size: 18px;
}

.full_stats_lower_item.no_border {
    border: none;
}

.navigation ul li.active a {
    color: #0068d2;
    font-weight: 700;
}

.navigation ul li.active a.create_nw {
    color: #fff;
    font-weight: normal;
}

.header_lower {
    background: #333;
}

.header_lower li a {
    color: #fff;
    padding: 15px;
    display: inline-block;
}

.header_lower li {
    display: inline-block;
}

.tab_block_heading b {
    color: #046cd5;
}

.main_banner_content_desc {
    font-size: 16px;
    margin: 0px 0px 20px;
    padding: 0px 60px 0px 0px;
    color: #eee;
}

.tribute_describe_txt_hd {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0px 80px 0px;
    margin: 0px 0px 40px 0px;
    color: #666;
}

.tribute_describe_txt_hd span {
    color: #0068d2;
	font-weight: 700;
}

.main_video_block {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 80px;
}

.main_video_block video {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px;
    border: 3px solid #ddd;
    overflow: hidden;
}

span.close_video_block {
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    z-index: 1000;
}

.close_video_block {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 50px;
    height: 100px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
	cursor:pointer;
}

.funeralhome_nav_tabs li {
    display: inline-block;
    padding: 0px 35px 0px 0px;
}

.funeralhome_nav_tabs li a {
    color: #fff;
    padding: 18px 2px;
    display: inline-block;
    font-size: 16px;
    border-bottom: 3px solid #000000;
}

.funeralhome_nav_tabs {
    background: #000000;
}

.funeralhome_nav_tabs li.active a {
    font-weight: 700;
    color: #fff;
    border-color: #fff;
}

.funeral_homes_banner_link {
    margin: 0px 0px 15px 0px;
}



.funeral_homes_banner_link {
    margin: 0px 0px 15px 0px;
}

.funeral_homes_banner_below_link a {
    font-weight: 600;
    color: #0068d2;
}

.funeral_homes_banner_below_link {
    font-size: 16px;
}

.funeral_home_login {
    padding: 0px 50% 0px 0px;
    position: relative;
    text-align: center;
}


.funeral_home_login .login_left {
    width: 440px;
    display: inline-block;
    max-width: 100%;
    padding: 80px 20px;
}

.funeral_home_login_right {
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
}

.obituary_cover {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.obituary_profile_image {
    position: absolute;
    width: 200px;
    height: 200px; 
	border-radius: 20px;
    border: 4px solid #fff;
    background-size: cover;
    background-position: center;
    left: 50%;
    bottom: -40px;
    margin: 0px 0px 0px -100px;
}

.share_obituary {
    position: absolute;
    right: 20px;
    top: 20px;
}

.share_obituary a {
    background: rgba(255,255,255,.9);
    padding: 15px 30px;
    border-radius: 60px;
    display: inline-block;
    color: #000000;
}

.share_obituary a i {
    margin-right: 8px;
}

 @media (max-width: 1367px) {
	 
}

 @media (max-width: 1281px) {
	 
}

 @media (max-width: 1025px) {
	 
}

 @media (max-width: 992px) {


.mob_nav {
    display: block !important;
    padding: 0;
    position: absolute;
    width: 30px;
    cursor: pointer !important;
    font-size: 35px;
    margin: 10px 0px 0px 0px;
    float: right;
    right: 15px;
    top: 6px;
}

.mob_nav.toggled:after {
	transform: rotate(-45deg);
	top: 6px;
}

.mob_nav.toggled:before {
	transform: rotate(45deg);
	top: 6px;
}

.menu_open .header_right {
    right: 0;
    top: 80px;
}

.mob_nav i {
	color: #8e0f00;
}

.header_right {
	display: inline-block;
	float: none;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	right: -100%;
	z-index: 99;
	height: 100%;
	transition: ease .3s;
	padding: 20px 0px 0px;
	width: 100%;
	top: 65px;
}

.header_right div a {
	color: white;
}

.header_right div {
	float: none;
	margin-top: 20px;
	text-align: center;
}

.header_right {
	padding: 10px 20px;
}

.navigation ul li {
	float: none;
	display: block;
}

.navigation ul li a {
	display: inline-block;
	float: none;
	line-height: normal;
	font-size: 16px;
	padding-bottom: 15px;
	color: #fff;
}

.navigation ul li a:hover {
	color: #fff;
}

.navigation ul li a.book_nw {
	margin: 0px 0px 15px 0px;
}

.navigation ul li i {
	padding-top: 10px;
}

.new-search-block form .inner-form .input-field.first-2-wrap {
    width: auto;
}


}

 @media (max-width:767px) {

.ad_purpose_block .custom-radio [type="radio"]:not(:checked) + label {
    font-size: 12px;
}

.ad_purpose_block .custom-radio [type="radio"]:checked + label, .ad_purpose_block .custom-radio [type="radio"]:not(:checked) + label {
    font-size: 12px;
}

.ad_purpose_block .custom-radio [type="radio"]:checked + label:after {
    top: 30px;
}

.main-search-block form .inner-form .input-field input {
    padding: 10px 15px;
}



.new-search-block form .inner-form .input-field input {
    padding: 10px 15px;
}

.contact-us-right {
    padding-right: 15px;
    padding-left: 15px;
}

.contact-info-blk {
    padding: initial;
    padding-bottom: 40px;
}

.obituary_li_show_btn {
    top: -20px;
}

.header_right.header_right_funeral_nav {
    float: right;
    padding: 0;
    width: 100%;
}
	 
.menu_open .header_right.header_right_funeral_nav {
    top: 74px;
}

.navigation.funeral_dashboard_nav ul li.active a {
    background-color: unset;
}

.navigation.funeral_dashboard_nav ul li a {
    padding: 10px;
}

.login-account.open ul.dropdown-menu {
    box-shadow: none;
}

.how_it_works_content_block {
    padding: 0;
    margin-bottom: 40px;
}

.how_it_works_content_block_hd {
    text-align: center;
}

.how_it_works_content_block_txt {
    text-align: center;
}

.how_it_works_content_blk {
    margin-bottom: 30px;
}

.obituary_write_detail_blk {
    margin-bottom: 30px;
}

/*  04 Mar 2020 Start   */
.signup_modal_left_block {
    height: 100px;
    border-radius: 0;
}

.signup_modal_left_blk {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
}

.next_tab_block_buttons_hd {
    float: left;
}

.next_tab_block_buttons {
    float: right;
}

.advertisement-section-img-blk a {
    height: 100px;
}

/*  04 Mar 2020 End   */
	 
	 
.main-search-block form .inner-form {
    display: block;
}

.main-search-block form .inner-form .input-field.first-wrap {
    width: 100%;
}

.main-search-block form {
    min-width: 515px;
}

.main-search-block form .inner-form .input-field {
    border-top: 1px solid #ddd !important;
}

.main-search-block form .inner-form .input-field.third-wrap {
    width: 100%;
}	 
	


	
.new-search-block form .inner-form {
    display: block;
}

.new-search-block form .inner-form .input-field.first-wrap {
    width: 100%;
}

.new-search-block form {
    min-width: 515px;
}

.new-search-block form .inner-form .input-field {
    border-top: 1px solid #ddd !important;
}

.new-search-block form .inner-form .input-field.third-wrap {
    width: 100%;
}

.advertisement_plans_item {
    margin-bottom: 20px;
}

.new-search-block form .inner-form .input-field {
    border: 0 !important;
    margin-bottom: 10px;
}

.new-search-block form .inner-form .input-field+.input-field {
    margin: 0;
}

.purpose_radio {
    display: flex;
    justify-content: inherit;
}














/*  12 Feb 2020 Start   */

.padding-right {
    padding-right: 15px;
}

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

.main_banner_content_blk {
    margin-bottom: 40px;
}

.header_search {
    display: none;
}

.app_download_bn_hd {
    margin-bottom: 10px;
    text-align: center;
}

.app_download_btn {
    text-align: center;
}

.footer_content_text {
    padding: 0px 0px;
}

#lovemem_help_slider .owl-buttons {
    display: none;
}

.funeral_homes_search_form input[type="text"] {
    width: 100%;
}

.contact_lottery_content {
    margin-bottom: 40px;
}

.contact_form_map {
    margin-bottom: 40px;
}

.contact_form_blk {
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0;
    padding: 0;
}

.app_download_blocks {
    display: initial;
}
.product-size-block ul li {
    margin-right: 10px;
    margin-bottom: 15px;
}
.card-personalize-block textarea {
    max-width: initial;
}

.obituarie_detail_block_hd span.obituarie_nm_detail {
    display: block;
    margin-bottom: 10px;
}
.product-recipient-detail-blk {
    display: block;
}
#carousel-bounding-box {
    margin-bottom: 40px;
}
.recent_obituaries_block ul {
    display: block;
}
/*  12 Feb 2020 End   */

/*  15 Feb 2020 Start   */

.obituarie_info_sec {
    margin-top: -210px;
}
.obituarie_info-blk-nm {
    color: #333;
    text-align: center;
    margin-top: 0;
}
.obituarie_info-blk-address {
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}
.obituarie-info-date-blk {
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.recent_obituaries_sponsor_btn {
    margin-bottom: 20px;
}
.obituarie-info_align_right {
    text-align: center;
    margin-bottom: 15px;
}
.obituarie-info_align_left {
    text-align: center;
}
.obituarie-info-left-blk {
    margin-top: 0;
}
.obituarie-info_align_center {
    margin-bottom: 20px;
}

.obituarie_detail_tabs {
    margin-bottom: 30px;
}

.obituarie_detail_tabs .nav-tabs {
    display: flex;
}

.obituarie_detail_tabs .nav-tabs>li {
    flex: 1;
    padding: 0 10px;
}

.obituarie_detail_tabs .nav-tabs>li.active a:after {
    top: 40px;
    right: 50%;
}

.obituarie_detail_tabs .nav-tabs>li a {
    text-align: center;
}

.obituarie-support-blk {
    text-align: center;
    margin-bottom: 10px;
}

.obituarie-supp-subscribe {
    margin-bottom: 10px;
    margin-right: 15px;
}







/*  15 Feb 2020 End   */



}


 @media (max-width:575px) {
	 
.product_list_content_hd_blk {
	display: block;
	margin-bottom: 20px;
}

.product_list_content_hd_blk .ad_block_sec_heading {
	float: inherit;
	margin-bottom: 20px;
}

.sort_by_blk {
	float: inherit;
}

.kt-datatable__pager .pagination-new li {
	margin-bottom: 5px;
}

.purchased_plan_list_item ul {
    display: block;
}

.purchased_plan_list_item ul li:first-child {
    border-left: 0px solid #8e0f00;
    border-top: 10px solid #8e0f00;
}

.purchased_plan_list_item ul li+li {
    border-top: 1px solid #eee;
    border-left: 0px solid #eee;
}

.new-search-block form {
    min-width: 365px;
}

 }


 @media (max-width:479px) {

.main_banner {
    padding: 50px 0 50px;
}

.main_banner_heading {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.obituarie_detail_tabs .nav-tabs {
    display: block;
}

.obituarie_detail_tabs .nav-tabs>li {
    margin-bottom: 10px;
}

.obituarie_detail_tabs .nav-tabs>li.active a:after {
    display: none;
}

.obituarie-supp-subscribe {
    margin-right: 0px;
}
 
.main-search-block form {
    min-width: 365px;
}
 
.new-search-block form {
    min-width: 365px;
}

}



 @media (max-width:411px) {

.advance_search_blk_btn a {
    font-size: 16px;
    width: 180px;
}

.main-search-block form {
    min-width: 290px;
}

.new-search-block form {
    min-width: 290px;
}

.landing_page_main_content_blk {
    margin-bottom: 20px;
}

.landing_page_main_content_hd {
    font-size: 45px;
}

.landing_page_main_content_txt {
    font-size: 20px;
}

.memory_creating_btn_blk {
    margin-bottom: 40px;
}

.landing_page_main_content_hd {
    font-size: 45px;
}

.landing_page_main_content_txt {
    font-size: 20px;
}

.memory_creating_btn_blk {
    margin-bottom: 20px;
}

.next_tab_block_buttons_hd {
    float: initial;
    text-align: center;
}

.next_tab_block_buttons {
    float: initial;
}

.signup_modal_left_blk a.next_tab_block_next {
    display: initial;
}

}
