.compareBoxItemWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    .featuredItem {
        width: 100%;
        max-width: calc(33% - 10px);
        border-radius: 15px;
        background-color: #fff;
        text-align: center;
        position: relative;
        .fa.fa-close.reset_product{
            font-size: 20px !important;
            background-color: #000;
            width: 35px;
            height: 35px;
            border-radius: 10px;
            position: absolute;
            right: 20px;
            top: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--orange) !important;
        }
        .typeTxt {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 1;
            a {
                display: flex;
                padding: 6px 15px;
                background-color: #fdbb05;
                color: #000;
                font-size: 15px;
                border-radius: 10px;
            }
        }
        .featuredCards {
            .cardMain {
                .featuredInfo {
                    padding-bottom: 15px;
                }
            }
        }
    }
}
.noteText {
    text-align: center;
    padding: 20px 0 0;
    p{
        font-style: italic;
        font-size: 13px;
        margin-bottom: 0;
        text-align: center;
    }
}
.mob991{
    display: none;
}

.compareItemsHead {
    position: fixed;
    top: 100px;
    background-color: #fff;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    .compareItemsHead table {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        /* padding: 5px; */
        box-shadow: 1px 0px 7px 0px #885d00;
    }
    &.compareItemsHead {
        position: fixed;
        top: 100px;
        background-color: #fff;
        z-index: 5;
        table{
            border-radius: 10px;
            overflow: hidden;
            /* padding: 5px; */
            box-shadow: 1px 0px 7px 0px #885d00;
            width: 100%;
        }

    }
}
.eachSecWrap .compareItemsHead.compareItem-sticky {
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 100%;
    left: 0;
    top: 75px;
}
.compareFixedHeader table tr th {
    width: 25% !important;
    font-size: 18px !important;
    vertical-align: middle;
    border: none;
    border-right: 1px solid #010101;
}
.compareFixedHeader table tr th, .compareFixedHeader table tr td {
    background-color: #f5f5f5;
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); */
    color: #000;
    font-size: 22px;
    text-align: center;
    padding: 20px 10px;
    font-weight: 600;
    border-top: none;
    border-bottom: none;
}
.compareFixedHeader table tr td {
    width: 25%;
    font-size: 18px !important;
}
.mob1199{
    display: none;
}
.compareDetPoint h5, .compareDetPoint h3, .compareDetPoint h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    text-align: left;
    color: #1d1d1f;
    margin-bottom: 15px;
}
.comTableWrap table {
    border-spacing: 0px;
    border: 1px solid #ccc;
    border-radius:20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #cecece;
    width: 100%;
}
.compSpecific .comTableWrap table{
    border-radius:0 0 20px 20px;
}
.compSpecific{
    .comTableWrap{
        margin-bottom: 50px;
    }
}
.comTableWrap table tr th {
    background-color: #000;
    width: 25%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.comTableWrap table tr th, .comTableWrap table tr td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #cecece82;
    vertical-align: middle;
}
.compareDetPoint{
    margin-bottom: 50px;
}
.comTableWrap table tr td {
    text-align: center;
    width: 25%;
    a {
        font-weight: 600;
        color: var(--orange);
        display: block;
        text-align: center;
    }
}
.comTableH {
    background-color: #fdbb05;
    color: #000;
    font-size: 20px !important;
    margin-bottom: 0;
    padding: 10px 15px;
    border-radius: 20px 20px 0 0;
    text-align: left;
    margin-bottom: 0px !important;
}
.compareSec{
    background-color: #f7f7f7;
}
.compareEnquiryBtnSticky {
    position: fixed;
    bottom: -100%;
    width: 360px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    background-color: #95959542;
    z-index: 99;
    backdrop-filter: blur(10px);
    border: 1px solid var(--orange);
    border-bottom: none;
    transition: 0.5s all;
    border-radius: 13px 13px 0 0;
    .btnArrow {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
        width: 40px;
        height: 25px;
        background-color: #000;
        border: 1px solid var(--orange);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 5px 5px 0 0;
        border-bottom: none;
        cursor: pointer;
        z-index: 1;
        i{
            transition: 0.5s;
        }
    }
    .btnWrap {
        width: 100%;
        margin-top: 0;
        .btnOne{
            text-align: center;
        }
    }
}
.compareEnquiryBtnSticky.miniSticky {
    bottom: -70px;
}
.compareEnquiryBtnSticky.miniSticky .btnArrow i {
    transform: rotate(180deg);
}
.compareEnquiryBtnSticky.compareItem-enquiry-sticky{
    bottom: 0;
}
.compareVsTxt {
    color: var(--orange);
}
.skiptranslate{
    display: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    border: none;
    padding: 6px 10px;
}
.select2-container .select2-selection--single{
    height: auto;
    border-radius: 10px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 500;
    height: 30px;
    margin-right: 25px;
    padding-right: 0px;
    color: var(--orange);
    font-size: 24px;
    margin-top: 9px;
}
.compareCardCont{
    padding: 0 15px 20px;
    span{
        display: block;
        &.select2-container{
            width: 100% !important;
            position: relative !important;
            border: none;
            border-radius: 10px;
            .select2-selection__placeholder{
                height:auto;
                display: flex;
                align-items: center;
                padding: 0 0px;
                color: #999;
            }
        }
        .select2-selection__arrow{
            position: absolute;
            top: 0;
            right: 10px;
            width: 20px;
            height: 100%;
            display: flex;
            align-items: center;
            b{
                display: none !important;
            }
            &::after{
                content: "\f0dd";
                position: absolute;
                top: 45%;
                left: 50%;
                font-size: 12px;
                font-family: "FontAwesome";
                transform: translate(-50%, -50%);
                height: auto;
                color: #999;
            }
        }
    }            
    .compareCat{
        margin-bottom: 10px;
        &:last-child{
            margin-bottom: 0px;
        }
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        border: none;
        padding: 6px 10px;
    }
    .select2-container .select2-selection--single{
        height: auto;
        border-radius: 10px;
    }
    .select2-container--default.select2-container--disabled .select2-selection--single {
        background-color: #fff;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 500;
        height: 30px;
        margin-right: 25px;
        padding-right: 0px;
        color: var(--orange);
        font-size: 24px;
        margin-top: 9px;
    }
}
.compareImgDiv {
    height: auto;
    padding: 5px 10px 20px;
    .compareImg {
        height: auto;
        width: 100%;
        height: 320px;
        border-radius: 22px;
        overflow: hidden;
        padding: 0px;
        a{
            display: none;
        }
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    h5 {
        margin-bottom: 10px;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        color: #666666;
    }
    h6 {
        font-weight: 600;
        width: 100%;
        text-align: center;
        color: #494949;
        font-weight: 600;
    }
}
.compareCardBox{
    border-radius: 20px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 4px 3px 23px #3a7d9326;
    padding: 5px 0 0 0;
    position: relative;
    z-index: 1;
    
    .compareCardImg {
        height: 225px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 5px;
        .circleImgItem {
            height: 300px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            .circleImgInner {
                margin: 0 auto;
                width: 100px;
                border-radius: 5px;
                border: 2px dotted #0000005e;
                padding: 10px;
                background-color: #cccccc40;
                justify-content: center;
                align-items: center;
                font-size: 30px;
                color: #020202;
                display: flex;
                justify-content: center;
                align-items: center;
                img{
                    width: 100%;
                }
            }
        }
    }        
    p{
        margin-bottom: 20px;
    }
    .compareCardCont{
        padding: 0 15px 20px;
        span{
            display: block;
            &.select2-container{
                width: 100% !important;
                position: relative !important;
                border: none;
                border-radius: 10px;
                .select2-selection__placeholder{
                    height:auto;
                    display: flex;
                    align-items: center;
                    padding: 0 0px;
                    color: #999;
                }
            }
            .select2-selection__arrow{
                position: absolute;
                top: 0;
                right: 10px;
                width: 20px;
                height: 100%;
                display: flex;
                align-items: center;
                b{
                    display: none !important;
                }
                &::after{
                    content: "\f0dd";
                    position: absolute;
                    top: 45%;
                    left: 50%;
                    font-size: 12px;
                    font-family: "FontAwesome";
                    transform: translate(-50%, -50%);
                    height: auto;
                    color: #999;
                }
            }
        }            
        .compareCat{
            margin-bottom: 10px;
            &:last-child{
                margin-bottom: 0px;
            }
        }
        .select2-container .select2-selection--single .select2-selection__rendered{
            border: none;
            padding: 6px 10px;
            text-align: left;
        }
        .select2-container .select2-selection--single{
            height: auto;
            border-radius: 10px;
        }
        .select2-container--default.select2-container--disabled .select2-selection--single {
            background-color: #fff;
        }
        .select2-container--default .select2-selection--single .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: 500;
            height: 30px;
            margin-right: 25px;
            padding-right: 0px;
            color: var(--orange);
            font-size: 24px;
            margin-top: 9px;
        }
    }
    .compareImgDiv {
        height: auto;
        padding: 5px 10px 20px;
        .compareImg {
            height: auto;
            width: 100%;
            height: 320px;
            border-radius: 22px;
            overflow: hidden;
            padding: 0px;
            a{
                display: none;
            }
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }
        }
        h5 {
            margin-bottom: 10px;
            width: 100%;
            margin-top: 10px;
            text-align: center;
            color: #666666;
        }
        h6 {
            font-weight: 600;
            width: 100%;
            text-align: center;
            color: #494949;
            font-weight: 600;
        }
    }
}
.compareSummaryTxt {
    margin-top: 0;
    padding: 50px 30px;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 50px;
}
.ComparisonTextInner {
    height: 100%;
    border-radius: 20px;
    background-color: #f7f7f7;
    padding: 20px;
}
.compTblDetails table td ul li, .comListWrap ul li {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
}
.compTblDetails ul li {
    text-align: left;
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 500;    
    &::before {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 7px;
        content: "";
    }
}
.compTblDetails ul li:not(:last-child) {
    margin-bottom: 12px;
}
.ComparisonText{
    margin-bottom: 40px;
    &.closingText{
        padding: 20px;
        border-radius: 20px;
        background-color: var(--orange);
    }
}
.customBlock.homeSec_5.compareSec{
    &:first-child{
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }
}
.compareDetailsPage{
    .customBlock {
        &:nth-child(1){
           margin-bottom: 0px !important;
        }
    }
}
.page-template-templatescompare-details-php{
    .footerTopText{
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .desk991{
        display: none;
    }
    .mob991{
        display: block;
    }
    .comparePage .secH {
        text-transform: capitalize;
        text-align: center;
    }
    .compareDetails_mob_sec1_D {
        display: flex !important;
        gap: 20px;
    }
    .compareDetails_mob_sec1_D .compareImgDiv {
        width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        display: inline-flex;
        flex-wrap: wrap;
    }
    .comparePage .compareDetails_mob_sec1_D .compareImgDiv .compareImg {
        height:auto;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    .page-template-compare-details .comparePage .compareDetails_mob_sec1_D .compareImgDiv {
        box-shadow: 0 0 10px 0px #ccc;
        border-radius: 20px;
        padding: 10px;
        overflow: hidden;
        h5{
            margin-bottom: 10px;
            width: 100%;
            margin-top: 10px;
            text-align: center;
        }
        h6{
            font-weight: 600;
            width: 100%;
            text-align: center;
        }
    }
    .compareDetPoint h2 {
        font-size: 20px;
        text-align: center;
    }
    .comTableWrap {
        overflow: visible !important;
        padding: 0px !important;
        table{
            overflow: visible;
            border: none;
            border-collapse: initial;
        }
    }
    .comTableWrap table{
        border: none !important;
    }
    .comTableWrap .modelNameMob th {
        position: sticky;
        top: 55px;
        background-color: #000000;
        color: #ffffff;
        text-align: center;
        border-radius: 10px 0px 0 0;
        &:nth-child(2){
            border-radius: 0 10px 0 0;
        }
        /* border-right: 2px solid #939393; */
    }
    .comTableWrap .modelNameMob th:nth-child(3), .comTableWrap .modelNameMob td:nth-child(3), .comTableWrap table tr td:nth-child(3), .compareImgDiv:nth-child(3) {
        display: none;
    }
    .comTableWrap table tr th {
        background-color: #000000ad;
    }
    .comTableWrap table tr th, .comTableWrap table tr td{
        border: none;
        border-right: 1px solid #ccc;
        &:nth-child(2){
            border-right: none;
        }
    }
    .compareItemsHead {
        &.compareItemsHead {
            display: none;
        }
    }
    .compSpecific{
        .comTableWrap .modelNameMob th {
            position: sticky;
            top: 0;
            background-color: #000000;
            color: #ffffff;
            text-align: center;
            border-radius: 0;
            &:nth-child(2){
                border-radius:0;
            }
            /* border-right: 2px solid #939393; */
        }
    }
    .compareEnquiryBtnSticky {
        bottom: 40% !important;
        right: -180px;
        left: auto;
        transform: translate(0, 0) rotate(-90deg);
        width: auto;
        padding: 6px 10px;
    }
    .compareEnquiryBtnSticky.compareItem-enquiry-sticky {
        right: -54px;
    }
    .compareEnquiryBtnSticky.compareItem-enquiry-sticky {
        &.miniSticky {
            right: -110px;
        }
    }
    .compareEnquiryBtnSticky {
        .btnWrap {
            padding-right: 0px !important;
            &::before, &:after{
                display: none;
            }
        }
    }
    .ComparisonTextInner{
        margin-bottom: 20px;
    }
    .comOverviewText{
        margin-bottom: 20px;
    }
    .ComparisonText{
        .row{
            row-gap: 20px;
        }
    }
}
@media (max-width: 768px) {
    .secH {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 32px;
    }
    .compareSec{
        .secH{
            margin-bottom: 10px;
        }
    }
    .compareDetPoint h5, .compareDetPoint h3, .compareDetPoint h2 {
        font-size: 24px;
        line-height: 1.25;
        font-weight: 600;
        color: #1d1d1f;
        margin-bottom: 15px;
    }
    .comTableWrap table tr th, .comTableWrap table tr td {
        padding: 8px;
        font-size: 14px;
        p{
            font-size: 14px;
        }
    }
    .compSpecific {
        .comTableWrap {
            margin-bottom: 25px;
        }
    }
    .compareDetPoint h5, .compareDetPoint h3, .compareDetPoint h2 {
        text-align: center;
    }
    .compareDetPoint h5, .compareDetPoint h3, .compareDetPoint h2 {
        font-size: 20px;
    }
    .comparePage .secH{
        font-size: 20px;
        line-height: 28px;
    }
    .compareDetailsPage{
        .customBlock {
            padding: 30px 0;
            &:nth-child(1){
                .mb_50{
                    margin-bottom: 0px !important;
                }
            }
        }
    }
    .page-template-templatescompare-details-php{
        .headerWrap {
            &.is-sticky {
                display: none;
            }
        }
    }
    .page-template-templatescompare-details-php{
        .compareSlider{
            .slick-arrow{
                top: 36%;
            }
        }
    }
}
@media only screen and (max-width: 480px) {
    .comparePage .compareImgDiv h5 {
        font-size: 14px;
        text-transform: capitalize;
    }
    .comparePage .compareImgDiv h6 {
        font-size: 12px;
    }
}