.page-id-29103 .no_toggle_dataa {
    height: 70px;
}
.page-id-28778 .desc-div {
    min-width: 150px !important;
    color: #353535;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.comparison-product-section.sticky {
    box-shadow: 0px 5px 14px -8px rgb(12 26 60 / 22%);
    border-radius: 0 0 28px 28px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100000000000;
    animation: smoothScroll 1s forwards;
    padding: 0 58px 20px
}
span.installmentPrice {
    font-weight: bold;
    color: #353535;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Polin Regular';
}
span.normal-price {
    font-weight: bold;
    color: #353535;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Polin Regular';
    margin-left: 45% !important;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-180px);
    }

    100% {
        transform: translateY(0px);
    }
}

.comparison-product-section.sticky .comparison-title {
    justify-content: flex-end;
    margin-bottom: 36px;
    width: 100%;
    margin-top: 20px;
}

.comparison-product-section.sticky .comparison-title .title {
    display: none;
}

.comparison-product-section.sticky .showing-products .top h2 {
    display: block;
}

.showing-products .top h2 {
    color: #353535;
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    display: none;
}

.comparison-product-section .comparison-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.comparison-product-section .comparison-title .title {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 0;
}

.comparison-title a {
    color: #B38632;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}

.comparison-title a img {
    margin-left: 5px;
}

.comparison-product-section .products-series-item .topbar-div {
    align-items: center;
}

.comparison-product-section .products-series-item .topbar-div a {
    margin-left:57%;
    color: #B38632;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}

.security-room-policy .inputFailed {
    border-bottom: 1px solid red;
}

.comparison-product-section .products-series-item .topbar-div a img {
    width: 11.2px;
    height: 11.2px;
    margin-left: 5px;
    vertical-align: middle;
}

.comparison-product-section .products-series-item .warranty-div h2 {
    width: 100%;
}

.comparison-product-section .products-series-item .desc-div {
    margin-bottom: 24px;
}

.comparison-product-section .products-series-item {
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.comparison-product-section .products-series-item:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #E3D2B3;
    position: absolute;
    top: 0px;
    right: -15px;
}

.products-series-item .hide-green-icon {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.comparison-product-section .products-series-item .price-div .switch {
    max-width: 240px;
    margin: 0;
}

.comparison-product-section.sticky .series-pic-div,
.comparison-product-section.sticky .desc-div {
    display: none;
}

.comparison-product-section .showing-products .price-div .switch {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: auto;
}

.selectWizard.inputFailed {
    border-color: red;
}

.comparison-product-section .showing-products .price-div .switch input {
    display: none;
}

.comparison-product-section .showing-products .price-div .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #353535;
    border-radius: 100px !important;
}

.comparison-product-section .products-series-item .purchase-div a {
    padding: 9.5px 28px !important;
}

.comparison-product-section .showing-products .price-div .slider::before {
    content: "";
    position: absolute;
    height: 34px;
    width: 50%;
    right: 2px;
    bottom: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    background: linear-gradient(90deg, #969696 0%, #353535 100%);
    border-radius: 100px;
}

.comparison-product-section .showing-products .price-div .slider_text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.comparison-product-section .showing-products .price-div .slider_text>span {
    color: #272727;
    width: 50%;
    display: block;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.comparison-product-section .showing-products .price-div .switch input:checked+.slider::before {
    -webkit-transform: translateX(-96%);
    -ms-transform: translateX(-96%);
    transform: translateX(-96%);
}

.comparison-product-section .showing-products .price-div .switch input:checked+.slider .off {
    color: #272727;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.comparison-product-section .showing-products .price-div .switch .slider .slider_text .on {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.comparison-product-section .showing-products .price-div .switch input:checked+.slider .off {
    color: #fff;
}

.comparison-product-section .showing-products .price-div .switch input:checked+.slider .on {
    color: #272727;
}

.comparison-product-section .showing-products .price-div {
    display: flex;
    align-items: center;
}

.comparison-product-section .showing-products .price-div p {
    color: #272727;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-left: 5px;
}

.topbar-div span {
    width: 57px;
}

input.inputFailed {
    border-color: red;
}

button#cancelBtn {
    background: transparent;
}

.comparison-product-section .showing-products .price-div .switch {
    max-width: 224px;
    margin: 0;
}

.showing-products .top h3 {
    font-size: 24px;
    line-height: 36px;
    color: #353535;
    font-weight: 400;
    padding-top: 12px;
}

.showing-products {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.products-series.comparison-product-section.sticky~.comparison-table-section {
    padding-top: 500px;
}

.products-series.comparison-product-section.sticky~.comparison-table-wrp{
    padding-top: 500px;
}

.comparison-table-section {
    position: relative;
    padding: 0 46px;
    margin-bottom: 30px;
}
.topbar-div span.empty_span {
    height: 60px;
}

.comparison-table-section .table tr th,
.comparison-table-section .table tr td {
    background: #F9F4EC;
    font-size: 18px;
    line-height: 27px;
    color: #353535;
    white-space: nowrap;
}

.comparison-table-section .table td,
.comparison-table-section .table th {
    vertical-align: middle;
    border-top: 1px solid #E3D2B3;
    padding: 15px 30px;
}

.comparison-table-section .table .yallow-color {
    color: #B38632;
}

.comparison-table-section .table tr:first-child th,
.comparison-table-section .table tr:first-child td {
    border-top: 0;
}

.comparison-table-section .table tr td:nth-child(even) {
    background: #F0EAE0;
}

.comparison-table-section .table tr:first-child td:last-child {
    border-top-left-radius: 28px;
}

.comparison-table-section .table tr:last-child td:last-child {
    border-bottom-left-radius: 28px;
}

.comparison-table-section .table tr:first-child th {
    border-top-right-radius: 28px;
}

.comparison-table-section .table tr:last-child th {
    border-bottom-right-radius: 28px;
}


.yallow-color {
    color: #B38632 !important;
}
.comparison-table-wrp {
    position: relative;
    margin: 50px 0;
    padding: 0 46px;
}

.comparison-table-box:nth-child(odd) .comparison-table-data span{
    background: #f9f4ec;
}

.comparison-table-box:nth-child(even) .comparison-table-data span{
    background: #f0eae0;
}


.comparison-table-box:first-child .comparison-table-data span:first-child {
    border-top-right-radius: 28px;
}
.comparison-table-box:last-child .comparison-table-data span:first-child {
    border-top-left-radius: 28px;
}
.comparison-table-box:last-child .comparison-table-data span:last-child {
    border-bottom-left-radius: 28px;
}
.comparison-table-box:first-child .comparison-table-data span:last-child {
    border-bottom-right-radius: 28px;
}

.comparison-table-wrp span {
    display: block;
    border-top: 1px solid #e3d2b3;
    font-size: 18px;
    line-height: 27px;
    color: #353535;
    font-weight: bold;
    padding: 15px 20px;
}
.comparison-table-data span:first-child {
    border: 0;
}

.comparison-last-section .products-series-item .price-div .switch {
    max-width: 220px;
    margin: 0;
}

.product-alert-message {
    border-radius: 28px;
    background: linear-gradient(46.06deg, #969696 0%, #353535 100%);
    box-shadow: 0 0 12px 0 rgb(12 26 60 / 22%);
    padding: 33px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: Calc(100% - 92px);
    margin: 0 auto;
    position: fixed;
    bottom: 50px;
}

.product-alert-message p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
}

.product-alert-message p strong {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
}

.product-alert-message a img {
    width: 11.2px;
    height: 11.2px;
}

.comparison-popup .modal-header {
    border: 0;
    border-radius: 0;
}

.comparison-popup .btn-widget {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.comparison-popup .btn-widget .prev-btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 54px;
    transition: 300ms ease-out;
    background-color: #000000;
    color: #ffffff!important;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none !important;
    border: none;
}
.comparison-popup .btn-widget .prev-btn:hover {
    background-color: #FE9D01;
    color: #000000 !important;
}
.selectComparison.inputFailed {
    border-color: red;
}

.comparison-popup .btn-widget .next-btn {
    border: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 8px 0px 0 0;
    font-family: "Polin Regular";
    text-decoration: none;
    color: #000000;
    background: transparent;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}

.cpmparison-success-popup .modal-content {
    padding: 40px 56px;
}

.cpmparison-success-popup .modal-header .close {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
}

.cpmparison-success-body {
    background: #fcf8ef;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 677px;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cpmparison-success-body:after {
    content: '';
    background-image: url(../images/conditioners-circle-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    bottom: -60px;
    left: -50px;
    z-index: 0;
}

.cpmparison-success-body h2 {
    color: #353535;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
}

.cpmparison-success-body p {
    color: #353535;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
}

.cpmparison-success-body .success-closebtn {
    color: #B38632;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #B38632 !important;
    display: inline-block;
    margin-top: 40px;
    border: none;
    background: transparent;
}

.cpmparison-success-body .faild-closebtn {
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%);
    border: 0;
    color: #353535;
    border-radius: 100px;
    letter-spacing: 0.5px;
    font-weight: bold;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 22%);
    font-size: 24px;
    line-height: 40px;
    width: 111px;
    padding: 0;
    text-align: center;
    height: 40px;
    margin-top: 40px;
}

.breadcrumb-section ul li a i {
    left: 0 !important;
}

/*Advisor Result page start*/
.comparison-product-section .products-series-item .topbar-div .topbar-group {
    margin-left: auto;
    position: relative;
}

.comparison-product-section .products-series-item .topbar-div .topbar-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.comparison-product-section .products-series-item .topbar-div .topbar-group label {
    position: relative;
    cursor: pointer;
    color: #B38632;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    margin: 0 !important;
}

.comparison-product-section .products-series-item .topbar-div .topbar-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #B38632;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 2px;
}

.comparison-product-section .products-series-item .topbar-div .topbar-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.comparison-product-section .products-series-item .topbar-div .topbar-group input:checked+label:before {
    background: #B38632;
}

.adv-re-wrp .ad-re-desc p {
    font-size: 13px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    margin-bottom: 58px;
    margin-top: 20px;
}

.products-series.comparison-last-section .products-series-item .warranty-div span {
    font-size: 16px;
}

.products-series-item .warranty-div .warranty_one {
    background: transparent !important;
    color: #000 !important;
}

.topbar-div .no_discount {
    height: 70px;
}

.comparison-last-section .not_extra_icon {
    height: 27px;
}

.comparison-product-section .products-series-item .purchase-div strong {
    font-size: 24px;
}

.cpmparison-success-body .img-fluid {
    width: 113px;
}

.adv-re-wrp .adv-re-btn a {
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%);
    border: 0;
    color: #353535;
    border-radius: 100px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.3px;
    font-weight: bold;
    padding: 7px 22px;
    box-shadow: -2px 0px 10px rgb(0 0 0 / 22%);
}

.adv-re-wrp .adv-re-btn p {
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: bold;
    margin-left: 10px;
}

.adv-re-recommended {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adv-re-recommended-profile {
    display: flex;
    align-items: center;
}

.adv-re-recommended-profile span {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    margin-left: 16px;
    border-radius: 100px;
}

.adv-re-recommended-profile span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.adv-re-recommended-profile h4 {
    font-size: 60px;
    line-height: 88px;
    color: #353535;
    font-weight: bold;
}

.adv-re-recommended-link a {
    color: #B38632;
    font-size: 16px;
    line-height: 23px;
    border-bottom: 1px solid;
    display: inline-block;
    font-weight: bold;
}

.adv-re-room-select-recommended {
    justify-content: space-between !important;
    align-items: flex-start !important;
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

.adv-re-room-select-recommended:after {
    content: '';
    height: 132px;
    width: Calc(100% + 92px);
    background: linear-gradient(50.36deg, #545454 0%, #353535 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: -46px;
    z-index: -1;
}

.adv-re-room-select-box h5 {
    font-size: 20px;
    line-height: 30px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 24px;
}

.adv-re-room-select-box-wrp {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    max-width: 1385px;
}
.adv-re-room-select-box-wrp::-webkit-scrollbar {
    display: none;
}
.adv-re-room-select-box-wrp{
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.adv-re-room-select-box-list {
    box-shadow: 0px 0px 14px 0px rgba(12, 26, 60, 0.22);
    border-radius: 14px;
    margin-left: 32px;
    width: 432px;
    flex: 0 0 432px;
    height: auto;
    padding: 23px 24px;
    background: #fff;
    cursor: pointer;
}

.adv-re-room-select-box-list span {
    color: #6D6D81;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    padding-right: 19px;
}

.adv-re-room-select-box-list img {
    filter: brightness(0.6);
}

.adv-re-room-select-box-list.selected-room {
    box-shadow: 4px 8px 14px 0px rgb(12 26 60 / 22%);
    border: 2px solid #B38632;
}

.adv-re-room-select-box-list.selected-room span {
    font-weight: bold;
}

.comparison-product-section.sticky .adv-re-room-select-box,
.comparison-product-section.sticky .adv-re-room-select-recommended:after,
.comparison-product-section.sticky .ad-re-desc {
    display: none;
}

.comparison-product-section.sticky .adv-re-room-select-recommended {
    justify-content: flex-end !important;
}

.comparison-product-section.sticky .adv-re-wrp .top h3,
.comparison-product-section.sticky .adv-re-wrp .top .adv-re-btn {
    display: none;
}

.adv-re-wrp .top .adv-re-room-select-box {
    display: none;
}

.comparison-product-section.sticky .adv-re-wrp .top .adv-re-room-select-box {
    display: block;
}

.comparison-product-section.sticky .adv-re-wrp .top .adv-re-room-select-box-list {
    margin-left: 0;
    width: 100%;
    flex: 100%;
}

.comparison-product-section.sticky .adv-re-recommended {
    display: none;
}
.no_show_install {
    height: 68px;
}
/*Advisor Result page end*/



.front, .back {
    height: 602px!important;
}

.air-conditioners-section .flip_box{/* margin: 40px 0px !important; */}
.air-conditioners-section .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.air-conditioners-section .owl-carousel .owl-stage-outer {margin-bottom: 20px;}
.air-conditioners-section .owl-carousel .owl-stage-outer::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

.air-conditioners-section .owl-carousel .owl-stage-outer::-webkit-scrollbar
{
    width: 100%;
    height: 5px;
    background-color: #F5F5F5;
}
.air-conditioners-section .owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb
{background-color: #d2a736;}



.conditioners-earth-slider-outer .flip_box{margin: 40px 0px !important;}
.conditioners-earth-slider-outer .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.conditioners-earth-slider-outer .owl-carousel .owl-stage-outer {/* overflow-x: auto; *//* margin-bottom: 20px; */}
.conditioners-earth-slider-outer .owl-carousel .owl-stage-outer::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

.conditioners-earth-slider-outer .owl-carousel .owl-stage-outer::-webkit-scrollbar
{
    width: 100%;
    height: 5px;
    background-color: #F5F5F5;
}
.conditioners-earth-slider-outer .owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb
{background-color: #d2a736;}



.categories-product-section .categories-product-slider::-webkit-scrollbar-track,
.room-product-section .room-product-main::-webkit-scrollbar-track,
.life-product-section .life-product-main::-webkit-scrollbar-track{border-radius: 10px;background-color: #F5F5F5;}
.products-conditioners-slider::-webkit-scrollbar,
.categories-product-section .categories-product-slider::-webkit-scrollbar,
.room-product-section .room-product-main::-webkit-scrollbar,
.life-product-section .life-product-main::-webkit-scrollbar {width: 100%;height: 0px;background-color: #F5F5F5;}
.products-conditioners-slider::-webkit-scrollbar-thumb,
.categories-product-section .categories-product-slider::-webkit-scrollbar-thumb,
.room-product-section .room-product-main::-webkit-scrollbar-thumb,
.life-product-section .life-product-main::-webkit-scrollbar-thumb {background-color: #d2a736;}

.categories-product-section .categories-product-slider {display: flex;align-items: center;overflow-x: auto;}
.categories-product-section .item_sec {width: 432px;height: 510px;margin: 40px 15px;}
.categories-product-section .flip_box_section {margin: 0;width: 432px;height: 520px;}
.categories-product-section .front_section .inner_section img {top: 0;border-radius: 16px 16px 0px 66px;}

.room-product-section .room-product-main,
.life-product-section .life-product-main{
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.room-product-section .item_sec,
.life-product-section .item_sec {
    width: 588px;
    height: 766px;
    margin: 0 15px;
    padding-bottom: 0;
    /* margin-bottom: 15px; */
    position: relative;
}
.room-product-section .prod_sec .prod_inner,
.life-product-section .lb_sec .lb_inner {position: absolute;bottom: 0;right: 0;left: 0;}
.room-product-section .products_main,
.life-product-section .lb_main {width: 588px;height: 766px;margin-left: 0;margin-right: 0;border-radius: 28px;}
.popup-txt {top: 0;}
.series_articles .img-fluid { height: 298px;}
.air-electra-wrp-section .conditioners-earth-slider-outer:after {left: 35VW !important;top: 126px;}



/*HP*/
.products-series-icon .no-series-icon {
    height: 58px !important;
}
span.installmentPrice {
    display: none;
}


.slider-dots-wrp{display: none;}


/*Responsive*/

@media screen and (min-width: 1920px) {
    .air-conditioners-section .air-conditioners-slider {
        max-width: 1390px;
        min-width:1390px;
        margin: 0 auto;
    }
    .air-conditioners-section .owl-carousel .owl-stage-outer {
        overflow-x: hidden;
        margin-bottom: 0;
    }
    .air-conditioners-section .electra-air-div {margin: 40px 0px; min-height: 505px;}

}


/* Adv
isor Result Popup Start */
.answer_title h1 {
    font-size: 30px;
    color: #353535;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    text-align: right;
}

.profile_icon {
    margin-bottom: 20px;
}

/* Advisor Result Popup End */

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        left: 35VW !important;
        top: 44px;
    }
    .conditioners-earth-slider-outer .conditioners-earth-box{
        min-height: 420px;
    }
    .conditioners-earth-details p{
        margin: 0px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        left: 50.5VW !important;
        top: 20px;
        width: 488px !important;
    }

    .page-id-783 .conditioners-earth-details p{
        margin: 0px !important;
    }

}

@media (max-width: 1200px) {
    .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        left: 42vw !important;
        top: 28px;
        width: 477px !important;
    }
}

@media screen and (max-width: 1199px) {
    .security-room-modal .modal-dialog {
        max-width: 100%;
        height: auto;
    }

    .cpmparison-success-body {
        min-height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .comparison-product-section [class*="col-"] {
        margin-bottom: 30px;
    }

    .security-room-modal .cols-5 {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }

    .security-room-modal .cols-7 {
        -ms-flex: 0 0 Calc(100% - 320px);
        flex: 0 0 Calc(100% - 320px);
        max-width: Calc(100% - 320px);
    }

    .security-form-group input,
    .security-form-group select {
        width: 100%;
    }

    .security-img:after {
        width: 300px;
        height: 300px;
        bottom: -40px;
        left: -30px;
    }

    .security-room-modal .btn-widget {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {


    .products-series-item .purchase-div.abc {
        display: block !important;
    }
    .comparison-last-section .products-series-item .purchase-div  {
        display: flex !important;
    }
    .products-series-item .purchase-div p {
        margin-left: 0px!important;
    }
    .comparison-last-section .products-series-item .purchase-div p {
        margin-left: 70px!important;
    }
    .normal-price {
        margin-left: 10% !important;
    }
    .comparison-product-section .showing-products .price-div {
        display: block;
    }

    .conditioners-earth-details p {
        padding: 0px 15px 0px 15px;
    }
    .comparison-table-section {
        padding: 0 15px;
    }
    .comparison-product-section.sticky{
        top: 0;
    }
    .comparison-product-section.sticky .comparison-title {
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .comparison-product-section.sticky .comparison-title .title {
        display: block;
    }

    .comparison-product-section.sticky .showing-products .top h2 {
        display: none;
    }



    .showing-products .top h3 {
        margin-bottom: 20px;
    }

    .security-room-modal .cols-5,
    .security-room-modal .cols-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .security-img h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .security-img:after {
        width: 200px;
        height: 200px;
        bottom: -40px;
        left: -30px;
    }

    .security-img {
        padding: 15px;
        min-height: 450px;
        margin-bottom: 30px;
    }

    .security-form-group {
        margin-bottom: 30px;
    }

    .comparison-popup .btn-widget .prev-btn {
        line-height: 48px;
        width: 140px;
        margin-right: 30px;
        height: 48px;
    }

    .cpmparison-success-popup .modal-content {
        padding: 65px 15px 15px 15px;
    }

    .cpmparison-success-body h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cpmparison-success-body:after {
        width: 200px;
        height: 200px;
        bottom: -40px;
        left: -30px;
    }

    .cpmparison-success-body h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cpmparison-success-body .faild-closebtn,
    .cpmparison-success-body .success-closebtn {
        margin-top: 20px;
    }

    .cpmparison-success-body p {
        font-size: 30px;
        line-height: 40px;
    }
    .products-series.comparison-product-section.sticky~.comparison-table-wrp{
        /* padding-top: 30px !important; */
        padding-top: 540px !important;
        margin-top: 0 !important;
    }
    .comparison-product-section{
        margin-bottom: 0;
    }
    .description_below{
        width: 100% !important;
        display: block !important;
    }
    .ginput_container_text input{
        width: 100% !important;
    }
    .field_sublabel_below{
        margin-top: 10px;
    }
    .field_description_below{
        margin-top: 10px !important;
    }
    .ginput_container_select select{
        width: 100% !important;
    }
    /*05-07-2022*/
    /* .comparison-product-section .comparison-title a{
        display: none;
    } */
    .adv-re-room-select-box h5 {padding-bottom: 24px;text-align: center;padding-top: 24px;}
    .comparison-product-section .comparison-title {display: block;}
    .slider-dots-wrp span {
        background: #fff;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        display: block;
        margin: 0 5px;
    }

    .slider-dots-wrp span.active {
        background: #C3994B;
    }

    .slider-dots-wrp {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 35px;
    }
    .adv-re-room-select-box-list {margin-left: 24px;}
    .products-series.comparison-product-section{
        padding: 0;
    }
    .adv-re-room-select-box-wrp {
        padding-right: 15px;
    }
    .showing-products{padding: 0 15px;}
    .products-series.comparison-product-section.sticky .slider-dots-wrp{
        display: none;
    }
    .products-series.comparison-product-section.sticky .adv-re-recommended{display: none !important;}
    .products-series.comparison-product-section.sticky .comparison-title.adv-re-room-select-recommended{display: none;}
    .products-series.comparison-product-section.sticky .adv-re-room-select-box-wrp {
        display: block;
        padding: 0;
    }
    .comparison-product-section.sticky .adv-re-wrp .top .adv-re-room-select-box-list{
        padding: 0;margin: 0;
    }
    .comparison-product-section.sticky .adv-re-wrp .top .adv-re-room-select-box-list img{
        display: none;
    }
    .comparison-product-section.sticky .adv-re-wrp .top .adv-re-room-select-box-list.selected-room {
        box-shadow: none;
        border: 0;
        width: auto !important;
        height: auto !important;
    }
    .comparison-product-section.sticky .adv-re-wrp .top .adv-re-room-select-box-list.selected-room span {
        text-align: right;
        width: 100%;
        right: 8px;
    }
    .products-series.comparison-product-section.sticky .adv-re-room-select-box h5 {
        padding-bottom: 0;
        text-align: right;
        padding-top: 24px;
        display: none;
    }
    /* .products-series.comparison-product-section.sticky .room-type-living.ad_main_result .col-lg-3:not(.rs) {
        display: none;
      } */

    .products-series.comparison-product-section.sticky .room-type-living.ad_main_result .col-lg-3:not(.rs){
        width: 50%;
        flex: 0 0 50%;
    }
    .products-series.comparison-product-section.sticky .room-type-living.ad_main_result .col-lg-3:not(.rs) .price-div {
        background: transparent;
        border-radius: 0;
        padding: 0;
    }
    .products-series.comparison-product-section.sticky .room-type-living.ad_main_result {
        overflow-x: auto;
        flex-wrap: nowrap;
        /* padding: 100px 15px 0 15px; */
        padding: 50px 15px 0 15px;
    }
    .products-series.comparison-product-section.sticky .room-type-living.ad_main_result{
        position: relative;
    }
    .products-series.comparison-product-section.sticky:before {
        content: '';
        background: url(https://www.electra-air.co.il/wp-content/uploads/2022/06/hm_icon9.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 100px;
        background-color: #535353;
        position: absolute;
        top: 62%;
        left: 10px;
        transform: translateY(-50%);
        z-index: 9;
    }
    .products-series.comparison-product-section.sticky .products-series-item .price-div .slider_text span.on {
        font-size: 14px!important;
        width: 50px !important;
        left: 14px !important;
        position: relative !important;
    }

    .products-series.comparison-product-section.sticky .products-series-item .price-div .slider_text span {
        margin: 0 !important;
        white-space: break-spaces !important;
        line-height: 15px !important;
        font-size: 14px !important;
    }
    .products-series.comparison-product-section.sticky .products-series-item .purchase-div {border-radius: 0 0 18px 18px;margin-top: 0;}
    .products-series.comparison-product-section.sticky .price-div {
        background: #faf4ed;
        border-radius: 18px 18px 0 0;
        padding: 16px 6px 0 6px;
    }
    .comparison-table-wrp.ad_result_table .row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .comparison-table-box {
        width: 50%;
        flex: 0 0 50%;
    }
    .products-series.comparison-product-section.sticky  .comparison-title a {
        display: flex;
        /*  position: absolute;
         top: 55px; */
    }
    .dropdown-menu.pt-3.pb-3.px-1.myDropDownStyle.dropdown-right.show {
        margin-top: 10px;
        height: 135px;
    }
    .comp-txt {
        margin-right: 15px;
    }
    .showing-products .top h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .products-series.comparison-product-section.sticky  .comparison-title a img{
        display: block;
    }
    .products-series.comparison-product-section.sticky .room-type-living.ad_main_result .topbar-div span {
        display: none;
    }
    .products-series.comparison-product-section.sticky .comparison-title.adv-re-room-select-recommended {
        display: flex !important;
        padding: 0 !important;
        padding-left: 24px !important;
        margin: 0;
    }
    .products-series.comparison-product-section.sticky .room-type-living.ad_main_result .col-lg-3:not(.rs) {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0 !important;
    }
    .mobile-row-comprision{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .mobile-row-comprision::-webkit-scrollbar {
        height: 0px;
    }
}

@media screen and (max-width: 600px) {
    .product-alert-message p strong {
        font-size: 16px;
    }

    .product-alert-message {
        display: block;
        width: Calc(100% - 15px);
    }

    .product-alert-message a {
        position: absolute;
        top: 15px;
        left: 25px;
        z-index: 1;
    }

    .comparison-product-section .comparison-title .title {
        font-size: 30px;
        line-height: 40px;
    }

    .cpmparison-success-body {
        padding: 15px;
    }
    /*    .elementor-1704 .elementor-element.elementor-element-1fc84c0d{
            text-align: center !important;
        }
        .elementor-1704 .elementor-element.elementor-element-375299ab{
            text-align:center !important;
        }*/

}
