@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.jamescorecom {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 8px;
    align-items: center;
}

h3.rated-excellent-based {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 137%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}

h1.light-cooling {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 114%;
    letter-spacing: 0%;
    vertical-align: bottom;
    padding-bottom: 16px;
        color: #0C2539;
}

section.list div {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
}
section.list img.image-icon {
    width: 18px;
}
.marisa-f {
    font-size: 16px;
    font-weight: 400;
}
section.list h3 {
     font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}
.brightened-and-cooled-my-room-parent {
    border: 1px solid #3A748C;
    background: #F6F7F9;
    width: 100%;
    opacity: 1;
    border-radius: 15px;
    border-width: 1px;
    border-style: dashed;
    padding: 16px;
    text-align: center;
    margin-bottom: 16px;
}
.frame-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0px 0px;
    gap: 16px;
}

p.brightened-and-cooled {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
img.frame-item
 {
    max-width: 35px;
}


button.component-2 {
    opacity: 1;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #FF7C0E;
    box-shadow: 0px 4px 4px 0px #00000040;
    border:none;
    padding: 10px;
}

.containerBox {
    display: flex;
    padding: 16px 0px;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    align-items: center;
}

.backgroundborder-wrapper {
    background: #95DF89;
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius: 50px;
    border: 2.29px solid #ADF4A1;
    animation: 1s ease-in-out infinite fade;
}
@keyframes fade {
  0%,
  100%,
  70% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
}
section.frame-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 16px 0px;
}

section.frame-section > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

section.frame-section img {
        margin: 0 auto;
    max-width: 48px;
    height: 60px;
    margin-bottom: 0px;
}
section.frame-section img.rectangle-icon {
       max-width: 64px;
}

.as_seen_on_sec {
    clear: both;
    position: relative;
    z-index: 99;
    margin-top: -3px;
    background: #F0F2FD;
}
.as_seen_on_sec .as_seen_on_cntnt_cntnr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 80px;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    /* width: 96%; */
}
.as_seen_hdng {
    width: 12%;
    float: left;
}
.as_seen_hdng p {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 0;
    color: #848484;
    text-align: left;
    text-transform: capitalize;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
}
.as_seen_on_cntnr_desk {
    width: 80%;
    float: left;
}
.as_seen_on_cntnr_desk .slider-collection .owl-carousel {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
}
.pro-slider .item {
    text-align: center;
    display: table;
}
.pro-slider img {
    height: 54px;
    object-fit: contain;
    width: 86px;
    padding: 0;
    filter: grayscale(1);
    opacity: 0.4;
}
/* @media(min-width:1920px) {
  section#about .container {
    max-width: 1682px;
}
.hero-img-side, .hero-img-side-mob {
    position: relative;
    height: 800px;
}
h1.light-cooling {
    font-family: Inter;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    padding-bottom: 16px;
}
section.list div {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}
.brightened-and-cooled-my-room-parent {
    margin-bottom: 20px;
}
} */


video.img-fluid.step-img, .step-img {
    /* width: 100%; */
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    max-width: 400px;
    width: 100%;
}



section.stepsSection.Howtoinstall {
    background: #F9F9F9;
    padding: 80px 0px;
}

p.stepCount {
    background: #1E96C9;
    border: 5.85px solid #FFFFFF;
    width: 50px;
    height: 50px;
    border-width: 5.85px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 37.46px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: -26px;
    position: relative;
    color: #ffffff;
}

.step-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    padding: 16px 0px;
}


p.step-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
    padding-bottom: 16px;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    min-height: 70px;
}


.perfectSection {
    background: #ffffff;
    padding: 80px 0px;
}
.section-title {
  color: #2c7fb8;
  font-weight: 700;
  font-size: 44px;
  background: linear-gradient(90.1deg, #000000 -5.14%, #1E9ACB 22.49%, #1E5CA8 75.1%, #000000 105.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Card */
.room-card {
  position: relative;
  /* border-radius: 16px; */
  overflow: hidden;
  /* height: 280px; */
}

.room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Gradient overlay */
.room-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  /* background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0)); */
  color: #fff;
  text-align: center;
}

.room-card h6 {
    margin: 0;
    font-family: Libre Franklin;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    min-height: 40px;
}

/* .room-card p {
  font-weight: 600;
    font-size: 20px;
    min-height: 40px;
} */
.room-card p {
    min-height: 40px;
    font-family: Libre Franklin;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}
/* CTA */
.cta-btn {
    max-width: 383px;
    height: 52px;
    opacity: 1;
    border-radius: 5.28px;
    width: 100%;
    background: #FF7C0E;
    box-shadow: 0px 3.02px 3.02px 0px #00000040;
    border: none;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
        margin: auto;
}

/* Stock info */
.stock-info {
  font-size: 12px;
  color: #666;
}

.stock-info .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: green;
  border-radius: 50%;
  margin-right: 4px;
}

.stock-info .bars {
  display: inline-flex;
  gap: 2px;
  margin-left: 5px;
}

.stock-info .bars span {
  width: 6px;
  height: 6px;
  background: #ccc;
  display: inline-block;
}

.stock-info .bars .low {
  background: red;
}
.row.flexWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
        margin-top: 50px;
        margin-bottom: 40px;
}
.button:hover, button:hover {
    background: #ff7c0e;
    cursor: pointer;
}
.cardPerfect {
    max-width: 100%;
    width: 264px;
    height: fit-content;
    opacity: 1;
    border-radius: 25px;
    overflow: hidden;
}



a.btn.btn-warning.px-4.py-2.fw-bold.cta-btn.commonBtn {
    background: #FF7C0E;
    box-shadow: 0px 3.02px 3.02px 0px #00000040;
    width: 383px;
    height: 54px;
    border-radius: 5.28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 8px;
    color: #ffffff;
    font-family: Inter;
    font-weight: 700;
    font-size: 22.62px;
    line-height: 59.56px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.containerBox img.amplihear-icon {
    max-width: 80px;
}






.limitedOfferSection {
  background: #2f6f86;
  padding: 80px 0;
  color: #fff;
  font-family: Arial, sans-serif;
}

/* .container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
} */

.limitedOfferWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
position: relative;
z-index: 9;
}

.limitedOfferLeft {
    max-width: 575px;
    width: 100%;
}


.titlelimited {
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 700;
    font-size: 44px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
}
/* Offer Box */
.offerBox {
      border: 2px solid #fff;
    border-radius: 12px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    max-width: 572px;
    margin: 0 auto 16px;
    font-family: "Work Sans", sans-serif;
}

.offerText {
      font-size: 20px;
    font-weight: 700;
    opacity: 1;
    font-family: "Work Sans", sans-serif;
    line-height: 34.53px;
}

.timer {
  display: flex;
  gap: 20px;
}

.timer div {
  text-align: center;
}

.timer span {
    font-size: 44px;
    font-weight: 700;
    display: block;
}

.timer small {
      font-size: 16px;
    opacity: 1;
}

/* Text */
.highlight {
    font-weight: 700;
    margin: 10px 0;
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 20px 0px;
}

.subText {
      font-size: 16px;
    opacity: 1;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
}

/* Features */
.featuresLimit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    max-width: 578px;
    margin: 30px auto;
}
.featuresLimit div {
    display: flex;
    gap: 16px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
}

/* CTA */
section.limitedOfferSection .guarantee-cta {
    margin: 0 auto;
}

/* Stock */
.stockInfo {
  font-size: 12px;
  opacity: 0.9;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #6fdc6f;
  border-radius: 50%;
  margin-right: 5px;
}

.bars {
  display: inline-flex;
  gap: 3px;
  margin: 0 5px;
}

.bars span {
  width: 8px;
  height: 6px;
  background: #ccc;
  display: inline-block;
}

.bars .low {
  background: red;
}

.lowText {
  color: #ff4d4d;
  font-weight: 600;
}

/* RIGHT */
.limitedOfferRight img {
    max-width: 100%;
    width: 100%;
}
section.limitedOfferSection a.btn.btn-warning.px-4.py-2.fw-bold.cta-btn.commonBtn {
    margin-top: 20px;
}

.showdesk {
    display: block; 
}
.feature-img .showdesk {
    width: 100%;
    height: 100%;
}
.showMob {
    display: none;
}
.features {
    position: relative;
}
.topWappercurve {
    position: absolute;
    right: 0;
    top: -530px;
}
.topWappercurve2 {
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
}
.what-makes {
    position: relative;
    overflow: hidden;
}

.imageBoxCurve {
    position: absolute;
    bottom: 0;
    right: -260px;
    height: 630px;
    transform: rotate(30deg);
}
.limitedOfferSection {
    position: relative;
}

.curverImage4 {
    position: absolute;
    bottom: 0;
    max-height: 650px;
    overflow: hidden;
    left: 0;
    max-width: 215px;
}
.topWappercurvebottom {
    position: absolute;
    bottom: -210px;
    max-width: 400px;
    left: 0;
}

.guarantee-cta .commnBtnWrap {
    max-width: 100%;
    width: 100%;
}

section#reviews .commnBtnWrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
button.faq-q:hover {
    background: transparent;
}

section#comparison .commnBtnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctsDev {
    position: relative;
    top: 0px;
    font-size: 43.85px;
}

.commonBtn {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}
@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}
@media(max-width:1300px) {
    .curverImage4, .imageBoxCurve, .topWappercurve, .topWappercurve2, .topWappercurvebottom {
        display: none;
    }
}




#nav-bar-section.fixed-nav {
    position: fixed;
    z-index: 9999;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    margin-top: 0;
    top: -1px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #fff;
}


  /* section#reviews .swiper-backface-hidden .swiper-slide {
    margin-right: 30px !important;
} */
/* Responsive */
@media only screen and (max-width: 991px) and (min-width: 768px) {

    h1.light-cooling {
      font-size: 30px;
  
}
.s5Col2 .s5Col2Top p, .s5Col3 .s5Col2Top p, .s5Col4 .s5Col2Top p {
      font-size: 12px;
}
.comp-rating{width: 90px;}
img.jamescorecom-child {
    width: auto;
    height: 14px;
}
.marisa-f {
    font-size: 12px;
 }
 .frame-container {
       gap: 13px;
}
.as_seen_on_sec .as_seen_on_cntnt_cntnr {
    padding: 24px 18px;
  }
  .as_seen_hdng p {
    font-size: 22px;
  }
p.brightened-and-cooled {
    font-size: 14px;
   
}
.text {
    font-size: 15px;
   }
h3.rated-excellent-based {
       font-size: 11px;
   
}
.story-text .section-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 30px;
}
  .offerBox {
    flex-direction: column;
  
  }
  .story {
    padding: 110px 0px 20px;
}
.features .section-title {
    font-size: 35px;
       margin-bottom: 42px;
}
.what-makes, .perfectSection, section.stepsSection.Howtoinstall, .what-makes {
    padding: 80px 0px 10px;
}
p.step-desc {
       font-size: 14px;
 }
 .titlelimited {
    font-size: 33px;
}
.highlight {
    font-size: 20px;
}
 
.guarantee-badge img {
    width: 255px;
    height: 340px;
}
.tick img{
    width: 18px; height: 18px;
}
}
@media (max-width: 768px) {
  .limitedOfferWrap {
    flex-direction: column;
    text-align: center;
  }
.feature-img img{
    width: 100%;
}

  .features {
    grid-template-columns: 1fr;
  }

  .offerBox {
    flex-direction: column;
    gap: 10px;
  }
}

@media(max-width:767px) {
.steps-grid .slick-list.draggable {
    padding: 20px 10px !important;
}
.what-makes, .perfectSection, section.stepsSection.Howtoinstall {
    padding: 80px 0px 10px;
}
.step-card {
  margin: 0 6px;
}

.slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.slick-center {
  opacity: 1;
  transform: scale(1);
}

/* dots */
.custom-dots {
  text-align: center;
  margin-top: 10px;
}

.custom-dots span {
  width: 11px;
  height: 11px;
  background: #D9D9D9;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
}

.custom-dots .active {
  background: #3A748C;
}



    h3.rated-excellent-based {
    font-size: 14px;
}
.jamescorecom {
    justify-content: center;
}
button#hamburger:hover {
    background: transparent !important;
}
.showdesk {
    display: none;
}
.showMob {
    display: block;
}
img.jamescorecom-child {
    max-width: 76px;
}
h1.light-cooling {
    font-size: 34px;
}
section#about .container
 {
    padding: 0px;
}
section.jamescorecom-parent {
    padding: 0px 20px;
}
    .hero-img-side-mob {
        display: block;
        margin-bottom: 10px;
        height: 400px;
    }
    .as_seen_on_sec .as_seen_on_cntnt_cntnr {
        display: none;
    }
    section.frame-section img
 {
    margin: 0 auto;
    max-width: 46px;
    height: 46px;
    margin-bottom: 0px;
}
button.component-2 {
    opacity: 1;
    width: calc(100% - 32px);
    height: 60px;
    border-radius: 5px;
    background: #FF7C0E;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: none;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.text {
    font-size: 16px;
}
section.frame-section div {
    font-size: 11px;
}
section.frame-section {
    padding: 16px 16px;
}
.hero {
    background: #ffffff;
}
.hero-img-side-mob video {
        border: 0px solid #fff;
    }

    section.list {
    padding: 16px;
}
    .jctkr-wrapper, .features_cntnr {
        float: none;
        position: relative;
        width: 100%;
        height: 85px;
        overflow: hidden;
        box-shadow: none;
    }
    section.list img.image-icon {
    width: 22px;
}
.brightened-and-cooled-my-room-parent {
    display: none;
}
    section.list h3 {
        font-size: 20px;
    }
   .as_seen_on_cntnr_mob {
        display: block;
        box-shadow: 0px 4px 4px 0px #00000040;
        margin-bottom: 16px;
    }
    .jctkr-wrapper ul {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        font-size: 0;
        text-align: left;
        opacity: 1;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        z-index: 20;
    }
        .features_cntnt {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0;
        position: absolute;
    }
    .features_cntnt li {
        position: relative;
        width: 25%;
        height: 100%;
    }
    .jctkr-wrapper ul li {
        float: left;
        position: relative;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .features_cntnt img {
        width: 60px !important;
        margin-left: 0px;
        height: auto;
    }
    .jctkr-wrapper ul li img {
        max-width: unset;
        filter: grayscale(1);
        opacity: 0.5;
    }

    .story-text .section-title {
        text-align: center;
        font-size: 32px;
        margin: auto;
        line-height: normal;
        margin-bottom: 40px;
    }
    img.story-img-desk {
    display: none;
}
section#story .story-body {
    display: block;
    font-size: 16px;
    margin-top: 32px;
}
    .story-body p {
        font-size: 16px;
        line-height: 25px;
    }
    .features .section-title {
        font-size: 32px;
        margin-bottom: 40px;
        line-height: 42px;
    }
    .feature-card.reverse
 {
        grid-template-columns: 1fr;
        gap: 0px;
        flex-direction: column;
    }
    .feature-card {
        grid-template-columns: 1fr;
        min-height: auto;
        flex-direction: column;
    }
        .feature-img {
        height: auto;
        max-width: 100%;
    }
    .feature-card.reverse .feature-img {
    border-radius: 25px;
    overflow: hidden;
    height: 400px;
}
.feature-card.reverse .feature-img img {
    height: 100%; width: 100%;
}
.feature-card.reverse > * {
    max-width: 100%;
}
.what-makes .section-title {
        font-size: 32px;
    }

    .feature-body {
        padding: 20px 0px;
        text-align: left;
        width: 100%;
    }

    .wm-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-bottom: 1.5px solid #C9C9C9;
    padding-bottom: 20px;
}

.wm-item:last-child {
    border-bottom: 1.5px solid #C9C9C9;
    padding-bottom: 25px;
}
.wm-right .wm-item:last-child {
    border-bottom: 0px solid #C9C9C9;
    padding-bottom: 25px;
}
.section-title {
    font-size: 32px;
}
.swiper-horizontal {
    padding-bottom: 40px !important;
}
.swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
}
.swiper-pagination-bullet-active {
    background: #3A748C !important;
}

    .comparison .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
        .s5Col1 ul li, .s5Col2 ul li {
        font-weight: 600;
    }
    .s5Col1 {
        width: 46% !important;
        padding: 10px 0 0px 0px !important;
    }
    .s5Col2.s5Col3, .s5Col2 {
        width: 26% !important;
    }
    section.guarantee .guarantee-cta {
        display: block;
         margin: 10px auto;
    }
    .titlelimited {
        margin-bottom: 20px;
        font-family: Inter;
        font-weight: 700;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: center;
    }

    .offerBox {
        border: 0px solid #fff;
        border-radius: 12px;
        padding: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        max-width: 572px;
        margin: 0 auto 16px;
        font-family: "Work Sans", sans-serif;
    }

    .reviews .section-title {
        font-size: 32px;
        line-height: 40px;
        padding: 0 20px;
    }
    .timer {
        display: flex;
        gap: 20px;
        width: 100%;
        border: 2px solid #ffffff;
        text-align: center;
        justify-content: center;
        padding: 20px 20px;
        border-radius: 24px;
    }
    p.highlight {
    display: none;
}
p.subText {
    display: none;
}

    .faqs .section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .featuresLimit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    max-width: 578px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
}
.featuresLimit div {
    display: flex;
    gap: 12px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    /* justify-content: center; */
    align-items: center;
    font-weight: 600;
}
.featuresLimit div:first-child {
    order: 1;
}
.featuresLimit div:nth-child(2) {
    order: 3;
}
.featuresLimit div:nth-child(3) {
    order: 2;
}
.featuresLimit div:last-child {
    order: 4;
}

.limitedOfferRight {
    display: none;
}

section.limitedOfferSection .guarantee-cta {
    display: block;
}

.limitedBoxWrapMob img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.container.showMob {
    margin-top: 30px;
}
.story-img-mob {
        display: block;
        padding: 16px;
    }
    .faq-icon {
    transition: transform .3s;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    /* text-align: center; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto !important;
    min-width: 40px;
    min-height: 40px;
}
    
}


@media(max-width:429px) {
     h3.rated-excellent-based {
        font-size: 12px;
    }
}
@media(max-width:380px) {
    h3.rated-excellent-based {
        font-size: 11px;
    }
    .text {
        font-size: 16px;
    }
    .s5Col2 .s5Col2Top p, .s5Col2Top.s5Col3Top p {
        font-size: 10px;
    }
}
@media(min-width:1301px) and (max-width: 1419px) {
.curverImage4 {
        position: absolute;
        bottom: 0;
        max-height: 650px;
        overflow: hidden;
                left: -108px;
        max-width: 270px;
    }
}
@media(min-width:1420px) and (max-width: 1599px) {
    .curverImage4 {
        position: absolute;
        bottom: 0;
        max-height: 650px;
        overflow: hidden;
        left: -60px;
        max-width: 270px;
    }
    section#about .container {
        max-width: 1380px;
    }
}
@media(min-width:1600px) {
    .curverImage4 {
        max-width: 270px;
    }
    section#about .container {
        max-width: 1380px;
    }
}
@media(min-width:1920px) {
    nav.navbar .container {
        max-width: 1682px;
    }
    .curverImage4 {
       max-width: 300px;
    }
    section#about .container {
        max-width: 1682px;
    }

    h1.light-cooling {
        font-size: 58px;
    }
    .hero-img-side, .hero-img-side-mob {
        position: relative;
        height: 760px;
    }

    h3.rated-excellent-based {
        font-size: 20px;
    }
    section.list div {
        margin-bottom: 28px;
    }
    section.list h3 {
        font-size: 20px;
        line-height: 24px;
    }
    p.brightened-and-cooled {
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
    }

    .hero-content {
        gap: 80px;
    }
    .as_seen_on_cntnr_desk {
    width: 86%;
    float: left;
}

.story-inner {
    max-width: 1395px;
}
.story-text .section-title {
    font-size: clamp(32px, 3.5vw, 48px);
    }
    .story-body p {
    max-width: 550px;
}

.features-grid {
    max-width: 1395px;
}
.feature-img {
    height: 452px;
}
.what-makes .section-title {
    font-size: 48px;
}
.wm-grid {
    max-width: 1520px;
}

.wm-item-title {
    font-size: 24px;

}
.wm-item-desc {
    font-size: 18px;
}
.section-title {
    color: #2c7fb8;
    font-weight: 700;
    font-size: 48px;
}
.steps-grid.container {
    max-width: 1520px;
}
p.step-desc {
    padding-bottom: 16px;
}
section.perfectSection .container {
    max-width: 1400px;
}

.comparison .section-title {
    font-size: clamp(26px, 3vw, 48px);
    max-width: 1000px;
}
.s5CompBox {
    display: flex;
    width: 1112px;
}

.faqs .section-title {
    font-size: 48px;
}
.titlelimited {
    font-size: 48px;
}

.reviews .section-title {
    font-size: clamp(26px, 3vw, 48px);
}
    .footer-copy {
        max-width: 100%;
        margin: 0 auto 30px;
        line-height: 28px;
        font-size: 14px;
    }
}
@media(max-width:667px) {
    .guarantee-text {
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .feature-img img.img-fluid.showMob {
        border-radius: 20px;
        width: 100%;
    }
    .cta-btn {
        max-width: 339px;
        font-size: 18px;
        padding: 10px 16px;
        display: flex;
        justify-content: center;
}

}

@media(max-width:400px) {
.jamescorecom {
      gap: 9px;
  
}
.ships-by-3rd-container {
    font-size: 10px;
}
.btn-arw {
    margin-left: 5px;
    width: 30px !important;
}
    .story-text .section-title {
        font-size: 28px;
    }
    .features .section-title {
        font-size: 28px;
        line-height: 40px;
    }
    .feature-img img.img-fluid.showMob {
        object-fit: cover;
        height: 100%;
        border-radius: 20px;
    }
    section.stepsSection.Howtoinstall {
        padding: 40px 0px;
    }
    .backgroundborder-wrapper {
        width: 12px;
    }
    .perfectSection {
        padding: 0;
    }
    .section-title {
        font-size: 28px;
    }
    .what-makes .section-title {
        font-size: 28px;
    }
    .feature-title {
        font-size: 24px;
    }
    .features .section-title {
        font-size: 28px;
        line-height: 40px;
    }
    .story-text .section-title {
        font-size: 28px;
    }
    .comparison .section-title {
        font-size: 28px;
    }
    .guarantee-title {
        font-size: 28px;
    }
    .titlelimited {
        font-size: 30px;
    }
    .offerText {
        font-size: 18px;
    }
    .faqs .section-title {
        font-size: 28px;
    }

    .reviews .section-title {
    background: linear-gradient(90deg, #000000 14%, #1E9ACB 26%, #1E5CA8 77%, #000000 46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    }
    .feature-img {
        height: 340px;
        max-width: 100%;
    }
    .feature-card.reverse .feature-img {
        height: 340px;
    }
}
@media (max-width: 375px){
       img.jamescorecom-child {
    max-width: 62px;
}
.text {
    font-size: 14px;
}
h1.light-cooling {
    font-size: 28px;
}
.features .section-title {
    font-size: 27px;
    line-height: 30px;
}
img.jamescorecom-child {
    max-width: 62px;
}
}




/* MOBILE ONLY */
@media (max-width: 767px) {

  .reviews-grid {
    padding: 10px 0;
  }
.limitedOfferSection {
    padding: 80px 0 10px;
}
  .reviews-grid .review-card {
    margin: 0 6px;
    transition: all 0.3s ease;
  }

  .reviews-grid .slick-slide {
    opacity: 0.5;
    transform: scale(0.92);
  }

  .reviews-grid .slick-center {
    opacity: 1;
    transform: scale(1);
  }

  /* dots */
  .reviews-dots {
    text-align: center;
    margin-top: 12px;
  }

  .reviews-dots span {
    width: 11px;
    height: 11px;
    background: #D9D9D9;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
  }

  .reviews-dots .active {
    background: #3A748C;
  }
.hero-img-side img, .hero-img-side video, .hero-img-side-mob video {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    object-fit: cover;
    height: 100%;
    filter: brightness(1.2) contrast(1.05);
    object-position: center 60%;
}
}