.exclusive-air-section {
    position: relative;
    padding: 0 46px;
    margin-bottom: 71px;
    margin-top: 0px;
}

.exclusive-air-section > img {
    border-radius: 28px;
    width: 100%;
}

.exclusive-air-desc .air-desc-circle {
    width: 72px;
    height: 72px;
    background: #C3994B;
    display: flex;
    border-radius: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 4px 9px 0 rgb(121 89 31 / 52%);
}

.exclusive-air-desc .air-desc-circle a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
}

.exclusive-air-desc .air-descp-circle a img {
    display: block;
    border-radius: 0;
    margin: 0 auto;
}

.air-desc-circle.headphone {
    position: fixed;
    bottom: 97px;
    left: 20px;
    z-index: 9999999;
}

.air-desc-circle.explanation {
    position: fixed;
    bottom: 8px;
    left: 20px;
    z-index: 9999999;
    background: rgb(254, 158, 3);
}

.air-desc-circle.chatbox {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 99999999;
}

.air-desc-down {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .air-desc-down a i {color: #fff;font-size: 32px;animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);} */
.air-desc-down a img {
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 20.70px;
    height: 11.25px;
    position: relative;
    top: 3px;;
}

@keyframes bounce {
    50% {
        transform: translateY(15px);
    }
}

.technology-section {
    position: relative;
    padding: 0 46px;
    margin-bottom: 59px;
}

.technology-section [class*="col-"] {
    margin-bottom: 25px;
}

.technology-section .technology-img-div {
    border-radius: 28px;
    height: 100%;
}

.technology-section .technology-img-div img {
    border-radius: 28px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technology-section .technology-desc-div {
    color: #000000;
    border-radius: 28px;
    background: #FFE6BF;
    padding: 104px 25px 0px;
    height: 100%;
    position: relative;
}

.technology-section .technology-desc-div:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 16%;
    right: 13%;
    /* background-size: 100%; */
}

.technology-section .technology-desc-div.icon-1:before {
    background-image: url(../images/Group17329.png);
    width: 17%;
    aspect-ratio: 1/1;
    /* height: 72px; */
    background-size: 100%;
    background-repeat: no-repeat;
}

.technology-section .technology-desc-div.icon-2:before {
    background-image: url(../images/Frame1.png);
    width: 25%;
    aspect-ratio: 1/1;
    /* height: 121px; */
    background-size: 100%;
    bottom: 13%;
    right: 6%;
}

.technology-section .technology-desc-div.icon-3:before {
    background-image: url(../images/Frame12.png);
    width: 24%;
    aspect-ratio: 1 / 1;
    background-size: 100%;
    bottom: 10%;
    right: 1%;
}


.technology-section .technology-desc-div h2 {
    color: #000000;
    font-size: 60px;
    line-height: 60px;
    text-align: right;
    font-weight: 700;
    margin-bottom: 20px;
}

.technology-section .technology-desc-div p {
    color: #00000;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    font-weight: 400;
}

.products-series {
    position: relative;
    padding: 0 24px;
    margin-bottom: 6px;
}

.products-series .title {
    color: #353535;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 40px;
    font-weight: 400;
}

.products-series-item {
    position: relative;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0px 0px 12px 0 rgb(12 26 60 / 22%);
    padding: 16px;
    margin-bottom: 30px;
}

.products-series-item .topbar-div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.products-series-item .topbar-div .discount {
    position: relative;
    width: 60px;
    height: 70px;
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%);
    border-radius: 0 28px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-left: auto;
}

.products-series-item .topbar-div .discount:after {
    content: '';
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%);
    width: 63px;
    height: 73px;
    border-radius: 8px 28px 8px 28px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: -2;
}

.products-series-item .topbar-div .discount:before {
    content: '';
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%);
    width: 60px;
    height: 70px;
    border-radius: 0 28px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.products-series-item .series-pic-div {
    text-align: center;
    display: block;
    margin: 30px auto;
    height: 110px;
}

.products-series-item .series-pic-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-series-item .warranty-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.products-series-item .warranty-div a {
    width: 91%;
    text-decoration: underline !important;
}

.products-series-item .warranty-div h2 {
    color: #383838;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    display: inline-block;
    width: 94%;
}

.products-series-item .warranty-div .only_one_yr {
    background: #ffffff;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 8px;
    width: auto;
    white-space: nowrap;
}

.products-series-item .warranty-div span {
    background: #D0ECFF;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    border-radius: 5px;
    padding: 8px 8px;
    width: auto;
    white-space: nowrap;
}

.products-series-item .desc-div,
.products-series-item .desc-div p {
    color: #383838;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.products-series-item .products-series-icon {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 33px 0;
}

.products-series-item .products-series-icon p {
    color: #383838;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-right: 0px;
}

.products-series-item .purchase-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2FAFF;
    border-radius: 18px;
    padding: 15px;
    margin-top: 15px;
}

.products-series-item .priceTagAbdo {
    color: #383838;
}

.products-series-item .purchase-div strong {
    display: block;
    font-weight: bold;
    color: #353535;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Polin Regular';
}

.products-series-item .purchase-div p {
    color: #383838;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.products-series-item .purchase-div 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%);
}

.products-series-item .price-div p {
    margin-bottom: 8px;
    color: #272727;
    font-size: 14px;
    line-height: 20px;
}

.products-series-item .price-div .switch {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: auto;
}

.products-series-item .price-div .switch input {
    display: none;
}

.products-series-item .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;
}

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

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

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

.products-series-item .price-div .switch input:checked + .slider::before {
    -webkit-transform: translateX(-96%);
    -ms-transform: translateX(-96%);
    transform: translateX(-96%);
}

.products-series-item .price-div .switch input:checked + .slider .off {
    color: #272727;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.products-series-item .price-div .switch .slider .slider_text .on {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.products-series-item .price-div .switch input:checked + .slider .off {
    color: #fff;
}

.products-series-item .price-div .switch input:checked + .slider .on {
    color: #272727;
}

.products-series-item .purchase-div strong em {
    position: relative;
    font-style: normal;
    color: #6D6D81;
    font-weight: 400;
    font-size: 15px;
    padding-right: 3px;
    border-right: 1px solid #6d6d81;
}

.products-series-item .purchase-div strong em:before {
    content: '';
    background: #C3994B;
    width: 100%;
    height: 0.5px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
    z-index: 1;
}

.products-series-btn {
    text-align: center;
    margin-bottom: 20px;
}

.products-series-btn a {
    color: #000000;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #000000;
}

.electra-air-section {
    position: relative !important;
    padding: 0 !important;
    padding-bottom: 50px !important;
    z-index: 1;
}

.electra-air-section:after {
    content: '';
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%);
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.electra-air-section:before {
    display: none;
}

.electra-air-section .content-wrp {
    padding: 0 30px;
}

.electra-air-div {
    position: relative;
    box-shadow: 0px 5px 14px rgb(53 53 53 / 25%);
    background: #fff;
    border-radius: 28px;
}

.electra-air-section .electra-air-div .electra-air-img {
    border-radius: 28px;
}

.electra-air-section .electra-air-div .electra-air-img img {
    border-radius: 28px;
}

.electra-air-section .electra-air-div .electra-air-desc {
    padding: 31px 24px;
}

.electra-air-section .electra-air-div .electra-air-desc h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #353535;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.electra-air-section .electra-air-div .electra-air-desc p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 40px;
}

.electra-air-section .electra-air-div .electra-air-desc p a {
    color: #B38632;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-bottom: 1px solid #b38632 !important;
    font-weight: bold !important;
}

.electra-air-section .air-conditioners-detail {
    padding-top: 100px;
}

.electra-air-section .air-conditioners-detail p {
    font-size: 40px;
    margin: 0 !important;
    color: #fff;
    line-height: 80px;
}

.electra-air-section .air-conditioners-detail h2 {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
}

.electra-air-section .air-conditioners-detail h3 {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
}

.electra-air-section .owl-nav button {
    margin: 0 10px !important;
    width: 40px;
    height: 40px;
    background: transparent !important;
    box-shadow: none;
    border-radius: 100px !important;
    color: #fff !important;
    font-size: 20px !important;
    border: 1px solid #fff !important;
    line-height: 40px !important;
}

.air-electra-wrp-section {
    margin-bottom: 95px;
}

.conditioners-earth-section.air-electra-wrp-section .conditioners-earth-inner {
    text-align: center;
    padding: 31px 6% 0;
}

.conditioners-earth-inner .desk {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ffffff;
    width: 71%;
    margin: 0 auto;
    display: none;
}

.air-electra-wrp-section .conditioners-earth-inner h4 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    box-shadow: none;
    color: #FE9D01;
    display: none;
}

.air-electra-wrp-section .glob-btn,
.air-electra-wrp-section .conditioners-earth-box {
    justify-content: center !important;
}

.air-electra-wrp-section .glob-btn {
    /* display: none; */
    font-size: 20px;
    line-height: 51px;
    transition: 300ms ease-out;
    background-color: #FE9D01;
    color: #000000 !important;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none !important;
    position: absolute;
    bottom: 33px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 38%;
}
@media(max-width:768px) {
    .air-electra-wrp-section .glob-btn {
        display:none;
    }
}
.air-electra-wrp-section .glob-btn:hover {
    background-color: #FEAF2F;
    color: #000000 !important;
}

.page-template-series_page .conditioners-earth-slider-outer .conditioners-earth-box {

    min-height: 602px;
    border-radius: 29px;
}

.air-electra-wrp-section:after {
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%) !important;
}

.air-electra-wrp-section:before {
    display: none;
}

.air-electra-wrp-section .conditioners-earth-slider-outer:after {
    content: '';
    background-image: url(https://www.electra-air.co.il/wp-content/themes/dt-the7-child/assets/images/bg-series-bg.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 0;
    display: block;
    position: absolute;
    width: 677px !important;
    height: 677px !important;
    left: 34VW !important;
    top: 87px;
}

.air-electra-wrp-section .conditioners-earth-details img {
    width: 160px !important;
    height: 43px !important;
}

.conditioners-earth-section.air-electra-wrp-section .conditioners-earth-details{
    padding: 58px 40px 40px 40px !important;
    z-index: 22;
    position: relative;
}

a.a_tag_readmore_link {
    font-family: "Polin Bold", Sans-serif !important;
}

.air-electra-wrp-section .conditioners-earth-details h4, .air-electra-wrp-section .conditioners-earth-details h1 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    margin-top: 20px;
}

.air-electra-wrp-section .conditioners-earth-details h3, .air-electra-wrp-section .conditioners-earth-details h1 {
    color: #fff;
    font-size: 60px !important;
    line-height: 60px;
    font-weight: 700;
    color: #000000;
}

.air-electra-wrp-section .conditioners-earth-details p {
    color: #000000;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    padding-top: 30px;
    font-weight: 400;
}


.conditioners-earth-slider-outer .owl-naw-w {
    position: absolute;
    right: -27%;
    bottom: 10%;
    z-index: 10;
}

.conditioners-earth-slider-outer .owl-naw-w div {
    display: flex;
    align-items: center;
    top: inherit;
    left: inherit;
}

.conditioners-earth-slider-outer .owl-naw-w div .owl-prev {
    order: 2;
}

.conditioners-earth-slider-outer .owl-naw-w div .owl-next {
    order: 3;
}

.conditioners-earth-slider-outer .owl-naw-w div {
}

.conditioners-earth-slider-outer .owl-naw-w div .slid-count {
    font-size: 24px;
    color: #000000;
    order: 1;
}

.conditioners-earth-slider-outer .owl-nav button {
    margin: 0 10px !important;
    width: 40px;
    height: 40px;
    border-radius: 100px !important;
    color: #fff !important;
    font-size: 20px !important;
    border: 2px solid #000000 !important;
    background: transparent !important;
}

.conditioners-earth-slider-outer .owl-nav .fa {
    display: block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.conditioners-earth-slider-outer.owl-nav .fa:before {
    display: none;
}

.conditioners-earth-slider-outer .owl-nav .fa.fa-angle-right {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42969 15.0825L11.5725 9.93966L6.42969 4.7968' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.conditioners-earth-slider-outer .owl-nav .fa.fa-angle-left {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5703 4.79688L6.42746 9.93973L11.5703 15.0826' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


.conditioners-earth-slider-outer .owl-nav .fa-angle-left:before,
.conditioners-earth-slider-outer .owl-nav .fa-angle-right:before,
.electra-air-section .owl-nav .fa-angle-left:before,
.electra-air-section .owl-nav .fa-angle-right:before {
    background-size: contain;
    padding: 0;
    width: 8px;
    height: 14px;
    background-position: center;
}

.breadcrumb-section {
    position: relative;
    padding: 0 30px;
    margin: 24px 0;
}

.breadcrumb-section ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumb-section ul li {
    margin-left: 15px;
}

.breadcrumb-section ul li a {
    color: #000000;
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
}

.breadcrumb-section ul li.active a {
    color: #353535;
    pointer-events: none;
}

.breadcrumb-section ul li.active b {
    font-weight:400;
}

.page-id-28071 .breadcrumb-section {
    margin: 16px 0 !important;
}

.series_articles .img-fluid {
    height: 300px;
}

.banner-logo-img {
    position: absolute;
    top: 25px;
    right: 70px;
    width: 300px;
    height: 80px;
}

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

.page-id-28071 .no-series-icon {
    margin-top: 80px;
}

.conditioners-earth-section {
    position: relative;
}

.conditioners-earth-section.air-electra-wrp-section{
    padding: 0 4% 0 0;
}

.conditioners-earth-section .col-lg-5 {
    flex: 0 0 34.666667%;
    max-width: 34.666667%;
}

.conditioners-earth-section .col-lg-7.p-0 {
    flex: 0 0 65.333333%;
    max-width: 65.333333%;
}

.conditioners-earth-section.air-electra-wrp-section:before {
    content: "" !important;
    position: absolute;
    right: 2%;
    top: 0;
    border-radius: 28px 0 0 28px;
    display: inline-block !important;
    z-index: 1;
    background-size: contain !important;
    background-position: left !important;
    background-repeat: no-repeat;
    background-color: #FFE6BF;
    width: 70%;
    border-radius: 120px 0 120px 0;
    height: 100%;
}

.page-template-series_page .air-electra-wrp-section .conditioners-earth-slider-outer:after {
    content: "";
    display: none;
}

.page-template-series_page .gform_footer.top_label input#gform_submit_button_1 {
    margin-left: 0;
}

body .select-selected:after {
    left: 77px !important;
    right: inherit !important;
}

.page-template-series_page .conditioners-earth-slider-outer {
    margin-top: 56px;
    margin-bottom: 67px;
}

/*Responsive*/

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .electra-air-div {
        min-height: 505px;
    }


    .air-electra-wrp-section .conditioners-earth-details {
        max-width: 660px !important;
    }

    .air-electra-wrp-section .conditioners-earth-details h3, .air-electra-wrp-section .conditioners-earth-details h4 {
        font-size: 60px;
        line-height: 80px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .electra-air-div {
        min-height: 505px;
    }

    #page .conditioners-earth-section:before {
        /* width: 694px !important; */
        /* height: 440px !important; */
        /* top: 45px ; */
    }

    .technology-section .technology-img-div img {
        object-fit: fill;
    }
}

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


}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        width: 577px !important;
        height: 577px !important;
        top: 148px;
    }

    .products-series-item {
        padding: 5px;
    }

    .products-series-item .warranty-div span {
        font-size: 12px;
        padding: 4px 4px;
    }

    .products-series-item .purchase-div {
        flex-direction: column;
    }

    span.purchase-price {
        margin-bottom: 10px;
    }

    .air-electra-wrp-section .conditioners-earth-details h4 {
        font-size: 30px;
        line-height: 42px;
        margin-top: 15px;
    }

    .air-electra-wrp-section .conditioners-earth-details h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .air-electra-wrp-section .conditioners-earth-details p {
        font-size: 18px;
        line-height: 30px;
        padding-top: 20px;
    }

    .conditioners-earth-wrp-slider .conditioners-earth-box {
        min-height: 440px !important;
    }

    .conditioners-earth-wrp-slider .owl-nav {
        right: -100px !important;
        bottom: -25px !important;
    }

    .conditioners-earth-slider-outer .slid-count {
        bottom: -25px !important;
    }

    .electra-air-section .electra-air-div .electra-air-desc h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .electra-air-section .air-conditioners-detail h2 {
        font-size: 38px;
        line-height: 60px;
    }

    .electra-air-section .air-conditioners-detail p {
        font-size: 24px;
        line-height: 60px;
    }

    .technology-section .technology-img-div img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 1800px)and (max-width: 1920px) {
    .page-template-series_page-php .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        left: 35VW !important;
        top: 135px !important;
    }

}

@media screen and (min-width: 1401px)and (max-width: 1920px) {
    .page-template-series_page .conditioners-earth-slider-outer .owl-carousel.owl-rtl .owl-item {
        width: auto;
    }

    .page-template-series_page .conditioners-earth-slider-outer .owl-stage {
        gap: 32px;
        margin-top: 15px;
        margin-bottom: 15px !important;
    }


    .page-template-series_page-php .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        left: 35VW !important;
        top: 135px !important;
        width: 684px !important;
    }

    .page-template-series_page input#gform_submit_button_1 {
        max-width: 212px;
    }

    .page-template-series_page .gform_wrapper.gravity-theme .gform_fields {
        /* gap: 15px 101px; */
    }

    .page-template-series_page #footerForm form#gform_1 input {
        width: 100% !important;
    }

    .page-template-series_page #footerForm .select-selected {
        width: 100% !important;
    }

    .page-template-series_page .gform_footer.top_label input#gform_submit_button_1 {
        max-width: 282px !important;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
    .page-template-series_page .conditioners-earth-details:after {
        width: 694px;
        height: 484px;
    }

    #footerForm .select-selected,
    #footerForm form#gform_1 input, form#gform_1 select {
        width: 100% !important;
    }

    .select-selected:after {
        left: 23px !important;
    }

    /* this is for footer form */
    #footerForm .elementor-container.elementor-column-gap-no {
        display: block;
    }

    .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-13364333.form-sub-text {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-462ca18.form-cont-sec {
        width: 100%;
    }

    #footerForm h2.elementor-heading-title.elementor-size-default {
        text-align: center;
    }

}

@media screen and (min-width: 1401px) {
    .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        content: '';
        top: 137px;
    }
}

@media screen and (max-width: 1400px) {
    .page-template-series_page .air-electra-wrp-section .conditioners-earth-details p {
        padding-top: 10px;
    }

    .page-template-series_page .conditioners-earth-details {
        padding: 40px 40px 40px 0px;
    }

    .page-template-series_page .air-electra-wrp-section .conditioners-earth-details h4 {
        margin-top: 0;
    }
}


@media screen and (max-width: 991px) {
    .electra-air-section .content-wrp .row {
        flex-direction: column-reverse;
    }

    .air-desc-down {
        width: 48px;
        height: 48px;
    }

    .air-electra-wrp-section:after {
        width: 100% !important;
    }

    .air-electra-wrp-section .conditioners-earth-slider-outer .slid-count {
        bottom: -45px;
        right: 40px;
    }

    .air-electra-wrp-section .owl-nav {
        right: 90px;
        bottom: -45px;
        display: none;
    }

    .air-electra-wrp-section .conditioners-earth-slider-outer {
        margin-top: 0px;
        margin-bottom: 100px;
    }

    .exclusive-air-section, .technology-section, .products-series {
        margin-bottom: 95px;
    }

    .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        left: 0 !important;
        top: -50% !important;
    }

    .banner-logo-img {
        width: 250px;
        height: 60px;
    }

    .conditioners-earth-box:before {
        content: "";

    }
}

@media screen and (max-width: 767px) {
    .conditioners-earth-inner .desk {
        font-size: 12px;
        line-height: 17px;
    }

    .air-electra-wrp-section .conditioners-earth-inner h4 {
        font-size: 19px;
        line-height: 27px;
    }

    .conditioners-earth-wrp-slider .owl-naw-w {
        display: none;
    }

    .conditioners-earth-section .col-lg-5 {
        flex: 100%;
        max-width: 100%;
    }

    .conditioners-earth-section .col-lg-7.p-0 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .products-series-item .products-series-icon {
        margin: 21px 0 33px;
    }

    .conditioners-earth-section.air-electra-wrp-section:before {
        width: 330px !important;
        /* height: 765px !important; */
        /* right: 60px; */
        /* top: 25px; */
    }

    .page-id-28071 .conditioners-earth-section .conditioners-earth-slider-outer {
        margin-top: 105px !important;
    }

    .products-series-item .purchase-div p {
        margin-left: 100px !important;
        font-size: 14px;
        line-height: 20px;
    }

    .products-series-item .purchase-div button {
        width: 153px;
    }

    .electra-air-div {
        margin: 40px 15px;
    }

    .breadcrumb-section ul li {
        margin-left: 5px;
    }

    .exclusive-air-section {
        padding: 0 15px;
    }

    .exclusive-air-desc .air-desc-circle a {
        font-size: 11px;
        line-height: 12px;
    }

    .exclusive-air-desc .air-desc-circle {
        width: 52px;
        height: 52px;
    }

    .air-desc-circle.explanation {
        bottom: -20px;
        left: 10px;
    }

    .air-desc-circle.chatbox {
        bottom: -20px;
        right: 10px;
    }

    .air-desc-circle.headphone {
        bottom: 40px;
        left: 10px;
    }

    .exclusive-air-section, .products-series, .air-electra-wrp-section {
        margin-bottom: 224px;
        padding-bottom: 198px;
    }

    .technology-section {
        margin-bottom: 19px;
        padding-bottom: 198px;
    }

    .air-electra-wrp-section .conditioners-earth-details {
        padding: 20px 0;
        max-width: 100%;
        width: 100%;
    }

    .air-electra-wrp-section .conditioners-earth-detailsh3, .air-electra-wrp-section .conditioners-earth-details h1 {
        color: #fff;
        font-size: 60px !important;
        line-height: 60px;
        font-weight: 700;
        color: #000000;
    }

;
}

.air-electra-wrp-section .conditioners-earth-details h4 {
    font-size: 36px;
    line-height: 45px;
    margin-top: 10px;
}

.air-electra-wrp-section .conditioners-earth-details h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 100;
    margin-bottom: -5px !important;
}

.air-electra-wrp-section .conditioners-earth-details p {
    font-size: 16px !important;
    line-height: 21px !important;
    padding: 0px 4% !important;
    font-weight: 400;
    text-align: center !important;
}

.air-electra-wrp-section .conditioners-earth-box {
    min-height: 379px;
}

.air-electra-wrp-section .conditioners-earth-slider-outer {
    margin-bottom: 0px;
    position: absolute;
    top: -31px;
    width: 95%;
}

.technology-section {
    padding: 0 15px;
    z-index: 1;
}

.products-series .title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    font-weight: 400;
}

.products-series-item .series-pic-div {
    margin: 33px auto 37px;
    height: 90px;
}

.products-series-item .warranty-div span {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 6px;
}

.products-series-item .warranty-div h2 {
    font-size: 18px;
    line-height: 28px;
}

.products-series-item .purchase-div {
    padding: 10px;
}

.products-series-item .purchase-div a {
    font-size: 16px;
    line-height: 23px;
    padding: 4px 14px;
}

.electra-air-section .content-wrp {
    padding: 0 15px;
}

.products-series {
    padding: 0 0px;
}

.electra-air-section .electra-air-div .electra-air-desc .a_tag_readmore_link {
    left: 25px;
}

.air-electra-wrp-section .conditioners-earth-details img {
    margin-bottom: 20px;
}

.page-id-28071 .air-electra-wrp-section .conditioners-earth-details h3 {
    margin-bottom: 15px !important;
}

.conditioners-earth-section.air-electra-wrp-section .conditioners-earth-inner {
    top: 100px !important;
}

.conditioners-earth-section.air-electra-wrp-section .conditioners-earth-inner {
    padding: 32px 18px !important;
}

.technology-section .technology-img-div {
    height: auto !important;
}

.products-series-item .desc-div p {
    font-size: 14px;
    line-height: 21px;
}

.products-series-item {
    margin: 0 20px 30px 20px;
}

.products-series-item .warranty-div {
    justify-content: center;
}

.products-series-item .warranty-div h2 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 23px;
    font-weight: 700;
}

.icons-wrap.mobile {
    position: relative;
    display: flex;
    z-index: 1;
}

.technology-section .technology-desc-div.icon-1:before {
    width: 29px;
    height: 21px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: 25px;
    /* background-size: 100%; */
}

.technology-section .technology-desc-div.icon-2:before {
    display: none;
}

.technology-section .technology-desc-div.icon-3:before {
    display: none;
}

.technology-section .technology-img-div img {
    object-fit: cover;
    border-radius: 8px 8px 8px 34px;
}

.technology-section .technology-img-div.long-img-2 img {
    object-fit: cover;
    border-radius: 17px 17px 17px 168px;
}

.technology-section .technology-img-div.long-img-3 p {

}

.technology-section .technology-desc-div.icon-2 {
    padding: 16px 20px 13px;
}

.technology-section .technology-desc-div.icon-3 {
    padding: 29px 20px 13px;
}

.products-series-item .desc-div,
.products-series-item .desc-div p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

}


@media screen and (max-width: 600px) {
    .electra-air-div {
        margin: 0 0px 20px 0px;
    }

    .electra-air-section .electra-air-div .electra-air-desc {
        padding: 21px 14px;
    }

    .electra-air-section .electra-air-div .electra-air-desc h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .electra-air-section .electra-air-div .electra-air-desc p {
        font-size: 16px;
        line-height: 23px;
    }

    .electra-air-section .air-conditioners-detail p {
        font-size: 20px;
    }

    .electra-air-section .air-conditioners-detail {
        margin-top: 20px;
    }

    .electra-air-section .air-conditioners-detail h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .electra-air-section {
        padding-bottom: 30px !important;
    }

    .air-electra-wrp-section .conditioners-earth-slider-outer:after {
        width: 280px !important;
        height: 280px !important;
    }

    .technology-section .technology-desc-div h2 {
        font-size: 30px;
        line-height: 44px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .technology-section .technology-desc-div p {
        font-size: 16px !important;
        line-height: 21px !important;
        text-align: center;
        font-weight: 400;
    }

    .technology-section .technology-desc-div.icon-3 p {
        display: none;
    }

    .technology-section .technology-desc-div {
        padding: 16px 20px 52px;
    }

    .banner-logo-img {
        top: 5px;
        right: 35px;
        width: 100px;
        height: 40px;
    }

    .air-desc-down {
        width: 30px;
        height: 30px;
    }

    .air-desc-down a i {
        font-size: 20px;
    }

    @keyframes bounce {
        50% {
            transform: translateY(5px);
        }
    }

    .electra-air-section .air-conditioners-detail {
        margin-top: 0px;
        padding-top: 0px;
    }

    .air-conditioners-detail h3 {
        font-size: 36px;
        line-height: 45px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        font-family: 'Polin Regular' !important;
    }

    .owl-dots {
        top: 96% !important;
    }

    .air-conditioners-slider .owl-dots {
        top: 99% !important;
    }
}

@media only screen and (max-width: 375px) {
    .products-series-item .warranty-div {
        justify-content: center;
    }

    .products-series-item .warranty-div h2 {
        font-size: 16px;
        display: inline-block;
        line-height: 1.2;
        margin-bottom: 0;
    }
}
