
body {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Montserrat', sans-serif !important;
    background-color: #F1F3F8;
  }
  
  :root {
      --Primary-color : #265CBC;
      --Secondaryy-color : green;
      --Dark-primary-color : #eee;
      --Secondary-color : #fff;
      --Light-background-grey : #fbfbfd;
      --Background-grey : #f4f4f4;
      --Background-black-color : #222;
      --Text-black-color : #575757;
      --Text-white-color : #777;
      --Text-blue-shade : #bdd9fa;
      --Heading-size : 42px;
      --Text-size : 16px;
      --Res-heading-size : 32px;
      --Res-text-size : 14px;
    }
  
    hr{
      color: #bbb;
      margin: 0px;
    }
  
    .text-color-primary {
      color: #273449 !important;
    }
    
    ::-moz-selection { /* Code for Firefox */
      color: #fff;
      background: #000;
    }
    
    ::selection {
      color: #fff;
      background: #000;
    }
    
    /* width */
    ::-webkit-scrollbar {
      /* width: 5px; */
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: var(--Primary-color); 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #eee !important; 
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #eee !important; 
    }
    
    a {
      text-decoration: none !important;
    }

    .modal-content {
      background: rgb(255 255 255 / 75%) !important;
      /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid #eee;
    }



    /* navbar */
    
.nav-bg{
    /* background-color: #fff; */
    /* border-bottom: 2px solid #eee; */
    background: rgb(255 255 255 / 75%);
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #eee;
}

.navbar{
  /* background-color: #fff; */
  color: #777 !important;
  /* border-bottom: 1px solid #eee; */
}

.navbar-brand {
  color: #000 ;
  align-self: center;
   /* background-color: #fff; */
}
      
.navbar-brand h2 {
  font-weight: 300 !important;
  font-size: 30px !important;
}
      
.navbar-brand img {
  width: 80px;
}

.nav-item a{
    color: #444 !important;
}

.nav-item a:hover{
    color: #000 !important;
}
      
.nav-link { 
  margin: 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px !important;
  transition: 0.5s all ease-in;
  color: #777;
}
      
.nav-link:hover {
  color: #000 !important;
}

.h-contact {
  font-weight: 600;
  transition: all .5s;
}

.h-contact i {
  padding: 0 !important;
}
      
.active-nav {
  /* background-color: #fff; */
  z-index: 1900;
  color: #777 !important;
}
      
.navbar-nav {
  margin-left: auto;
}

.nav-2{
  /* background-color: #fff; */
}

.navbar-2 ul{
    text-decoration: none;
    list-style: none;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 5px;
    align-items: end;
}


/* common */

.section{
    padding: 100px 10px;
}

.width{
  max-width: 1200px;
}

.bg-back{
  background-color: var(--Dark-primary-color);
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

.btn{
    background-color: var(--Primary-color);
    padding: 2px 20px;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s all ease-in;
    width: 100%;
    border: 1px solid var(--Primary-color);
    margin-top: 10px;
}

.btn i{
    font-size: 14px;
}

.btn:hover{
    background-color: transparent;
    color: #000;
    border: 1px solid #aaa;
}

.btn-2{
    background-color: transparent;
    padding: 5px 20px;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    transition: 0.5s all ease-in;
    font-weight: 200;
    text-align: center;  
}

.btn-2:hover{
    background-color: var(--Primary-color);
    color: #fff;
    border: 1px solid var(--Primary-color);
}

.heading{
    text-align: center;
    padding-bottom: 50px;
    align-self: center;
}

.heading h2{
    font-size: 50px;
    font-weight: 400;
}

.heading p{
  font-size: 15px;
  padding-top: 10px;
}

/* banner */

.home-banner{
    background-color: #fff;
}

.carousel-control-prev, .carousel-control-next{
    justify-content: unset !important;
    width: 35px;
    opacity: 1;
}

.carousel{
    background-color: #000;
    /*border-radius: 5px;*/
    overflow: hidden;
}

.carousel-item img{
    opacity: 0.8;
    transition: 0.5s all ease-in;
}

.carousel-caption{
    text-align: left;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-50%);
    /*border: 15px solid #fff;*/
    max-width: 500px;
    padding: 20px;
    /*background-color: #efefef;*/
    height: fit-content;
}

.bn-black p{
  color: #000 !important;
  font-weight: 600 !important;
  padding-bottom: 10px;
}

.bn-black h2{
color: #000 !important;
  font-size: 48px;
  font-weight: 700 !important;
}

.carousel-caption h2 {
  font-weight: 700 !important;
  font-size: 48px;
}

.bn-black a {
border-color: #000 !important;
color: #000 !important;
font-size: 16px;
font-weight: 600;
padding: 8px 20px;
}

.bn-black a:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.carousel-caption p{
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.carousel-caption h1{
  color: #fff;
    font-size: 48px;
    font-weight: 700 !important;
}

.carousel-caption a {
  font-size: 16px;
  padding: 8px 20px;
}

/* Brands */

.brands-box {
  text-align: center;
}

.brands-box img {
  width: 100px;
  transition: all .5s;
}

.brands-box img:hover {
  scale: 1.2;
}

/* Category */

.cat-box {
  padding: 0px !important;
  position: relative;
  overflow: hidden;
}

.cat-img img {
  width: 100%;
  transition: all .5s;
}

.cat-text {
  position: absolute;
  bottom: 0px;
  background-color: #0000009a;
  width: 100%;
  padding: 30px 20px;
}

.cat-text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ddd;
  transition: all .5s;
}

.cat-box:hover .cat-img img {
  scale: 1.1;
}

.cat-box:hover .cat-text h2 {
  padding: 40px 20px;
}

/* section 2 */


.sec-2{
  overflow: hidden;
}

.sec-2 img{
  transition: 0.5s all ease-in;
}

.sec-2 img:hover{
  transform: scale(1.1); 
}

/* product */

.product-main{
    background-color: #F1F3F8;
    /* background-color: #c4c6cb; */
}

.product-img{
    /* overflow: hidden; */
    text-align: center;
    transition: 0.5s all ease-in;
}

.product-img img a{
  transition: 0.5s all ease-in;
}

.product-img img{
    position: relative;
    /* top: 0px; */
    transition: 0.5s all ease-in;
}

.products:hover > .product-img > a > img{
  transform: scale(1.0);
  /* top: -25px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
    
}




.e-now:hover{
    background-color: var(--Primary-color);
    color: #fff;
    border: 1px solid var(--Primary-color);
}


.v-details {
  background-color: transparent;
  border: 1px solid #777;
  color: #777;
}

.v-details:hover{
  background-color: #777;
  color: #fff;
  border: 1px solid #777;
}


.product-content {
    text-align: left;
}

.product-content h3{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
}

.product-content p{
  font-size: 14px;
  font-weight: 600;
  color: #575757;
}

.product-content a{
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
}

/* brands */

.brands-heading{
  padding-bottom: 50px;
  align-self: center;
}

.brands-heading h2{
  font-size: 42px;
  font-weight: 300;
}

.brands-heading h2 span {
  display: block;
}

.brands-main{
  text-align: center;
}

.brands-img{
  /* background-color: #fff; */
  padding: 15px 0px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
}

.brands-img img {
  width: 110px;
}

.footer{
  background-color: #000;
  color: #fff !important;
}

.footer-list h2 a{
  font-size: 30px;
}

.social-icons{
  display: flex;
  place-content: flex-end;
}

.social-icons p{
  padding: 12px;
  font-size: 18px;
}

.social-icons i{
  color: #eee;
  font-size: 25px;
  padding: 10px 15px;
}

.footer-list h4{
  padding-bottom: 20px;
  font-size: 20px;
}

.footer-list a{
  color: #eee;
  font-size: 15px;
  margin-bottom: 20px !important; 
}

.footer-list a span{
  padding: 5px;
}

/* about */

.about-banner{
  /* height: 70vh; */
  /* background-color: #fff; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/about-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-banner{
  /* height: 70vh; */
  /* background-color: #fff; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/about-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.product-banner{
  /* height: 70vh; */
  /* background-color: #fff; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/about-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.brand-banner{
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/about-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner-text{
  padding: 160px 20px 100px 20px;
  text-align: center;
  text-align: center;
}

.banner-text h1{
  font-size: 48px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}

.banner-text span{
  color: #000;
  padding: 10px;
}


.banner-text a{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.banner-text a:hover{
  color: var(--Primary-color);
}

.about-us{
  position: relative;
  padding-bottom: 310px;
}

.about-img img{
  padding-left: 50px;
}

.about-text{
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%,-50%);
  background-color: #e1e1e1;
  /* color: #fff; */
  padding: 40px;
}

.about-text p{
  text-align: justify;
}

/* Style the tab */

.about-tab{
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/tab-bg.webp');
  background-position: center;
  background-attachment: fixed;
}

.tab {
  float: left;
  width: 30%;
  height: max-content;
  text-align: center;
  text-align: -webkit-center;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  color: #fff;
  background-color: var(--Primary-color);
  padding: 20px 10px;
  width: 200px;
  border: 3px solid #000;
  outline: 2px solid var(--Primary-color);
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  margin-bottom: 50px;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #eee;
  color: #777;
  
}

/* Create an active/current "tab button" class */
.tab button.active {
  border: 3px solid #000;
  outline: 2px solid var(--Primary-color);
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: max-content;
  color: #fff;
}

.tabcontent h3{
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 10px;
}

.tabcontent p{
  font-size: 15px;
  line-height: 30px;
}

/* contact-us */

.contact-us{
  position: relative;
}

.contact-left, .contact-right{
  height: 120vh;
}

.contact-left{
  background-color: #eee;
}

.contact-details{
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: var(--Primary-color);
  padding: 30px;
  color: #fff;
  width: 400px;
  z-index: 9;
}

.contact-details h2{
  font-size: 36px;
  font-weight: 400;
}

.contact-details p, .contact-details a{
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
  display: block;
  margin: 0px;
  transition: all .2s;
}

.contact-details a:hover{
  font-weight: 600;
}

.contact-details i{
  font-size: 24px;
  padding: 10px;
}

.contact-icon i{
  font-size: 25px;
  padding-top: 100px !important;
  padding-right: 10px;
}

.contact-right{
  background-color: var(--Primary-color);
}

.contact-us-form{
  background-color: #e1e1e1;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  padding: 20px 0px;
  min-width: 800px;
}

.forms-text p{
  font-size: 20px;
  color: #000;
  padding-bottom: 18px;
}

.forms{
  /* max-width: 1200px; */
  padding: 30px;
  border-radius: 10px;

}

.forms input{
  width: 100%;
  padding: 10px;
  margin-bottom: 0px ;
  border: none;
  border-bottom: 1px solid #888 !important;
  font-size: 12px;
  background-color: transparent;
}

.contact-list i{
  padding: 10px;
}

.contact-list, .contact-list a{
  color: #452820 !important;
}

.contact-list a:hover, .contact-list a:active, .contact-list a:visited{
  color: rgb(128, 179, 235) !important;
}


.forms textarea{
  width: 100%;
  padding: 10px;
  margin-bottom: 0px ;
  border: none;
  border-bottom: 1px solid #888 !important;
  font-size: 12px;
  background-color: transparent;
  color: #000;
}

input, textarea{
  outline: none;
}

.form-button button {
  padding: 8px;
  font-size: 14px;
}

/* products */


.product-categories {
  border-bottom: 2px solid #eee;
  padding: 30px;
}

.product-categories h3{
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  width: max-content;
  border-bottom: 2px solid var(--Primary-color);
  margin-bottom: 20px;
}

.product-categories a{
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 32px;
}

.product-categories a:hover{
  color: var(--Primary-color);
}


.filter-in{
  position: relative;
  margin-bottom: 10px;
}

.filter-in select {
  border-radius: 0px;
  border: 2px solid #eee;
  font-size: 13px;
}

.filter-in input{
  width: 100%;
  height: 100%;
  margin: 0px;
  border: none;
  font-size: 13px;
  padding-left: 10px;
}

.search-bar{
  border: 2px solid #eee;
  padding: 3px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.search-button button{
  background-color: transparent;
  border: none;
}

textarea:focus, input:focus, select:focus{
  outline: none;
}


/* brands page */

.brand-heading{
  padding: 20px 0px;
}

.brand-heading h3{
  font-size: 30px;
}

.brand-list-main{
  position: relative;
  height: 280px !important;
}

.brand-list-main img{
  height: 100%;
}

.brands-list{
  position: absolute;
  left: 30px;
  top: 40px;
  max-width: 200px;

}

.brand-list-main:hover .brands-list  .brand-list-btn{
  background-color: rgb(15, 113, 217);
  color: #fff;
  border: rgb(15, 113, 217);;
}

.brand-list-main:hover .brands-list  .brand-list-btn2{
  background-color: #000;
  color: #fff;
}


.brands-list h3{
  font-size: 23px;
  font-weight: 400;
  padding-top: 20px;
  color: #fff;
  padding-bottom: 100px;
}

.brands-list a{
  font-size: 14px;
  font-weight: 600;
  /* padding-top: 20px; */
  color: #fff ;
}

.brand-list-btn{
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 13px;
  transition: 0.5s all ease-in;
  padding: 5px;
}


.brands-list-1 h3{
  font-size: 42px;
    font-weight: 700;
    padding-top: 0px;
    color: #fff!important;
    padding-bottom: 100px;
}

.brand-list-btn2{
  background-color: rgb(15, 113, 217);
  border: 1px solid rgb(15, 113, 217);
  border-radius: 2px;
  font-size: 13px;
  transition: 0.5s all ease-in;
  color: #fff;
  padding: 5px;
  width: max-content;
}

.brands-list-1 span{
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  color: #fff ;
  padding: 8px 10px;
  background-color: #000;
}
/* 
.brands-list-1 span:hover, .brands-list span:hover{
  color: var(--Primary-color) !important;
} */

/* it renting */

.bg-quote{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/about-img.jpeg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-quote h2{
  color: #fff;
  padding-bottom: 50px;
}

.choose-us{
  text-align: center;

}

.choose-us i{
  font-size: 50px;
  padding: 50px;
}

/* product inner */

.btn-3{
  background-color: var(--Primary-color);
  width: max-content;
  padding: 5px 10px;
  color: #fff ;
}

.button-1{
  display: block;
  background-color: var(--Primary-color);
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.button-2{
  display: block;
  background-color: rgb(9, 155, 9);
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.product-inner-content{
  height: 80vh;
  overflow: auto;
}

.product-heading p{
  font-size: 13px;
  padding-top: 5px;
}


.product-swiper{
  position: relative;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 15px 30px;
}

.swiper {
  width: 400px;
  height: 400px;
  background-color: transparent; 
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet{
  background-color:  #000 !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active{
  background-color: #fff !important;
  opacity: 1 !important;
}

/* cta */

.fixed-footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 7777;
}

.cta-box {
  width: 100%;
  text-align: center;
}

.cta-box a {
  width: 100%;
  display: block;
  padding: 10px;
  color: #fff !important;
  margin: auto;
}

.cta-box a i {
  font-size: 20px;
}

.cta-1 a {
  background-color: #25D366;
  transition: all .5s;
}

.cta-1 a:hover {
  -webkit-filter: drop-shadow(3px 3px 20px rgba(0, 240, 80, 0.7));
  filter: drop-shadow(3px 3px 20px rgba(0, 240, 80, 0.7));
}


.cta-2 a{
  background-color: var(--Primary-color);
  color: #fff;
  transition: all .5s;
}

.cta-2 a:hover {
  -webkit-filter: drop-shadow(3px 3px 20px rgba(0, 104, 240, 0.7));
  filter: drop-shadow(3px 3px 20px rgba(0, 104, 240, 0.7));
}

.cta-2 a i {
  margin-right: 8px;
}

.cta-3 a {
  background-color: #34B7F1;
  height: 100%;
  transition: all .5s;
}

.cta-3 a:hover {
  -webkit-filter: drop-shadow(3px 3px 20px rgba(0, 212, 240, 0.7));
  filter: drop-shadow(3px 3px 20px rgba(0, 212, 240, 0.7));
}

.cta-4{
  position: fixed;
  bottom: 15px;
  right: 0px;
  width: 330px;
  z-index: 1000;
}

.cta-4 a span {
  background-color: #fff;
  color: #000;
  padding: 8px 10px;
  font-size: 12px;
  position: relative;
  top: -5px;
  box-shadow: 0px 0px -5px 4px;
  margin-right: 6px;
  border-radius: 10px 10px 0px 10px;
  font-weight: 600;
}

.cta-4 a i{
  font-size: 30px;
  background-color: #089e3f;
  padding: 15px 17px;
  border-radius: 10px;
  box-shadow: 0px 0px -5px 4px;
}

.product-heading h4 {
  font-weight: 700;
}

.product-highlights h3 {
  font-size: 18px;
  font-weight: 600;
}

.main-heading h1 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  color: #ccc;
}

.main-heading h1 span {
  background-color: green;
  padding: 0px 15px;
  border-radius: 4px;
  color: #eee;
}

.forms input::placeholder {
  color: #000;
}


.inner-service-img {
  text-align: center;
}

.inner-service-img img {
  width: 80%;
}

.s-in-cntnt h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 36px;
}

.s-in-cntnt h2 span {
  color: var(--Primary-color);
  font-weight: 600;
}

.s-in-cntnt p {
  color: var(--Text-black-color);
  line-height: 1.8;
  margin: 0;
}


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

  .s-in-cntnt {
    text-align: center;
  }

  .s-in-cntnt p {
    font-size: 14px;
  }


  .main-heading h1 {
    font-size: 22px;
    line-height: 36px;
  }


  .carousel-item {
    height: 200px !important;
  }

  .carousel-caption h2 {
    font-size: 18px !important;
    margin-bottom: 2px;
  }

  .carousel-caption p {
    font-size: 10px !important;
    margin-bottom: 0px;
  }

  .carousel-caption a {
    font-size: 12px;
    padding: 6px 12px;
  }

  .carousel-caption {
    top: 39px !important;
  }

}


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

  .home-banner {
    margin-top: 80px;
  }

  .section{
    padding: 50px 10px;
  }

  .heading{
    padding: 10px;
  }

  .heading h2{
    font-size: 30px;
  }



.navbar-collapse{
  padding-top: 35px;
  /* height: 100vh; */
}

.navbar-2 ul{
  align-items: start;
}

.navbar-main{
  position: absolute;
  top: 15px;
  right: 0px;
}

.navbar-brand img {
  position: relative;
  z-index: 2000;
}

.navbar{
  justify-content: flex-end;
}

.navbar-toggler{
  color: var(--Primary-color);
}

.nav-link{
  padding: 10px !important;
}

.carousel-caption{
  top: 35%;
  left: 20px;
  transform: none;
}

.carousel-item{
  height: 70vh;
}

.carousel-item img{
  height: 100%;
}

.carousel-caption h1{
  font-size: 30px;
}
.carousel-caption p{
  font-size: 15px;
}

.social-icons{
  place-content: unset;
  padding: 0px;
}

.product-content p {
  font-size: 10px;
}

.product-content h3 {
  font-size: 12px;
}

.brands-heading h2 span {
  display: unset;
}

.brands-heading{
  padding: 10px;
  text-align: center;
}

.brands-heading h2{
  font-size: 30px;
}

.footer-list h4 {
  padding-bottom: 0px !important;
  font-size: 16px;
}

.footer-list a {
  font-size: 14px;
}

.copyrightt p {
  font-size: 14px;
}

/* about us */

.banner-text h1{
  font-size: 28px;
}

.about-img img{
  padding: 0px;
}

.about-text{
  position: unset;
  transform: none;
  padding: 20px;
  background-color: unset;
}

.tab{
  float: unset;
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

.tab button{
  /* width: 100px; */
  padding: 10px;
  margin-right: 20px;
  font-size: 15px;
}

.tabcontent{
  width: 100%;
}

.swiper {
  width: 300px;
  height: 300px;
}

.product-categories{
  padding: 20px 0px;
}

.product-content a{
  font-size: 13px;
}

.product-inner-content{
    overflow: initial;
    height: 100%;
    
}

.cat-text h2 {
  font-size: 18px;
  margin-bottom: 0px;
}

.cat-text {
  padding: 20px 10px;
}



}

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


  .contact-us-form, .contact-details{
    position: unset;
    transform: none;
    min-width: unset;
  }

  .contact-left, .contact-right{
    height: auto;
    background-color: var(--Primary-color);
  }

  .contact-details{
    width: 100%;
  }

  .contact-icon i{
    padding-top: 40px !important;
  }

}
