@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');
@import url(layout.min.css);

html {
  font-size: 16px;
}
body {
  position: relative;
  background: #fff;
  overflow-x: hidden; 
   font-family: "DM Sans", serif;
}
:root {
  --white: #ffffff;
  --black: #000;
  --theme-color: #002ABA;
  --primary: #FF3401;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 2rem;
  color: #788094;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Outfit", serif;

}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
figure {
  margin: 0;
}
section {
  padding: 5rem 0;
  position: relative;
}

/* Home Page CSS Start  */

/* Main Slider */
/* Main Banner CSS Start */
.main-slider {
  height: 89vh;
  background-color: #000;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-prev,
.homeSlider .swiper-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.homeSlider .swiper-next {
  right: 1rem;
}
.homeSlider .swiper-prev {
  left: 1rem;
}
.homeSlider .swiper-next:hover,
.homeSlider .swiper-prev:hover {
  background: var(--white);
  color: var(--black);
}
.homeSlider .swiper-pagination {
  width: fit-content;
  left: 6rem;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.homeSlider .swiper-pagination-bullet {
    height: 0;
    width: 100px;
    display: inline-block;
    opacity: 1;
    background: unset !important;
    outline: unset !important;
    padding: 7px 0;
    border: unset !important;
}

.homeSlider .swiper-pagination-bullet:before {
    content: "Air Conditioning";
    color: var(--white);
    position: absolute;
    left: -2.5rem;
    font-weight: 600;
}

.homeSlider .swiper-pagination-bullet:nth-child(2):before {
    content: "Furnices";
}

.homeSlider .swiper-pagination-bullet:nth-child(3):before {
    content: "Services";
}

.homeSlider .swiper-pagination-bullet-active:before {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}
.homeSlider .swiper-pagination-bullet-active {
  background: #12D9FD;
  outline: 1px solid var(--primary);
}
.homeSlider .swiper-pagination:before,.homeSlider .swiper-pagination:after {
  content: "";
  background: linear-gradient(45deg, white, transparent);
  position: absolute;
  width: 3px;
  height: 100px;
  left: 0;
  right: 0;
}

.homeSlider .swiper-pagination:before {
    top: -7rem;
}

.homeSlider .swiper-pagination:after {
    top: 7.2rem;
    background: linear-gradient(180deg, white, transparent);
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
/* .homeSlider .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
} */
.bannertext h1{
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
.bannertext h5 {
  color: var(--primary);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bannertext p {
  color: var(--white);
  margin: 2rem 0;
  font-size: 1.125rem;
}

.bannerBtn {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.PlayBtn {
  color: var(--white);
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.innerBtn {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.PlayBtn i ,.innerBtn i{
  background: #12d9fd;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.PlayBtn:hover i,.innerBtn:hover i {
  background: var(--primary);
}

.PlayBtn:hover {
  color: #fff;
}
.bannerImg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* MAin Slider End */

.tabsPack {
  margin: 2rem 0;
}

.tabsPack a {
  padding: 10px 2rem;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 8px;
  color: #010F34;
  background: #ecf1f5;
}

.tabsPack a.active ,
.tabsPack a.current {
  background: var(--primary);
  color: #fff;
}
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

h5 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 8px;
}

h4 {
  color: #010F34;
  font-size: 3rem;
  font-weight: 700;
}

ul.columsTwo {
  columns: 2;
  margin: 2rem 0;
}

ul.columsTwo li i {
  color: var(--primary);
  padding: 8px 0;
  padding-right: 6px;
  font-size: 1.25rem;
}

ul.columsTwo li {
  color: #788094;
}

.abtSec .PlayBtn {
  color: #788094;
  display: block;
}

.abtSec .PlayBtn i {
  color: #fff;
}

.servicesSec{
  background:  url(../images/bg/1.png) right center / cover fixed no-repeat;
}
.serviceBox {
  background: #e9e9e9;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 76% 100%, 23% 100%, 0% 70%, 0% 30%);
  padding: 9rem 4rem 6rem;
  position: relative;
  transition: all 0.5s ease;
}

.serviceBox h6 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  -webkit-text-stroke: 2px #788094;
  color: transparent;
  font-weight: 900;
  background: #ecf1f5;
  padding:  1rem 4rem;
  border-radius: 0 0 100px 100px;
  transition: all 0.5s ease;
}

.serviceBox h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #010F34;
  text-align: center;
}

.serviceBox p {
  text-align: center;
  margin: 1.5rem 0;
}

.serviceBox a {
  text-align: center;
  display: block;
  color: #010F34;
  font-weight: 700;
}

.serviceFooter .iconEnd {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  background: #fff;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0 0 30px #0000002b;
  transition: all 0.5s ease;
}
.serviceFooter .iconEnd img{
  transition: all 0.5s ease;
}
.serviceFooter {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 80px;
  bottom: -3rem;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 10px 20px #00000017;
}

.serBox {
  position: relative;
  margin: 2rem 0 4rem;
}

.serBox::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ecf1f5;
  height: 50%;
  top: auto;
  margin: 0 12px;
}

.serviceBox::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: 2px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 76% 100%, 23% 100%, 0% 70%, 0% 30%);
  background: #fff;
  z-index: -1;
}



.serBox:hover .serviceFooter .iconEnd {
    background: var(--primary);
}

.serBox:hover .serviceFooter .iconEnd img {
    filter: invert(1);
}

.serBox:hover .serviceBox {
    background: var(--primary);
}

.serBox:hover .serviceBox h6 {
    background: var(--primary);
    -webkit-text-stroke: 2px #fff;
}


.teamBox {
  background: #ECF1F5;
  padding: 2rem;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s ease;
  margin: 1rem 0;
}

.teamBox h3 {
  font-weight: 300;
  font-size: 1.45rem;
  margin-top: 1rem;
}

.teamFotr {
  border-top: 1px solid #d5d5d5;
  padding-top: 1rem;
  margin-top: 1rem;
}

.teamBox p {
  margin: 0;
}

.teamFotr a {
  color: #000;
  font-size: 1.25rem;
}

.teamBox:hover {
  background: var(--primary);
}
.teamBox .user {
  position: relative;
  margin-bottom: 2rem;
}

.teamBox .user .share a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -1rem;
}

.teamBox:hover * {
  color: #fff;
}

.teamBox:hover .user .share a i {
  color: #000 !important;
}
.swiper-button-next {
  top: -1rem;
}

.teamSec .swiper-button-next, .teamSec .swiper-button-prev {
  background: var(--primary);
  color: #fff;
  border: none;
}

.teamSec .swiper-button-prev {
  top: -1rem;
  left: auto;
  right: 4.5rem;
}

.teamSlide {
  padding-top: 2rem;
}

.callBtn {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}

.callBtn h6 span {
  display: block;
  font-size: 1.35rem;
}

.callBtn h6 {
  line-height: 1.4;
  color: var(--primary);
}
a.videoBtn {
  position: relative;
}

.videoBtn .playVideoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primary);
  width: 110px;
  height: 70px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}


.pricingSec .tabsPack{
text-align: end;
}
.pricingSec{
  background: #F5F5F5;
}

.priceBox {
  background: var(--white);
  padding: 2rem;
  box-shadow: 0 0 20px #0000000a;
  margin: 2rem 0;
  transition: all 0.5s ease;
}
.priceBox:hover{
  transform: scale(1.05);
}
.priceBox .priceHead {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.priceBox .priceHead .priceBlue {
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 80%, 54% 100%, 54% 100%, 0% 80%, 0 0);
  background: var(--theme-color);
  color: #fff;
}

.priceBox .priceHead .priceBlue h3 {
  font-weight: 200;
  font-size: 3rem;
  text-align: center;
  padding: 1rem 1rem 1rem;
}

.priceBox .priceHead .priceBlue h3 span {
  display: block;
  font-weight: 400;
  font-size: 1.45rem;
}

.priceBox .priceHead h5 {
  color: #000;
  border-bottom: 3px solid var(--primary);
  padding-bottom: 10px;
}
.priceBox .priceHead img {
  position: absolute;
  left: auto;
  right: 2rem;
  transition: all 0.5s ease;
}
.priceBody ul {
  padding: 2rem 0;
}

.priceBody ul li {
  padding: 8px 0;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.counterSec {
  background: var(--theme-color);
}

.counterSec ul {
  display: flex;
  justify-content: center;
}

.counterSec ul li img {
  display: block;
  margin: 1rem auto;
  height: 80px;
}

.counterSec ul li {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  border-right: 1px solid #ffffff30;
  margin-right: 7rem;
  padding-right: 7rem;
}

.counterSec ul li p {
  color: #fff;
  margin: 0;
}

.counterSec ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.chooseSec{
  background:  url(../images/bg/2.png) top center / cover  no-repeat;
}
.chooseSec .columSec {
  columns: 2;
  margin-top: 2rem;
}

.chooseSec .columSec li + li {
  margin: 2.5rem 0;
}

.chooseSec .columSec li span {
  display: block;
  font-size: 24px;
  font-weight: 200;
  color: #010F34;
}

.chooseSec .columSec li {
  color: #788094;
}
.mapBox {
  background: var(--primary);
  padding: 1rem;
  border-radius: 20px;
  text-align: center;
}

.mapBox h4 {
  color: #fff;
  font-size: 2.5rem;
}

.mapBox iframe {
  border-radius: 10px;
}

.serveList ul {columns: 3;list-style-type: disc;margin: 1rem 0;padding-left: 1rem;}

.serveList ul li {
  padding: 4px 0;
  font-weight: 600;
  color: #010F34;
}
.serveList ul .themeBtn {
  margin: 10px 0;
  margin-left: -1rem;
}
.reviewSec{
  background:  url(../images/bg/3.png) top center / cover  no-repeat;
}
.reviewSec h4{
  color: var(--white);
}
.reviewBox .rate i {
  color: #ff3401;
}

.reviewBox p {
  color: var(--white);
}

.reviewBox .rate {
  margin-bottom: 1rem;
}

.reviewBox .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reviewBox .user h3 {
  color: #FFDD56;
  font-size: 1.5rem;
  line-height: 1.4;
}

.reviewBox .user h3 span {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 200;
}

.reviewBox {
  margin: 2rem 0;
}
.reviewSec .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.reviewSec .swiper-pagination-bullet-active {
  background: #12d9fd;
}

.reviewSec .swiper-pagination {
  bottom: 0rem !important;
  text-align: end;
}

/* accordion css */
.accordian {
  margin-top: 2rem;
}
.accordian li {
  margin-bottom: 25px;
  border: 1px solid #dedede87;
  border-radius: 5px;
}

.accordian li h4 {
  color: #041e0c;
  font-size: 1.125rem;
  padding: 1.25rem 1rem;
  position: relative;
  cursor: pointer;
  margin: 0;
  line-height: 1.3;
  font-weight: 300;
}

.accordian h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  background: #000;
  width: 22px;
  height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.accordian p {
  margin: 0;
  color: #869289;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1rem;
}

.accordian li > div {
  display: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 1rem;
}
.accordian li.active h4::after {
  content: "\f068";
}
.accordian li.active {
  border-color: var(--primary);
}

.accordian li.active h4 {border-bottom: 1px solid #ECF1F5;}
.accordian li.active > div {
}

.accordian li.active > div p {
  color: #788094;
}
.faqYears {
  position: absolute;
  top: 22%;
  left: auto;
  right: 11rem;
  background: var(--primary);
  padding: 1rem 2rem;
  color: #fff;
}

.faqYears h3 {
  font-size: 3rem;
  text-align: center;
}

.faqYears h3 span {
  display: block;
  font-size: 1rem;
}
/* accordian End */
.workSec{
  background: #FFF9F7 url(../images/bg/4.png) top center / cover fixed no-repeat;
}
.workBox {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  margin: 4rem 1rem 2rem;
  z-index: 1;
}

.workBox h3 {
  margin-top: 2rem;
  font-weight: 200;
  text-align: center;
  font-size: 1.5rem;
}

.workBox .iconImg {
  border: 5px solid #eaeff3;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  
  transition: all 0.5s ease;
}

.workBox p {
  text-align: center;
  font-size: 14px;
}

.workBox a {
  color: #000;
  text-align: center;
  display: block;
  font-weight: 600;
}
.wordOne {
  position: relative;
}

.workEnd {
  background: #e6eaee;
  position: absolute;
  width: 100%;
  height: 50%;
  top: auto;
  bottom: -1rem;
  border-radius: 20px;
  clip-path: polygon(50% 55%, 100% 11%, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 18%);
  z-index: 0;
  transition: all 0.5s ease;
}
.wordOne:hover .workEnd {
background: var(--primary);
}
.wordOne:hover .iconImg{
  border-color: var(--primary);
}
.blogBox {
  border: 1px solid #00000012;
  padding: 1rem;
  border-radius: 10px;
}

.blogBox .date {
  display: flex;
  gap: 2rem;
}

.blogBox .date h6 {
  background: var(--primary);
  padding: 10px 1.25rem;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 5px;
}

.blogBox .date h5 {
  font-size: 1rem;
}

.blogBox h3 {
  font-weight: 200;
  font-size: 1.55rem;
  margin: 1rem 0 0;
}

.blogBox a {
  display: block;
  margin-top: 1rem;
  color: #000;
  font-weight: 600;
}

.blogBox img {
  margin: 1rem 0;
  border-radius: 10px;
}

.blogTwo {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blogTwo .blogContnt {
    position: absolute;
    bottom: 2rem;
    padding: 0 2rem;
}

.blogTwo img {
    width: 100%;
}

.blogTwo .blogContnt .date {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.blogTwo .blogContnt .date h6{background: var(--primary);padding: 10px 1.5rem;color: #fff;text-align: center;font-size: 1.125rem;border-radius: 5px;}
.blogTwo .blogContnt .date ul {
  display: flex;
  align-items: center;
}

.blogTwo .blogContnt .date ul li {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 1rem;
  margin-right: 1rem;
}

.blogTwo .blogContnt .date ul li:last-child {
  border: none;
}

.blogTwo .blogContnt h3 {
  font-weight: 300;
  color: #fff;
  margin: 1rem 0;
}

.blogTwo .blogContnt a {
  color: #fff;
  font-weight: 600;
}

.blogTwo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(-3deg, #ff3401c2, transparent);
}
/* Home Page CSS End */

/* Inner Pages CSS Start */
.innerBanner {
  height: 40vh;
  display: flex;
  align-items: center;
}
.ctaSec{
  background:  url(../images/bg/6.png) top center / cover  no-repeat;

}
.ctaSec h5 {
  color: #fff;
}

.ctaSec h4 {color: #fff;}

.ctaSec .themeBtn {
  background: #fff;
  color: var(--primary);
}
.whiteBox {
  box-shadow: 0 0 20px #00000014;
  border-radius: 10px;
  padding: 1rem;
}

.whiteBox h4 {
  font-size: 2rem;
}

.reviewInner .reviewBox p {
  color: var(--black);
}

.reviewInner  .reviewBox .user h3 {
  color: var(--primary);
}

.reviewInner  .reviewBox .user h3 span {
  color: #000;
}

.reviewInner  .reviewBox {
  box-shadow: 0 0 20px #00000014;
  padding: 2rem;
  border-radius: 10px;
}

ul.infoBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

ul.infoBox li {
  flex: 0 0 48%;
}

ul.infoBox li a {
  background: #fff;
  box-shadow: 0 0 20px #0000001f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  height: 110px;
}

ul.infoBox li a .iconInfo i {
  background: #ecf1f5;
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #010F34;
  border-radius: 10px;
}

ul.infoBox li a .contactInfo h3 {
  font-size: 1.35rem;
  color: #010F34;
  font-weight: 600;
  margin: 0;
}

ul.infoBox li a .contactInfo p {
  margin: 0;
}

.socialMedia h3 {
  font-weight: 200;
  margin-bottom: 2rem;
}

.socialMedia ul.socialIconsFooter li a {
  background: #ecf1f5;
  color: #010F34;
  border-radius: 10px;
}
.leadForm {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px #00000017;
  padding: 2rem;
  border-radius: 10px;
}

.leadForm h3 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 2rem;
}

.leadForm input , .leadForm textarea {
  width: 100%;
  margin: 10px 0;
  padding: 1rem;
  border-radius: 5px;
  border: none;
  background: #ECF1F5;
}

.leadForm textarea {
  height: 150px;
}

.leadForm button {
  width: 100%;
  text-align: center;
  display: block;
}
.checkBox {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.checkBox input {
  width: 30px;
  height: 20px;
  margin: 0;
}

.checkBox label {
  text-align: left;
}

/* Shop CSS */
.saleNav {
  margin-top: 1.5rem;
}

.sales {
  color: var(--black);
  font-size: 1.25rem;
}

.gridview {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.gridview a {
  width: 34px;
  height: 34px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.saleBoxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #efefef;
  padding: 6px 0.625rem;
  margin: 1.5625rem 0 2rem 0;
}

.leftSide {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.rightSide {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.sortBy select {
  border: 1px solid #e1e1e1;
  height: 36px;
  width: 120px;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}

.rightSide h5 {
  margin: 0;
  font-size: 1.125rem;
  color: var(--black);
}

.sortBy span {
  color: var(--black);
  font-size: 0.875rem;
}

.rightSide select {
  width: 70px;
}

.list-view .list-item .selletWrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.list-view .list-item .selletWrap img {
  width: 28rem;
  height: 10rem;
  object-fit: cover;
}

.list-view .list-item .selletWrap p {
  text-align: left;
  width: 100%;
}

/* price range */

.filter-price {
  border: 0;
  padding: 0;
  margin: 1rem 0;
}

.price-title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
}

.price-field {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  height: 35px;
}

.price-field input[type=range] {
  position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 100%;
  height: 10px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 5px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -4px;
  background-color: var(--black);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--black);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-top: -5px;
  background-color: var(--black);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  width: 188px;
  height: 5px;
  cursor: pointer;
  background: var(--black);
  border-radius: 30px;
}

.price-field input[type=range]::-moz-range-track {
  width: 188px;
  height: 50px;
  cursor: pointer;
  background: var(--black);
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 50px;
  cursor: pointer;
  background: var(--black);
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
  align-items: center;
}

.price-title {
  margin-right: 0;
  display: inline-block;
  color: var(--para-color);
}

.price-wrap_line {
  margin: 0 0.625rem;
  font-size: 1.875rem;
}

.price-wrap #one,
.price-wrap #two {
  text-align: right;
  padding: 0;
  background: 0;
  border: 0;
  outline: 0;
  line-height: 1.2em;
  width: 35px;
  font-size: 0.9375rem;
  margin: 0;
  font-weight: 600;
}

.price-wrap label {
  text-align: right;
  font-size: 0.9375rem;
  margin: 0;
  font-weight: 600;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #000;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #000;
  transition-duration: 0.3s;
}

.price-wrap .pricefilter {
  width: 100%;
  display: flex;
}

.colectSec ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  padding: 10px 0;
  color: #0E0C0C;
  font-weight: 600;
}

.colectSec ul {
  margin: 1rem 0;
}

.colectSec, .featurdBox {
  margin-top: 4rem;
}

.shopInner h3 {
  border-bottom: 1px solid #00000029;
  padding-bottom: 1rem;
}

.featurdBox .selletWrap {
  margin: 2rem 0;
  width: 70%;
}

.featurdBox .selletWrap .rate {
  color: #ffb300;
}

.searchBox input {
  width: 90%;
  height: 3.5rem;
  padding: 1rem;
  border: none;
  outline: none;
  background: transparent;
}

.searchBox button {
  background: transparent;
  border: none;
  font-size: 1.35rem;
  color: #b1aeae;
}

.searchBox form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  padding: 0 1rem;
}

.featurdBox .selletWrap img {
  height: 130px;
}
.selletWrap p {
  color: var(--black);
  letter-spacing: 1.55px;
  width: 100%;
  margin: 1.25rem auto 1rem;
  text-align: center;
}
.selletWrap span {
  color: var(--black);
  font-size: 1.0625rem;
  font-weight: 300;
  
  text-align: center;
}
.selletWrap {
  display: block;
  text-align: center;
  margin: 1rem 0;
}
.shopInner .priceBox {
  background: no-repeat;
  box-shadow: none;
  padding: 0;
}

.shopInner .priceBox:hover {
  transform: none;
}
/* Inner Pages CSS End */

.customgap{ gap:1rem; }
.desktopNav{ display:block; }
.mobileNav{ display:none; }
.main-slider{ overflow:hidden; }


