.page-id-1211 {
    .rockBreaker_sec {
        .vidSecImg {
            display: block !important;
        }

        .headingWrap {
            padding-top: 20px;
        }

        .sectionInner {
            .col_1 {
                width: 100%;
            }

            .col_2 {
                display: none;
            }
        }

        .mobOvrImg {
            display: none !important;
        }
    }

    .caseSec {
        overflow: hidden;
    }

    .caseTabWrap {
        .listContBox {
            .tab_content {
                .tabContinner {
                    padding-bottom: 0;
                }
            }
        }
    }
}

/* Type section */
.typeSec {
    .typeSecTop {
        .typeSecTopRow {
            row-gap: 30px;
            justify-content: center;

            .typeCard {
                width: 100%;
                border-radius: 15px;
                overflow: hidden;
                display: block;
                position: relative;
                transition: 0.6s;

                .typeCardFront {
                    position: relative;

                    .typeImg {
                        background-color: #E3E9ED;
                        width: 100%;
                        height: 320px;
                        padding: 20px;
                        border-radius: 15px;
                        margin-bottom: 15px;
                        transition: 0.6s;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }

                    .typeTxt {
                        color: #666666;
                        font-size: 22px;
                    }

                    .typeAbsImg {
                        position: absolute;
                        top: 12px;
                        left: 15px;
                        width: 100px;
                        height: 40px;
                        border-radius: 6px;
                        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
                        padding: 5px 6px;
                        margin-bottom: 10px;
                        background-color: #fff;
                        overflow: hidden;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                }

                .typeCardBack {
                    width: 100%;
                    max-height: 100%;
                    padding: 20px 15px;
                    background-color: #FFB600;
                    border-radius: 15px;
                    right: 0;
                    bottom: 0;
                    z-index: 2;
                    overflow: hidden;
                    position: absolute;
                    transform: translateY(110%);
                    transform-origin: center bottom;
                    transition: 0.6s;

                    .typeTxt {
                        color: #0C0056;
                        font-size: 22px;
                        font-weight: 700;
                        margin-bottom: 8px;

                        .typeTxtInn {
                            max-height: 260px;
                            overflow-y: auto;
                            padding-right: 8px;

                            p {
                                margin-bottom: 10px;
                            }
                        }
                    }

                    .typeTxtInn {
                        max-height: 250px;
                        overflow-y: auto;
                        padding-right: 6px;

                        ul.customList li {
                            padding-left: 0;
                        }
                    }

                    .typeAbsImg {
                        display: none;
                    }
                }

                .eachProdBtnDiv {
                    display: flex;
                    justify-content: space-between;
                    margin-top: 10px;

                    .eachProdBtn {
                        width: calc(50% - 10px);
                        padding: 8px 15px;
                        text-align: center;
                        background-color: #008FFF;
                        color: #fff;
                        font-size: 16px;
                        border-radius: 30px;
                        font-weight: 500;
                        border: 1px solid transparent;
                        transition: all 0.5s;
                    }
                }

                &:hover {
                    .typeCardFront {
                        .typeImg {
                            background-color: #008FFF;
                        }
                    }

                    .typeCardBack {
                        transform: translateY(0%);
                    }
                }
            }
        }
    }

    .typeSecBtm {
        padding-top: 50px;

        .typeBtmCont {
            width: 100%;
            max-width: 50%;
            margin: 0px auto;
            background-color: #0C0056;
            border-radius: 12px;
            padding: 20px 50px;
            text-align: center;

            p {
                color: #fff;
                font-size: 25px;

                span {
                    font-weight: 600;
                    margin-right: 15px;
                }
            }
        }
    }
}
.page-template-cutter-attachment{
    .typeSec {
        .typeSecTop {
            .typeSecTopRow {
                .typeCard {
                    .typeCardBack {
                        .typeTxtInn {
                            ul.customList li {
                                padding-left: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
}

.kemroc-dozco {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;

    .kd_logo {
        width: 100%;
        max-width: 600px;
        display: inline-block;

        img {
            width: 100%;
            display: inline-block;
        }
    }
}

.mobTypeCarImg {
    display: none;
}

/* .prod_accTrigger{
    pointer-events: none;
} */
.prod_accCont {
    display: none;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: #00000080;
    backdrop-filter: blur(10px);
    z-index: 99;
    width: 100%;
    height: 100%;

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
        padding-left: 68px;
    }

    .selected-flag {
        width: 55px !important;

        .selected-dial-code {
            display: none;
            padding-left: 0;
        }
    }


    .popupBox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        width: 100%;
        max-width: 600px;
        /* height: 100%; */
        max-height: 100vh;
        overflow-y: auto;
        padding: 25px;
        border-radius: 15px;
        border: 4px solid #008fff;

        .closePopup {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            width: 30px;
            height: 30px;
            cursor: pointer;
            position: absolute;
            top: 5px;
            right: 10px;
        }
    }
}

.comnPopupForm {
    .selected-flag {
        width: 55px !important;

        .selected-dial-code {
            display: none;
            padding-left: 0;
        }
    }
}

.page-template-bucket-chisel-vibro-ripper.page-id-776 {
    .typeSec {
        .typeSecTop {
            .typeSecTopRow {
                .typeCard {
                    .typeCardFront {
                        .typeImg {
                            padding: 20px 20px 0 20px;
                            img {
                               object-position: bottom;
                            }
                        }
                    }
                }
            }
        }
    }
} 


/* start responsive */
@media(max-width: 1440px) {

    /* strat strength */
    .strengthSec {
        .ltBlueBg {
            & .strengthSecBtm {
                .strengthCard {
                    min-height: 190px;
                }
            }
        }
    }

    /* end strength */

    .typeSec {
        .typeSecTop {
            .typeSecTopRow {
                .typeCard {
                    .typeCardFront {
                        .typeTxt {
                            font-size: 20px;
                        }
                    }

                    .typeCardBack {
                        .typeTxt {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1280px) {

    /* strat strength */
    .strengthSec {
        .ltBlueBg {
            & .strengthSecBtm {
                .strengthCard {
                    min-height: 160px;
                }
            }
        }
    }

    /* end strength */
}

@media (max-width: 1024px) {
    .page-id-1211 {
        .rockBreaker_sec {
            .headingWrap {
                padding-top: 0;
                padding-bottom: 15px;
            }

            .vidSecImg {
                margin-bottom: 25px !important;
                display: block !important;
            }
        }
    }
}

@media(max-width: 991px) {
    .findDealerBtm {
        text-align: center;
    }
}

@media(max-width: 940px) {
    .prod_accCont {
        display: block;
    }

    .prod_accCont_desk {
        display: none;
    }

    .prod_accCont_mob {
        flex-wrap: wrap;
        margin-bottom: 0;

        .tabLi {
            width: 100%;
            flex-wrap: wrap;
            border-radius: 10px !important;
            background-color: #0C0056 !important;

            .prod_accTrigger {
                width: 100%;
                display: none;
            }

            .prod_accCont {
                width: 100%;

                .accTrigger {
                    color: #ffffff;
                    padding: 10px 0px;
                    position: relative;

                    &::after {
                        width: 32px;
                        height: 32px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        right: 0px;
                        font-size: 32px;
                        top: 10px;
                        position: absolute;
                        transition: 0.6s;
                        font-family: fontawesome;
                        font-weight: 900;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-font-smoothing: antialiased;
                        display: var(--fa-display, inline-block);
                        font-style: normal;
                        font-variant: normal;
                        line-height: 1;
                        text-rendering: auto;
                        content: "\f055";
                        color: #ffffff;
                    }

                    /* &.active {
                        &::after {
                            color: #fff;
                            content: "\f056";
                        }
                    } */
                }

                .accCont {
                    display: none;

                    .typeCard {
                        padding: 20px;
                        border-radius: 10px;
                        margin-bottom: 30px;
                        background-color: #ffffff;
                        border: 1px solid #FFB600;

                        .typeCardFront {
                            text-align: center;

                            .dskTypeImg {
                                display: block;
                                text-align: center;

                                img {
                                    display: inline-block;
                                }
                            }

                            .typeTxt {
                                font-size: 18px !important;
                            }
                        }

                        .typeCardBack {
                            display: none;
                        }
                    }
                }

                &.active {
                    .accTrigger {
                        &::after {
                            content: "\f056";
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 767px) {
    .typeSec {
        .typeSecTop {
            .typeSecTopRow {
                .typeCard {
                    .typeCardFront {
                        display: none;
                    }

                    .typeCardBack {
                        transform: translateY(0%);
                        position: static;
                        background-color: #e0eaf0;
                        text-align: center;

                        .typeTxt {
                            .typeTxtInn {
                                max-height: auto;
                            }
                        }

                        .mobTypeCarImg {
                            position: relative;
                            padding: 30px 0px 10px;

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain
                            }

                            .typeAbsImg {
                                display: block;
                                position: absolute;
                                top: 5px;
                                right: 10px;
                                width: 85px;
                                height: auto;
                            }
                        }

                    }
                }
            }
        }
    }

    .dskTypeImg {
        display: none;
    }

    .mobTypeCarImg {
        display: block;
        background-color: #fff;
        border-radius: 15px;
        width: 300px;
        margin: 0 auto 20px;
    }

    .kemroc-dozco {
        margin-bottom: 20px;
    }
    
    
    .page-template-bucket-chisel-vibro-ripper.page-id-776 {
        .typeSec {
            .typeSecTop {
                .typeSecTopRow {
                    .typeCard {
                        .typeCardBack {
                            .mobTypeCarImg {
                                padding: 30px 10px 0 0;
                            }
                        }
                    }
                }
            }
        }
    } 
}

@media(max-width: 480px) {
    .mobTypeCarImg {
        width: 100%;
    }
}

/* end responsive */