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

.page-container {
    padding: 25px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.header-page {
    margin-bottom: 50px;
    display: flex;
}

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


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

.list-menu {
    width: 25%;
}

.side-menu a {
    color: #1B1B1B;
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    border-bottom: 1px solid #DDDDDD;
    font-size: 17px;
    overflow: hidden;
}

.side-menu a:hover {
    color: #08954C;
}

.side-menu a:first-child {
    padding-top: 10px;
}

.side-menu a.active {
    color: #08954C;
}

.side-menu a img {
    display: none;
}

.side-menu a.active img {
    display: inline;
    margin-right: 1rem;
}

.item-content {
    width: 74%;
}

.item_title {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 20px;
}

.item-content img {
    width: 100%;
    /* margin-bottom: 40px; */
}

.item-type {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap : 10px; */
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.item-type-none {
    flex: 0 0 auto;
    width: 47%;
    position: relative;
    height: 245px !important;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    margin: 10px;
}

.item-type-thumbnail {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: auto;
}

.item-type-thumbnail img {
    width: 100%;
}

.item-type-title {
    font-size: 22px !important;
    line-height: 30px !important;
    position: absolute;
    top: 25px;
    left: 120px;
    margin: 0px;
    color: #2C313A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-type-desc {
    position: absolute;
    top: 90px;
    left: 120px;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
}

.slider_listing_link {
    position: absolute;
    bottom: 25px;
    left: 120px;
}

.arrow-link {
    display: inline-block;
    color: #e51b24 !important;
    font-size: 17px;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    position: relative;
    width: 100%;
}

.arrow-link:hover .the-arrow {
    left: calc(100% + 20px);
}

.arrow-link:hover .the-arrow>.shaft {
    width: 25px;
}

.arrow-link:hover .the-arrow>.shaft:before,
a:hover .the-arrow>.shaft:after {
    width: 10px;
}

.arrow-link:hover .the-arrow>.shaft:before {
    transform: rotate(45deg);
}

.arrow-link:hover .the-arrow>.shaft:after {
    transform: rotate(-45deg);
}

.the-arrow {
    width: 0px;
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 50%;
    left: calc(100% + 25px);
}

.the-arrow>.shaft {
    width: 0px;
    background-color: #e51b24;
}

.the-arrow>.shaft:before,
.the-arrow>.shaft:after {
    width: 10px;
    background-color: #e51b24;
}

.the-arrow>.shaft:before {
    transform: rotate(45deg);
}

.the-arrow>.shaft:after {
    transform: rotate(-45deg);
}

.the-arrow>.shaft {
    background-color: #e51b24;
    display: block;
    height: 1px;
    position: relative;
    transition: all 200ms ease-in-out;
    will-change: transform;
}

.the-arrow>.shaft:before,
.the-arrow>.shaft:after {
    background-color: #e51b24;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 200ms ease-in-out;
}

.the-arrow>.shaft:before {
    transform-origin: top right;
}

.the-arrow>.shaft:after {
    transform-origin: bottom right;
}

.brands {
    padding-top: 60px;
}

.brands .brand-title {
    font-size: 26px !important;
    line-height: 36px !important;
    padding-bottom: 20px;
}

.brands .list-brand {
    width: 100%;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px; */
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.brands .list-brand a {
    margin: 5px;
    flex: 0 0 auto;
    width: 23%;
}

.list-brand a {
    display: inline-block;
    padding-bottom: 5px;
    min-height: 50px;
    min-width: 50px;
    width: 144px;
    /* height: 76px; */
    border-radius: 8px;
    border: 1px solid rgb(225, 225, 225);
    border-image: initial;
}

.page_container {
    /* padding: 30px 0px; */
    margin: 0 auto;
}

.small-nav {
    font-family: var(--bs-font-avenir-medium);
    margin-bottom: 10px;
    display: flex;
}

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

.small-nav-interceptor {
    color: #1B1B1B;
    opacity: 0.5;
}

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

.small-nav-inner-right {
    color: #1B1B1B !important;
}

.small-nav-interceptor {
    color: #1B1B1B;
    opacity: 0.5;
}

.mt-5 {
    margin-top: 3rem !important;
}

.blog_details {
    width: 72% !important;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 15px;
}

.blg_related_top {
    padding: 0 15px !important;
    height: fit-content;
}

.blg-details-catagory a {
    color: #6E6E73 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blg-details-catagory a::after {
    content: ", ";
}

.blg-details-date {
    font-size: 16px;
    color: #6E6E73 !important;
}

.blg-details-title-main {
    font-size: 26px;
    line-height: 36px;
    color: #000000 !important;
    margin-top: 0;
}

.blg-social {
    margin-top: 20px;
    margin-bottom: 50px;
}

.blg-social a {
    text-decoration: none;
    color: #E51B24;
    font-size: 22px;
    margin-right: 15px;
}

.blg-related:hover .blg-related-title a {
    color: #E51B24 !important;
}

.blg-details-img {
    border-radius: 8px;
    width: 100%;
}

.blg-details-desc {
    margin: 20px 0px;
}

.blg-details-desc ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.blg-related {
    padding: 10px 0px;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}

.blg-related-title a {
    font-size: 18px;
    color: #2C313A !important;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    display: inline-block;
}

.blg-related-desc {
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0rem;
    text-align: justify;
    font-size: 14px;
}

.title__related {
    background: var(--color-theme);
    font-size: 20px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.blg-related-title p {}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.main_title {
    font-size: 26px;
    line-height: 36px;
    /* font-family: var(--bs-font-avenir-regular); */
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0rem;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.listing-card {
    position: relative;
    height: 350px !important;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    display: block;
    text-decoration: none;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.site_heading_h3 {
    font-size: 22px;
    line-height: 32px;
    /* font-family: var(--bs-font-avenir-black); */
    margin: 0;
    color: #2C313A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1b1b1b;
    padding-bottom: 0px;
}

.rm_link {
    position: absolute;
    bottom: 25px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.lc-arrow-link {
    display: inline-block;
    color: #e51b24 !important;
    font-size: 17px;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    position: relative;
    font-family: var(--bs-font-avenir-medium);
    width: 100%;
}

.lc-the-arrow {
    width: 0px;
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 50%;
    left: calc(100% + 25px);
}

.lc-the-arrow>.lc-shaft {
    background-color: #e51b24;
    display: block;
    height: 1px;
    position: relative;
    transition: all 200ms ease-in-out;
    will-change: transform;
}

.lc-the-arrow>.lc-shaft:before {
    transform-origin: top right;
}

.lc-the-arrow>.lc-shaft:before,
.lc-the-arrow>.lc-shaft:after {
    background-color: #e51b24;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 200ms ease-in-out;
}

.lc-the-arrow>.lc-shaft:before {
    transform: rotate(45deg);
}

.lc-the-arrow>.lc-shaft:before,
.lc-the-arrow>.lc-shaft:after {
    width: 10px;
}

.lc-the-arrow>.lc-shaft:after {
    transform-origin: bo