
.container {
    max-width: 1400px;
}
/*==product_details_1 start==*/
.shareSocialWrap{
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    display: flex;
    width: 165px;
    justify-content: flex-end;
    .shareIcon{
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background-color: var(--orange);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        box-shadow: 0 0 10px 0 #aaaaaa;
    }
    .shareSocialIcon{
        position: absolute;
        top: 1px;
        right: 45px;
        display: flex;
        align-items: center;
        gap: 5px;
        display: none;
        a{
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background-color: var(--orange);
            color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 0 10px 0 #aaaaaa;
        }
    }
    &:hover{
        .shareSocialIcon{
            display: flex;
        }
    }
}
.productDetailsImg{
    height: 415px;
    overflow: hidden;
}
.product_details_1{
    .subContentText{
        margin-bottom: 20px;
    }
    .bigSlider{
        .slick-list{
            padding: 20px;
            padding-bottom: 5px;
            padding-top: 8px;
        }
    }
    .productBigImg{
        width: 100%;
        border-radius: 30px;
        box-shadow: 0px 0px 10px 0px #979797ba;
        a{
            position: absolute;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            
        }
        figure{
            width: 100%;
            height: 400px;
            background-color: #fff;
            border-radius: 30px;
            overflow: hidden;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;

            }
        }
    }
    .thumbSlider{
        height: 130px;
        overflow: hidden;
        .slick-list{
            padding:15px 0px;
            .thumbImg{
                height: 100px;
                border-radius: 20px;
                overflow: hidden;
                box-shadow:0px 0px 10px 0px #979797bf;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center center;
                }
            }
            .slick-slide{
                margin: 0 5px;
                &.slick-current{
                    box-shadow: 0px 0px 10px 0px #f1b738;
                }
            }
        }
    }
    .productSummary{
        padding-top: 10px;
        .summaryFeature {
            background-color: #e9e9e9b3;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 20px;
            ul {
                display: flex;
                justify-content: space-around;
                li {
                    padding: 15px 15px;
                    width: 33.3%;
                    position: relative;
                    text-align: center;
                    transition: 0.5s;
                    &:not(:last-child)::after {
                        width: 1px;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        right: 0;
                        content: "";
                        background-color: #d3d3d3;
                    }
                    span {
                        color: #6d6d6d;
                        font-size: 15px;
                        font-weight: 600;
                        margin-bottom: 5px;
                        display: block;
                    }
                    p {
                        font-size: 14px;
                    }
                    &:hover{
                        background-color: #000000;
                        span{
                            color: #fff;
                        }
                        p{
                            color: var(--orange);
                        }
                    }
                }
            }
        }
    }
    .featureBox{
        border-radius: 30px;
        background-color: #000;
        padding: 20px;
        margin-bottom: 20px;
        ul{
            display: flex;
            flex-wrap: wrap;
            li{
                width: 33.33%;
                display: flex;
                padding: 10px;
                align-items: center;
                .summaryFeatIcon {
                    width: 45px;
                    img{
                        width: 100%;
                    }
                }
                .summaryFeatTxt {
                    width: calc(100% - 45px);
                    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);
                    }
                }
            }
        }
    }
    .unicWrap{
        margin-bottom: 20px;
        .uniContent{
            border: 1px solid rgb(0 0 0 / 0.2);
            padding: 20px;
            border-radius: 20px;
            display: flex;
            position: relative;
            overflow: hidden;
            &::before {
                width: 0;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                background-color: #fdbb05;
                transition: 0.5s;
            }
            h5 {
                margin-bottom: 0;
                width: 170px;
                color: #6d6d6d;
                text-transform: capitalize;
                position: relative;
                z-index: 1;
            }
            p {
                line-height: 1.3;
                color: #000;
                font-weight: 400;
                margin-bottom: 0;
                position: relative;
                z-index: 1;
                font-size: 15px;
                width: calc(100% - 170px);
            }
        }
    }
    .summaryButton{
        margin-bottom: 15px;
        ul{
            display: flex;
            gap: 10px;
            li{
                width: calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
                .btnWrap{
                    width: 100%;
                    margin-top: 0px;
                    a{
                        text-align: center;
                        svg, i{
                            transform: rotate(-45deg);
                        }
                    }
                }
                &.downloadBochure{
                    a{
                        display: flex;
                        height: 45px;
                        text-align: center;
                        justify-content: center;
                        align-items: center;
                        gap: 10px;
                        box-shadow: 0 0 15px 0px #ccc;
                        border-radius: 10px;
                        background-color: var(--orange);
                        color: #000;
                        img{
                            width: 15px;
                            height: 15px;
                        }
                        &:hover{
                            background-color: #000;
                            color: #fff;
                            img{
                                filter: brightness(0) invert(1);
                            }
                        }
                    }
                }
            }
        }
    }
    .disclaimerTxtWrap{
        p{
            font-size: 13px;
            font-style: italic;
            line-height: normal;
            strong{
                font-weight: 600;
            }
        }
    }
    .slick-arrow {
        z-index: 2;
        &.slick-prev{
            left:0px;
        }
        &.slick-next{
            right:0px;
        }
    }
}

.product_details_2 {
    background-color: #f5f5f5;
    .highLightWrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
        .highLightItem{
            border-radius: 30px;
            background-color: #fff;
            padding: 20px 10px;
            width: calc((100% / 5) - 20px);
            box-shadow: 0 0 10px 0px #cccccc4d;
            .highLightIcon{
                height: 40px;
                margin: 0 auto;
                margin-bottom: 10px;
                img{
                    height: 100%;
                    filter: brightness(0) invert(0.2);
                }
            }
            .highLightInner{
                text-align: center;
                .featTitle{
                    font-size: 17px;
                    font-weight: 500;
                    display: block;
                    margin-bottom: 5px;
                }
                p{
                    color: #848484;
                    font-size: 15px;
                }
            }
        }
    }
}

.product_details_3{
    .featWrap{
        .featAcc{
            &:not(:last-child){
                margin-bottom: 20px;
            }
            .featHead{
                padding: 20px;
                cursor: pointer;
                padding-right: 30px;
                background-color: #d7d7d7cf;
                border-radius: 15px;
                position: relative;
                &::after {
                    position: absolute;
                    right: 20px;
                    content: "\f107";
                    font-size: 20px;
                    color: #000;
                    font-family: "FontAwesome";
                    top: 25px;
                    transition: 0.5s;
                }
                h3{
                    color:#000;
                    font-size: 20px;
                }
            }
            .featContent{
                padding: 20px;
                display: none;
                ul{
                    li{
                        position: relative;
                        padding-left: 20px;
                        &:not(:last-child){
                            margin-bottom: 10px;
                        }
                        &::before{
                            content: "\f00c";
                            font-size: 20px;
                            color: var(--orange);
                            font-family: "FontAwesome";
                            left: 0;
                            top: 3px;
                            position: absolute;
                            font-size: 14px;
                        }
                    }
                }
                p{
                    color: #fff;
                }
            }
            &.active{
                background-color: #2b2b2b;
                border-radius: 20px;
                .featHead{
                    background-color: #000000;
                    border-bottom: 1px solid #fdbb057d;
                    &::after {
                        transform: rotate(180deg);
                        color: var(--orange);
                    }
                    h3{
                        color: var(--orange);
                    }
                }                    
            }
        }
    }
}
.specificationSec{
    background-size: cover !important;
    .secH{
        color: #fff;
    }
    .subContentText{
        p{
            color: #fff;
        }
    }
    .specificWrap{
        padding-top: 20px;
        ul.specificTab {
            list-style: none;
            margin: 0;
            overflow: auto;
            li{
                a{
                    text-decoration: none;
                    background: #000000;
                    width: 100%;
                    display: block;
                    padding: 15px 20px;
                    border-radius: 10px;
                    position: relative;
                    color: #fff;
                    font-size: 16px;
                    border: 1px solid #cccccc38;
                }
                &:not(:last-child){
                    margin-bottom: 10px;
                }                
                &.active{
                    a{
                        background-color: var(--orange);
                        color: #000;
                    }
                }
            }
        }
        .technicalWrap {
            border: 1px solid #cecece40;
            border-radius: 5px;
            background-color: #000000c7;
            backdrop-filter: blur(5px);
            border-radius: 30px;
            .technicalHeading{
                padding: 15px 20px;
                border-bottom: 1px solid #cecece40;
                h3{
                    color: var(--orange);
                    font-size: 17px;
                }
            }
            .technicalList{
                ul{
                    li{
                        display: flex;
                        justify-content: space-between;
                        padding: 15px 20px;
                        .leftTxt{
                            text-align: left;
                            width: 300px;
                            p {
                                font-size: 17px;
                                font-weight: 500;
                                color: #fff;
                            }
                        }
                        .rightTxt {
                            width: calc(100% - 300px);
                            text-align: right;
                            p{
                                color: #fff;
                            }
                        }
                        &:not(:last-child){
                            border-bottom: 1px solid #fefefe33;
                        }
                    }
                }
            }
        }
    }
}

/*===product_details_5 start==*/
.product_details_5{
    background-color: #fff;
}

.product_details_6{
    background-color: #f5f5f5;
    .compareSlider {
        .slick-slide {
            .compareBox {
                .vs {
                    top: 45px;
                }
            }
        }
    }
}

.productCheckSec{
    background-color: #e9e9e9;
    .productCheckSecTxt{
        .secH{
            color: #000;
        }
    }
    .productCheckSecForm{
        padding: 30px;
        border-radius: 30px;
        background-color: #fff;
        .screen-reader-response{
            p{
                margin-bottom: 0px;
            }
        }
        .wpcf7-form-control.wpcf7-checkbox{
            display: flex;
            gap: 10px;
            .wpcf7-list-item{
                margin-left: 0px;
                label{          
                    margin-bottom: 5px;          
                    gap: 10px;
                    display: flex;
                }
            }
        }
        .productCheckNote{
            margin-bottom: 10px;
            p{
                margin-bottom: 5px;
                span{
                    color: var(--orange);
                }
            }
        }
        input[type=text]{
            height: 50px;
            margin-bottom: 15px;
        }
        input[type=tel]{
            height: 50px;
        }
        .frmBtnWrap{
            .wpcf7-submit{
                border: none;
                background-color: var(--orange);
                border-radius: 10px;
                padding: 0 20px;
                min-height: 50px;
                &:hover{
                    background-color: #000;
                    color: var(--orange);
                }
            }
        }
    }
    .frmWrap.phFrmWrap{
        margin-bottom: 15px;
    }
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0px !important;
    padding-right: 0 !important;
    padding: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.relatedProductSlider{
    .slick-slide{
        margin: 0 10px;
    }
}
.product_details_9{
    background-color: rgb(245 245 245);
    .productAboutImg{
        figure{
            height: 400px;
            padding: 40px;
            text-align: center;
            img {
                width: auto !important;
                height: 100%;
                object-fit: contain;
            }
        }
    }
}

.product_details_10{
    .blogSLider_2{
        .slick-list{
            padding-bottom: 10px;
        }
        .slick-slide{
            margin: 0 10px;
        }
    }
}

.body_nav {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    padding: 0;
    width: 180px;
    height: auto;
    left: 0;
    top: 50%;
    padding: 0;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 10px 0 #cecece;
    margin: 0;
    transform: translateX(0%) translateY(-50%);
    overflow: hidden;
    &.sideSticky{
        position: fixed;
        top: 50%;
        transform: translateX(0) translateY(-50%);
    }
    .nav_list{
        ul{
            li{
                a{
                    width: 100%;
                    display: block;
                    padding: 18px 20px;
                    font-size: 15px;
                }
                &:not(:last-child){
                    margin-bottom: 0px;
                    a{
                        border-bottom: 1px solid #cecece;
                    }
                }
                &.active{
                    a{
                        background-color: var(--orange);
                        border-bottom: none;
                    }
                }
            }
        }
    }
}

.mob768{
    display: none;
}

.disclaimerTxt{
    p{
        font-size: 14px;
    }
}

.FinanceSec {
    .secH {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 44px;
    }
}

/*===sticky product start==*/
.productQuery {
  position: fixed;
  bottom: -100%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  display: flex;
  background-color: #00000091;
  z-index: 99;
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--orange);
  transition: 0.5s all;
  border-radius: 13px 13px 0 0;
}
.productQuery .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;
}
.productQuery .btnArrow i {
  transition: 0.5s;
}
.productQuery.query-filter-is-sticky {
  bottom: 0;
}
.productQuery.query-filter-is-sticky.miniSticky {
  bottom: -110px;
}
.productQuery.query-filter-is-sticky.miniSticky .btnArrow i {
  transform: rotate(180deg);
}
.productQuery .productQueryInner {
  display: flex;
  align-items: center;
  width: 100%;
}
.productQuery .productQueryInner .productQueryInfo {
  width: 50%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.productQuery .productQueryInner .productQueryInfo .productQueryImg {
  width: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.productQuery .productQueryInner .productQueryInfo .productQuerySummery {
  width: calc(100% - 120px);
}
.productQuery .productQueryInner .productQueryInfo .productQuerySummery ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.productQuery
  .productQueryInner
  .productQueryInfo
  .productQuerySummery
  ul
  li
  span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.productQuery
  .productQueryInner
  .productQueryInfo
  .productQuerySummery
  ul
  li
  h5 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.productQuery
  .productQueryInner
  .productQueryInfo
  .productQuerySummery
  ul
  li
  p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}
.productQuery .productQueryInner .summaryButton {
  width: 50%;
  margin-top: 0;
}
.productQuery .productQueryInner .summaryButton .btnWrap .btnOne {
  background-color: var(--orange);
  color: #000;
  text-align: center;
  border: 1px solid var(--orange);
  i{
    transform: rotate(-45deg);
  }
}
.productQuery .productQueryInner .summaryButton .btnWrap .btnOne::after {
  background-color: #fff;
}
.productQuery .productQueryInner .summaryButton .btnWrap .btnOne:hover {
  background-color: #000;
  color: #fff;
}
.productQuery .productQueryInner .summaryButton ul li .brochureBtn {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 10px 0 #00000045;
}
.productQuery .productQueryInner .summaryButton ul li .brochureBtn:hover {
  background-color: var(--orange);
}
.productQuery .productQueryInner .summaryButton ul li .brochureBtn:hover img {
  filter: brightness(0) invert(0.1);
}
.summaryButton ul {
    display: flex;
    gap: 20px;
    li{
        width: 50%;
        .btnWrap {
            width: 100%;
            margin-top: 0;
            &:before{
                background-color: #fff;
            }
        }
    }
}
.summaryButton ul li .brochureBtn {
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    width: 100%;
    display: block;
    box-shadow: 0 0 10px 0 #cecece;
    border-radius: 5px;
    font-size: 16px;
    img{
        height: auto;
        max-width: 100%;
        width: 15px;
        filter: brightness(0.5);
    }
}
.productQuery .productQueryInner .summaryButton ul li .brochureBtn {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 10px 0 #00000045;
    transition: 0.5s;
    &:hover{
        background-color: var(--orange);
    }
}
.sideCompare{
    position: fixed;
    width: 80px;
    height: auto;
    border-radius: 15px;
    top: 40%;
    right: 20px;
    background-color: #000;
    box-shadow: 0px 0px 10px 0px var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    z-index: 2;
    .cartBox{
        a{
            color: #fff;
        }
    }
    .compareIcon{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        text-align: center;
        img{
            width: 20px;
            filter: brightness(0) invert(1);
        }
        span{
            display: block;
            font-size: 12px;
            line-height: normal;
            color: #fff;
        }
    }
}
.downloadForm{
    border-radius: 20px;
    h4{
        margin-bottom: 10px;
        font-weight: 600;
    }
    .wpcf7{
        p{
            margin-bottom: 0px;
        }
    }
    input[type=text], input[type="tel"]{
        height: 50px;
        margin-bottom: 20px;
    }
    .wpcf7-submit{
        height: 50px;
        background-color: var(--orange);
        color: #000;
        padding: 0 30px;
        border-radius: 10px;
        &:hover{
            background-color:#000;
            color: var(--orange);
        }
    }
    .phFrmWrap {
        .select2-container {
            width: 80px !important;
            position: absolute !important;
            left: 4px;
            top: 25px;
            background-color: #fff0;
            z-index: 1;
            height: 43px;
            transform: translateY(-50%);
            background: #dfdfdf;
            border-radius: 7px;
            display: flex;
            align-items: center;
            padding-left: 5px;
        }
    }
    
}
.userInfoPopupInner{
    .checkInputBoxWrap {
        .checkBoxWrap {
            .checkBoxInner {
                p {
                    display: flex;
                    flex-wrap: nowrap;
                    gap: 5px;
                }
            }
        }
    }
}

.financeWrap {
    .bankingLogoItem {
        height: 250px;
    }
}
.blogBox {
    .blogContent {
        min-height: 160px;
    }
}
.blogBox {
    .blogImg {
        height: 250px;
    }
}
/* Show more/less button */
.toggle-btn {
    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;
}

.mob_580{
    display: none !important;
}

.disclaimerPop2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.6);
  transition: all 0.3s ease;
  z-index: 9999;
  display: none;
  backdrop-filter: blur(10px);
}
.disclaimerPop2 .disclaimerPop2Main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.disclaimerPop2 .disclaimerPop2Main .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.disclaimerPop2 .disclaimerPop2Main .disclaimerPop2Inner {
  max-width: 650px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.disclaimerPop2 .disclaimerPop2Main .disclaimerPop2Inner h4 {
  font-size: 16px;
}
.disclaimerPop2 .disclaimerPop2Main .disclaimerPop2Inner .disIconWrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
}
.disclaimerPop2 .disclaimerPop2Main .disclaimerPop2Inner .disIconWrap .disIcon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--orange);
  margin: 0 auto 20px auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.disclaimerPop2 .disclaimerPop2Main .alternateWrap h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.disclaimerPop2 .disclaimerPop2Main .altProduct ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.disclaimerPop2 .disclaimerPop2Main .altProduct ul li {
  width: calc(100% / 3);
  padding: 0 10px;
}
.disclaimerPop2 .disclaimerPop2Main .altProduct ul li .altProductBox {
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  .altProductImg {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  .product-checkbox {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  .ratioIcon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 10px;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  .ratioIcon
  i {
  opacity: 0;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  input[type="checkbox"]:checked
  ~ .altProductItem
  .ratioIcon {
  background-color: #000;
  padding: 5px;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  input[type="checkbox"]:checked
  ~ .altProductItem
  .ratioIcon
  i {
  opacity: 1 !important;
  color: var(--orange);
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  .altProductContent
  .brdName {
  font-size: 13px;
  color: #666;
  display: block;
  margin-bottom: 5px;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  .altProductContent
  .altProductTitle
  span {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.disclaimerPop2
  .disclaimerPop2Main
  .altProduct
  ul
  li
  .altProductBox
  .altProductContent
  .altProductPrice
  span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.disclaimerPop2 .disclaimerPop2Main .continueBtn {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #cecece;
}
.disclaimerPop2 .disclaimerPop2Main .btnWrap {
  width: 100%;
}
.disclaimerPop2 .disclaimerPop2Main .btnWrap .btnOne {
  width: 100%;
}

/*===responsive start==*/

@media (max-width:1720px) {
    .productdetails_new{        
        .container {
            max-width: calc(100% - 340px);
        }
    }    
    .body_nav{
        width: 170px;
    }
}
@media (max-width:1540px) {
    .product_details_1 {
        .productSummary {
            .summaryFeature {
                ul {
                    li {
                        span {
                            font-size: 14px;
                        }
                        p {
                            font-size: 14px;
                            line-height: normal;
                        }
                    }
                }
            }
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 220px;
        }
    }

}
@media (max-width:1440px) {
    .financeWrap {
        .bankingLogoItem {
            height: 220px;
        }
    }
}
@media (max-width:1366px) {
    .body_nav{
        display: none;
    }
    .productdetails_new{
        .container {
            max-width: 100%;
            padding-left: 50px;
            padding-right: 50px;
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 230px;
        }
    }
}
@media (max-width:1200px) {
    .product_details_2 {
        .highLightWrap {
            justify-content: center;
            .highLightItem {
                width: calc((100% / 4) - 20px);
                margin: 0 10px;
            }
        }
    }
   .financeWrap {
        .bankingLogoItem {
            height: 390px;
        }
    }
}
@media (max-width:1140px) {
    .product_details_1 {
        .productBigImg {
            figure {
                width: 100%;
                height: 300px;
                background-color: #fff;
                border-radius: 30px;
                overflow: hidden;
            }
        }
    }
    .product_details_1 {
        .featureBox {
            border-radius: 30px;
            background-color: #000;
            padding: 10px;
            margin-bottom: 20px;
            ul {
                li {
                    padding: 5px 0;
                    .summaryFeatTxt {
                        span {
                            font-size: 12px;
                        }
                    }
                }
            }
        }
    }
    .product_details_1 {
        .unicWrap {
            .uniContent {
                flex-wrap: wrap;
                h5{
                    width: 100%;
                    margin-bottom: 5px;
                }
                p{
                    width: 100%;
                }
            }
        }
    }
    .productDetailsImg {
        height: 330px;
    }
}
@media (max-width:1024px) {
    .financeWrap {
        .bankingLogoItem {
            height: 334px;
        }
    }
}
@media (max-width:991px) {
    .product_details_1 {
        .productBigImg {
            figure {
                height: 500px;
            }
        }
    }
    .specificTab{
        display: none;
    }
    .specificationSec {
        .specificWrap {
            .specific_content{
                margin-bottom: 15px;
                &:last-child{
                    margin-bottom: 0px;
                }
                .technicalWrap {
                    .technicalHeading{
                        border-bottom: none;
                        position: relative;
                        padding-right: 20px;
                        &::after{
                            content: "\f107";
                            position: absolute;
                            right: 20px;
                            font-size: 16px;
                            top: 16px;
                            font-family: "FontAwesome";
                            color: var(--orange);
                            transition: 0.5s;
                        }
                    }
                    .technicalList {
                        display: none;
                        &.active{
                            display: block;
                        }
                    }
                }
                &.active{                    
                    .technicalWrap {
                        .technicalHeading{
                            &::after{
                                transform: rotate(180deg);
                            }
                        }
                    }
                }
            }
        }
    }
    .productDetailsImg {
        height: 530px;
    }
    .product_details_9 {
        .row{
            flex-direction: column-reverse;
        }
        .productAboutImg {
            figure {
                padding: 30px;
                box-shadow: 0 0 10px 0 #ccc;
                border-radius: 20px;
                margin-bottom: 20px;
                margin-top: 0px;
                height: auto;
            }
        }
    }
}
@media (max-width:860px) {
    .product_details_2 {
        .highLightWrap {
            .highLightItem {
                width: calc((100% / 3) - 20px);
            }
        }
    }
}
@media (max-width:768px) {
    .productdetails_new {
        .container {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    .specificationSec {
        .specificWrap {
            .technicalWrap {
                .technicalList {
                    ul {
                        li {
                            flex-wrap: wrap;
                            .leftTxt{
                                width: 100%;
                                p{
                                    font-size: 17px;
                                    font-weight: 600;
                                    color: #fff;
                                    margin-bottom: 4px;
                                }
                            }
                            .rightTxt{
                                width: 100%;
                                text-align: left;
                                p{
                                    font-weight: 300;
                                }
                            }

                        }
                    }
                }
            }
        }
    }
    .productQuery {
        &.query-filter-is-sticky {
            bottom: auto;
            top: 0;
            border-radius: 0px;
            padding: 5px;
            .btnArrow{
                display: none;
            }
        }
    }
    .productQuery .productQueryInner{
        flex-wrap: wrap;
        .summaryButton{
            width: 100%;
            ul {
                gap: 7px;
            }
        }
    }
    .productQuery .productQueryInner .productQueryInfo .productQuerySummery {
        display: none;
    }
    .productQuery .productQueryInner .productQueryInfo .productQueryImg{
        display: none;
    }
    .productQuery .summaryButton ul li .brochureBtn{
        padding: 10px;
        font-size: 12px;
        img{
            display: none;
        }
    }
    .productQuery{
        .btnWrap {
            .btnOne {
                padding: 10px;
                font-size: 12px;
            }
        }
    }
    .compareSlider{
        .slick-arrow {
            &.slick-next {
                right: 0;
            }
            &.slick-prev {
                left: 0;
            }
        }
    }    
    .financeWrap {
        .bankingLogoItem {
            height: 290px;
        }
    }
    .subContentText2{
        max-height: 110px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
        margin-bottom: 10px !important;
    }

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

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

    .toggle-btn {
        display: block;
        width: 100%;
        text-align: center;
        text-decoration: none;
        border-bottom: none;
    }
    .mob_580{
        display: block !important;
    }
    .desk_580{
        display: none !important;
    }
    .disclaimerPop2 {
        .disclaimerPop2Main {
            .altProduct{
                overflow: auto;
                
            }
            
        }
    }

    .disclaimerPop2 {
        .disclaimerPop2Main {            
            .disclaimerPop2Inner {
                max-width: 95%;
                padding: 15px;
                .disIconWrap {
                    .disIcon {
                        width: 60px;
                        height: 60px;
                        margin-bottom: 10px;
                    }
                }
                h4{
                    font-size: 14px;
                    font-weight: 400;
                    color: #666666;
                }
                .altProduct {
                    overflow: auto;
                    &::-webkit-scrollbar{
                        height: 0px;
                        background-color: #F5F5F5;
                    }
                    ul {
                        margin-left: -5px;
                        margin-right: -5px;
                        li {
                            white-space: nowrap;
                            width: 300px;
                            padding: 0 5px;
                        }
                    }
                }
            }
            .continueBtn{
                .btnWrap{
                    margin-top: 0px;
                }
            }
        }
    }
}
@media (max-width:640px) {
    .product_details_2 {
        .highLightWrap {
            .highLightItem {
                width: calc((100% / 2) - 20px);
            }
        }
    }
    .financeWrap {
        .bankingLogoItem {
            height: 240px;
        }
    }
    .product_details_1 {
        .summaryButton {
            ul {
                flex-wrap: wrap;
                li{
                    width: 100%;
                    flex: 0 0 100%;
                }
            }
        }
    }
    .product_details_1 {
        .bigSlider {
            .slick-list {
                padding: 0;
            }
        }
    }
    .FinanceSec {
        .secH {
            font-size: 24px;
            margin-bottom: 30px;
            line-height: normal;
        }
    }
}
@media (max-width:620px) {
    .product_details_1 {
        .featureBox {
            ul {
                li {
                    width: 50%;
                    padding: 10px 0;
                }
            }
        }
    }
    .product_details_1 {
        .productBigImg {
            figure {
                height: 280px;
            }
        }
    }
    .productDetailsImg {
        height: 300px;
    }
    .product_details_1 {
        .subContentText {
            p{
                text-align: justify;
            }
        }
    }
}
@media (max-width:580px) {
    .financeWrap {
        .bankingLogoItem {
            height: 200px;
        }
    }
    .product_details_1 {
        .summaryButton {
            ul {
                li {
                    &.downloadBochure {
                        a {
                            border-radius: 30px;
                        }
                    }
                }
            }
        }
    }
    .productQuery .summaryButton ul li .brochureBtn {
        border-radius: 30px;
    }
}
@media (max-width:500px) {
    .product_details_1 {
        .productSummary {
            .summaryFeature {
                ul {
                    flex-wrap: wrap;
                    li{
                        width: 100%;
                        text-align: left;
                        border-bottom: 1px solid #ccc;
                        &:last-child{
                            border-bottom: none;
                        }
                        &:not(:last-child)::after {
                            display: none;
                        }
                        span {
                            font-size: 14px;
                            font-weight: 700;
                        }
                    }
                }
            }
        }
        .thumbSlider {
            .slick-list {
                .thumbImg {
                    height: 70px;
                }
            }
        }
    }
    .product_details_1 {
        .thumbSlider {
            .slick-list {
                .thumbImg {
                    border-radius: 10px;
                }
            }
        }
    }
    .product_details_3 {
        .featWrap {
            .featAcc {
                .featHead {
                    padding-right: 35px;
                    &::after {
                        right: 15px;
                    }
                }
            }
        }
    }
    .product_details_1 {
        .featureBox {
            ul {
                li {
                    width: 100%;
                    border-bottom: 1px solid #cccccc5c;
                    padding-bottom: 10px;
                    margin-bottom: 5px;
                    &:last-child{
                        border-bottom: none;
                        padding-bottom: 0px;
                        padding-bottom: 0px;
                    }
                }
            }
        }
    }
    .product_details_2 {
        .highLightWrap {
            .highLightItem {
                .highLightInner {
                    .featTitle {
                        font-size: 13px;
                    }
                    p {
                        color: #848484;
                        font-size: 12px;
                    }
                }
            }
        }
    }
    .productdetails_new {
        .container {
            padding-left: 10px;
            padding-right: 10px;
        }
    }
    .product_details_6{
        .slick-arrow{
            top: 32%;
        }
    }    
    .compareAbout{
        padding-top: 0px !important;
    }
}
@media (max-width:480px) {
    .financeWrap {
        .bankingLogoItem {
            height: 155px;
        }
    }
    .financeWrap {
        .homeFinanceHead {
            flex-wrap: wrap;
        }
    }
}
@media (max-width:420px) {
    .financeWrap {
        .bankingLogoItem {
            height: 145px;
        }
    }
}