:root {
  --ztc-bg-bg-17: linear-gradient(90deg, #f7d936 0%, #f59625 100%);
  --ztc-bg-bg-18: #f59625;
  --ztc-bg-bg-19: #265792;
  --ztc-bg-bg-20: #fafafc;
  --ztc-text-text-12: #f59625;
  --ztc-text-text-13: #265792;
}

.homepage2-body .vl-transparent-header {
  background: var(--ztc-bg-bg-1);
}

.homepage2-body .header-sticky {
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 2px 3px rgb(210 210 210 / 50%);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.3s ease;
}

/* Sticky header animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.homepage2-body .vl-transparent-header::after {
  display: none;
}

.homepage2-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-2);
  padding: 0 10px;
}

.vl-btn2 {
  background: var(--ztc-bg-bg-17);
}

.vl-btn2:hover {
  color: var(--ztc-text-text-1);
}

.vl-btn2::after {
  background: var(--ztc-bg-bg-17);
}

.homepage2-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-12);
}

.homepage2-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-12);
}

.homepage2-body .vl-main-menu ul>li .sub-menu::after {
  background: var(--ztc-bg-bg-18);
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a::after {
  background: var(--ztc-bg-bg-18);
}

.homepage2-body .vl-header-action-item button {
  color: var(--ztc-text-text-12);
}

.homepage2-body .vl-offcanvas {
  background: var(--ztc-bg-bg-19);
}

.vl-footer2-section-area {
  background: var(--ztc-bg-bg-19);
}

.vl-footer2-section-area .vl-copyright-area {
  border-color: #999999;
}

.vl-footer2-section-area .footer-logo1 img {
  width: auto;
  height: 80px;
}

.homepage2-body .vl-transparent-header .vl-logo img {
  width: auto;
  height: 80px;
}

.vl-footer2-section-area .vl-footer-widget.contact ul li a:hover,
.vl-footer2-section-area .vl-footer-widget.first-padding ul li a:hover,
.vl-footer2-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover,
.vl-footer2-section-area .vl-copyright-area ul li a:hover {
  color: var(--ztc-text-text-12);
}

.vl-footer2-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-17);
}

.heading1 h5 {
  color: var(--ztc-text-text-13);
}

.heading2 .vl-section-subtitle {
  color: var(--ztc-text-text-13);
  background: #2657920f;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid;
  border-color: #2657920f;
  display: inline-block;
  padding: 10px 12px;
}

.about2 .about-img::after {
  background: var(--ztc-bg-bg-19);

}

/**----------------------------------------
START: Theme Price CSS
----------------------------------------*/
.tj-price-section {
  padding-top: 120px;
  padding-bottom: 90px;
  background: var(--ztc-bg-bg-20);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.tj-price-section .tj-sec-heading-two {
  max-width: 670px;
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-section .tj-sec-heading-two {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.tj-price-section .tj-sec-heading-two .desc p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-section .tj-sec-heading-two .desc p {
    font-size: 16px;
    line-height: 1.9;
  }
}

.price-top-content {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .price-top-content {
    margin-bottom: 40px;
    display: block;
  }
}

.tj-price-item {
  margin-bottom: 30px;
  border: 1px solid var(--ztc-bg-bg-19);
  background: var(--ztc-bg-bg-1);
  padding: 36px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item {
    padding: 25px;
  }
}

.tj-price-item .save {
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-text-text-1);
  font-size: 14px;
  padding: 6px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .save {
    top: 10px;
    right: 10px;
  }
}

.tj-price-item .title {
  margin-bottom: 20px;
  font-size: 24px;
}

.tj-price-item .desc {
  margin-bottom: 12px;
}

.tj-price-item .desc p {
  line-height: 1.6;
}

.tj-price-item .price-percent {
  margin-bottom: 10px;
}

.tj-price-item .price-percent .price-number {
  font-size: 50px;
  color: var(---ztc-family-font1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  line-height: 1;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-percent .price-number {
    font-size: 35px;
    margin-right: 10px;
  }
}

.tj-price-item .price-percent .price-number .price-percent {
  font-size: 16px;
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-13);
}

/* .tj-price-item .price-button {
  margin-bottom: 20px;
} */

.tj-price-item .price-list ul .style-1 {
  font-size: 17px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-13);
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-list ul .style-1 {
    font-size: 16px;
    padding-left: 40px;
  }
}

.tj-price-item .price-list ul .style-1:last-child {
  margin-bottom: 0;
}

.tj-price-item .price-list ul .style-1 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-19);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.tj-price-item .price-list ul .style-2 {
  font-size: 17px;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-list ul .style-2 {
    font-size: 16px;
    padding-left: 40px;
  }
}

.tj-price-item .price-list ul .style-2:last-child {
  margin-bottom: 0;
}

.tj-price-item .price-list ul .style-2 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.price-switcher {
  border-radius: 10px;
  border: 1px solid var(--ztc-bg-bg-19);
  background: #2657920f;
  padding: 10px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .price-switcher {
    max-width: 250px;
    gap: 10px;
  }
}

.price-switcher span {
  cursor: pointer;
}

.price-switcher .switcher-btn {
  color: var(--ztc-text-text-13);
  background: transparent;
  font-size: 17px;
  font-weight: var(--ztc-weight-medium);
  border-radius: 4px;
  padding: 9px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .price-switcher .switcher-btn {
    padding: 9px 10px;
    font-size: 16px;
  }
}

.price-switcher .switcher-btn.active {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-19);
}

/* !END: Theme Price CSS */
.faq-inner .faq-main-section .accordion-item {
  background: var(--ztc-bg-bg-19);

}

p {
  font-size: var(--ztc-font-size-font-s18);
}

.contact1 .widget-contactbox::after {
  background: var(--ztc-bg-bg-19);

}

.home-banner {
  margin-top: 110px;
  margin-bottom: 75px;
}

.arrow-ul {
  list-style: none;
  padding-left: 30px;

}

.arrow-ul li {
  position: relative;
  margin-bottom: 5px;
}

.arrow-ul li::before {
  content: url(../images/icons/circle-chevron-right.svg);
  position: absolute;
  margin: 3px 0 0 0;
  left: -30px;
  height: 25px;
  width: 25px;
}

.payment-box {
  border: 1px solid var(--ztc-bg-bg-19);
  background: var(--ztc-bg-bg-4);
  padding: 35px;
  text-align: center;
  height: 500px;
}

.payment-box .section-title-five {
  margin: 20px 0;
}

.p-gap p {
  margin-bottom: 15px;
}

.contact1 .contact1-boxarea .input-area {
  margin-top: 15px;
}

.contact2 .contact2-boxarea .input-area input {
  margin-top: 0px;
  padding: 16px;
}

.contact2 .contact1-boxarea .outer-box {
  background-color: #265792;
  border-radius: 10px;
}

.error {
  color: red;
  font-size: 14px;
  margin: 0px;
}

.error1 {
  color: white;
  font-size: 14px;
  margin: 0px;
}

.quotemodal-btn-close {
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  float: right;
  opacity: unset;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 9;

}

.quote-img {
  /* transform: translate(0px, -80px); */
  border: 10px solid #fff;
  border-radius: 20px;
}

.quote-img img {
  border-radius: 10px;
}

#quoteModal .modal-body {
  background: #e3e3e3;
}

.quotemodal-btn-close span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: var(--ztc-bg-bg-19);
  padding: 10px 18px;
  border-radius: 50px;
}

.skils2 .skills-boxarea:hover h3 {
  background: var(--ztc-bg-bg-18);
}

.skils2 .skills-boxarea .content-area a:hover {
  color: var(--ztc-text-text-12);
}

.skils2 .skills-boxarea .content-area p {
  font-size: var(--ztc-font-size-font-s18);
}

.quote-content .title {
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-size: 1.75rem;
}

.contact1 .widget-contactbox {
  height: 120px;
}

.faq-inner .faq-main-section .accordion-item button::before {
  width: 3px;
}

.faq-inner .faq-main-section .accordion-item button::after {
  position: absolute;
  right: 24px;
  top: 27px;
  width: 3px;
}

.faq-inner .faq-main-section .accordion-item button {
  padding: 25px 35px 25px 25px;
}

.call-us {
  padding: 8px 12px;
  color: var(--bs-heading-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.call-us:hover {
  color: var(--ztc-text-text-13);
  background-color: rgba(38, 87, 146, 0.05);
}

.call-us svg {
  background-color: var(--ztc-bg-bg-19);
  padding: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-btn1 {
  gap: 8px;
}

.hero-btn1 .vl-btn2 {
  white-space: nowrap;
  padding: 12px 24px;
  font-weight: 600;
}

.mobile-footer-navigation {
  position: fixed;
  width: 75%;
  bottom: 5px;
  z-index: 99;
  background: var(--ztc-bg-bg-19);
  padding: 10px;
  border-radius: 50px;
  left: 50px;
  right: 0;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(255 255 255);
}

.mobile-footer-navigation img {
  height: 35px;
}

.mobile-footer-navigation span {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
}

.brand-section {
  background: var(--ztc-bg-bg-4);
  padding: 60px 0;
}

.brand-slider {
  margin-top: 0px;
  /* background: var(--ztc-bg-bg-20); */
}

.brand-logo img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

.brand-logo img:hover {
  filter: grayscale(1000%);
}

.service2 .service1-boxarea::after {
  background: var(--ztc-bg-bg-17);
}

.service2 .service1-boxarea .icons {
  background: none;
}

.service2 .service1-boxarea .icons img {
  height: 60px;
}

.service2 .service1-boxarea:hover .icons img {
  filter: unset;
}

.service2 .service1-boxarea:hover .icons {
  background: none;
}

.service2 .service1-boxarea .content-area p {
  font-weight: var(--ztc-weight-semibold);
}

.service2 .service1-boxarea .content-area .title {
  height: 50px;
}

.pac-container {
  z-index: 999999999 !important;
}

.bg-none {
  background: none;
}

.bg-l-shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.heading2 .vll-section-title {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s36) !important;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 46px;
  display: inline-block;
  transition: all 0.4s;
}

.grey-bg {
  background: var(--ztc-bg-bg-20);
}

.right-bottom-radius {
  border-radius: 0 0 8px 0;
}

.solar-table {
  border-radius: 8px;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
  /* ensures horizontal scrolling on small screens */
}

.solar-table thead {
  background-color: #1f4e8c;
  color: #fff;
}

.solar-table th,
.solar-table td {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #000;
  /* black borders */
}

.solar-table th {
  font-weight: 600;
}

.table-bordered {
  border: 1px solid #000;
  /* black outer border */
  border-radius: 8px;
}

/* Smooth overlay scroll on mobile */
.solar-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* iOS smooth scroll */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* Custom scrollbar styling for WebKit browsers */
.solar-scroll::-webkit-scrollbar {
  height: 8px;
}

.solar-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.solar-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.solar-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.solar-package-section {
  padding: 60px 0;
}

.text-blue {
  color: var(--ztc-text-text-13);
}

.why-choose-suncraft {
  background: url('../images/location/location-nsw-bg1.html') no-repeat center center/cover;
  color: #fff;
}

.why-choose-suncraft .choose-card {
  background: #fff;
  color: #2c3e50;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.why-choose-suncraft .choose-card:hover {
  transform: translateY(-5px);
}

.why-choose-suncraft .number-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--ztc-text-text-13);
  /* Bootstrap primary color */
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

.solar-package-section2 .quality-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.solar-package-section2 .quality-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.solar-package-section2 .quality-card h6 {
  font-size: 1rem;
  color: #555;
  margin-left: 20px;
  margin-bottom: 10px;
  /* Bootstrap primary */
}

.solar-package-section2 .quality-card p {
  font-size: 0.9rem;
  color: #555;
}

.solar-package-section2 .quality-card .btn1::before {
  content: url(../images/icons/circle-chevron-right.svg);
  position: absolute;
  margin-bottom: 5px;
  left: -30px;
  height: 25px;
  width: 25px;
}

.battery-package {
  background: url('../images/location/location-nsw-bg2.html') no-repeat center center/cover;
  color: #fff;
}

.battery-package .gradient-text {
  font-size: 2rem;
  /* adjust as needed */
  font-weight: 700;
  background: linear-gradient(90deg, #F7D936 0%, #F59625 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
  text-fill-color: transparent;
}

.service21 {
  background: unset !important;
}

.border-top-review {
  padding: 16px 0 0 0;
  border-top: 1px solid var(--ztc-border-border-1);
}

.prduct-review-carosul .testimonial-dots-main5 .testimonial-main-slider .images {
  padding: 0;
  border-top: none !important;
}

.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .images .text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.prduct-review-carosul .testimonial-dots-main5 .testimonial-main-slider .pera {
  height: 250px;
}

.testimonial5 .testimonial-dots-main5 .testimonial-main-slider ul li i {
  color: #fbad1a !important;
}


.location-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #001c47;
}

.testimonial-main-slider .border-top-review a .product-review-logo {
  height: 22px;
}

.prduct-review-carosul .testimonial-dots-main5 .testimonial-main-slider .pera {
  color: #6e777d;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: left;
  min-height: 230px;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 5px;
}


/* Chrome / Edge / Safari */
.pera::-webkit-scrollbar {
  width: 6px;
}

.pera::-webkit-scrollbar-track {
  background: #f0f0f0b1;
  border-radius: 10px;
}

.pera::-webkit-scrollbar-thumb {
  background: #9bb5d0;
  border-radius: 10px;
}

.pera::-webkit-scrollbar-thumb:hover {
  background: #6d8fb0;
}



.footer-offercard {
  position: fixed;
  bottom: 0;
  background: var(--ztc-bg-bg-17);
  width: 100%;
  box-shadow: 1px 16px 20px 10px #3a3a3a;
  z-index: 100;
}

.footer-offercard .offercard-img {
  width: 550px;
  position: relative;
  height: 111px;
  overflow: hidden;
}

.footer-offercard .offercard-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
  right: 0;
}

.footer-offercard .offercard-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 10px;
}

.footer-offercard .offercard-title span {
  color: var(--ztc-bg-bg-19);
}

.footer-offercard .offercard-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.footer-offercard .btn-style-one {
  background-color: var(--ztc-bg-bg-19);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  transition: all .3s;
}

.specialOfferQuote_no_border {
  border: 0;
}

.footer-offercard .w-fit-content h6 {
  color: var(--ztc-bg-bg-19);
  margin-bottom: 8px;
}

#XmaxWebcountdown {
  text-align: center;
  margin: auto;
  /* padding: 0 0 40px 0;
  position: absolute; */
  top: 15px;
  left: 0;
  right: 0;
}

#XmaxWebcountdown .labels li {
  width: 56px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 9px;
  color: var(--ztc-bg-bg-19);
  margin-top: 5px;
}

#XmaxWebcountdown #tiles>span,
#XmaxWebcountdown #mobtiles>span {
  border-radius: 10px;
  min-width: 46px;
  font-size: 22px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  background-color: var(--ztc-bg-bg-19);
  margin: 0 7px;
  display: inline-block;
  position: relative;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

#XmaxWebcountdown .labels {
  width: 100%;
  height: 22px;
  text-align: center;
  /* position: absolute;
  bottom: 44px; */
}

#XmaxBlogcountdown .titles {
  width: 100%;
  height: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

.chrismas-header-title {
  background-color: #e22a30 !important;
  padding: 10px 0 !important;
}

@media (min-width: 0px) and (max-width: 576px) {
  .footer-offercard .offercard-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    text-align: center;
  }

  .footer-offercard .offercard-desc,
  .footer-offercard .offercard-img {
    display: none;
  }

  #XmaxWebcountdown {
    text-align: center;
    margin: auto;
    top: 69px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 52px;
    font-size: 9px;
  }

  #XmaxWebcountdown #tiles>span {
    background-color: #3d6da8;
    border-radius: 10px;
    min-width: 42px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
  }

  .footer-offercard .btn-style-one {
    font-size: 16px;
  }


  #XmaxWebcountdown .labels {
    width: 100%;
    height: 30px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 18px;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    bottom: 6px;
  }

  .chrismas-header-title p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  .footer-offercard .btn-style-one {
    padding: 5px 10px;
  }
}

/*mobile css*/
@media (min-width: 576px) and (max-width: 767px) {
  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown #tiles>span {
    width: 34px;
    max-width: 34px;
    font-size: 20px;
    line-height: 20px;
    margin: 0px 1px;
    padding: 4px 0 4px 0;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 26px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 15px;
    font-size: 9px;
    line-height: 9px;
    margin: 0px;
    bottom: 10px;
    text-align: center;
    /* margin: auto; */
  }

  .footer-offercard .btn-style-one {
    padding: 5px 10px;
  }

  .footer-offercard .offercard-img {
    display: none;
  }

  .footer-offercard .offercard-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }

  #XmaxWebcountdown .labels li {
    width: 40px;
    font-size: 9px;
  }

  .footer-offercard .w-fit-content h6 {
    font-size: 12px;
  }
}

/*tab css*/
@media (min-width: 768px) and (max-width: 991px) {
  .footer-offercard .btn-style-one {
    font-size: 14px;
  }

  .footer-offercard .btn-style-one {
    padding: 5px 10px;
  }

  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 50px;
    font-size: 10px;
  }

  #XmaxWebcountdown #tiles>span {
    min-width: 36px;
    font-size: 18px;
    line-height: 36px;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 22px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 16px;
    font-size: 12px;
    line-height: 12px;
    margin: 0px;
    bottom: 10px;
  }

  .footer-offercard .offercard-img {
    display: none;
  }

  .footer-offercard .offercard-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }

  #XmaxWebcountdown .labels li {
    width: 45px;
    font-size: 9px;
  }

  .footer-offercard .w-fit-content h6 {
    font-size: 12px;
  }
}

/*laptop css*/
@media (min-width: 992px) and (max-width: 1199px) {
  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 45px;
    font-size: 9px;
  }

  .footer-offercard .w-fit-content h6 {
    font-size: 12px;
  }

  #XmaxWebcountdown #tiles>span {
    background-color: #3d6da8;
    border-radius: 10px;
    min-width: 36px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 22px;
    bottom: 36px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    bottom: 10px;
  }

  .footer-offercard .offercard-img {
    display: none;
  }

  .footer-offercard .offercard-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-offercard .offercard-img {
    width: 380px;
    height: 110px;
  }

  .footer-offercard .offercard-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }
}

/*pc css*/
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer-offercard .offercard-img {
    width: 380px;
    height: 110px;
  }

  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    /* padding: 0 0 40px 0;
    position: absolute; */
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 52px;
    font-size: 9px;
  }

  #XmaxWebcountdown #tiles>span {
    background-color: #3d6da8;
    border-radius: 10px;
    min-width: 42px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
  }

  .footer-offercard h6 {
    font-size: 14px;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 22px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    bottom: 10px;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .footer-offercard .offercard-img {
    width: 400px;
    height: 110px;
  }

  .footer-offercard .offercard-title {
    font-size: 24px;
  }

  .footer-offercard .offercard-desc {
    font-size: 19px;
  }
}