/*===brandList_sec_1 start===*/
.typeAcc {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 30px;
    .typeAcc-head {
        background-color: #f1f1f1;
        color: #444;
        cursor: pointer;
        padding: 18px 20px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: background-color 0.6s ease;
        position: relative;
        h3 {
            color:#000;
        }
        &::after {
            content: "\f078";
            position: absolute;
            right: 20px;
            top: 25px;
            font-size: 20px;
            font-family: "FontAwesome";
            color: #000;
        }
    }
    .typeAcc-content {
        background-color: #f1f1f1;
        padding: 20px;
        display: none;
        .typeProductWrap {
            .typeProductItem {
                display: flex;
                background-color: #fff;
                border-radius: 30px;
                margin-bottom: 30px;
                box-shadow: 0px 0px 10px 0px #cccccc7a;
                overflow: hidden;
                .typeProductImg {
                    border-radius: 15px 0 0 15px;
                    overflow: hidden;
                    width: 280px;
                    a {
                        display: block;
                        height: 100%;
                        img{
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center center;
                        }
                    }
                }
                .typeProductContent {
                    width: calc(100% - 280px);
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    .featureBox {
                        background-color: #000;
                        border-radius: 10px;
                        padding: 20px;
                        margin-top: 20px;
                        padding-bottom: 15px;
                        transition: 0.5s;
                        margin-top: 0px;
                        height: 100%;
                        border-radius: 0px;
                        box-shadow: none;
                        width: 430px;
                        display: flex;
                        align-items: center;
                        ul {
                            display: flex;
                            flex-wrap: wrap;
                            padding: 0;
                            li{
                                width: 33.33%;
                                display: flex;
                                padding: 10px;
                                align-items: center;
                                padding: 5px;
                                .summaryFeatIcon {
                                    width: 30px;
                                    img {
                                        width: 100%;
                                        height: auto;
                                    }
                                }
                                .summaryFeatTxt {
                                    width: calc(100% - 30px);
                                    padding-left: 10px;
                                    span {
                                        font-size: 14px;
                                        text-transform: capitalize;
                                        display: block;
                                        padding-bottom: 3px;
                                        color: #fff;
                                    }
                                    p {
                                        font-size: 13px;
                                        line-height: 20px;
                                        margin-bottom: 0;
                                        color: var(--orange);
                                    }
                                }
                            }
                        }
                    }
                    .typeProductDescWrap {
                        width: calc(100% - 430px);
                        padding: 15px;
                        .summaryButton {
                            margin-top: 20px;
                            ul {
                                display: flex;
                                gap: 20px;
                                li {
                                    width: 33.33%;
                                    .btnWrap{
                                        width: 100%;
                                        margin-top: 0px;
                                        a{
                                            width: 100%;
                                            text-align: center;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .productTitle {
                        margin-bottom: 0px;
                        h4 {
                            font-size: 16px;
                            margin-bottom: 5px;
                            color: #fff;
                            a {
                                color: #fff;
                            }
                        }
                    }
                }
                &:last-child{
                    margin-bottom: 0px;
                }
            }
        }
        .descText{
            margin-bottom: 15px;
        }
    }
    &.active{
        .typeAcc-head {
            background-color: #010101;
            h3 {
                color: var(--orange);
            }
            &::after{
                transform: rotate(180deg);
                color: var(--orange);
            }
        }
    }
    &:first-child{
        .typeAcc-content{
            display: block;
        }
    }
}

/*===brandDetails_sec_4 start===*/
.brandCategory_sec_3{
    background-color: #f7f7f7;
    .each_delaer {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px 0 #cecece;
        border-radius: 20px;
        margin-bottom: 20px;
        .network_slct_mBx_hd {
            margin: 0px 0 10px;
            text-align: center;
            h3 {
                font-size: 26px;
                font-weight: 600;
                color: #434343;
                text-transform: capitalize;
                display: inline-block;
            }
        }
        .network_slct_mBx {
            margin: 0 0 20px;
            background-color: #ececec;
            color: #fdbb05;
            padding-bottom: 22px;
            padding-top: 0px;
            border-radius: 25px;
            text-align: center;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            box-shadow: none;
            overflow: hidden;
            .network_slct_mBx_lft {
                padding: 15px;
                background-color: #000; 
                margin-bottom: 20px;               
                h5{
                    font-size: 22px;
                    font-weight: 500;
                    margin-bottom: 0px;
                    color: var(--orange);
                    text-transform: capitalize;
                }
            }
            .network_slct_mBx_rgt {
                display: flex;
                flex-wrap: wrap;
                padding: 0 20px;
                .network_slct_left {
                    width: 50%;
                    text-align: left;
                    display: flex;
                    position: relative;
                    padding-right: 25px;
                    align-items: center;
                    gap: 10px;
                    &::after {
                        width: 1px;
                        content: "";
                        position: absolute;
                        height: 100%;
                        right: 0;
                        background-color: #ccc;
                    }
                    .addressIcon{
                        width: 45px;
                        height: 45px;
                        border-radius: 50%;
                        background-color: #fdbb05;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        img {
                            height: auto;
                            max-width: 100%;
                        }
                        div{
                            width: calc(100% - 45px);
                        }
                    }
                    &:last-child {
                        width: calc(100% - 45px);
                        padding-left: 15px;
                    }
                }
                .network_slct_right {
                    width: 50%;
                    text-align: left;
                    padding-left: 25px;
                    li {
                        display: flex;
                        gap: 15px;
                        &:not(:last-child){
                            margin-bottom: 20px;
                        }
                        &:last-child{
                            display: flex;
                            align-items: center;
                        }
                        .network_direction_Innicon {
                            width: 45px;
                            height: 45px;
                            border-radius: 50%;
                            background-color: #fdbb05;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            img {
                                width: 25px;
                            }
                        }
                        .network_direction_InnText{
                            &.num {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 5px;
                                line-height: 45px;
                                font-size: 17px;
                                a {
                                    line-height: 45px;
                                    font-size: 17px;
                                }
                            }
                        }
                    }
                }
            }
        }
        .each_network_direction_bx{
            margin-bottom: 0px;
            background-color: #fff;
            border: 1px solid #00000033;
            border-radius: 25px;  
            overflow: hidden;
            .bnd_network_direction_hd {
                color: #fdbb05;
                background-color: #000;
                padding: 20px;
                border-radius: 10px 10px 0 0;
                h6 {
                    font-size: 18px;
                    font-weight: 600;
                }
            }  
            .bnd_network_direction_lst {
                padding: 20px;
                border-radius: 0 0 10px 10px;
                min-height: 300px;
                ul{
                    li{
                        margin-bottom: 20px;
                        display: flex;
                        align-items: center;
                        &:first-child{
                            align-items: center;
                        }
                        .network_direction_Innicon{
                            background-color: #fdbb05;
                            width: 50px;
                            height: 50px;
                            border-radius: 50%;
                            padding: 10px;
                            margin-right: 10px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                    }
                }
            }
        }
    }
    .dealerBranchSlider{
        .slick-slide{
            margin: 0 10px;
        }
    }    
    .network_direction_bx{
        margin-top: 20px;
    }
    
}

/*===otherCategorySec start==*/
.otherCategorySec{
    .categoryItemBoxInner {
        border-radius: 20px;
        overflow: hidden;
        background-color: #000;
        transition: 0.5s;
        text-align: center;
        .categoryItemImg {
            height: 230px;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }
        }
        h5 {
            color: #fff;
            padding-top: 15px;
            margin-bottom: 0;
            padding-bottom: 15px;
            text-transform: capitalize;
        }
    }
    .slick-slide{
        margin: 0 10px;
    }
}


.brand-details-cont-information-loc {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    min-height: 240px;
    box-shadow: 0px 0px 10px 0px #cecece;
    margin-top: 20px;
    ul{
        li {
            display: flex;
            flex-wrap: wrap;
            &:not(:last-child) {
                margin-bottom: 15px;
            }
        }
    }
    .network_direction_Innicon {
        background-color: #fdbb05;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .network_direction_InnText {
        width: calc(100% - 60px);
        p{
            margin-bottom: 10px;
        }
        a{
            word-break: break-all;
        }
    }
}
#no-filter{
    padding-top: 20px;
    text-align: center;
}
#dealer_filter_response{
    margin-top: 20px;
}
.each_delaer{
    margin-top: 20px;
}
.blogSec {
    height: 660px;
    overflow: hidden;
}

.toggle-btn, .toggle-btn2 {
    display: none;
    background: none;
    border: none;
    color: var(--orange);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
}



@media only screen and (max-width: 1440px) {
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .typeProductImg {
                        width: 235px;
                    }
                    .typeProductContent {
                        width: calc(100% - 235px);
                    }
                }
            }
        }      
        .summaryButton ul {
            gap: 10px;
        }  
    }
}
@media only screen and (max-width: 1360px) {
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                flex-wrap: wrap;
                display: flex;
                gap: 20px;
                .typeProductItem {
                    width: calc(50% - 10px);
                    flex-wrap: wrap;
                    margin-bottom: 0px;
                    display: block;
                    .typeProductImg {
                        width: 100%;
                        border-radius: 15px 15px 0 0;
                    }
                    .typeProductContent {
                        width: 100%;
                        display: block;
                        border-radius: 0 0 15px 15px;
                        overflow: hidden;
                        .featureBox{
                            width: 100%;
                            height: auto;
                            background-color: var(--orange);
                            padding: 0px;
                            .productTitle {
                                border-bottom: 10px;
                                border-bottom: 1px solid #0000004f;
                                margin-bottom: 10px;
                                padding: 10px;
                                h4{
                                    color: #000;
                                    a{
                                        color: #000;
                                    }
                                }
                            }
                            ul{
                                padding: 10px;
                                border-bottom: 1px solid #0000004f;
                            }
                            ul li .summaryFeatTxt span{
                                color: #000;
                            }
                            ul li .summaryFeatTxt p{
                                color: #000;
                                min-height: 44px;
                            }
                            ul li .summaryFeatIcon img{
                                filter: brightness(1) invert(1);
                            }
                        }
                    }
                    .typeProductDescWrap {
                        width: 100%;
                        padding: 15px 0;
                        background-color:var(--orange);
                        .textWrap {
                            padding: 10px;
                            margin-bottom: 10px;
                            border-bottom: 1px solid #0000004f;
                            min-height: 200px;
                            p{
                                color: #000;
                            }
                        }
                        .summaryButton{
                            padding: 0 10px;
                        }
                    }
                }
            }
        }      
        .summaryButton ul {
            gap: 10px;
        }  
        .summaryButton {
            margin-top: 0;
        }
    }
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .featureBox ul li {
                        padding: 5px;
                        min-height: 65px;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        position: relative;
                        text-align: center;
                        span{
                            font-weight: bold;
                        }
                        &::after{
                            width: 1px;
                            height: 75%;
                            position: absolute;
                            content: "";
                            background-color: #676767;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                        &::before{
                            width: 75%;
                            height: 1px;
                            position: absolute;
                            content: "";
                            background-color: #676767;
                            bottom: 0;
                            left: 50%;
                            transform: translateX(-50%);
                        }
                        &:nth-child(3n){
                            &::after{
                                display: none;
                            }
                        }
                        &:nth-child(4), &:nth-child(5), &:nth-child(6){
                            &::before{
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media only screen and (max-width: 1280px) {
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .typeProductContent {
                        .typeProductDescWrap {
                            width: 100%;
                            padding: 15px;
                        }
                    }
                     .typeProductContent {
                        .typeProductDescWrap {
                            .summaryButton {
                                ul {
                                    li {
                                        .btnWrap {
                                            padding-right: 0px;
                                            &::after, &::before{
                                                display: none;
                                            }
                                        }
                                        .detailsBtn{
                                            margin-left: 10px;
                                        }
                                    }
                                }
                            }
                            .mob_991{
                                .btnWrap_2 {
                                    margin-left: 10px;
                                }
                            }
                        }
                    }
                }
            }
        }
        .featureBoxInnerWrap{
            width: 100%;
        }
    }
}
@media only screen and (max-width: 991px) {
    .desk_991{
        display: none !important;
    }
    .bnd_overview_cont{
        p{
            text-align: justify;
        }
    }
    .bnd-overviewHd{
        margin-bottom: 0px;
        margin-top: 10px;
        img{
            width: 100%;
        }
    }
    .typeAcc {
        .typeAcc-content {
            .descText {
                p{
                    text-align: justify;
                }
            }
        }
    }
    .typeAcc {
        .typeAcc-content {
            padding: 7px;
            .typeProductWrap {
                .typeProductItem {
                    .typeProductContent {
                        .featureBox {
                            ul {
                                li {
                                    .summaryFeatTxt {
                                        padding-left: 0;
                                    }
                                }
                            }
                        }
                    }
                    .typeProductDescWrap {
                        .textWrap {
                            padding: 0px;
                            p{
                                text-align: justify;
                            }
                        }
                        .summaryButton {
                            ul {
                                gap: 10px;
                                li {
                                    width: 50%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .typeProductContent {
                        .typeProductDescWrap {
                            .summaryButton {
                                ul {
                                    gap: 10px;
                                    li {
                                        width: 50%;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .network_slct{
        .brand-slt.selectregion{
            margin-bottom: 15px;
        }
    }
    .categoryItemSlider{
        .slick-dots{
            display: none;
        }
    }
}
@media only screen and (max-width: 860px) {
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    width: 100%;
                    .featureBox ul li .summaryFeatTxt {
                        width: calc(100% - 30px);
                        padding-left: 0px;
                        padding-right: 0px;
                    }
                    .typeProductDescWrap {
                        .textWrap {
                            min-height: auto;
                            padding-top: 0px;
                            p{
                                margin-bottom: 5px;
                            }
                        }
                    }
                    .typeProductContent {
                        .featureBox {
                            .featureBoxInnerWrap{
                                width: 100%;
                            }
                            a{
                                display: block;
                                width: 100%;
                            }
                            ul{
                                padding: 5px 0;
                                li{
                                    .summaryFeatTxt p{
                                        font-size: 13px;
                                    }
                                }
                            }
                            ul li .summaryFeatTxt span {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .typeProductDescWrap {
                        width: 100% !important;
                        .summaryButton {
                            display: flex;
                            ul{
                                width: calc(100% - 50px);
                                li{
                                    &:first-child{
                                        .btnWrap{
                                            padding-right: 0px;
                                            &::after{
                                                display: none;
                                            }
                                            &::before{
                                                display: none;
                                            }
                                        }
                                    }
                                }
                            }
                            .mob_991{
                                .btnWrap_2{
                                    width: 45px;
                                    margin-top: 0px;
                                    padding-right: 0px;
                                    a{
                                        width: 45px;
                                        height: 45px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        background-color: #000;
                                        color: var(--orange);
                                        border-radius: 5px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    
}
@media only screen and (max-width: 768px) {
    .typeAcc {
        .typeAcc-head {
            padding: 15px 15px;
            h3{
                padding-right: 20px;
                font-size: 18px;
            }
            &::after {
                right: 15px;
                top: 16px;
                font-size: 15px;
            }
        }
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .typeProductContent {
                        .featureBox {
                            .productTitle {
                                text-align: center;
                            }
                        }
                    }
                }
            }
        }
    }
    .brandCategory_sec_3{
        .headingWrap{
            p{
                text-align: justify;
            }
        }
    }
    .brand-details-cont-information-hd{
        p{
            text-align: justify;
        }
    }
    
    .brand-details-cont-information-loc{
        padding: 20px;
    }
    .network_direction_InnText {
        width: 100%;
    }
    .brand-details-cont-information-loc {
        ul {
            li {
                display: flex;
                flex-wrap: wrap;
            }
        }
        .network_direction_InnText {
            width: 100%;
        }
    }
    .bnd_overview_contMax {
        max-height: 183px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
        margin-bottom: 10px !important;
    }

    .bnd_overview_contMax.expanded {
        max-height: none;
    }

    .bnd_overview_contMax:not(.expanded)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        background: linear-gradient(to bottom, transparent, white);
    }

    .toggle-btn {
        text-align: center;
        width: 100%;
        text-decoration: none;
        border-bottom: none;
        display: block;
    }
    
}
@media only screen and (max-width: 480px) {
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .typeProductContent {
                        .typeProductDescWrap {
                            .summaryButton {
                                padding: 0 0px;
                                .mob_991 {
                                    .btnWrap_2 {
                                        a {
                                            height: 43px;
                                        }
                                    }
                                }
                            }
                        }
                        .btnWrap {
                            .btnOne {
                                padding: 13px 10px;
                            }
                        }
                    }
                }
            }
        }
    }
    .brandCategory_sec_3 {
        .each_delaer {
            .network_slct_mBx {
                .network_slct_mBx_rgt {
                    .network_slct_left {
                        width: 100%;
                        display: block;
                        .addressIcon{
                            margin-bottom: 10px;
                        }
                        &::after {
                            display: none;
                        }
                    }
                    .network_slct_right {
                        width:100%;
                        display: block;
                        padding-left: 0px;
                        li {
                            &:last-child{
                                display: block;
                            }
                        }
                    }
                }
            }
        }
    }
    .blogSec {
        height: 500px;
    }
}
@media only screen and (max-width: 400px) {
    .typeAcc {
        .typeAcc-content {
            .typeProductWrap {
                .typeProductItem {
                    .typeProductContent {
                        .featureBox {
                            ul li .summaryFeatTxt span {
                                font-size: 11px;
                            }
                        }
                    }
                }
            }
        }
    }
}