.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80{
    padding-top: 80px;
}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}


.border-class {
    border: 1px solid #65c2b8;
    border-radius: 10px;
}
 .view-live-btn span{
        background-color: #4d4e27 !important;
 }
.outer-box{
    margin-bottom: 20px;
}
.content-box{
    min-height: 210px;
}
.bg-grey{
    background: #f4f4f4;
}
.view-the-fun-btn span{
background-color: #1fa393 !important;
}

#footer .footer-ribbon {
    background: var(--secondary);
}
 .footer-btn span {
    background-color: #8d3e1f !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1520px !important;
    }
}
@media (min-width: 1900px) {
    .container {
        max-width: 1820px !important;
    }
}
@media (min-width: 2000px) {
    .container {
        max-width: 2120px !important;
    }
}






@media (max-width:1199px){
    .content-box {
        min-height: 260px;
    }
    #header .header-nav-main nav > ul > li > a {
        font-size: 12px;
        padding: 0.3rem 0.4rem;
    }
}
@media (min-width:992px) and (max-width:1199px){
    #header .header-top.header-top-borders .nav-item-borders:first-child {
        padding-right: 0;
    }
    #header .header-top.header-top-borders .nav-item-borders {
        padding-left: 0;
        padding-right: 0;
   }
   .top-btn .btn {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width:991px){
    .content-box {
        min-height: 190px;
    }
    .outer-box {
        margin-bottom: 0;
    }
}
@media (max-width:767px){
    .content-box {
        min-height: auto;
    }
    .outer-box {
        margin-bottom: 0;
    }
}


/*-------------------28-10-2024 css start----------------------------------*/
#footer  .text-linehight {
    font-size: 24px;
    line-height: 35px;
    font-style: italic;
}
/*-------------------28-10-2024 css end----------------------------------*/


/*-------------------27-11-2024 css Start----------------------------------*/

.custom-info span:nth-child(n+2) {
    color: #fff;
}
.custom-info span:nth-child(1)::after {
    display: none;
}
.Cremation-list li {
    font-size: 1.5em;
    line-height: 32px;
    color: var(--dark);
    font-weight: 600;
}

/*-------------------27-11-2024 css end----------------------------------*/

