@font-face {
  font-family: 'open-sans-s';
  src: url('../fonts/OpenSans-SemiBold.ttf');
}
@font-face {
  font-family: 'open-sans-m';
  src: url('../fonts/OpenSans-Medium.ttf');
}
@font-face {
  font-family: 'open-sans-r';
  src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'amithen';
  src: url('../fonts/Amithen.ttf');
}
@font-face {
  font-family: 'sf-r';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF');
}

@font-face {
  font-family: 'sf-sem-bold';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF');
}

body, p {
	font-family: 'sf-r';
}
h2, h6 {
	font-family: 'sf-sem-bold';
}
.popup-content p {
	font-family: 'sf-r' !important;
}
.footer ul li {
	font-family: 'sf-r' !important;
}
.see_more_posts {
	font-family: 'sf-r';
}
.main-bnr-new-content a.navbar-brand {
	position: relative;
	top: 0px;
	width: 200px;
	padding: 0;
	z-index: 9;
}
/* Floating WhatsApp Button */
.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 56px;
	height: 56px;
	background: #25D366;
	border-radius: 50%;
	border: none;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Popup Container */
.whatsapp-popup {
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 330px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.2);
	display: none;
	flex-direction: column;
	z-index: 9999;
	overflow: hidden;
	
}

/* Header */
.popup-header {
	background: #075E54;
	color: #fff;
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.popup-header p {
	font-size: 12px;
	margin: 2px 0 0;
	font-family: 'Product Sans regular';
	font-weight: 400;
	text-align: left;
}

.popup-header span {
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 2px;
}

.popup-header strong {
	color: #fff;
	font-family: 'Product Sans regular';
	font-size: 17px;
}


/* Body */
.popup-body {
	padding: 18px 24px 98px 18px;
	background-image: url("../img/wa_bg.png");
	background-repeat: repeat;
	background-size: cover;
	position: relative;
}
.popup-body::before {
  content: "";
  position: absolute;
  inset: 0;

  background-color: #ECE5DD;
  opacity: 0.07;

  pointer-events: none;
}
.popup-body > * {
  position: relative;
  z-index: 1;
}
.message-bubble {
  background: #DCF8C6;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  max-width: 85%;
}

/* Footer */
.popup-footer {
  padding: 12px;
  background: #fff;
}

.whatsapp-action {
  display: block;
  text-align: center;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 25px;
  font-weight: bold;
}

/* Message bubble */
.popup-body .message-bubble {
  position: relative;
  background-color: #dcf8c6;
  margin: 8px 0;
  padding: 6px 8px 8px 9px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 85%;
  color: #000;
}

/* Polygon tail (WhatsApp-style) */
.popup-body .message-bubble::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -8px;
	width: 9px;
	height: 18px;
	background-color: #dcf8c6;
	clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
	-webkit-clip-path: polygon(100% 40%, 7% 48%, 96% 100%);
}

.popup-footer .fab.fa-whatsapp {
	font-size: 20px;
}
.popup-footer a:hover {
	color: #fff;
}
/* Mobile Optimization */
@media screen and (max-width: 767px) {
.whatsapp-popup {
	right: 5px;
	bottom: 5px;
	width: auto;
	left: 5px;
	z-index: 99;
}
    .call-float {
    right: 16px;
    bottom: 80px;
  }
#whatsappBtn {
	display: block !important;
	z-index: 1;
}
.call-float {
	display: flex !important;
}
}

.call-float {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 56px;
	height: 56px;
	background-color: #0d6efd;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	z-index: 1;
	text-decoration: none;
}

.call-float:active {
  transform: scale(0.95);
}
.rotate-right {
  transform: rotate(90deg);
}
#whatsappBtn {
	display: none;
}
.call-float {
	display: none;
}

/* Slide-up animation only */
.whatsapp-popup {
  transform: translateY(40px); /* start slightly down */
  transition: transform 0.3s ease;
}

.whatsapp-popup.show {
  transform: translateY(0);
}

/* SECTION */
.door-repair-carasoul {
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}
.door-repair-carasoul .section-header {
	text-align: left;
	margin-bottom: 40px;
}
.door-repair-carasoul .section-header h2 {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: -22px;
	font-family: 'sf-sem-bold';
	color: #676767;
}
.door-repair-carasoul .product-card h3 {
	font-family: 'sf-sem-bold' !important;
	font-size: 28px;
	line-height: 30px;
}
.door-repair-carasoul .product-card .heading {
	font-family: open-sans-r;
	font-size: 14px;
}
.door-repair-carasoul .product-card .sub {
	font-family: open-sans-s;
	font-size: 15px;
}
.door-repair-carasoul .product-card p {
	margin-bottom: 10px;
}
.door-repair-carasoul .product-card .text {
	font-family: open-sans-r;
	font-size: 12px;
}
.door-repair-carasoul .section-header h2 span {
	color: #45b263;
}
/* CARDS CONTAINER */
.door-repair-carasoul .cards-container {
  position: relative;
  overflow: visible;
  /* padding-left: 80px; */
  width: 1140px !important;
  margin: 0px auto;
}

.door-repair-carasoul .cards-wrapper {
 display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
  padding-right: 150px !important; /* space for overflow */
  
}

/* CARDS */
.door-repair-carasoul .product-card {
  width: 375px;
  min-width: 375px;
  padding: 56px 26px 26px 26px;
  border-radius: 22px;
  color: #fff;
  flex-shrink: 0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.door-repair-carasoul .product-card.black {
  background: #000;
}

.door-repair-carasoul .product-card.light {
	background: #fff;
	color: #000;
}


.apple-slider.door-repair-carasoul .slider-track .slide-card:nth-child(2) > div {
background: linear-gradient(to bottom,  #dbeef7 0%,#ffffff 100%);
}

.door-repair-carasoul .product-card img {
	width: 60%;
	margin-top: 2px;
	border-radius: 12px;
	max-width: 100%;
}
.door-repair-carasoul .apple-card-img {
	text-align: center;
}
.door-repair-carasoul .product-card.card-5 .apple-card-img {
	text-align: left;
}

/* ARROWS */
.door-repair-carasoul .nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	cursor: pointer;
	z-index: 9999;
	font-weight: bold;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.door-repair-carasoul .nav-btn {
	background: transparent;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
	content: 'prev';
	display: none;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
	content: 'prev';
	display: none;
}

.door-repair-carasoul .nav-btn svg {
	background: #ffffffdb;
	width: 59px;
	border-radius: 50%;
	padding: -3px;
	border: 1px solid #80808029;
	fill: #646466;
}

.swiper-button-prev {
	width: auto !important;
	height: auto !important;
}
.swiper-button-next {
	width: auto !important;
	height: auto !important;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
	content: 'next';
	display: none;
}

.swiper-button-next svg {
	background: #ffffffdb;
	width: 51px !important;
	border-radius: 50%;
	/* padding: -3px; */
	border: 1px solid #80808029;
	fill: #646466;
	padding: 0px !important;
}
.swiper-button-prev svg {
	background: #ffffffdb;
	width: 51px !important;
	border-radius: 50%;
	/* padding: -3px; */
	border: 1px solid #80808029;
	fill: #646466;
	padding: 0px !important;
}

.door-repair-carasoul #prevBtn {
  left: 10px;
}

.door-repair-carasoul #nextBtn {
  right: 10px;
}
.hidden {
  opacity: 0;
  pointer-events: none;
}

.door-repair-carasoul .hidden {
  opacity: 0;
  pointer-events: none;
}
.door-repair-carasoul .product-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* card-1 */
.door-repair-carasoul .product-card.card-1 .heading {
	margin-top: 5px;
	margin-bottom: 2px;
}
.door-repair-carasoul .product-card.card-1 .text {
	display: inline-block;
	align-items: start;
	margin-top: 0px;
}
.door-repair-carasoul .product-card.card-1 .text img {
	margin-top: 0px;
	width: 100px;
}
/* card-2 */
.door-repair-carasoul .product-card.card-2 h3 {
	margin-bottom: 5px;
}
.product-card.card-2 .card-g-star {
	width: auto;
	margin-top: 0px;
	margin-bottom: 6px;
}
/* card-3 */
.door-repair-carasoul .product-card.card-3 .card-main-img {
	align-items: center;
}
/* card-4 */
.door-repair-carasoul .product-card.card-4 h3 {
	margin-bottom: 5px;
}
.door-repair-carasoul .product-card.card-4 .text img {
	width: auto;
	margin-top: 0;
}
.door-repair-carasoul .product-card.card-4 .text {
	display: flex;
	align-items: start;
}
.door-repair-carasoul .product-card.card-4 .text {
	display: flex;
	align-items: start;
	gap: 12px;
}
.apple-g-r-img {
	width: auto !important;
	margin-bottom: 8px;
}
/* card-5 */
.door-repair-carasoul .product-card.card-5 h3 {
	margin-bottom: 5px;
}
.door-repair-carasoul .card-main-img {
	display: flex;
	margin-top: 30px;
	align-items: start;
	gap: 15px;
}
.door-repair-carasoul .card-main-img img {
	margin-top: 0px !important;
}
.door-repair-carasoul .card-main-img h2 {
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.door-repair-carasoul .card-main-img > div img {
	width: 70%;
}
/* card-6 */
.product-card.card-6 .card-g-star {
	width: auto;
	margin-top: 5px;
	margin-bottom: 8px;
}

/* ===============================
   SECTION
================================ */



.payment-modal {
  border-radius: 20px;
  overflow: hidden;
}

.btn-pink {
  background: #ffb6c1;
  border: none;
  font-weight: 500;
}

.btn-pink:hover {
  background: #ff9aae;
}

.payment-method-box {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
}

.flexible-form .form-control {
  border-radius: 10px;
  padding: 10px 14px;
}

.flexible-form .form-check {
  padding: 10px;
  border-radius: 8px;
  transition: 0.3s;
}

.call-sec h4 {
	font-size: 34px;
	font-family: 'sf-sem-bold';
	color: #6e6e73;
}

.flexi-form-popup .heading + p {
	margin-top: 16px;
	font-size: 23px;
	color: #000 !important;
	font-weight: bold;
	margin-bottom: 10px !important;
}

.or::before {
	content: "";
	display: block;
	height: 1px;
	background: #676767;
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: 1;
}

.modal-header {
	position: absolute;
	right: 10px;
	background: #fff;
	border-radius: 0px;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	padding: 10px !important;
	top: 10px;
	z-index: 10;
}

.btn-close {
	padding: 0px !important;
}

.modal-dialog .modal-content.payment-modal {
	padding: 30px;
}

.flexi-form-popup .img {
	text-align: center;
}

.popups .heading {
	padding: 0px;
	font-family: 'sf-sem-bold';
	text-transform: capitalize;
}

.real-time .modal-body {
	padding: 60px;
}

.zippy-card.big h3 {
	color: #222;
	 font-family: 'sf-sem-bold';
}

.new-bnr-services ul li {
	width: calc(350px - 20px);
}
.zippy-column .img img {
	width: 100%;

}

.fix-header .bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fix-header {
	padding: 20px 0px 20px 0px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	position: sticky;
	top: 0px;
	z-index: 10000;
}
.fix-header .bar > img {
	width: 200px;
}

.zippy-experience .zippy-nav.next {
	display: none;
}

.bar .location {
	font-size: 22px;
	text-transform: uppercase;
	/* text-decoration: none; */
	color: #222;
	font-weight: bold;
	font-family: 'sf-sem-bold';
}
.fix-header .bar .call-button {
	width: 280px;
}

.zippy-column .img {
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 14px;
}

.real-time.\31 2-month.solu h3 {
	text-align: left !important;
}

.real-time.\31 2-month.solu *{
	text-align: left !important;
}

.real-time.\31 2-month.solu p {
	width: 100%;
}

.bbld + p {
	margin-top: 0px !important;
}

.real-time.\31 2-month.solu.inp .call-button a {
	text-align: center !important;
}

.bbld {
	margin-bottom: 0px !important;
}

.real-time.\31 2-month.solu h3 + p {
	color: #222 !important;
	font-size: 16px;
}


.bbld {
	font-family: "sf-sem-bold" !important;
	color: #222 !important;
	margin-top: 30px !important;
	font-size: 19px;
}

.accordion-body {
    color: #676767;
}

.modal-dialog {
	max-width: 790px !important;
}

.modal-header {
	background: transparent !important;
	border-radius: 50% !important;
	display: flex;
	padding: 0px !important;
	width: unset !important;
	height: unset !important;
}

.modal-header button {
	position: relative;
	left: -19px;
}

.modal-content {
	border-radius: 20px !important;
}

.or span {
	background: #fff;
	display: inline-block;
	width: 20px;
	height: 25px;
	position: relative;
	z-index: 2;
}

.modal-header button {
	background-color: #e8e8ed;
	border-radius: 50% !important;
	width: 43px;
	height: 43px;
	position: relative;
	top: 5px;
	left: -8px;
}

.real-time.nsh img {
	width: 240px;
	margin-bottom: 20px;
}

.flexi-form-popup .img img {
	width: 300px;
}

body {
	background: #f5f5f7 !important;
}
#paymentModal .heading {
	background:linear-gradient(90deg, #0365b8, #5cc18e);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 36px;
}

.or {
	position: relative;
}

.zp {
	width: 140px;
	padding: 10px;
	margin: 0px auto;
	box-shadow: 0px 0px 4px -2px;
}

.modal-body > p {
	text-align: center;
	 font-family: 'sf-r';
}


.real-time .modal-body > p {
	width: 510px;
	margin: 6px auto;
}



.modal-body > p {
	text-align: center;
	font-family: 'sf-r';
	color: #1d1d1fb5;
}

.flexible-form .form-check:hover {
  background: #f5f5f5;
}

.modal-content {
  animation: popupScale 0.3s ease;
}

@keyframes popupScale {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}







/* ===============================
   SECTION
================================ */

.zippy-experience {
  background: #f5f5f7;
  padding: 60px 20px;
}

.card-slider h2 {
	padding-bottom: 0px !important;
}

.image-content {
	height: 71px !important;
	padding: 0px 12px !important;
}

.extra .zippy-title {
	font-size: 34px;
	font-family: 'sf-sem-bold';
	margin-top: 90px;
}

.gellary-section .work-text {
	font-size: 34px;
	font-family: 'sf-sem-bold';
	color: #6e6e73;
}

.for-m {
	display: none;
}

.extra .zippy-title span {
	color:#2db36b;
}

.zippy-title {
	margin: 0 auto 30px;
	font-size: 32px;
	color: #6b6b6b;
	font-weight: 400;
	font-family: 'sf-sem-bold';
	text-align: left !important;
}

.zippy-title span {
  color: #2db36b;
  font-weight: 600;
}

/* ===============================
   CAROUSEL WRAPPER
================================ */

.zippy-carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: visible; /* 👈 allows arrows outside */
}


/* ===============================
   CLIPPING AREA
================================ */

.zippy-carousel-clip {
  overflow: hidden; /* 👈 hides overflowing cards */
}

/* ===============================
   CAROUSEL TRACK
================================ */

.zippy-carousel {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
}

/* ===============================
   COLUMN STRUCTURE
================================ */

.zippy-column {
	display: flex;
	flex-direction: column;
	gap: 18px;
	flex-shrink: 0;
	/* width: 100; */
	flex: 1;
}

.zippy-column.big-column {
	/* width: 380px; */
	flex: 2;
}

/* ===============================
   CARDS
================================ */

.zippy-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* BIG CARD */

.zippy-card.big {
  height: 100%;
}

.zippy-card.big h3 {
  font-size: 22px;
  margin: 10px 0;
}

.zippy-card.big h3 span {
  background: linear-gradient(90deg, #0365b8, #5cc18e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.ofer-card img:hover {
	transform: scale(1.01);
	transition: 0.5s;
	cursor: pointer;
}

.ofer-card {
	padding: 4px 0px;
}

.ofer-card img {
	width: 100%;
	border-radius: 20px;
}

.zippy-card.big h3 + p {
	color: #222 !important;
	width: 350px;
}


.zippy-card.big p {
  font-size: 14px;
  color: #555;
}

.zippy-card.big img {
	width: 70%;
	margin-top: 20px;
}

.modal {
	z-index: 1000000000000000000000 !important;
}

/* SMALL CARDS */

.zippy-card.small {
  height: calc(50% - 9px);
  font-size: 15px;
  color: #222;
}

/* ===============================
   TEXT UTILITIES
================================ */

.zippy-tag {
	font-size: 11px;
	letter-spacing: 1px;
	color: #222;
	font-family: 'sf-r';
}

.green {
  color: #2db36b;
  font-weight: 600;
}

.red {
  color: #e84b4b;
  font-weight: 600;
}

/* ===============================
   NAVIGATION BUTTONS
================================ */

.zippy-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 24px;
  z-index: 30;
  display: none;
}

/* LEFT ARROW – OUTSIDE */
.zippy-nav.prev {
  left: -60px;
}

/* RIGHT ARROW – OUTSIDE */
.zippy-nav.next {
  right: -60px;
  display: block;
}
.door-repair-carasoul .product-card.black p {
	color: #fff;
}
.door-repair-carasoul .product-card.black h3 {
	color: #fff;
}

.gif-bnr-new .text-slide {
	display: flex;
	justify-content: space-between;
	height: 70px;
	align-items: center;
}
.gif-bnr-new .text-slide .contact-btn {
	width: 280px !important;
	border: 1px solid #fff;
	font-family: open-sans-r;
	font-size: 14px !important;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gif-bnr-new .call-button {
	margin-right: 120px;
}

.new-bnr-services .flex-row {
	display: flex;
	justify-content: space-between;
}

.new-bnr-services ul {
	padding: 0px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 20px;
}
.gif-bnr-new .lod {
	color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 0px;
	position: relative;
}
.gif-bnr-new .lod ul {
	padding-left: 0 !important;
	margin-bottom: 0px;
}
.gif-bnr-new .lod ul li {
	list-style: none;
}
.gif-bnr-new {
	background-color: #45b263;
}
.gif-bnr-new .text-slide h1 {
	text-align: center;
	color: #ffffff;
	font-weight: 600 !important;
	font-family: open-sans-r;
	font-size: 24px;
	margin-bottom: 0px;
	padding: 0;
	height: auto;
}
.main-bnr-new .sib {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	position: static;
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: 'sf-sem-bold';
	font-weight: normal;
	line-height: 26px;
}
.main-bnr-new .call-button a {
font-family: sf-sem-bold;
	font-size: 26px !important;
	max-width: 470px;
	width: 470px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 18px !important;
	padding-right: 12px !important;
	height: 60px !important;
	border: 1px solid #fff;
}
.main-bnr-new .call-button span::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	top: 0px;
	bottom: 0px;
	left: 68px;
}
.main-bnr-new .google-verified-logo {
	left: 0px;
	position: relative;
	top: 0px;
	width: 161px;
	border-radius: 20px;
	z-index: 100;
}
.main-bnr-new .tagline {
	font-size: 26px;
	color: #45b263;
	font-family: sf-sem-bold;
	margin-top: 15px;
	position: relative;
	display: inline-block;
}
.main-bnr-new .tagline span {
	color: #fff;
	font-family: amithen;
}
.main-bnr-new .tagline::after {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/tagline-line.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.main-bnr-new.new {
	background: #000;
	background-image: url("../img/zippey-new.gif");
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: right center;
}
.main-bnr-new .call-button {
	margin-top: 40px;
}
.new-bnr-services {
	background-color: #000;
	padding: 50px 0;
}
.new-bnr-services ul li {
	color: #fff;
	font-size: 18px;
	font-family: 'sf-sem-bold';
	line-height: 32px;
}
.new-bnr-services ul li {
	color: #fff;
	font-size: 16px;
	font-family: sf-r;
	line-height: 22px;
	list-style: none;
	display: flex;
	align-items: baseline;
}
.contact-btn {
	font-family: 'sf-r';
}
.new-bnr-services ul li img {
	padding-right: 10px;
}
 .main-bnr-new {
	background: #000;
}
.main-bnr-new .bnr-img img {
	width: 750px;
}
.bnr-img {
	overflow: hidden;
}
.bnr-img img {
	position: relative;
	right: 20%;
}
/* .main-bnr-new-content {
	padding-top: 75px;
} */
.header-image-hover:hover .overlay {
	display: block;
	z-index: 9 !important;
}

.hendle-type .img img {
	width: 100%;
}

.hendle-type h2 {
	font-size: 42px;
	color: #000;
	margin-bottom: 37px;
}

.hendle-type > .container {
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
	margin-top: 70px;
}



.hendle-type .content p {
	margin-bottom: 5px;
	width: 590px;
	line-height: 20px;
	font-size: 18px !important;
}

.upvc-header {
	background: #fff;
	padding: 10px;
	margin: 42px 0px !important;
}

.wraper .img img {
	width: 100%;
}

.upvc-header p {
	margin: 0px;
	text-align: center;
	font-family: 'sf-r';
	font-size: 16px;
}

.main-bnr-new {
	background-position: center 10px !important;
	background-size: 73% !important;
	background-repeat: no-repeat !important;
	background-color: #000 !important;
	padding: 60px 0;
}

/* services section css */
/* ZIPPEY SERVICES SLIDER */

#new-zippey-services {
	width: 100%;
	padding: 40px 0;
	position: relative;
	background-color: #f5f5f5;
}

#new-zippey-services .section-header h2 {
	font-size: 34px !important;
	margin-bottom: 25px;
	font-family: 'sf-sem-bold';
	color: #45b263;
}

.zippy-column.big-column a {
	text-decoration: none;
}


.apple-slider {
	padding: 0px 0;
	overflow: hidden;
}

 .apple-slider .slider-wrapper{
    position:relative;
    overflow:hidden;
}

 .apple-slider .slider-track{
    display:flex;
    gap:24px;
    transition:transform .6s cubic-bezier(.25,.8,.25,1);
    cursor:grab;
}

.apple-slider .slider-btn {
	padding: 0px;
	background: transparent;
}

.apple-slider .slider-btn svg {
	background: #ffffffdb;
	width: 59px;
	border-radius: 50%;
	padding: -3px;
	border: 1px solid #80808029;
	fill: #646466;
}

.slide-card * {
	font-family: 'sf-r' !important;
}

.slider-track {
	padding-top: 10px;
	padding-bottom: 40px;
}

.product-card {
	height: 100%;
}

 .apple-slider .slide-card {
	min-width: 320px;
	height: auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	/* padding: 20px; */
	flex-shrink: 0;
}

/* Nav Buttons */
  .apple-slider .slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  
    border:none;
  
    
   
    cursor:pointer;
    z-index:10;
}

 .apple-slider .slider-btn.prev{ left:20px; }
  .apple-slider .slider-btn.next{ right:20px; }

 .apple-slider .slider-btn.hide{
    display:none;
}



.prolink {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

#new-zippey-services .services-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#new-zippey-services .services-wrapper {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
}

#new-zippey-services .service-card {
	min-width: 166px;
	max-width: 166px;
	padding: 20px;
	border-radius: 12px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#new-zippey-services .service-card h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}

#new-zippey-services .nav-btn {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: #ffffff91;
	color: #222;
	border: none;
	padding: 4px 15px;
	font-size: 22px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5;
	border: 1px solid grey;
}
/* new css of outer part */
#new-zippey-services #prevBtn {
	left: 10px;
}
#new-zippey-services #nextBtn {
	right: 10px;
}

#new-zippey-services .hidden {
  opacity: 0;
  pointer-events: none;
}



.accordion-body * {
	color: #676767 !important;
	font-family: 'sf-r';
}
#new-zippey-services .service-card p {
	color: rgb(29, 29, 31);
	font-size: 15px;
	font-family: 'sf-sem-bold';
	margin-top: 10px;
	text-align: center;
}
.bnr-img-mob {
	display: none;
}



.product-card:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transform: scale(1.02);
	transition: 0.5s;
	z-index: 100000;
}

.card-slider.new-card-slider .card {
	border: none;
}
.card-slider.new-card-slider .image-content img {
	width: 90%;
}

.sld-mobile {
	display: none;
}

.container {
  max-width: 1140px !important;   /* apni custom width */
}

.door-repair-carasoul .cards-container {
	width: 1140px !important;
}

.zippy-carousel-wrapper {
	max-width: 1140px !important;
}

.product-card.black.card-1.top .text img {
	width: 60px;
	margin-right: 4px;
	position: relative;
	top: -3px;
}
.product-card.black.card-1.top .text {
	margin-bottom: -1px !important;
}
.product-card.black.card-1.top .sub {
	margin-bottom: 5px !important;
	margin-top: 10px !important;
}
.faq-section img {
	width: 100%;
}
.faq-section {
	background: #edefee;
	margin-top: 50px;
	padding: 90px 0;
}
.button-number span {
	display: none;
}
.accordion-button {
	padding: 14px !important;
	border-bottom: 1px solid #c8c7c7 !important;
}
.button-number, .button-numbers {
	font-size: 16px !important;
}
.accordion-body p {
	text-align: left;
}
.fAQ-right h2 {
	font-family: 'sf-sem-bold';
	font-size: 34px;
	font-weight: 500;
	color: #676767;
}
.fAQ-right h2 span {
	color: #45b263;
}
.accordion-item .accordion-button {
	color: #676767 !important;
	font-family: 'sf-r';
}
.accordion-body {
	padding: 1rem 1.25rem !important;
	background: #f7f7f7;
	font-family: 'sf-r';
}

.img.mmds img {
	width: 500px;
}
.addons ul + p a {
	text-decoration: none;
	color: grey;
	font-family: 'sf-r';
}
.popup-head p {
	font-family: 'sf-r';
}
.popup-head a {
	font-family: 'sf-r';
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	background: #edefee !important;
}
.our-work-new .our-work h2::before {
	display: none;
}

.gellary-section p {
	margin-top: -6px !important;
}
.our-work-new .gellary-section .work-text {
	font-size: 34px;
	font-family: 'sf-sem-bold';
	color: #676767;
}

.hendle-type.img-size.para-block p {
	display: block !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }

  .zippy-carousel-wrapper {
	max-width: 1140px !important;
}

  .door-repair-carasoul .cards-container {
	width: 1140px !important;
}
#trust .image-content {
	height: 140px !important;
	padding: 0px 12px !important;
}
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }

  .zippy-carousel-wrapper {
	max-width: 1140px !important;
}
  .door-repair-carasoul .cards-container {
	width: 1140px !important;
}


}


@media (min-width: 1500px) {
  .container {
    max-width: 1500px !important;
  }



  .zippy-carousel-wrapper {
	max-width: 1500px !important;
}



  .door-repair-carasoul .cards-container {
	width: 1500px !important;
}
}

@media (max-width: 1500px) {
	.main-bnr-new {
	background-size: 65% !important;
}
}



.zippy-column .zippy-card:hover {
	transition: 0.5s;
	transform: scale(1.01);
}
.zippy-column .img:hover {
	transition: 0.5s;
	transform: scale(1.01);
}

.card-slider h2 {
	text-align: center !important;
	color: #6e6e73 !important;
	font-family: 'sf-sem-bold' !important;
	font-size: 34px !important;
}

.real-time.\31 2-month.solu.inp h3 {
	margin-bottom: 40px;
}

.real-time.\31 2-month.solu.inp h3 + p {
	margin-bottom: 30px;
}

.gogle-review {
	display: flex;
	align-items: center;
	gap: 11px;
}

.apple-card-img img {
	border-radius: 0px !important;
}

.gogle-review .cont p img {
	width: 85px;
	margin-left: 2px;
	position: relative;
	top: -2px;
}

.gogle-review + p {
	margin-top: 6px;
	line-height: 17px;
	font-size: 13px;
}

.gogle-review .cont p {
	margin-bottom: 0px;
}

.gogle-review .img img {
	width: 44px;
}

.hendle-type.op .content p {
	width: 100%;
	margin-bottom: 22px;
}

.hendle-type.op h3 {
	font-size: 40px;
	padding-bottom: 30px;
	/* border-bottom: 1px solid #d8d8d9; */
	margin-bottom: 0px;
}

.hendle-type.op > .container {
	margin-top: 29px !important;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}


.faq-section.upc {
	background: #f5f5f7;
	padding-right: 8px;
	padding-left: 8px;
}

.faq-section.upc .accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	background: #f5f5f7 !important;
}

.wraper.black {
	background: #000;
	padding: 30px 25px;
	border-radius: 13px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wraper.black * {
	color: #fff;
}

.upvc-cards .wraper > .row > .cont .content {
	width: 500px;
}

.upvc-cards .wraper > .row > .cont .content h2 {
	font-size: 40px;
	margin-bottom: 40px;
}

.upvc-cards .wraper > .row > .cont .content p {
	font-size: 18px !important;
	line-height: 24px;
	margin-bottom: 7px;
}



.upvc-cards .wraper > .row > .cont .content li {
	font-size: 18px !important;
	line-height: 24px;
	margin-bottom: 0px;
	font-family: 'sf-r';
}

.wraper.black.with-bg .content {
	text-shadow: 2px 2px 21px black;
}

.upvc-cards .wraper > .row > .cont {
	align-items: end;
}

.upvc-cards .wraper > .row > div {
	display: flex;
	align-items: center;
}

.conte.mde {
	margin-top: 90px;
	margin-bottom: 100px;
}

.hendle-type .img img {
	margin-bottom: 20px;
}

.hendle-type.op li {
	font-family: 'sf-r';
	margin-bottom: 12px;
	font-size: 18px;
}

.hendle-type.op ol {
	padding-left: 18px;
}

.upvc-cards {
	margin-bottom: 40px;
}

.wraper.black.white {
	background: #fff;
}

.wraper.black.white * {
	color: #222;
}

.wraper.with-bg {
	background-position: top center;
	background-repeat: no-repeat;
	height: 500px;
	background-size: cover;
}

.wraper.with-bg > .row {
	height: 100%;
}

.macanism {
	margin-top: 130px;
}

.upvc-cards.lock h2 {
	margin-bottom: 30px !important;
}

.upvc-cards.lock p {
	margin-bottom: 18px !important;
}

.wraper.with-bg h2 {
	margin-bottom: 10px !important;
}

.wraper.black.white.one .img img {
	width: 420px;
}

.wraper.black.white.one h2 {
	font-size: 50px !important;
}

.upvc-cards .row {
	height: 100%;
}



.upvc-cards .wraper {
	height: 640px;
	box-sizing: content-box;
}

.read-more-btn {
	font-family: "sf-r";
	padding: 8px 30px;
	border-radius: 6px;
	margin-top: 10px;
	font-size: 18px;
	background-color: #048d49;
	border: 0;
	color: #fff;
}

.macanism .contetn * {
	margin-bottom: 12px;
}

.macanism .contetn p {
	font-size: 20px;
}

.macanism .contetn li {
	font-size: 20px;
	font-family: 'sf-r';
}
.upvc-cards.mob-card {
	display: none;
}
.slide-card a {
	text-decoration: none;
}
.swiper-slide a {
	text-decoration: none;
}
.upvc-cards.only-img .wraper {
	height: auto;
}
.hendle-type.img-size img {
	width: 40%;
}
#accordionFlushExample > div:nth-child(12) p:nth-child(2n+1) {
	margin-bottom: 0px;
	margin-top: 20px;
	color: #222;
	font-weight: bold;
}

.footer {
	background: #f5f5f7 !important;
}
.macanism.hinge img {
	width: 100%;
}
.hendle-type.para-none li {
	font-size: 18px;
	font-family: 'sf-r';
	line-height: 20px;
	list-style-type: none;
}
.hendle-type.para-none ul {
	padding-left: 0px !important;
	margin-bottom: 10px;
}
.hendle-type.para-block .content img {
	width: 100%;
}
.door-category p {
	font-family: 'sf-r';
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	text-align: left;
}
.door-category {
	margin-top: 60px;
}
.door-category h2 {
	font-size: 42px;
	color: #000;
}
.door.img-w img {
	width: 261px;
	height: 565px;
}
/* ===============================
   RESPONSIVE css
================================ */
@media (max-width: 768px) {
.door-category {
	padding: 0 8px;
	margin-top: 30px;
	text-align: center;
}
.door-category p {
	text-align: center;
}
	.door-category h2 {
	font-size: 31px;
}

	.upvc-cards .wraper > .row > .cont .content h2 {
	font-size: 40px;
	margin-bottom: 40px;
	padding-top: 15px;
}

.text-slide {
	min-height: 92px;
	display: flex;
	align-items: center;
}

.gif-banner .text-slide h1 {
	height: auto !important;
}

.text-slide h1 {
	font-size: 20px !important;
}

.img.mmds img {
	width: 100%;
}
.accordion-button {
	padding: 14px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
	.hendle-type.img-size img {
	width: 100%;
}
.upvc-cards.only-img .wraper {
	padding: 0px !important;
}
	.our-work-new .insta-icon {
	z-index: 9999;
	position: relative;
}

.hendle-type.op h3 {
	font-size: 31px;
	padding-bottom: 21px;
	/* border-bottom: 1px solid #d8d8d9; */
	margin-bottom: 0px;
}

.upvc-cards.last {
	margin-bottom: 0px !important;
}

.upvc-cards .wraper {
	height: auto;
}

.wraper.black.white.one .img img {
	width: 100%;
}

.wraper.black.white.one h2 {
	font-size: 41px !important;
	text-align: center;
}

.wraper.black.white.one p {
	text-align: center !important;
}

.upvc-cards.lock .img {
	margin-bottom: 30px;
}

.upvc-cards.lock p {
	margin-bottom: 9px !important;
}

.upvc-cards.lock h2 {
	margin-bottom: 11px !important;
}

.wraper.with-bg {
	height: 250px;
	background-size: cover;
}



.upvc-cards .wraper > .row > .cont .content {
	width: 100%;
	padding: 10px;
}

.upvc-cards .wraper .row.wrap {
	flex-direction: column-reverse;
}

.upvc-cards .wraper > .row > .cont .content h2 {
	font-size: 25px;
	margin-bottom: 16px;
}

.upvc-cards .wraper > .row > .cont .content p {
	text-align: left;
}

.upvc-cards .wraper {
	padding: 17px 18px;

}

.hendle-type.op .wrp {
	padding-left: 10px;
	padding-right: 10px;
}

.hendle-type.op li {
	font-family: sf-r;
	margin-bottom: 12px;
}

.hendle-type.op ol {
	padding-left: 22px;
}
.hendle-type.op ul {
	padding-left: 22px !important;
}

.hendle-type > .container {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-top: 40px;
}

.conte.mde {
	margin-top: 50px;
	margin-bottom: 40px;
}

.hendle-type h2 {
	font-size: 31px;
	color: #000;
	margin-bottom: 19px;
}

.hendle-type .content p {
	width: 100%;
	text-align: left;
	line-height: 25px;
	margin-bottom: 10px !important;
}

.macanism {
	margin-top: 50px;
	padding: 0 8px;
	padding-bottom: 20px;
}
.hendle-type {
	padding: 0 8px;
}
.macanism .contetn * {
	margin-bottom: 4px !important;
	text-align: left;
	margin-top: 2px;
}
.macanism h2 {
	margin-top: 10px !important;
}
.macanism img {
	width: 75%;
}
.macanism .img {
	text-align: center;
}
.real-time.\31 2-month.solu.inp h3 {
	margin-bottom: 10px;
}

.real-time.\31 2-month.solu.inp h3 + p {
	margin-bottom: 10px;
}

.real-time.\31 2-month.solu.inp .call-button a {
	text-align: center !important;
	max-width: 260px !important;
}

.container.extra.one {
	padding-right: 0px;
}

.container.extra.one .row > div {
	padding-right: 0px;
}

.real-time.\31 2-month.solu.inp .call-button a b {
	position: relative;
	top: 7px;
}

.gellary-section .work-text {
	margin-bottom: 9px;
}

	.faq-section .faq-heading {
	flex-direction: column-reverse;
}

.gellary-section .screenshot_slider.owl-carousel {
	padding-right: 0px;
}
.container.extra.two {
	padding-right: 0px;
}

.container.extra.two .row > div {
	padding-right: 0px;
}

#trust > .container {
	padding-right: 0px;
}
.fAQ-right h2 {
	font-size: 27px;
}
.fAQ-right {
	margin-bottom: 20px;
}
.faq-section {
	background: #edefee;
	margin-top: 50px;
	padding: 25px 0;
}
  .cards-wrapper {
    overflow: hidden !important;
    cursor: default !important;
  }

  .apple-slider.door-repair-carasoul {
	padding-top: 0px !important;
}

.zippy-experience {
	padding-top: 20px;
	padding-bottom: 0px;
}

.gellary-section .work-text {
	font-size: 27px;
	margin-top: 0px;
}

  #new-zippey-services {
	padding-bottom: 0px;
}

  .apple-slider .slider-btn {
	display: none;
}

.serviceSection .swiper-button-next {
	display: none;
}

.serviceSection .swiper-button-prev {
	display: none;
}

  .door-repair-carasoul .product-card {
	width: 100% !important;
}

.door-repair-carasoul .product-card h3 {
	font-family: 'sf-sem-bold' !important;
	font-size: 26px;
	line-height: 30px;
}

  .apple-slider .slide-card {
	width: 80%;
}

  .apple-slider.door-repair-carasoul {
	padding-top: 41px;
}

.owl-nav {
	display: none;
}



  .extra .zippy-title {
	font-size: 27px;
	font-family: 'sf-sem-bold';
	margin-top: 50px;
}

  .zippy-card.big h3 + p {
	color: #222;
	width: 100%;
}

  .card-slider {
	margin-top: 37px !important;
}

.fix-header {
	padding: 15px 0px !important;
}



.fix-header .bar > img {
	width: 140px;
}
.bar .location {
	font-size: 21px;
}

  .real-time .modal-body > p {
	width: 100%;
	margin: 6px auto;
}

  .product-card {
	height: 480px;
}

.call-sec h4 {
	font-size: 27px;
}

.call-sec a {
	display: block;
	font-size: 30px !important;
}

  .real-time .modal-body {
	padding: 20px;
}

.popups .heading {
	padding: 0px;
	font-size: 22px;
}

  .modal-dialog .modal-content.payment-modal {
	padding: 10px;
}

  #zippyCarousel {
	flex-direction: column;
}

.zippy-column {
	display: flex !important;
	width: 100% !important;
	flex-direction: unset;
}

.door-repair-carasoul .product-card {
	min-width: 100% !important;
	padding: 26px;

}

.gif-bnr-new .text-slide {
	height: 120px;
	/* padding: 15px; */
}
.zippy-column.big-column > div {
	height: auto !important;
}


.zippy-column > div {
	width: 100% !important;
	height: 140px !important;
}
.zippy-column.big-column {
	/* width: 380px; */
	flex: unset;
	width: 100% !important;
}

  .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
	content: 'prev';
	font-size: 20px !important;
	background:#ffffff7a;
	width: 60px !important;
	/* height: 50px !important; */
	/* padding: 8px; */
	border-radius: 50%;
	padding: 9px 15px 9px 12px;
	color: #222;
	font-weight: bold;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
	content: 'prev';
	font-size: 20px !important;
	background:#ffffff7a;
	width: 60px !important;
	/* height: 50px !important; */
	/* padding: 8px; */
	border-radius: 50%;
	padding: 9px 14px 9px 15px;
	color: #222;
	font-weight: bold;
}

  .btn-desk {
	display: none;
}

.door-repair-carasoul {
	padding-bottom: 0px;
}

  .sld-mobile {
	display: block;
}

  .cover.desk {
	display: none;
}
}

@media screen and (max-width: 768px) {
	.upvc-cards {
	padding: 0 8px !important;
}
	.wraper.black.with-bg.desk {
	display: none;
}
.upvc-cards.mob-card .content {
	margin-top: 10px;
}
.upvc-cards.mob-card {
	display: block;
}
	.door-repair-carasoul,
  .door-repair-carasoul .cards-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cards-wrapper {
    padding-left: 0 !important;
  }
	.main-bnr-new .navbar-brand img.img-fluid.main-logo-img {
	max-width: 147px;
	margin-top: 0;
	padding-top: 10px;
}
	.cards-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
  }
  .cards-wrapper:active {
    cursor: grabbing;
  }
	.zippy-card.big p {
	text-align: left;
}
	.zippy-title {
	font-size: 27px;
	text-align: center;
	margin-bottom: 20px;
}
.door-repair-carasoul .section-header h2 {
	font-size: 27px;
	text-align: left;
	margin-bottom: -33px;
}

.card-slider h2 {
	font-size: 27px !important;
	text-align: left !important;
}
.door-repair-carasoul .cards-wrapper {
	display: flex;
	gap: 25px;
	transition: transform 0.5s ease;
	padding-right: 150px;
	padding-left: 15px;
}
	.door-repair-carasoul #nextBtn {
	left: 365px;
}
	.bnr-img-mob {
	display: block;
}
.main-bnr-new {
	background-image: none !important;
	background-color: #000 !important;
	padding: 10px 0;
}
.new-bnr-services {
	border-top: none;
	padding-top: 0px;
}

.new-bnr-services {
	padding-bottom: 21px;
}

#new-zippey-services .section-header h2 {
	font-size: 34px;
	/* text-align: center; */
}
.bnr-text {
	text-align: center;
}
.main-bnr-new .google-verified-logo {
	width: 100%;
}
.main-bnr-new .google-verified-logo {
	width: 100%;
	top: 10px;
}
.main-bnr-new .call-button a {
	font-family: open-sans-r;
	font-size: 14px !important;
	width: 300px;
	margin: 0;
	line-height: 20px;
	height: 56px !important;
}
.main-bnr-new .tagline {
	font-size: 22px;
}
.main-bnr-new .tagline::after {
	top: 40px;
	display: none;
}

.main-bnr-new .call-button {
	margin-top: 26px;
	display: flex;
	justify-content: center;
}

.bnr-img-mob img {
	margin-top: 20px;
}

.new-bnr-services ul li {
	width: 50%;
	text-align: left !important;
	font-size: 12px !important;
	line-height: 23px !important;
	text-align: center !important;
}

.new-bnr-services ul li {
	display: unset;
	margin-bottom: 7px;
}

.new-bnr-services ul{
	gap: 0px;
	justify-content: space-between !important;
}

.new-bnr-services ul li img {
	display: none;
}
.main-bnr-new .sib {
	font-size: 15px;
	margin: 0;
}
.main-bnr-new .bnr-img-mob img {
	width: 100%;
}
	.main-bnr-new a.navbar-brand {
	position: static;
	top: -37px;
	width: 134px !important;
	padding: 10px;
}
	.footer-buttons {
	display: none;
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	z-index: 99;
	left: 0;
	right: 0;
	gap: 20px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
	.product-card p {
	text-align: start;
}
  .zippy-column.big-column {
    width: 320px;
  }

  .zippy-column {
    width: 240px;
  }

.zippy-nav.prev {
	left: -8px;
}
.zippy-nav.next {
	right: -8px;
}
}
@media screen and (min-width:768px) and (max-width:992px){
	.door {
	text-align: center;
}
.door p {
	text-align: center;
}
.door-category {	
	text-align: center;
}
.door-category p {
	text-align: center;
}
	.accordion-button {
	padding: 14px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
	.hendle-type.op {
	padding: 0 12px !important;
}
.zippy-nav.next {
	right: 0px !important;
}
.zippy-nav.prev {
	left: 0px !important;
}
.gif-bnr-new .call-button {
	margin-right: 0;
}
.gif-bnr-new .text-slide h1 {
	font-size: 18px;
}
.main-bnr-new .call-button a {
	font-size: 16px !important;
	max-width: 470px;
	width: 332px;
}
.main-bnr-new .call-button {
	margin-top: 18px;
}
.main-bnr-new .tagline {
	font-size: 22px;
}
.main-bnr-new .tagline::after {
	top: 42px;
}
.new-bnr-services {
	padding: 0px 0;
	padding-bottom: 20px;
}
.new-bnr-services ul {
	padding-left: 0px !important;
}
.new-bnr-services ul li {
	font-size: 14px;
	line-height: 26px;
}
.main-bnr-new {
	background-size: 90% !important;
}
}
@media screen and (min-width:1500px) and (max-width:1708px){
.main-bnr-new {
	background: url("../img/zippey-new.gif");
	background-position: 90%;
	background-size: 65%;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 80px 0;
}

.door-repair-carasoul .cards-wrapper {
 display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
  padding-right: 250px !important; /* space for overflow */
}
}
@media screen and (min-width:1709px) and (max-width:2850px){
	.main-bnr-new {
	background: url("../img/zippey-new.gif");
	background-position: 73%;
	background-size: 63% !important;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 120px 0;
}

.door-repair-carasoul .cards-wrapper {
 display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
  padding-right: 400px !important; /* space for overflow */
}

}

@media screen and (max-width:360px) {
	.apple-slider .slide-card {
	min-width: 86%;
}

.door-repair-carasoul .product-card h3 {
	font-family: 'sf-sem-bold' !important;
	font-size: 22px;
	line-height: 23px;
}

.door-repair-carasoul .product-card {
	min-width: 100% !important;
	padding: 18px;
}
}

