body {
    background: #eeebe6;
    font-family: Jost;
}


@font-face {
    font-family: Cinzel;
    src: url(../fonts/Cinzel/Cinzel-Black.ttf);
    src: url(../fonts/Cinzel/Cinzel-Bold.ttf);
    src: url(../fonts/Cinzel/Cinzel-Regular.ttf);
}

.p-txt {
    font-family: 'Jost', sans-serif !important;
}

.pink-txt {
    color: #c997c6 !important;
}

/*-- mini header --*/
.mini-header {
    background-color: rgb(201, 151, 198);
}

.mini-header > p {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 0px !important;
    padding: 0px 3px;
}

.mini-header-p {
    text-transform: lowercase !important;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 0px !important;
    padding: 0px 3px;
}

/*-- login header --*/

.menu-li {
    list-style: none;
    display: -webkit-inline-box;
    padding-top: 3% !important;
    margin-bottom: 0px;
    padding-left: 0;

}

.menu-li > li {
    padding: 0 10px;
}

.menu-li > li > a {
    font-family: 'Jost', sans-serif !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    color: rgba(112, 112, 112, 1);
    letter-spacing: 1.5px;
}


/*-- nav bar --*/
.navbar {
    padding: 0px;
}

.navbar-nav .nav-link {
    font-weight: normal;
    font-size: 21px;
}

.navbar-nav li {
    position: relative
}

.navbar-nav li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -2px;
    width: 2px;
    height: 50%;
    top: 25%;
    color: rgb(178, 178, 178);
}

.nav {
    width: 100%;
    position: relative;
    padding: 1% 0%;
}

.nav > .nav-header {
    display: inline;
}

.nav > .nav-header > .nav-title {
    display: inline-block;
}

.nav > .nav-btn {
    display: none;
}

.nav > .nav-links {
    float: right;
    font-size: 18px;
    margin: auto;
    margin-right: 0px;
}

.nav > .nav-links > ul {
    list-style: none;
    color: rgba(112, 112, 112, 1);
    display: -webkit-inline-box;
    font-weight: normal;
    font-size: 21px;
    margin-bottom: 0px !important;
    margin-top: 0 !important;
    font-family: 'jost', serif !important;
    padding-left: 7%;
}

.nav > .nav-links > ul > li {
    padding: 0 5px;
}

.nav-link:hover, .show > .nav-link, .dropdown-item:hover {
    color: rgb(201, 151, 198) !important;
}

.dropdown-toggle i {
    vertical-align: middle;
    color: rgb(201, 151, 198) !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 215px;
    z-index: 10;
}

.dropdown-menu {
    padding: 0px;
    left: -105%;
    margin-top: 15px;
    border: 0px !important;
    border-radius: 0px;
}

.dropdown-menu2:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 160px;
    z-index: 10;
}

.dropdown-menu2 {
    padding: 0px;
    left: -28%;
    margin-top: 15px;
    border: 0px !important;
    border-radius: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: inherit;
    background-color: inherit;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}

.dropdown-item:hover {
    -webkit-box-shadow: inset 0px -4px 0px 0px rgb(201, 151, 198);
    -moz-box-shadow: inset 0px -4px 0px 0px rgb(201, 151, 198);
    box-shadow: inset 0px -4px 0px 0px rgb(201, 151, 198);
}

.dropdown-item {
    padding: 1.2rem 0rem;
}

.dropdown-subitems > div {
    padding: 0rem 0.8rem;
}

.dropdown-subitems > div > a {
    color: rgba(112, 112, 112, 1);
    font-weight: normal;
    font-size: 20px;
    font-family: 'jost', serif !important;

}

.sub-links > ul > li {
    margin: 1% 3%;
    border-bottom: 2px solid #c998c7;
}

.link-sub-txt {
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    color: rgba(112, 112, 112, 1);
    margin-bottom: 0;
    font-family: 'Jost* LightItalic';
}

.pad-2 {
    padding: 0% 4%;
}


.popover1 {
    max-width: 26% !important; /* Max Width of the popover (depending on the container!) */
}

.nav > .nav-links > ul > li > button {
    margin: 0%;
    font-family: 'jost', serif !important;
    color: rgba(112, 112, 112, 1);

}

.nav-icon-i {
    margin-left: 5px;
}

.nav > #nav-check {
    display: none;
}

.shareIcons i {
    color: #c997c6;
}
ul.provider_icon{
    list-style: none;
    display: flex;
    padding: 0 5px;
}
ul.provider_icon li{
    padding: 0 2px  ;
}
.table-provider td{
    overflow-x: hidden !important;
    max-width: 1px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 8px;
}
@media (max-width: 992px) {
    .dropdown-menu:before {
        display: none;
    }
}

@media (max-width: 1321px) {
    .navbar-nav .nav-link {
        font-weight: normal;
        font-size: 20px;
    }

    .nav > .nav-links > ul {
        list-style: none;
        color: rgba(112, 112, 112, 1);
        display: -webkit-inline-box;
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 0px !important;
        margin-top: 1.5% !important;
        font-family: 'Cinzel', serif !important;
        padding-left: 7%;
    }
}

@media (max-width: 1282px ) {
    .navbar-nav .nav-link {
        font-weight: normal;
        font-size: 20px;
    }

    .nav > .nav-links > ul {
        list-style: none;
        color: rgba(112, 112, 112, 1);
        display: -webkit-inline-box;
        font-weight: normal;
        font-size: 20px !important;
        margin-bottom: 0px !important;
        margin-top: 0 !important;
        font-family: 'jost', serif !important;
        padding-left: 7%;
    }
}


@media (max-width: 1241px ) {


    .navbar-nav .nav-link {
        font-weight: normal;
        font-size: 18px;
    }

    .nav > .nav-links > ul {
        list-style: none;
        color: rgba(112, 112, 112, 1);
        display: -webkit-inline-box;
        font-weight: normal;
        font-size: 18px !important;
        margin-bottom: 0px !important;
        margin-top: 0.5% !important;
        font-family: 'jost', serif !important;
        padding-left: 7%;
    }
}

@media (max-width: 1100px) {

    .dropdown-menu {
        padding: 0px;
        left: -160%;
        margin-top: 15px;
        border: 0px !important;
        border-radius: 0px;
    }


    .dropdown-menu2 {
        padding: 0px;
        left: -60%;
        margin-top: 15px;
        border: 0px !important;
        border-radius: 0px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }

}

@media (max-width: 1178px ) {
    .navbar-nav .nav-link {
        font-weight: normal;
        font-size: 18px;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .nav > .nav-links > ul {
        list-style: none;
        color: rgba(112, 112, 112, 1);
        display: -webkit-inline-box;
        font-weight: normal;
        font-size: 18px !important;
        margin-bottom: 0px !important;
        margin-top: 0.5% !important;
        font-family: 'jost', serif !important;
        padding-left: 3%;
    }

    #main-menu li::after {
        margin: 0px 5px !important;
    }
}

@media (max-width: 991px) {

    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label {
        background-color: #c998c7;
        color: #ffffff;
    }

    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #c998c7;
    }

    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #c998c7;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        color: #ffffff;
        left: 0px;
    }

    .nav > .nav-links > ul {
        display: block;
        color: #ffffff;
    }

    .nav > .nav-links > ul > li {
        padding: 2% 1%;
    }

    .nav > .nav-links > a {
        display: block;
        width: 100%;
    }

    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }

    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    #main-menu li::after {
        content: "" !important;
        float: right;
        color: #000;
        margin: 0px 15px;
    }

    #main-menu li:last-child::after {
        display: none;
    }

}

#main-menu li::after {
    content: "|" !important;
    float: right;
    color: rgb(178, 178, 178);
    margin: 0px 15px;
}

#main-menu li:last-child::after {
    display: none;
}


/*-- section 1 --*/
.section-1 {
    background-image: url(../img/banner-01.png);
    background-size: cover;
    padding: 3%;
    background-repeat: no-repeat;
    background-position: center;
}

.section-1-main {
    background-image: url(../img/banner-01.png);
    background-size: cover;
    padding: 7%;
    background-repeat: no-repeat;
    background-position: center;
}

.heading {
    font-family: 'Cinzel', serif !important;
    color: #ffffff;
    font-size: 45px;
    text-transform: uppercase;
}

.subhead {
    font-family: 'Cinzel', serif !important;
    color: #ffffff;
    font-size: 20px;
}

.card-section1 {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 0px !important;
    border-top: 4px solid #c997c6 !important;
}

.icon-button {
    border: none;
    background: none;
    margin-top: 17%;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.m-t-3 {
    margin-top: 3%;
}

/*--content---*/
.content {
    background: #ffffff;
    padding-bottom: 4%;
}

.content > .container {
    padding: 2% 0%;
}

/*-- Detail--*/
.details {
    background: #ffffff;
}

.details > .container {
    padding: 6% 0%;
}



.pad-tb-5 {
    padding: 5% 0%;
}

.det-card {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 8% !important;

}

.sha {
    box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.078);

}

.d-card {
    border: none !important;
    box-shadow: none !important;
}

.det-img {
    height: 200px;
}

/*-- section 2 --*/
.find_button {
    background: #c998c7;
    border: none;
    color: #ffff;
    padding: 0.5% 2%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Jost', sans-serif !important;

}

.find_button:hover {
    background: #ffffff;
    border: 2px solid #c998c7;
    color: #c998c7;
    padding: 0.5% 2%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Jost', sans-serif !important;
    text-decoration: none;

}

.post_button {
    background: #ffffff;
    border: 2px solid #c998c7;
    padding: 0.8% 5%;
    color: #c998c7;
    margin-top: 7%;

}

.post_button:hover {
    background: #c998c7;
    border: none;
    color: #ffff;
    text-decoration: none;
}

button:focus {
    outline: none;
}

.m-b-7 {
    margin-bottom: 7%;
}

.section-2 {
    background-color: #ffffff;
    padding: 20px 0;
}

.sq-icon {
    font-size: 40px !important;
    color: #c998c7;
}

.sq-text {
    text-transform: uppercase;
    font-family: 'Jost', sans-serif !important;
    font-size: 11px;
    padding-top: 5px;


}

.name-txt {
    color: #c998c7;
    font-size: 35px;
    font-family: 'Cinzel', sans-serif !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    display:flex;
}

.m-t-1 {
    margin-top: 1%;
}

.y-txt {
    color: rgba(116, 116, 116, 1);
    font-size: 15px;
    font-family: 'Jost', sans-serif !important;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.cl-txt {
    color: #c998c7;
    font-size: 20px;
    font-family: 'Cinzel', serif !important;
    margin-bottom: 4px;
    margin-top: 4%;
    text-transform: uppercase;
}

.pad-tb-4 {
    padding: 4% 0%;
}

.cl-subtxt {
    color: rgba(116, 116, 116, 1);
    font-size: 15px;
    font-family: 'Jost', sans-serif !important;

}

.cl-subtxt1 {
    color: rgba(116, 116, 116, 1);
    font-size: 12px;
    font-family: 'Jost', sans-serif !important;
}

.m-t-12 {
    margin-top: 12%;
}

.pad-l-4 {
    padding-left: 4%;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

/*--section 3--*/
.section-3 {
    padding: 20px 0%;
}

.tri-card-zoom {
    transition: transform .2s;
    margin: 1% 0%;
}

.tri-card-zoom:hover {
    box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.078);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.card:hover {
    box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.078);

}

.tri-card {
    padding: 4% !important;

}

.tri-img {
    width: 100%;
    /*height: 200px;*/
}

.tributes {
    padding: 3% 0%;
    font-family: 'Jost', sans-serif !important;
}

h2 {
    font-weight: 400;
    font-size: 40px;
}

.tri-name {
    margin-top: 10%;
    font-family: 'Cinzel', serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(116, 116, 116, 1);
    text-transform: uppercase;
    height: 45px;
    overflow:hidden;
}

.tri-year {
    font-size: 15px;
    color: rgba(165, 165, 165, 1);
    letter-spacing: 0.5px;
    font-family: 'Jost', sans-serif !important;
    font-style: normal;
    font-weight: normal;
}

.w-15 {
    width: 15%;
}

.img-bg-post {
    background-color: #e6e6e6;
    height: 280px;
}

.img-bg-post-right {
    background-color: #e6e6e6;
    height: 253px;
}

.post-text {
    font-size: 18px;
}

/*--subscribe--*/
.subscribe {
    background: url(../img/newsletter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0%;
    background-position: bottom;
}

.sub-h6 {
    font-family: 'Cinzel', serif !important;
    color: #ffffff;
}

.sub-p {
    font-family: 'Jost', sans-serif !important;
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
}

.search-container {
    width: 50%;
    padding: 3% 0%;
    display: block;
    margin: 0 auto;
}

.change-icon > .fa + .fa,
.change-icon:hover > .fa {
    display: none;
}

.change-icon:hover > .fa + .fa {
    display: inherit;
}

input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    outline: none;
}

input#search-bar:focus {
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.search-icon {
    position: relative;
    float: right;
    width: 24%;
    height: 45px;
    top: -45px;
    right: -5px;
    border: none;
    background: #c998c7;
    color: #ffffff;
    font-family: 'Cinzel', serif !important;
}

/*--celbrity--*/
.celebrity {
    background-color: #ffffff;
    padding: 80px 0;
}

/*-- testimonial --*/
.testi {
    padding: 80px 0;
    font-family: 'Jost', serif !important;
}

.testi-img {
    border-radius: 50%;
    height: 75%;
    object-fit: contain;
}

.testi-name {
    margin-top: 4%;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    color: #777575;

}

.testi-card {
    padding: 10% !important;
}

.testi-p {
    font-family: 'Jost', sans-serif !important;
    color: rgba(116, 116, 116, 1);
    font-size: 20px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.item {
    width: 85%;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.m-b-5 {
    margin-bottom: 5%;
}

.m-b-3 {
    margin-bottom: 3%;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(190, 190, 190) !important;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: rgb(190, 190, 190) !important;
    width: 15px;
    height: 15px;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-prev{
    left: -5% !important;
}
.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

/*-- footer --*/
.footer {
    background-color: rgb(201, 151, 198);
    padding: 5% 0%;
}

.footer-menu {
    color: #ffffff;
    font-family: 'Jost', sans-serif !important;
    font-weight: normal;
    list-style: none;
    padding: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14.9px;
}

.footer-menu > li {
    padding: 2% 0%;
}

.footer-right {
    color: #ffffff;
    font-family: 'Jost', sans-serif !important;

    margin-bottom: 0px !important;
    padding: 1% 0%;
    font-size: 14px;
}

.m-10 {
    margin-top: -10px;
}

.footer-img {
    width: 75%;
}

.pad-tb-2 {
    padding: 2% 0%;
}

.pad-tb-12 {
    padding: 12% 0%;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    height: 53px;
    border: 0px;
    border-radius: 10px;
}

.right-inner-addon input::placeholder {
    color: #ccc;
    font-family: "Jost* Light";
}

.searchPlanel {
    padding: 0.5rem;
}

.searchTabs .active:before {
    content: "";
    border-top: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -25px;
    z-index: 10;
    margin-left: 15px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 2%;
    pointer-events: none;
    color: #c998c7;
}

.form-control {
    font-size: 16px !important;
    font-family: 'Jost', sans-serif !important;
    color: #817d7d !important;
    border-radius: 0px;

}

.form-control:focus {
    font-family: 'Jost', sans-serif !important;
    color: #817d7d !important;
    background-color: #fff;
    border-color: #c998c7;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.f-right {
    float: right;
}

.tab .nav-tabs {
    border-bottom: 0px solid transparent;
    margin-bottom: 1px;
}

.tab .nav-tabs > li {
    padding: 0 20px;
}

.tab .nav-tabs > li a {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family: 'Jost', sans-serif !important;

}

.tab .nav-tabs > li a:hover,
.tab .nav-tabs > li.active > a {
    background: none;
    color: #ffffff;
    padding-bottom: 5px;
    border: 1px solid transparent;
    border-bottom: 3px solid #ffffff;
}

.tab .tab-content {
    color: #5a5c5d;
    padding: 20px;
}

.w-50 {
    width: 50% !important;
}



@media only screen and (max-width: 480px) {
    .tab .nav-tabs > li {
        width: 100%;
    }
}
@media (max-width: 576px){
    .border-right{
        border-right:0px !important;
    }
}
@media ( max-width: 767px) {
    
    .card-align {
        margin-left: -0%;
        margin-top: -1%;
    }
}

@media (max-width: 673px) {
    .search-container {
        width: 100% !important;
    }
}
@media (max-width: 400px) {
    .search-icon {
        width: 36% !important;
    }
}

@media (max-width: 895px) {
    .search-container {
        width: 100%;
    }

    .l-r {
        padding-left: 2%;
        padding-right: 2%;
    }

    .det-card {
        padding-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .w-115 {
        width: 100%;
    }

    .menu-li > li {
        padding: 0% 4px !important;
    }

    .container {
        width: 100% !important;
    }

    .menu-li > li > a {
        font-family: 'Jost', sans-serif !important;
        letter-spacing: 2px;
        text-decoration: none !important;
        color: #707070;
        text-transform: uppercase;
        font-size: 10px !important;
    }
}

/*-- page 3--*/
.homesec {
    background-image: url(../img/banner-01.png);
    padding: 10%;
    text-align: center;
    background-size: cover;
    padding: 10%;
    background-repeat: no-repeat;
}

.minihomesec {
    background-image: url(../img/banner-01.png);
    padding: 5%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.per-img {
    background: #ffffff;
}

.round-img {
    border-radius: 50%;
    margin-top: -11%;
    position: relative;
}

.card-a {
    color: #c998c7 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 20px;
    text-decoration: none;
}

.card-a:hover {
    text-decoration: underline !important;
    text-decoration-color: #c998c7 !important;
}

.content-txt {
    font-family: 'Jost', sans-serif !important;
    margin: 3% 0%;
    color: rgba(116, 116, 116, 1);
}

.x-small-txt {
    font-family: 'Jost', sans-serif !important;
    font-size: 10px;
    color: rgba(112, 112, 112, 1);
    letter-spacing: 2.5px;
}

.per-name {
    font-family: 'Cinzel', serif !important;
    font-size: 45px;
    font-weight: bolder;
    color: #c998c7;
    margin-bottom: 0px !important;
}

.pass-date {
    font-family: 'Cinzel', serif !important;
    font-size: 15px;
    color: rgba(165, 165, 165, 1);
    letter-spacing: 1.5px;
}

.per-detail {
    font-family: 'Cinzel', serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: rgba(109, 109, 109, 1);
    letter-spacing: -0.15px;
}

/*-- page 3 --*/
.blog {
    background: #ffffff;
}

.blog > .container {
    padding: 6% 0%;
}

.blog-card-title {
    background: #eeebe6;
    padding: 4% 8%;
    margin-bottom: 0px;
    font-family: 'Cinzel', serif !important;

}

.m-b-10 {
    margin-bottom: 10%;
}

.blog-card {
    border-radius: 0px;
}

.blog-card-body {
    padding: 5% 3%;
    font-family: 'Cinzel', serif !important;
    font-size: 15px;
    color: rgba(165, 165, 165, 1);
    letter-spacing: 1.5px;
}

.blog-option {
    width: 100%;
    border: 2px solid #eeebe6;
}

.pad-0 {
    padding: 0px !important;
}

.w-100 {
    width: 100% !important;
}

.b-tab {
    /*box-shadow:0 3px 10px rgba(0,0,0,.3);*/
}

.b-tab .nav-tabs {

    border-bottom: 2px solid #c998c7;
}

.b-tab .nav-tabs li {
    margin-bottom: 0px;
    margin-right: 0px;
}

.b-tab .nav-tabs li a {
    font-size: 14px;
    color: #808080;
    outline: none;
    margin-right: 0px;
    padding: 10px 25px;
    border-radius: 0;
    font-family: 'Cinzel', serif !important;

}

.b-tab .nav-tabs li a:hover,
.b-tab .nav-tabs li.active a {
    background: #c998c7;
    color: #fff;
}

.b-tab .tab-content {
    color: #5a5c5d;
    padding: 1%;
}

@media only screen and (max-width: 480px) {
    .b-tab .nav-tabs > li {
        width: 100%;
    }
}

.pad-t-3 {
    padding-top: 3% !important;
}

.blog-head-txt {
    color: #c998c7;
    font-family: 'Cinzel', serif !important;
    font-style: italic;
    font-size: 19px;
}

.blog-number-txt {
    font-size: 85px;
    font-style: italic;
    color: rgba(116, 116, 116, 1);
    font-family: 'Cinzel', serif !important;
}

.blog-sub-txt {
    color: rgba(116, 116, 116, 1);
    font-family: 'Cinzel', serif !important;
    font-size: 13px;
}

.pad-tb-40 {
    padding: 40% 0%;
}

.border_right {
    border-right: 1px solid #f1f1f1;
}

.border_left {
    border-left: 1px solid #f1f1f1;
}

.img-h {
    height: fit-content;
}

.pad-r-5 {
    padding-right: 5%;
}

.mar-b-0 {
    margin-bottom: 0px;
}

.pub > .container {
    padding: 5% 0%;
}

.blog-search > .container {
    padding: 2% 0%;
}

.mini-footer-p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(201, 151, 198, 1);
    margin-bottom: 0px;
}

.mini-footer {
    background-color: rgb(167, 110, 163);
}

.col-divider:after {
    content: "|" !important;
    float: right;
    color: rgb(178, 178, 178);
    margin: 0px 15px;
}


/*pages*/
.nav-center {
    text-align: center;
}

.nav-center > ul.nav {
    display: inline-block;
    border-top: 1px solid #c997c6;
    border-bottom: 1px solid #c997c6;
    padding: 5px;
}

.nav-center > ul.nav > li {
    text-align: center;
    margin: 0px auto;
    display: inline-flex !important;
    float: none !important;
}

.nav-center > ul.nav > li a {
    float: left;
    font-family: "Jost";
    text-transform: uppercase;
    color: #a7a7a7;
    letter-spacing: 1.5px;
    font-size: 18px;
}

.nav-center .nav-link.active, .nav-center .show > .nav-link {
    background-color: #fff;
    color: #c997c6;
}

.nav-center > ul.nav > li:not(:last-child):after {
    content: '|';
    right: 0px;
    width: 20px;
    color: rgb(178, 178, 178);
    padding-top: 10px;
}

.nav-icons .nav {
    padding: 0;
    border-bottom: 1px solid #eeebe6;
}

.nav-icons .nav li a {
    border-radius: 0px;
    font-family: "Jost";
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}

.nav-icons .nav-link.active, .nav-center .show > .nav-link {
    background-color: #eeebe6;
    color: #6d6d6d;
}

.imageitem {
    margin: 10px 5px;
}

.nav-icons .tab-content {
    /*border-bottom: 1px solid #ccc;*/
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    padding: 16px 20px;
    text-align: left;
}

.smallTitle {
    font-size: 15px;
    padding: 10px 0;
    color: #a7a7a7;
    letter-spacing: 1.2px;
}

h1 {
    font-family: "Cinzel";
    text-transform: uppercase;
    color: #c997c6;
}

.mainText {
    font-family: "Cinzel";
    text-transform: uppercase;
    font-size: 25px;
    color: #575757;
}

.form-group {
    text-align: left;

}

.form-group input {
    height: 40px;
}

.form-group label {
    text-transform: uppercase;
    font-family: "Jost";
    color: #6d6d6d;
    line-height: 1;
    letter-spacing: 3px;
}

.form-group span {
    display: none;
}

.LastRiteMonth, .LastRiteDay, .LastRiteTime, .LastRiteDate {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
    color: #757474;
}

.LastRiteDay {
    font-size: 20px !important;
    font-family: "Jost" !important;
}

.LastRiteMonth, .LastRiteTime {
    font-size: 15px !important;
}

.LastRiteDate {
    font-size: 60px !important;
    font-family: "Cinzel" !important;
    line-height: 1;
}

.linkText {
    color: #c997c6;
    font-family: "Cinzel";
}

.linkText span {
    color: #a7a7a7;
    font-family: "Jost";
}

#file, .celebrity_file, #files {
    display: none;
}

.btn-soulprints {
    border-radius: 0;
    background-color: #c997c6;
    color: #fff;
    font-family: "Jost";
    letter-spacing: 2px;
}
.btn-soulprints:hover {
    background: #ffffff;
    border: 2px solid #c998c7;
    color: #c998c7;
    text-decoration: none;

}

.dateCard {
    background-color: #fff;
    border: 1px solid #eeebe6;
}

.dateCard h3 {
    text-transform: uppercase;
    padding: 10px;
    background-color: #eeebe6;
    margin: 0px -15px 10px -15px;
    color: #6d6d6d;
    font-family: "Cinzel";
}

.well img {
    width: 100%;
}

.mediapost {
    background-color: #fff;
    margin: 10px 0px;
    border: 1px solid #eeebe6;
}

.mediapost .media-body {
    text-align: left;
}

.mediapost .media-body p {
    padding: 0px 10px 0px 6vw;
    text-align: center;
    color: #817d7d;
}

.mediapost img {
    position: absolute;
    top: 0px;
    left: 30px;
    width: 5vw;
    max-width:75px;
    min-width:40px;
}

.mediapost .media-body h5 {
    font-family: "Jost* Medium";
    padding: 10px 10px 10px 6vw;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    color: #6d6d6d;
    background-color: #eeebe6;
    text-align: center;
    overflow: hidden;
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.petlist .media-body {
    min-height: 150px !important;
}
.mediaList .media-body {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    min-height: 162px;
    padding: 10px;
    color: #817d7d;
}

.mediaList .media-body a {
    text-decoration: none;
}

.mediaList .media-body p {
    font-family: "Jost";
    font-size: 13px;
    margin: 0px 0px 10px;
}

.listTitle {

    margin-bottom: 2px;
}

.listTitle a {
    font-family: "Cinzel";
    color: #c77ac4 !important;
    font-size: 1.3rem;
    font-weight: bold;
}

.redmore {
    line-height: 2rem;
}

.shareDiv {
    font-size: 10px;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    display: grid;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.searchContent div {
    float: left;
}

.searchContent > .input {
    width: 70%;
}

.searchContent > .icon button {
    background-color: #c997c6;
    color: #fff;
}

.searchContent > .icon i {
    font-size: 15px;
}

.searchContent > .icon {
    padding: 10px;
    background-color: #c997c6;
    color: #fff;
    padding: 6px 10px;
}

.input-group span {
    display: block !important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

label.btn.btn-block.btn-soulprints.upload_btn {
    border-radius: 0;
    background-color: #c997c6;
    color: #fff;
    font-family: "Jost";
    letter-spacing: 2px;
    padding: 10px;
}

.btn-soulprints input[type=file] {
    background: white none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    width: 100px;
    height: 33px;
    height: 39px;
    opacity: 0;
    margin-top: -27px;
    outline: medium none;
    position: absolute;
}

.section-tribute {
    background-image: ;
    background-size: cover;
    padding: 3%;
    background-repeat: no-repeat;
    background-position: center;
}

.protratit1-img {
    border: solid 2px;
    border-bottom-color: #ffe;
    border-left-color: #eed;
    border-right-color: #eed;
    border-top-color: #ccb;
    max-height: 100%;
    max-width: 100%;
}

.frame {
    background-color: #ddc;
    border: solid 25px #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) inset, 0 5px 10px 5px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    display: inline-block;
    margin-top: -100px;
    position: relative;
    text-align: center;
}
.frame:before {
    border-radius: 2px;
    bottom: -10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25) inset;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.frame:after {
    border-radius: 2px;
    bottom: -13px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    content: "";
    left: -13px;
    position: absolute;
    right: -13px;
    top: -13px;
}

.framegallery {
    background-color: #fafafa;
    border: solid 9px #eee;
    border-bottom-color: #4a4a4a;
    border-left-color: #353535;
    border-radius: 2px;
    border-right-color: #353535;
    border-top-color: #000000;
    box-shadow: inset 4px 4px 6px 0 rgba(0, 0, 0, .29), 0 5px 6px 0px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    display: inline-block;
    /* margin-top: -150px; */
    position: relative;
    text-align: center;
    padding: 20px;
}
.framegalleryphoto{
    background: #fff url("../img/photoframe.jpg") no-repeat;
    padding: 45px;
}
.framegallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top: 1px solid #cccccc85;
    border-left: 1px solid #cccccc96;
    border-bottom: 1px solid #cccccc30;
    border-right: 1px solid #cccccc30;
}
.framegalleryphoto img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/*.framegallery:before {*/
/*    border-radius: 2px;*/
/*    bottom: -10px;*/
/*    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25) inset;*/
/*    content: "";*/
/*    left: -10px;*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: -10px;*/
/*}*/
/*.framegallery:after {*/
/*    border-radius: 2px;*/
/*    bottom: -5px;*/
/*    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);*/
/*    content: "";*/
/*    left: -5px;*/
/*    position: absolute;*/
/*    right: -5px;*/
/*    top: -5px;*/
/*}*/



#pageList {
    list-style-type: none;
    padding: 0px;
}

.alert_img_remove {
    width: 170px;
    float: left;
}

.remove_pict {
    color: red !important;
    position: absolute;
    top: -12px;
    height: 14px;
    right: -11px;
}
.tabelePriceBorder:hover,.container-left:hover{
    -webkit-box-shadow: 10px 10px 24px -2px rgba(191, 191, 191, 1);
    -moz-box-shadow: 10px 10px 24px -2px rgba(191, 191, 191, 1);
    box-shadow: 10px 10px 24px -2px rgba(191, 191, 191, 1);
}
.tabelePriceBorder {
    border-radius: 4px;
    border: 1px solid #c77ac4;
    width: 270px;

}



.tabeleDoublePriceBorder {
    width: 100% !important;
}

.tabelPrice {
    border-collapse: collapse;
}

.tabelPrice td {
    font-size: 15px;
    color: #6d6d6d;
}

.tabelPrice td, .tabelPrice th {
    padding: 10px;
    padding: 10px 10px;
}

.hidetd {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 0px !important;
}

.tabelPrice thead th {
    background-color: #c77ac4;
    color: #fff;
    text-align: center;
    border: 0px;
    font-size: 20px;
}

.pricetd {
    font-family: "Cinzel";
}

.pricetd span {
    font-size: 30px;
}

.chooseAudio {
    width: 100%;
    height: 28px;
    border-radius: 0px;
}

.termsAgree {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6d6d6d;
}

.princingchoose {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6d6d6d;
}

#menuBarDiv {
    background-image: none !important;
    background-color: #eeebe6 !important;
}

.row-nm {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.smallTxt {
    font-size: 13px;
}

.popover.bs-popover-top {
    display: flex;
    border: 2px solid #c998c7;
}

.popover-body {
    padding: .9rem 0.75rem;
    color: #212529;
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: #9C27B0;
}

.sharepopover:focus {
    outline: 0px;
}

.media-body hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.obuitaurayList .nav-link.active, .nav-center .show > .nav-link {
    background-color: #c997c6 !important;
    color: #ffffff !important;
}

.obuitaurayList .media-body {
    border-left: 1px solid #ccc;
}

.obuitaurayList .media-body {
    padding: 0px;
}

.obuitaurayList .tab-content {
    /* border-bottom: 1px solid #ccc; */
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
    padding: 4px 5px;
    text-align: left;
}

.smallTxt b {
    color: #000;
}

.container-left {
    background-color: #fff;
    border: 1px solid #eeebe6;
}

.container-left h5 {
    text-transform: uppercase;
    padding: 10px;
    background-color: #eeebe6;
    color: #6d6d6d;
    text-align: center;
}

.container-left .content {
    padding: 10px 20px;
}

.container-left label {
    text-transform: capitalize;
    letter-spacing: 1px;
}

#summary {
    font-size: 14px;
    line-height: 1.5;
}

#summary div.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#summary div.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}





.testi-p p.collapse:not(.show) {
    height: 150px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.testi-p p.collapsing {
    min-height: 150px !important;
}

.testi-p a.collapsed:after {
    content: '+ Read More';
}

.testi-p a:not(.collapsed):after {
    content: '- Read Less';
}

.viewTribute {
    background-color: #f6e7f5;
    color: #797373 !important;
}

.linkPoints {
    list-style: none;
}
.linkPoints li i{
    color: #c997c6;
}
.linkPoints li {
    color: #929191;
    padding: 10px;
    margin: 20px 0px;
    -webkit-box-shadow: 5px 5px 14px -2px rgba(99,98,99,0.1);
    -moz-box-shadow: 5px 5px 14px -2px rgba(99,98,99,0.1);
    box-shadow: 5px 5px 14px -2px rgba(99,98,99,0.1);
}

.grey-txt{
    color: #929191;
}
.text-title{
    text-transform: uppercase;
    font-size: 20px;
}
.text-title-small{
    text-transform: uppercase;
    font-size: 15px;
}

.classifiedTab .nav li{
    width: 50%;
}
.classifiedTab .nav li:first-child {
    width: 50%;
    /*margin-right: 10px;*/
}
.classifiedTab .nav li a.active{
    background-color: #c997c6;
    color: #fff;
}
.classifiedTab .nav li a{
    color: #9b9b9b;
    text-transform: uppercase;
    padding: 10px;
    font-size: 15px;
    display: block;
    background-color: #efefef;
    text-decoration: none;
}
label.btn{
    height: 35px;
    color: #fff;
}
.link-btn{
    background-color: #c997c6;
    padding: 6px 8px;
    color: #fff;
    letter-spacing: 2px;
}
.link-btn:hover{
    color: #fff;
}
.pricingpackage ul{
    list-style: none;
    padding: 0;
    color: #929191;
}
.pircecontent ul li{
    padding: 5px 0;
    text-align: left;
}
.pircecontent ul li i{
    color: #c997c6;
    font-size: 13px;
    padding-right: 5px;
}

.pricingpackage .titleempty{
    padding: 3px;
    color: #fff;
    font-size: 25px;
}
.pircepack ul li{
    padding: 5px 0 4px;
    border-bottom: 1px solid #cccc;
}
.pircepack ul{
width: 80%;
padding-left: 20%;
}

.pricingpackage .title{
    background-color: #c997c6;
    text-align: center;
    padding: 2px;
    color: #fff;
    font-size: 25px;
}
.pricingpackage  .pircepack{
border: 1px solid #c997c6;
    padding: 0;
    border-radius: 5px;
}
.totalprice {
    padding: 10px;
    font-size: 25px;
}
.newsclipping{
    padding: 0 5px;
    margin: 5px auto;
    font-size: 12px;
    border: 2px solid #000 !important;
}
.newsclipping p{
    margin: 5px 0;
}
.allied_menu {
    border: 1px solid #ccc;
}
.allied_menu li{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.allied_menu li a{
    padding: 5px 5px 5px 10px;
    color: #929191;
    display: block;
    text-decoration: none;
}

.allied_menu li a.active{
    background-color: #c77ac4;
    color: #fff !important;
}
.allied_menu li a:hover {
    background-color: #c77ac4;
    color: #fff !important;
}
.allied_user_details{
    padding-left: 20px;
}
.allied_user_details .icon_details{
    color: #929191;
    font-size: 13px;
    padding-bottom: 3px;
}
.allied_user_details .icon_details p{
    padding: 0;
    margin: 0;
}
.allied_user_details .icon_details p a{
   color: inherit;
    text-decoration: none;
}
.allied_user_details .icon_details i{
    padding-right: 10px;
    color: #c997c6;

}
.notice_sp a{
    color: inherit;
    text-decoration:none;
}
.notice_sp{
    background-color: #c997c6;
    padding: 10px 10px;
    font-size: 13px;
    text-align: left;
    color: #fff;
}
.free_contact_details{
    border: 1px solid #ededed;
}
.free_contact_details:hover{
    box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.078);
}
.free_contact_details h4{
    min-height: 70px;
}
.free_contact_details .location{
    min-height: 45px;
}
.contact_details_popup {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #0000002e;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact_details_popup.show .contact_details_wrapper {
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact_details_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 75%;
    /*background: #fff;*/
    transform: translate(-50%,-50%) scale(0.8);
    padding: 20px 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact_details_close {
    position: absolute;
    right: 4px;
    top: 4px;
    /* width: 30px; */
    /* height: 30px; */
    cursor: pointer;
}

.image_approve_popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #0000002e;
}
.image_approve_wrapper {
    background-color: #fff;
    position: absolute;
    width: 100%;
    max-width: 75%;
    top: 50%;
    left: 50%;
    padding: 60px 40px;
    transform: translate(-50%,-50%) scale(1);
}
.image_approve_close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.image_approve_close>span.glyphicon.glyphicon-remove {
    font-size: 18px;
}
.image_approve_flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 5%;
}
.transfer_popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #0000002e;
}
.transfer_wrapper {
    background-color: #decbea;
    position: absolute;
    width: 100%;
    max-width: 55%;
    top: 50%;
    left: 50%;
    padding: 40px 20px;
    transform: translate(-50%,-50%) scale(1);
    text-align: center;
}
.transfer_close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.transfer_mode {
    display: block;
    position: relative;
    width: 100%;
    /* max-width: 600px;
     margin: 0 auto;*/
    margin: 50px 0px;
    /* background-color: #684eae66;*/
}
.col_transfer.payment_mode {
    width: calc(100% / 3 - 20px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
}
.col_transfer.packages {
    width: calc(100% / 3 - 20px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
}
.col_transfer.date_picker {
    width: calc(100% / 3 - 20px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
}
.bottom {
    display: block;
    text-align: center;
    width: 100%;
    /*    margin: 0 auto;*/
    position: relative;
    margin-top: 5%;
}
.transfer_wrapper input,.transfer_wrapper select{
    border:none;
    width: 100%;
}
.transfer_wrapper input:focus,.transfer_wrapper select:focus{
    outline: 0;
}
.col_transfer.date_picker p{
    position: relative;
}
.transfer_btn {
    display: inline-block;
    padding: 8px 25px;
    border: 0;
    background-color: #9b78b1;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.transfer_btn:focus{
    outline: 0;
}
.col_transfer.packages select,.col_transfer.payment_mode select{
    width: 100%;
    line-height: normal;
    font-size: 16px;
    height: 25px;
}
.free_edit_form_popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #0000002e;
    overflow-y: auto;
}
.edit_form_wrapper {
    background-color: #fff;
    position: absolute;
    width: 100%;
    max-width: 65%;
    top: 20%;
    left: 50%;
    padding: 40px 100px;
    transform: translate(-50%,0%) scale(1);
    margin-bottom: 50px;
}
.edit_form_close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.form-group textarea{
    width: 100%;
    border: 1px solid #ccc;
    color: #8c8c8c;
    padding: 10px;
}
.img_file_upload {
    width: 180px;
    height: 150px;
    border: 1px solid #000;
    overflow: hidden;
    position: relative;
}
.img_file_upload>input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.img_plus {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    cursor: pointer;
}
.paginate-pagination a{
    color: #c77ac4;
}
.paginate-pagination a.active{
    background-color: #c77ac4 !important;
    color: #fff;

}
.paginate-pagination a:hover{
    color: #c72ea9;
}
body.show_popup {
    overflow: hidden;
}
.tablecrisp .thead-dark th {
    color: #fff;
    background-color: #c466be;
    border-color: #c295c7;
}
span.tox-statusbar__branding {
    font-weight: bold !important;
    font-family: "JOST" !important;
    color: #c77ac4 !important;
    margin-top: 2px !important;
}
.typeahead__list span{
    display: block;
}
.challedpack{
    border: 1px solid #ccc;
    text-align: center;
    padding: 0;
    border-radius: 5px;
}
.challedpack h3{
    background-color: #c997c6;
    padding: 10px 15px;
    color: #fff;
}
.challedpack .chprice{
font-size: 20px;
padding: 20px 15px;
}
.challedpack .chitems{
    font-size: 15px;
    padding: 10px 0px;
    margin:0px 15px ;
    border-bottom: 1px solid #dfdfdf;
}
.challedpack:hover{
    box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.078);
}
.page_navigation a{
    color: #c77ac4 !important;
}
.pircepack:hover{
    box-shadow: 15px 25px 25px rgba(0, 0, 0, 0.078);
    cursor: pointer;
}
.footer-menu a{
    /*text-decoration: none;*/
    color: #fff;
}

.myaccountmenu{
    list-style: none;
}
.myaccountmenu .list-group-item.active{
    border: 0px;
    color: #fff;
    background-color: #c997c6;
}
.myaccountmenu .list-group-item{
    letter-spacing: 1.5px;
    border: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Jost";
    color: #696969;
    background-color: #fff;
    border: 1px solid #ccc;

}
.addpicture{
    margin-top: -25px;
    color: #555353;
    text-align: center;
}
.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide{
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}
.owl-carousel .next-slide{
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}
.owl-carousel .prev-slide:hover{
    background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
    background-position: -24px -53px;
}
.content-page{
    color: #8e8e8e;
}
.content-page h2,.content-page h3,.content-page h4,.content-page h5 {
    color: #c77ac4;
}
#all_inner_content p{
    padding-left: 30px;
    font-size: 15px;
}
.faq .accordion-toggle{
    border: 1px solid #ccc;
    display: block;
    padding: 15px;
    color: #7e7b7b;
    text-decoration: none;
}
.faq .toggle-icon{
    right: 35px;
    position: absolute;
    color: #c77ac4;
}
.faq .accordion-content {
    display: none;
    padding: 20px 20px 20px 40px;
    overflow: auto;
    border: 1px solid #ccc;
    color: #7e7b7b;
}


.ui-datepicker{
    font-family: 'Jost' !important;
    border-radius: 0px !important;
    color: #737070 !important;
}
.ui-datepicker-month,.ui-datepicker-year{
    border-radius: 0px !important;
    font-size: 15px !important;
    padding: 0px 10px !important;
    font-family: 'Jost' !important;
    color: #737070 !important;
}
.ui-state-default{
    background-color: #fff !important;
}
.ui-state-active{

    border-bottom: 1px solid #c997c6 !important;
    background-color: #c997c6 !important;
    color: #fff !important;
}
.ui-widget-header{
    border: 0px !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    background-color: #c997c6 !important;
}
.ui-widget-header .ui-icon {
    background-image: url("../img") !important;
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{
    top: 5px !important;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}
.ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}
.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

.ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}
.petdesc{
    font-family: 'Jost' !important;
}

.col-icon-3{
    flex: 0 0 25% !important;
    max-width: 25% !important;
}
.nslayout1{
    padding: 5px 18px;
    border: 2px solid #000;
    margin: 5px 0px;
    font-size: 10px;
    text-align: justify;
}
.nsleft{
    flex: 0 0 50%;
    max-width: 151px;
    margin: 5px;
}
#gmap{
    height: 400px   ;
}
@media (min-width: 768px){
    .mediaList .media-body{
        border-left: 0px solid #dfdfdf;
    }
}
@media (min-width: 1200px) {
    .largescrrenfit {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) {
    .offset-xl-2 {
        margin-left: 25.666667%;
    }
}

@media (min-width: 1400px) {
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 50.666667%;
    }
}
#profile_upload{
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #2321217d;
    color: #fff;
    cursor: pointer;
    margin-left: -20px;
    margin-top: -20px;
    padding-top: 90px !important;
}
@media (max-width: 600px) {
    .usernamewrap {
        display: inline-block;
        width: 50px;
        overflow: hidden;
        padding-top: 6px;
    }
}
@media (min-width: 900px) {
    .w-115 {
        width: 118%;
    }
    .card-align {
        margin-left: -7%;
        margin-top: -1%;
    }
}

.homenews{
    background-image: url('../img/home_news.png');
    background-size: cover;
}
.homeobituary{
    background-image: url('../img/pet-tribute-post.png');
    background-size: cover;
}
.hometribute{
    background-image: url('../img/home_tribute.png');
    background-size: cover;
}
.homeobshare{
    flex: 0 0 50%;
    max-width: 50%;
}
.mobilecontact{
    display: none;
}
.homefootimg{

    float: left;
    height: 100%;
    padding-right: 15px;
    padding-top: 13px;

}
.anvtitle{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    padding-left: 55px;
    margin: 0;
}



#scrollnew::-webkit-scrollbar-track
{

	border-radius: 10px;
	background-color: #fff;
}

#scrollnew::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#scrollnew::-webkit-scrollbar-thumb
{
	border-radius: 10px;

	background-color: #c997c6;
}

.sticky{
    position: fixed; 
     top: 0; 
     width: 100%;
     left: 0; 
     z-index: 9999999;
     background-color: #fff;
}
.tabview {
    display:block !important;
}

