/* @import url("../../public/assets/fonts/battambang_font/battambang.css"); */
@import url(https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300..600&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Khmer&family=Koulen&family=Suwannaphum:wght@100;300;400;700;900&display=swap');
body {
    background-color: #ffffff;
    font-family: 'Battambang', sans-serif  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 

}

a {
    text-decoration: none;
}

.navbar-background {
    background-color: #201c24;
}

.navbar-background a,
.nav-link a {
    color: #fff !important;
}

.navbar-background .nav-link a:hover {
    color: #fff;
}

.navbar-nav ul .nav-item li .nav-link a {
    color: #fff;
}

/* Center the nav items in the navbar */
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar-background a:hover,
.navbar-background a:focus {
    color: #fff;
}

.navbar-background .nav-link.active {
    color: #fff !important;
}

.navbar-background ul li a:active {
    color: #fff;
}

/* Optional: Adjust spacing and alignment */
.navbar-nav .nav-item {
    margin: 0 10px;
    font-weight: 500;
    font-size: 20px;
}

.nav-link {
    transition: all 0.2s;
    position: relative;
}

.nav-link:hover {
    color: #fff;
}

.nav-link {
    color: #fff !important;
}

.nav-link:hover::after {
    content: '';
    height: 3.5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    /* bottom: 0px; */
    bottom: -5px;
    left: 0;
}

/* Search ======================================================================================================================= */
.search {
    --padding: 10px;

    width: max-content;
    display: flex;
    align-items: center;
    padding: var(--padding);
    border-radius: 28px;
    background: #ffffff;
}

.search-icon {
    color: #333333;
}

.clear-icon {
    color: #333333;
    cursor: pointer;
}

.search-input {
    width: 230px;
    font-size: 16px;
    color: #333333;
    margin-left: var(--padding);
    /* margin-right: 5px; */
    outline: none;
    border: none;
    background: transparent;
}

.search-box-responsive2 {
    width: 100%;
}

.search-box-2 {
    display: none;
}

.search-2 {
    --padding: 10px;

    width: 100%;
    max-width: 600px;
    /* min-width: 600px; */
    /* Optional: set a max-width for larger screens */
    display: flex;
    align-items: center;
    padding: var(--padding);
    border-radius: 28px;
    background: #ffffff;
    box-sizing: border-box;
    /* Ensures padding is included in width */

}

.search-input-2 {
    flex-grow: 1;
    /* Makes the input take the remaining space */
    font-size: 16px;
    color: #333333;
    margin-left: var(--padding);
    outline: none;
    border: none;
    background: transparent;
    min-width: 0;
    /* Prevents input from overflowing the container */
}


/* Toggle Button */
.toggle_menu_box {
    text-align: center;
}

.toggle_menu_box p,
.toggle_menu_box i {
    display: none;
}

.toggle_btn .fa-bars i {
    margin-top: 10px;
    font-size: 25px;
}

.search-box-responsive {
    display: none;
}

/* Pre Header & Navbar ========================================================================================================= */
.container_pre_nav {
    background-color: #3c3241;
    color: #fff;
    font-size: 15px;
}

.pre_nav {
    display: flex;
    justify-content: center;
    padding: 14px;
}

.nav_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav_list li {
    margin: 0 10px;
    font-weight: 500;
    /* Add horizontal spacing between items */
}

.nav_list li a {
    text-decoration: none;
    color: #fff;
    padding-right: 5px;
    /* Space between the text and '|' */
}

.nav_list li a:hover {
    text-decoration: underline;
}

.nav_list li:last-child a {
    padding-right: 0;
    /* Remove padding after the last item */
}

.nav_list li::after {
    content: "|";
    /* Adds the pipe separator */
    padding-left: 15px;
    /* padding-right: 10px; */
    color: #fff;
}

.nav_list li:last-child::after {
    content: "";
    /* Removes the separator from the last item */
}

/* Offcanvas Sidebar ======================================================================================================== */
.offcanvas-container {
    padding-left: 30px;
    padding-right: 30px;
    list-style: none;
    background-color: #1e1921;
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-top: 40px;
    background-color: #1e1921;
    padding-bottom: 30px;
}

.offcanvas-title {
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    color: #fff;
}

.offcanvas-header .btn-close {
    margin: 0;
    filter: invert(1);
    background-color: transparent;
    border: none;
}

.offcanvas-header .btn-close::before {
    color: #fff;
}

.offcanvas-container li a {
    color: #fff;
}

.offcanvas-container li a:hover {
    color: #fff;
    text-decoration: underline;
}

.offcanvas-list-group1 {
    font-size: 16.7px;
    font-weight: 500;
}

.offcanvas-list-group2 {
    font-size: 14px;
}

.offcanvas-box {
    width: 265px;
}

.canvas-list-pad {
    padding-bottom: 16px;
}

.canvas-list-pad1 {
    padding-bottom: 16px;
    padding-top: 7px;
}

.canvas-list-pad2 {
    padding-bottom: 90px;
}

.offcanvas-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Styling the scrollbar for WebKit-based browsers */
.offcanvas-container::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
}

.offcanvas-container::-webkit-scrollbar-track {
    background: #1e1921;
    /* Background of the scrollbar track */
}

.offcanvas-container::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Scrollbar handle color */
    border-radius: 10px;
    /* Rounded corners */
    border: 2px solid #1e1921;
    /* Padding around the scrollbar handle */
}

.offcanvas-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Darken scrollbar handle on hover */
}

/* Firefox-specific scrollbar styles */
@-moz-document url-prefix() {
    .offcanvas-container {
        scrollbar-width: thin;
        /* Thin scrollbar */
        scrollbar-color: #888 #1e1921;
        /* Handle color and track color */
    }
}

/* Paragraph & the Columns ===================================================================================================== */
.linebreak-topic {
    background: #e0e0e0;
    width: 100%;
    height: 0.1px;
    margin-bottom: 33px;
}

.container-content-review {
    margin-top: 40px;
}

.paragraph-review {
    padding-bottom: 5px;
    font-size: 14px;
    color: #645c68;
}

.link-visit a {
    color: #3c9dc3;
}

.link-visit a:hover {
    color: #3c9dc3;
    text-decoration: underline;
}

.visit-padding {
    padding-bottom: 4px;
    font-size: 14px;
    color: #645c68;
}

.title-para-review {
    font-size: 24.5px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 15px;
    color: #3c3241;
}

.text-para-review {
    font-size: 14px;
    color: #3c3241;
}

.rating-text {
    font-size: 21.5px;
    font-weight: 700;
    color: #3c3241;
}

.rating-score {
    margin-left: 13px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f1f1f1;
    border-radius: 15px;
    line-height: 100%;
}

.title-para-review-2 {
    line-height: 1.5em;
    padding-bottom: 8px;
    font-size: 24.5px;
    font-weight: 700;
    color: #3c3241;
}

.rating_pictures {
    margin: 1rem 0;
}

.paragraph-review-2 {
    padding-bottom: 18px;
    padding-top: 18px;
    font-size: 14px;
    color: #645c68;
}

.pros-cons-container-outer {
    margin-top: 40px;
}

.pros-cons-container {
    background-color: #fefefe;
}

.pros-cons-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 220px; */
    background-color: #fefefe;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.pros-cons-title {
    font-weight: 700;
    font-size: 21px;
}

.pros-cons-li {
    padding-bottom: 10px;
}

.pros-cons-li-2 {
    padding-bottom: 10px;
    padding-top: 5px;
}

.pros-cons-span {
    font-size: 14.5px;
}

.pros-cons-ul {
    list-style: none;
    padding-left: 0;
}

.pros-cons-container {
    margin-top: -15px;
}

/* Columns for breakpoints */
.column1,
.column2,
.column3 {
    display: block;
}


/* Rating dropdown menu Accordion ============================================================================================= */
.col-sticky {
    position: sticky;
    top: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.question {
    color: #3c9dc3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    cursor: pointer;
}

.answer li {
    padding-bottom: 6px;
    height: 20px;
    width: 100%;
    background-color: transparent;
    margin-bottom: 14px;
    margin-top: 8px;
}

.answer li a {
    font-size: 12.5px;
    text-decoration: none;
    color: #3c9dc3;
}

.bi-chevron-down {
    margin-top: -10px;
}

.rate-menu .bi-chevron-down {
    transition: transform 0.3s ease-in-out;
}

.rate-menu.active .bi-chevron-down {
    transform: rotate(180deg);
}


@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.answer li:hover,
.answer li.active {
    background-color: #f1f1f1;
    width: 100%;
    height: 20px;
    color: #3c3241;
}

.answer li.active a {
    color: #3c3241;
}

.answer li a:hover {
    color: #3c3241;
}


.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease;

    margin-top: -10px;
    padding-left: 0px;
    list-style: none;
    text-decoration: none;
}

.answer p {
    line-height: 1.6;
    /* font-size: 1.4rem; */
}

.hr-rate {
    margin-top: -5px;
    color: #645c68;
    opacity: 0.5;
}

.rate-menu {
    font-size: 14px;
}

.rate-menu.active .answer {
    max-height: 300px;
    animation: fade 0.3s ease-in-out;
}

.question p::before {
    content: "";
    display: none;
    /* Hide by default */
}

/* Show the content only when the parent .rate-menu is active */
.rate-menu.active .question p::before {
    content: "";
}

.rate-menu:not(.active) .question p::before {
    content: "Select Sections...";
}

/* Stars & Button */
.title-rating {
    font-size: 15.7px;
    font-weight: 700;
    color: #3c3241
}

.button-go-to-buy {
    background-color: #52a744;
    color: #ffffff;
    width: 100%;
    padding: 9px 0px;
    border-radius: 25px;
    margin-top: 12px;
    margin-bottom: 70px;
}

.button-go-to-buy:hover {
    background-color: #39781b;
    color: #daece0;
}

.bi-star,
.bi-star-fill {
    color: #efc636;
    letter-spacing: -2px;
}

.rating-stars {
    font-size: 20px;
    margin: 6px 0px 27px 0px;
}

/* =============================================================================================================================== */
/* Slide Images */
.slide-images img {
    vertical-align: middle;
}

.slide-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide-item {
    min-width: 100%;
    transition: opacity 0.5s ease-in-out;
    box-sizing: border-box;
}

.cursor-pointer {
    cursor: pointer;
}

.prev-button,
.next-button {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next-button {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev-button:hover,
.next-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.caption-box {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.image-row:after {
    content: "";
    display: table;
    clear: both;
}


.thumbnail-column {
    float: left;
    padding: 5px;
}

.thumbnail-image {
    opacity: 0.6;
    width: 100%;
}

.active-thumbnail,
.thumbnail-image:hover {
    opacity: 1;
}

.thumbnail-image {
    width: 100%;
    height: 70px;
}

/* .slide-images {
    width: 100%;
    height: 500px;
    object-fit: cover;
} */

.slides-wrapper {
    height: 440px;
}

.slide-item {
    width: 100%;
    height: 100%;
}

.slide-images {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ================================================================================================================================= */
/* title of Review & Breadcrumb */

.linebreak-topic-title {
    margin-top: 30px;
}

.title-rating-container {
    display: none;
}

.title-rating-line {
    margin-top: 0px;
}

.breadcrumb-lists {
    color: #3c9dc3;
    margin-bottom: 5px;
}

.breadcrumb-lists li a:hover {
    text-decoration: underline;
    color: #3c9dc3;
}

.breadcrumb-lists li a.active {
    color: #6d6671;
}

.breadcrumb-item {
    font-size: 13.5px;
}

.review-main-title {
    font-size: 30.5px;
    font-weight: 700;
}
.review-main-title-sup {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}
.header-single{
    box-sizing: inherit;
 
   
}
.title-rating-stars {
    display: flex;
    align-items: center;
    /* font-size: 15px; */
}

.title-rating-stars p {
    font-size: 15px;
}

.title-rating-stars i {
    font-size: 18px;
}

.title-rating-stars .checked {
    letter-spacing: -15px;
}

.title-rating-stars span {
    margin-left: 14.5px;
}

.svg-review-container {
    background-color: #3c3241;
    width: 46.5px;
    height: 46.5px;
    display: flex;
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical centering */
    border-radius: 50%;
    margin-right: 10px;
}

.svg-review-container svg {
    line-height: 50%;
    padding-left: 7.6px;
    padding-top: 10px;
}

.quote-review-container {
    display: flex;
    align-items: center;
    /* Align icon and text vertically */
}

.svg-review-container {
    background-color: #3c3241;
    width: 46.5px;
    height: 46.5px;
    display: flex;
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical centering */
    border-radius: 50%;
    margin-right: 10px;
}

.text-quote-content p {
    font-size: 14px;
    /* Adjust font size if necessary */
    line-height: 1.5;
    /* Increase line height for more spacing */
    margin: 0;
    color: #212529;
}

.text-quote-content span {
    font-weight: 600;
}

.icons-social-review-row {
    display: flex;
    gap: 7px;
    /* Optional: Add space between icons */
}

.icons-social-review-row {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    margin-top: 5px;
}

.icons-social-review-row-2 {
    display: none;
}

#copyButton,
#copyButton2 {
    display: flex;
    align-items: center;
    /* Align items vertically centered */
    cursor: pointer;
    /* Change cursor to pointer to indicate clickability */
    margin-top: -10.5px;
}

#copyButton i,
#copyButton2 i {
    font-size: 25px;
    /* Icon size */
    margin-right: 5px;
    /* Space between icon and text */
}

#copyButton span,
#copyButton2 span {
    font-size: 12px;
    font-weight: 700;
    /* Text size */
}

.br-time-read br {
    display: none;
}

/* ==================================================================================================================================== */
/* Lastbox Rating Stars of Review  */
.lastbox-review {
    padding: 20px 30px;
}

.lastbox-rating-review .bi-star-fill,
.lastbox-rating-review .bi-star {
    font-size: 20px;
}

.lastbox-rating-text {
    font-size: 18px;
}

.lastbox-rating-number {
    font-weight: 700;
}

.lastbox-text-reveiw {
    font-size: 15.5px;
    margin-top: 10px;
}

.lastbox-review-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 20px;
}

.lastbox-review-responsive .lastbox-review-title,
.lastbox-review-responsive .lastbox-rating-review,
.lastbox-review-responsive .lastbox-rating-text {
    display: none;
}

/* ================================================================================================================================== */
/* Responsive  */

@media (max-width: 1300px) {

    /* body {
        background: lightslategray;
    } */
    .slides-wrapper {
        height: 330px;
    }

    .thumbnail-image {
        height: 50px;
    }
}

@media (max-width: 1300px) {

    /* body {
        background-color: #333333;
    } */
    .slides-wrapper {
        height: 410px;
    }

    .thumbnail-image {
        height: 65px;
    }

    .lastbox-review-title,
    .lastbox-rating-review,
    .lastbox-rating-text {
        display: none;
    }

    .lastbox-review-responsive .lastbox-review-title,
    .lastbox-review-responsive .lastbox-rating-review,
    .lastbox-review-responsive .lastbox-rating-text {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* body {
        background: yellow;
    } */

    .search-input {
        width: 180px;
    }

    .title-rating-container {
        display: none;
    }

    .lastbox-review-title,
    .lastbox-rating-review,
    .lastbox-rating-text {
        display: none;
    }

    .lastbox-review-responsive .lastbox-review-title,
    .lastbox-review-responsive .lastbox-rating-review,
    .lastbox-review-responsive .lastbox-rating-text {
        display: block;
    }

    .lastbox-review-responsive .lastbox-review-title {
        padding-top: 20px;
    }

    .lastbox-text-reveiw {
        padding-bottom: 20px;
    }

    .slides-wrapper {
        height: 370px;
    }

    .thumbnail-image {
        height: 60px;
    }
}

@media (max-width: 1100px) {
    /* body {
        background-color: orange;
    } */

    .column1,
    .column2,
    .column3 {
        display: none;
    }

    .col-lg-7,
    .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lastbox-rating-review,
    .lastbox-rating-text {
        display: none;
    }

    .title-rating-container {
        display: block;
    }

    .title-rating-line {
        margin-top: -20px;
    }

    .navbar-bottom-container {
        display: block;
    }

    .linebreak-topic-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .thumbnail-image {
        width: 100%;
        height: 90px;
    }

    .slides-wrapper {
        height: 620px;
    }

}

@media (max-width: 1024px) {
    /* body {
        background: burlywood;
    } */

    .thumbnail-image {
        width: 100%;
        height: 85px;
    }

    .slides-wrapper {
        height: 560px;
    }
}

@media (max-width: 1000px) {
    /* body {
        background: lightgreen;
    } */

    /* .thumbnail-image {
        width: 100%;
        height: 85px;
    } */

    .slides-wrapper {
        height: 480px;
    }
}


@media (max-width: 992px) {

    /* body {
        background: red;
    } */

    .toggle_menu_box p,
    .toggle_menu_box i {
        display: block;
    }

    .nav-link:hover::after {
        bottom: -10px;
    }

    .search-box-responsive {
        display: block;
    }

    .search-input {
        width: 400px;
    }

    .column1,
    .column2,
    .column3 {
        display: none;
    }

    .col-lg-7,
    .col-lg-9 {
        flex: 0 0 100%;
        /* Make it take full width */
        /* max-width: 100%; */
        /* width: 100%; */
    }

    .lastbox-rating-review,
    .lastbox-rating-text {
        display: none;
    }

    .title-rating-container {
        display: block;
    }

    .title-rating-line {
        margin-top: -20px;
    }

    .navbar-bottom-container {
        display: block;
    }

    .linebreak-topic-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .thumbnail-image {
        width: 100%;
        height: 75px;
    }

    .slides-wrapper {
        height: 520px;
    }

}

@media (max-width: 900px) {

    /* body {
        background: lightblue;
    } */
    .thumbnail-image {
        width: 100%;
        height: 65px;
    }

    .slides-wrapper {
        height: 460px;
    }
}

@media (max-width: 800px) {

    /* body {
        background: gray;
    } */
    .thumbnail-image {
        width: 100%;
        height: 65px;
    }

    .slides-wrapper {
        height: 430px;
    }
}

@media (max-width: 768px) {
    /* body {
        background: green;
    } */
    .thumbnail-column {
       width: 16%;
    }
    .container_pre_nav {
        display: none;
    }

    .search-input {
        width: 240px;
    }

    .column1,
    .column2,
    .column3 {
        display: none;
    }

    .col-lg-7,
    .col-lg-9 {
        flex: 0 0 100%;
        /* Make it take full width */
        max-width: 100%;
    }

    .title-rating-container {
        display: block;
    }

    .title-rating-line {
        margin-top: -20px;
    }

    /* .svg-review-container {
        display: none;
    } */

    .lastbox-review {
        /* padding: 0px; */
        padding: 0px 20px;
    }

    .lastbox-rating-review,
    .lastbox-rating-text {
        display: none;
    }

    .icons-social-review {
        display: none;
    }

    .icons-social-review-row {
        display: none;
    }

    .icons-social-review-row-2 {
        display: flex;
        justify-content: flex-start;
        gap: 7px;
        margin-top: 40px;
    }

    .navbar-bottom-container {
        display: block;
    }

    .linebreak-topic-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .thumbnail-image {
        width: 100%;
        height: 62px;
    }

    .slides-wrapper {
        height: 410px;
    }

}

@media (max-width: 700px) {
    /* body {
        background: pink;
    } */

    .thumbnail-image {
        height: 50px;
    }

    .slides-wrapper {
        height: 350px;
    }
}

@media (max-width: 600px) {
    /* body {
        background: brown;
    } */

    .thumbnail-image {
        height: 50px;
    }

    .slides-wrapper {
        height: 310px;
    }
}

@media (max-width: 576px) {
    /*  */

    .search-input {
        width: 150px;
    }

    /* body {
        background: blue;
    } */

    .search-box-2 {
        display: none;
    }

    .column1,
    .column2,
    .column3 {
        display: none;
    }

    .col-lg-7,
    .col-lg-9 {
        flex: 0 0 100%;
        /* Make it take full width */
        max-width: 100%;
    }

    .title-rating-container {
        display: block;
    }

    .title-rating-line {
        margin-top: -20px;
    }

    /* .svg-review-container {
        display: none;
    } */

    .breadcrumb-item {
        font-size: 12.5px;
    }

    .col-social-review {
        display: none;
    }

    .lastbox-rating-review,
    .lastbox-rating-text {
        display: none;
    }

    .lastbox-review {
        /* padding: 0px; */
        padding: 0px 20px;
    }

    .icons-social-review-row-2 {
        display: flex;
        justify-content: flex-start;
        gap: 7px;
        margin-top: 40px;
    }

    .navbar-bottom-container {
        display: block;
    }

    .linebreak-topic-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .slide-container {
        margin-top: 15px;
    }

    .thumbnail-image {
        width: 100%;
        height: 40px;
    }

    .slides-wrapper {
        height: 290px;
    }

}

@media (max-width: 430px) {
    /* body {
        background: purple;
    } */

    .search-box {
        display: none;
    }

    .serach-.search-box-2,
    .search-box-2 {
        display: block;
    }

    .search-input-2 {
        min-width: 280px;
    }

    .search-box-responsive2 {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .column1,
    .column2,
    .column3 {
        display: none;
    }

    .col-lg-7,
    .col-lg-9 {
        flex: 0 0 100%;
        /* Make it take full width */
        max-width: 100%;
    }

    .title-rating-container {
        display: block;
    }

    .title-rating-line {
        margin-top: -20px;
    }

    /* .svg-review-container {
        display: none;
    } */

    .breadcrumb-item {
        font-size: 11.5px;
    }

    .col-social-review {
        display: none;
    }

    .lastbox-rating-review,
    .lastbox-rating-text {
        display: none;
    }

    .lastbox-review {
        /* padding: 0px; */
        padding: 0px 15px;
    }

    .icons-social-review-row-2 {
        display: flex;
        justify-content: flex-start;
        gap: 7px;
        margin-top: 40px;
    }

    .rating-text {
        font-size: 18px;
    }

    .navbar-bottom-container {
        display: block;
    }

    .text-navbar-bottom {
        display: none;
    }

    .navbar-bottom a {
        width: 100%;
    }

    .linebreak-topic-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .slide-container {
        margin-top: 15px;
    }

    .thumbnail-image {
        width: 100%;
        height: 35px;
    }

    .slides-wrapper {
        height: 220px;
    }

}

@media (max-width: 360px) {
    .br-time-read br {
        display: block;
    }
}


