.innerPage_banner_content {
    width: 100%;
    height: 850px;
    position: relative;
}

.page-container {
    margin: 0 auto;
}

.header-page {
    margin-bottom: 20px;
    background: #edededc2;
    padding: 7px 0px;
}

.small-nav-inner-center {
    color: #1B1B1B !important;
    text-decoration: none !important;
    opacity: 0.5;
}

.page-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.page-search-box {
    position: relative;
    width: 42%;
}

.page-search-box input {
    width: 100%;
    border: 1px solid #CECECE !important;
    border-radius: 8px !important;
    padding: 8px 25px !important;
    font-size: 15px;
    line-height: 25px;
}

.page-search-box img {
    position: absolute;
    top: 12px;
    right: 10px;
    color: rgba(70 70 88 / 70%) !important;
    cursor: pointer;
}

.sort-box {
    display: flex;
    justify-content: end;
    font-size: 17px;
}

.sort-by {
    color: #868484;
    margin-right: 10px;
    font-size: 17px;
    line-height: 25px;
    width: 65px;
}

.sortby-nav {
    display: flex;
    margin-left: 50px;
}

.sort-by-value {
    color: #2C313A;
    cursor: pointer;
    display: block;
    position: relative;
}

.sort-by-value span {
    display: flex;
    align-items: center;
}

.sort-by-value img {
    margin-left: 15px;
}

.sort-by-content {
    position: absolute;
    display: none;
    z-index: 1;
    width: 220px;
    padding: 0px;
    color: #2C313A;
    text-align: left;
    list-style: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    box-shadow: 0px 0px 12px #00000029;
    overflow: hidden;
    right: 0;
    max-height: 0;
    transition: max-height 0.8s;
}

.sort-by-content.open {
    max-height: 1000px;
    transition: max-height 1.5s;
}

.sort-by-content li a {
    display: block;
    color: #2C313A;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    padding: 11px 22px;
    text-decoration: none;
}

.sort-by-content li a:hover {
    background-color: #E51B24;
    color: #ffffff;
}

.blog-outstanding {
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    display: block;
    height: 350px;
    text-decoration: none !important;
    color: #646464;
}

.blog-outstanding:hover,
.blog-item:hover {
    box-shadow: 0 0 12px 0 #d6d6d6;
}

.blog-outstanding img {
    width: 66%;
    position: absolute;
    top: 0;
    right: 0;
    height: 350px;
    object-fit: contain;
}

.outstanding-content {
    padding: 35px 30px;
    width: 34%;
    height: 350px;
}

.content-title-header {
    color: #6E6E73;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.content-title-center {
    color: #2C313A;
    text-decoration: none;
    font-size: 26px;
    line-height: 36px;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
    /*! font-weight: 400; */
    color: var(--color-theme);
    text-decoration: none;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0.5rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.content-title-desc {
    color: #1B1B1B !important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
}

.content-title-date {
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    bottom: 15px;
    color: #6E6E73;
    font-style: italic;
}

.list-item {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    margin-top: 5rem; */
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -12px;
    margin-right: -12px; */
}

.list-item .items{
    flex: 0 0 auto;
    width: 24%;
    padding: 12px;
}

.blog-item {
    position: relative;
    text-decoration: none !important;
    display: block;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
}

.blog-img {
    width: 100%;
    display: block;
    height: 160px;
}

.blog-content {
    /*! height: 275px; */
    padding: 24px;
}

.blg-cat {
    color: #6E6E73;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}

.blg-title {
    color: var(--color-theme);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.5rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.blg-desc {
    color: #3C3C3C !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #666;
    text-align: justify;
}

.blg-date {
    font-size: 14px;
    line-height: 26px;
    /*! position: absolute; */
    bottom: 6px;
    color: #6E6E73;
    font-style: italic;
}

.paginate{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.pagination-container {
    padding: 0;
    border-radius: 8px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border: 0.2px solid #646464;
}

.pagination-prev,  .pagination-next{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.pagination-prev{
    transform: rotate(90deg);
}

.pagination-next{
    transform: rotate(-90deg);
}

.pagination-page-number {
    color: #000000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    position: relative;
    z-index: 2;
    font-size: 17px;
}

.pagination-page-number.active {
    color: #e51b24;
    background-color: transparent;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
p{
    padding-bottom: 0!important;
}
.box-brackham-details {
    background: #edededc2;
    padding: 7px 0px;
}
p.blg-date {
    display: none;
}
.box-images-catery {
    overflow: hidden;
}

.box-images-catery:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}
p.content-title-date {
    display: none;
}
.blg-related:last-child {
    border-bottom: none;
}



@media(max-width: 1199px) {
   

    /* .list-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px;
    } */
}

@media(max-width: 768px){
    .header-page {
        margin-bottom: 10px; 
    }
   
    .list-item .items{
        width: 50%;
    }
}


@media(max-width: 576px) {
    .list-item{
        margin-top: 0px;
    }
    .blog-outstanding img {
        object-fit: contain;
        position: unset;
        height: unset;
        width: 100%;
    }
    .outstanding-content{
        width: 100%;
    }
    .blog-outstanding {
        height: unset;
    }
    .page_container {
        padding: 20px;
    }

    .list-item .items{
        width: 100%;
    }

    .page-search {
        display: block;
        margin-bottom: 0px;
    }

    .page-search-box {
        width: 100%;
        padding-bottom: 10px;
    }

    .sort-box {
        padding-right: 10px;
    }
}