
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root{
    --main-text-color: #221F1F;
    --sub-text-color : #585981;
    --sup-text-color : #8F90A6;

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #221F1F;
}
html,body{
  overflow-x: hidden !important;
}
a{
    text-decoration: none;
    color: inherit;
}
h1,h2,h3,h4,h5,h6{
  padding: 0px;
  margin: 0px;
}
.family-sans{
  font-family: 'Open Sans', sans-serif;

}
.m-txt-color{
    color: var(--main-text-color) !important;
}
.m-bg-color{
    background-color: var(--main-text-color) !important;
}
.sb-txt-color{
    color: var(--sub-text-color) !important;
    line-height: 36px;
}
.sp-txt-color{
    color: var(--sup-text-color) !important;
}
.px-12{
    padding-left: 12px;
    padding-right: 12px;
}
.py-12{
    padding-top: 12px;
    padding-bottom: 12px;
}
.px-24{
    padding-left: 24px;
    padding-right: 24px;
}
.py-24{
    padding-top: 24px;
    padding-bottom: 24px;
}
.mb-36{
    margin-bottom: 36px;

}
.mb-80{
  margin-bottom: 80px;
}
.pt-60{
  padding-top: 60px;

}
.pb-60{
  padding-bottom: 60px;

}
.radius-12{
    border-radius: 12px;
}

.side-right{
  transition: 0.4s all ease-in;
  background-color: rgba(0, 0, 0, 0.90);
  height: 100vh;
  z-index: 985217;
  display: none;
  right: -150%;
}
.side-left{
  transition: 0.4s all ease-in;
  background-color: rgba(255, 255, 255, 0.55);
  height: 100vh;
  z-index: 985217;
  display: none;
  left: -150%;
}
/* Navbar */
nav{
  padding-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 24px;
}
nav img{
  width: 65% !important;
}
.active-nav-circle{
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #221F1F;
bottom: 0;
left: 50%;
}
.active-nav-link{
    font-weight: 600;
}
.nav-contact-btn{
    width: 120px;
border: 1px solid #221F1F;
transition: 0.2s all linear;
}
.nav-contact-btn:hover{
  background-color: white !important;
    color: #221F1F !important;
    transition: 0.2s all linear;
}

/*INDEX PAGE START*/
.index-banner-container img{
  border-radius: 6px;
}

.index-banner-container h1{
  font-size: 56px;
  line-height: normal;

}
.index-banner-container span{
  color: var(--sub-text-color);
  font-size: 22px;
  line-height: normal;
}
.index-banner-container a{
  padding: 16px 36px;

}
.index-banner-container a:nth-child(1){
  background-color: #BF2626;
  border: 1px solid #BF2626;
  transition: 0.2s all linear;
}
.index-banner-container a:nth-child(1):hover{
  background-color: white;
  color: #BF2626 !important;
  transition: 0.2s all linear;
}
.index-banner-container a:nth-child(2){
  border: 1px solid #221F1F;
  transition: 0.2s all linear;
}
.index-banner-container a:nth-child(2):hover{
  background-color: #221F1F;
  color: white !important;
  transition: 0.2s all linear;
}
.number-container{
  background-color:  #F9F9F9;
}
.number-container .row{
  padding-top: 50px;
  padding-bottom: 50px;
 
}
.number-item h1{
  font-size: 36px;
  line-height: normal;


}
.number-item span{
  font-size: 16px;
  color: #7C8893;


}
.about-us-container img{
  border-radius: 6px;
}
.about-us-container h1{
  font-size: 48px;
  line-height: 69px; 
}
.about-us-container p{
  color: var(--sub-text-color);
  font-size: 18px;
  line-height: normal;
}
.about-us-container a{
  padding: 16px 36px;
  border: 1px solid #221F1F;
  transition: 0.2s all linear;
}
.about-us-container a:hover{
  background-color: #221F1F;
  color: white !important;
  transition: 0.2s all linear;
}.about-us-container a:hover i{
 
  color: white !important;
  transition: 0.2s all linear;
}

.index-focus-container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.focus-card > div{
  box-shadow: 8px 10px 20px 1px rgba(152, 152, 152, 0.16);
  border-radius: 8px;
  background-color: white;
  border-bottom: 3px solid white;
  transition: 0.2s all linear; 
}
.index-section-header{
  margin-bottom: 12px;
}
.index-section-header span{
  font-size: 18px;
color: var(--sub-text-color);
line-height: 28px; 
}
.index-section-header h1{
  font-size: 46px;
  line-height: 82px;
  letter-spacing: -1.38px;

}
.focus-card h2{
  font-size: 26px;
  line-height: 30px;
  transition: 0.2s all linear; 
}
.focus-card p{
  color: var(--sub-text-color);
  font-size: 14px;
  line-height: 24px;
}
.focus-card a{
  transition: 0.2s all linear; 
}
.focus-card:hover  h2{
  color: #BF2626;
  transition: 0.2s all linear; 
}
.focus-card:hover  a{
  color: #BF2626;
  transition: 0.2s all linear; 
}
.focus-card a i{
  color: #221F1F;
  transition: 0.2s all linear; 
}
.focus-card:hover  i{
  color: #BF2626;
  transition: 0.2s all linear; 
}
.focus-card:hover > div{
  border-bottom: 3px solid #BF2626;
  transition: 0.2s all linear; 
}
.index-popular-items-container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.swiper-button-disabled{
  opacity: 0.2 !important;
  background-color: #221F1F !important;
}

.index-popular-items-container .custom-swiper-prev-btn{
  left: -36px;
}
.index-popular-items-container .custom-swiper-next-btn{
  right: -36px;
  
}
.index-video-gallery-container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.index-video-gallery-container .custom-swiper-prev-btn{
  left: -36px;
}
.index-video-gallery-container .custom-swiper-next-btn{
  right: -36px;
}
.index-comment-container .custom-swiper-prev-btn{
  left: -36px;
}
.index-comment-container .custom-swiper-next-btn{
  right: -36px;
}
.video-play-button{
  width: 48px;
  height: 48px;
}
.gallery-btn{
  padding: 16px 36px;
  background-color: #BF2626;
  border: 1px solid #BF2626;
  transition: 0.2s all linear;
}
.gallery-btn:hover{
  background-color: white;
  color: #BF2626 !important;
  transition: 0.2s all linear;
}
.index-comment-container{
  padding-top: 40px;
  padding-bottom: 40px;
}




.comment-card{
  border-radius: 8px;
border: 1px solid #DEDCDA;

background: #FEFEFF;
}
.comment-card h4{
  font-size: 18px;
  color:#1F2744;
  line-height: 28px;
  letter-spacing: 0.045px;

}
.comment-card p{
  color:  var(--sub-text-color);
  line-height: 24px; /* 150% */
letter-spacing: 0.04px;

}
.comment-card img{
  width: 48px;
  height: 48px;
}
.comment-card h5{
  color: #0B2E29;
  line-height: 26px; /* 162.5% */
}
.comment-card span{
  color: var(--sub-text-color);
  font-size: 12px;
  line-height: 22px; /* 183.333% */
}
/* INDEX PAGE END */











/* Hero Section */
.main-banner-container{
   width: 100%;
   border-radius: 32px;

   height: 618px;

background-image: url(../img/Banner\ Image.png);
background-repeat: no-repeat;
background-size: cover;

}

.main-banner-header h1{
    font-size: 54px;

}
.main-banner-header span{

    font-size: 22px;
    line-height: 24px;

}
.selling-btn{
    width: 102px;
    height: 39px;
    border-radius: 15px 15px 0px 0px;

    
}

.choose-container{
  border-radius: 0px 20px 20px 20px;
background: rgba(255, 255, 255, 0.80);
max-width: 918px;
box-shadow: 0px 30px 60px -15px rgba(143, 144, 188, 0.15);
backdrop-filter: blur(10px);

}
.choose-container > div:nth-child(1), .choose-container >div:nth-child(2) {
  border-right: 1px solid #DCDCEB;
}
/* HERO SELECT CSS*/

.sup-select{
  padding: 0px 15px 0px 15px;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 45px;
  }
  
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: var(--sup-text-color);
    left: 0;
    padding: 8px 15px 0px 15px;
  }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: var(--sup-text-color) transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: -1;
  }


  .select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent var(--sup-text-color) transparent;
  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    max-height: 300px;  
    overflow-y: scroll;
    right: 0;
    left: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.90);
    max-width: 918px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 95215125125;
    margin: 0;
    padding: 0;
    list-style: none;
  
  }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;

    transition: 0.2s all ease-in;
  
  }
  .select-options li:hover, .select-options li.is-selected {
 background-color: #BF2626;
 color: white;
 transition: 0.2s all ease-in;
  

  }
  .select-options li[rel=hide] {
    display: none;
  }
  .search-btn{
    background-color: #BF2626;
    outline: none;
    width: 54px;
    border-radius: 15px;
    height: 54px;
    font-size: 20px;
  }

  /* HERO SELECT CSS END*/


  /*filter css start*/
  .filter-section-1 h5{
    font-size: 18px;
    
  }
  .filter-section-1 span{
    color:  #BF2626;
    font-size: 12px;

  }
 
  .filter-section-2 > div{
    border-radius: 8px;
border: 1px solid #EAEAEA;
height: 45px;
  }
  .filter-section-2 .select{
width: 100%;
  }
  

  .filter-section-2 .select-styled{
display: flex;
padding: 0px 8px 0px 8px !important ;
justify-content: flex-start ;
align-items: center;
  }

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
  }
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

 .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: inherit;
    border: 2px solid #918f8f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
.form-group input:checked + label{
    opacity:1 !important;
  }
.form-group input:checked + label:before{
    background-color: #BF2626;
    border-color: #BF2626;
  }
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
  
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }



  input[type=range] {
    box-sizing: border-box;
    appearance: none;
    width: 100%;
    height: 8px;
    margin: 0;
    padding: 0 2px;
    border: 0;
    border-radius: 1px;
    outline: none;
   background-color: #F1F1F1;
    background-size: 100% 2px;
    border-radius: 50px;
    transition: 0.2s all linear;

    pointer-events: none;
 }
 
 input[type=range]:active,
 input[type=range]:focus {
    outline: none;
    transition: 0.2s all linear;

 }
 
 input[type=range]::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    z-index: 612612511;
    border-radius: 28px;
    background-color: #BF2626;
    transition: 0.2s all linear;

    position: relative;
    margin: 5px 0;
    cursor: pointer;
    appearance: none;
    pointer-events: all;
    box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
 }
 
 input[type=range]::-webkit-slider-thumb::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 13px;
    left: 100%;
    transition: 0.2s all linear;

    width: 2000px;
    height: 2px;
 }
 
 .multi-range {
    position: relative;
    height: 1.5rem;
 }
 
 .multi-range input[type=range] {
    position: absolute;
 }
 
 .multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
    background-color: red;
 }
 
 .multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: grey;
 }
 .filter-section-5 input{
  border-radius: 8px;
border: 1px solid #EAEAEA;
transition: 0.2s all linear;



 }
 .filter-section-5 input:focus{
  outline: none;
  border: 1px solid #BF2626;
  transition: 0.2s all linear;
 }


 /*SEARCHED ITEMS */
 .searched-nav .select{
  border-radius: 8px;
border: 1px solid #EAEAEA;


 }
 .item-card>div{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 16px 12px ;
  border-radius: 16px;

 }
 .bottom-item-card a{
  background-color: #BF2626;
  color: white;
  width: 120px;
  height: 40px;
  transition: 0.2s all linear;
  border: 1px solid #BF2626;
 }
 .bottom-item-card a:hover{
  color: #BF2626;
  background-color: white;
  border: 1px solid #BF2626;
  transition: 0.2s all linear;
 }
 .bottom-item-card >div > span > span{
  font-size: 19px;
 }
 .bottom-item-card >div > span > span >span {
  font-size: 12px;
 }
 /*NAVIGATION CSS*/
.page-link{
  border: none !important;
  font-size: 20px;
  color: #221F1F !important;
  border-radius: 6px;

}

.pagination .page-link:focus {
  box-shadow: none;
  background-color: inherit !important;
  
}

.page-active{
  color: white !important;
  background-color: #BF2626 !important;
  border-radius: 6px !important;
}


/*SEARCHED ITEMS END*/


/*CONTACT BANNER */

.contact-banner{
  width: 100%;
  background: linear-gradient(180deg, #C3DFED 0%, #DFF0F7 100%);
  border-radius: 32px;
  height: 468px;
}

.contact-banner > img{
  height: 40vh;
border-top-right-radius: 32px;
border-bottom-right-radius: 32px;

}


.contact-banner-content h1{
  line-height: normal;

  font-size: 50px;
}
.contact-banner-content span{
  font-size: 22px;
  line-height: 36px; 

}
.contact-btn{
  width: 200px;
  height: 50px;
  border-radius: 14px;
  letter-spacing: 0.48px;
  line-height: 36px; 
  background-color: #BF2626;
  transition: 0.2s all linear;
  

}
.contact-btn:hover{
  background-color: white;
  color: #BF2626 !important;
  border: 1px solid #BF2626;
  transition: 0.2s all linear;
}


/*FOOTER START*/
.footer-logo{
  max-width: 150px;
  max-height: 75px;
}
.contact-text{
  line-height: 32px;
  font-size: 14px;
}
.footer-left-bottom{
  gap: 108px;
}
.reserved{
  font-size: 13px;


}
.footer-right{
  gap: 6vw;
}
.footer-col h5{
  font-size: 20px;
  line-height: 36px;
}
.footer-col > span{
  font-size: 14px;
  line-height: 23px;
}
.footer-email-contact{
  border-radius: 15px;
border: 1px solid rgba(34, 31, 31, 0.20);


}
.footer-email-contact input{
  border: none;
  outline: none;
}
.send-email-btn{
  width: 34px;
  height: 34px;
  background-color: #BF2626;
}
footer ul li a{
  transition: 0.2s all linear;
}
footer ul li a:hover{
  color: #BF2626 !important;
  transition: 0.2s all linear;
  opacity: 1 !important;

}


/*DETAIL PAGE START */
.category-tree{
  gap: 10px;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*SWIPER CAROUSEL CSS*/

swiper-container {
  width: 100%;
  height: 100%;
}


swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {

  width: 100%;
  height: 100%;

  
  object-fit: cover;
  border-radius: 12px;
}


swiper-container {
  width: 100%;
}

swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.mySwiper {
  height: 30vw;
  max-width: 100%;
}

.mySwiper2 {
  height: 20%;
  /*width: 80%;*/
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper2 swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border-radius: 12px;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper2 swiper-slide img {
  border-radius: 12px;
  width: 100%;
  height: 100%;

  object-fit: cover;
}
.custom-swiper-prev-btn{
  background-color: #BF2626;
  width: 60px;
  height: 60px;
  font-size: 25px;

border: none;
outline: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;

}
.custom-swiper-next-btn{
  background-color: #BF2626;
  width: 60px;
  height: 60px;
  border: none;
outline: none;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;


}
/*DETAIL CONTENT CSS*/
.specilaties{
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #F9F9F9;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 16px;
}
.specilaties span{
  font-size: 21px;
}
.item-details{
  margin-bottom: 60px;
}
.item-details h3{
  font-size: 24px;

}

.detail-header{
  border-left: 3px solid #BF2626; 
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;

}
.item-section{
  gap: 60px;
  margin-bottom: 60px;
}
.item-section .border-fix{
  border-bottom: 1px solid rgba(34, 31, 31,0.2);

  
}
.item-info{
  background-color: #F9F9F9;
  border-radius: 12px;
}
.item-section span{
  font-size: 20px;
  opacity: 0.8;

}

.item-section span::after{
  content: "";
  bottom: 0;
  height: 3px;
  border-radius: 6px;
  background-color: #BF2626;
  display: block;
  width: -webkit-fill-available;
  position: absolute;
}
.item-section label{
  opacity: 1 !important;
}
.item-section label::before{
  background-color: #BF2626 !important;
  border-color: #BF2626 !important;
}
.item-section label::after{
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 4px !important;
  left: 9px !important;

  width: 6px !important;
  height: 14px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}
.Location{
  margin-bottom: 60px;
}
.map{
  border-radius: 16px;

}
.detail-right-bar{
  border-radius: 24px;
  background: #F9F9F9;
}
.detail-right-bar h3{
  font-size: 24px;
  line-height: normal;
}
.detail-right-bar li{
  font-size: 18px;
}
.side-contact{
  border-radius: 24px;
  background: #F9F9F9;
}
.side-contact img{
  width: 80px;
  height: 80px;

}
.contact-bar-buttons > a:nth-child(1){
  padding: 10px;
  width: 100px;
  background-color: #BF2626;
  color: white;
  font-size: 12px;
}
.contact-bar-buttons > a:nth-child(2){
  padding: 10px;
  width: 100px;
  background-color: #60D669;
  color: white;
  font-size: 12px;
}
.common-issue{
  background-color: #F9F9F9;
  border-radius: 24px;
}
.common-issue a{
  background-color: #BF2626;
  color: white;
}
.contact-us{
  background-color: #F9F9F9;
  border-radius: 24px;
}
.contact-us input{
  border: 1px solid rgba(0, 0, 0, 0.05);

  border-radius: 8px;
height: 40px;
}
.contact-us input:focus{
  outline: none;
}
.item-header h1{
  font-size: 36px; 

}
.item-features label{
  display: flex !important;
  /*align-items: center !important;*/
  align-items: flex-start;
}
/*RESPONSIVE*/

@media screen and (max-width:900px){
  .index-banner-container h1{
    font-size: 32px;

  }
  .index-banner-container span{
    font-size: 14px;
  }
  .index-banner-container a{
    padding: 12px 24px;
  }
  .number-container svg{
    width: 40px;
    height: 40px;
  }
  .number-item h1{
    font-size: 24px;
  }
  .number-item span{
    font-size: 14px;
  }
  .about-us-container .row{
    align-items: center;
  }
  .about-us-container h1{
    font-size: 28px;
  }
  .about-us-container p{
    font-size: 14px;
  }

  .custom-swiper-prev-btn{
    left: 0 !important;
  }
  .custom-swiper-next-btn{
    right: 0 !important;
  }

  .focus-card h2{
    font-size: 18px;
  }
  .focus-card p{
    font-size: 12px;
  }
  .focus-card a{
    font-size: 14px;
  }
  .index-section-header span{
    font-size: 14px;
  }
  .index-section-header h1{
    font-size: 28px;
  }

  .main-banner-container{
    max-height: 480px !important;
  }
  
  h5{
    font-size: 1rem;
  }

.sup-select, .select-styled{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.bottom-item-card a{
  width: 90px;
}
.searched-nav .select-styled{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.filter-btn{

  height: 43px;
  padding: 8px 15px 8px 15px;
  background-color: #BF2626;
  width: 180px;
  outline: none;
  border: none;
  border-radius: 8px;
}
.searched-nav .select-styled{
  width: 180px;
}
.choose-container{
  max-width: 75vw;
}
.searched-nav .select{
  width: 180px;}
  .choose-container >div:nth-child(1) .select{
    width: 120px;

  }
  .choose-container >div:nth-child(2) .select{
    width: 200px;

  }
  .choose-container >div:nth-child(3) .select{
    width: 150px;

  }
  .filter-container{
    position: absolute;
    background-color: white;
    z-index: 562151251;
    width: 100%;
    left: -150%;
    transition: 0.4s all ease-in;
    margin-bottom: 3rem;
  }
  main .row{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-banner-header h1{
    font-size: 32px;
  }
  .main-banner-header span{
    font-size: 14px;
  }
  .selling-btn{
    font-size: 14px;
  }
  .sup-select{
    font-size: 16px;
  }
  .select-styled{
    font-size: 14px;
  }
  .item-header h1{
    font-size: 28px;

  }
  .item-header span{
    font-size: 12px;
  }
  .custom-swiper-prev-btn, .custom-swiper-next-btn{
    width: 40px;
    height: 40px;
  }
  .specilaties span{
    font-size: 16px;
  }
  .specilaties svg{
    width: 32px;
    height: 32px;
  } 
  .detail-header h3{
    font-size: 20px;
  }
  .detail-content{
    font-size: 14px;
  }

  nav img{
    width: 100% !important;
  }
  .detail-right-bar h3{
    font-size: 16px;

    font-weight: normal;
  }
  .detail-right-bar ul li{
    font-size: 13px;
  }
  .side-contact h4{
    font-size: 1rem;
  }
  .side-contact span{
    font-size: 11px;
  }
  .contact-bar-buttons > a:nth-child(1){
    padding: 6px;
    width: 70px;
    font-size: 10px;
  }
  .contact-bar-buttons > a:nth-child(2){
    padding: 6px;
    width: 70px;
    font-size: 10px;
  }
  .common-issue h4{
    font-size: 16px;
  }
  .common-issue >span{
    font-size: 12px;
  }
  .common-issue a{
    font-size: 12px;
    
  }
  .contact-us h4{
    font-size: 1rem;
  }
  .contact-us label{
    font-size: 14px;
  }
  .contact-banner > img {
    height: 30vh;
}
.contact-banner-content{
  gap: 0.5rem !important;
}
.contact-banner-content >div{
  gap: 0.5rem !important;
} 
.contact-banner-content h1{
  font-size: 32px;
}
.contact-banner-content span{
  font-size: 14px;
}
.footer-left-bottom{
  gap: 2rem;
}
.selling-btn{
  width: 75px;
}

.select-options li{
  font-size: 16px;
}


}
@media screen and (max-width:576px){
  .sidebar{
    display: none !important;
    position: absolute;
    right: -150%;
    z-index: 985220;
    top: 3.5rem;
    gap: 1rem;
    transition: 0.4s all ease-in;
  }

  .nav-contact-btn{
    background-color: white !important;
    color: #221F1F !important;
  }
  .sidebar ul {
    align-items: end !important;
  }
  nav{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav ul li{
    color: white !important;
  }
  .container{
    padding: 0 16px 0 16px !important;
  }
  .index-banner-container h1{
    font-size: 20px;

  }
  .index-banner-container span{
    font-size: 11px;
  }

  .index-banner-container a{
    padding: 8px 12px;

  }
  .number-container svg{
    width: 28px;
    height: 28px;
  }
  .number-item h1{
    font-size: 18px;
  }
  .number-item span{
    font-size: 11px;
  }
  .pb-60{
    padding-bottom: 20px !important;
  }
  .pt-60{
    padding-top: 20px !important;
  }
  .number-container .row{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-us-container h1{
    text-align: center;
    font-size: 24px;
  }
  .about-us-container p{
    font-size: 13px;
    text-align: center;
  }
  .about-us-container a{
    padding: 8px 16px;

  }
  .index-section-header span{
    font-size: 11px;
  }
  .index-section-header h1{
    font-size: 18px;
    line-height: 2rem;
  }
  .focus-card{
    margin-bottom: 12px;
  }

  .gallery-btn{
    padding: 12px 24px;

  }
  .comment-card h4{
    font-size: 14px;
  }
  .comment-card p{
    font-size: 14px;
  }
  .bottom-item-card a{
    width: 120px;
  }
  .searched-nav{
    gap: 10px;
  }
  .main-banner-header h1{
    font-size: 20px;
  }
  .choose-container {
    max-width: 80vw;
}

.select-options li{
  font-size: 12px;
}
  
  .main-banner-header span{
    font-size: 11px;
  }
  .between-fix{
    width: 100%;
  }
  .selling-btn{
    font-size: 13px;
  }
  .sup-select{
    font-size: 12px ;
  }
  .select-styled{
    font-size: 10px;
  }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: var(--sup-text-color) transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: -1;
}

.choose-container >div:nth-child(1) .select{
  width: 85px;
}
.choose-container >div:nth-child(2) .select{
  width: 120px;
}
.choose-container >div:nth-child(3) .select{
  width: 85px;
}
.main-banner-container {
  max-height: 500px !important;
}
.choose-container .select{
  height: 26px ;
}
.category-tree > *{
font-size: 10px;
}
.item-header h1{
  font-size: 1rem;
}
.specilaties > div{
  gap:8px !important;
}
.specilaties svg{
  width: 20px;
  height: 20px;
}
.specilaties span{
  font-size: 11px;
}
.Location iframe{
  width: 100%;

}
.custom-swiper-prev-btn, .custom-swiper-next-btn{
  width: 30px;
  height: 30px;
}
.contact-banner > img{
  height: 100%;
  right: -31vh!important;
  object-fit: cover;
}
.contact-banner-content h1{
  font-size: 20px ;
}
.contact-banner-content span{
  font-size: 11px;
  line-height: 15px;
}
.contact-btn{
  width: 150px;
 
}
.contact-banner{
  height: 37vh;
}

}
@media screen and (max-width:390px){
  .choose-container >div:nth-child(1) .select{
    width: 75px;
  }
  .choose-container >div:nth-child(2) .select{
    width: 110px;
  }
  .choose-container >div:nth-child(3) .select{
    width: 80px;
  }
  
}
@media screen and (min-width: 576px) and (max-width:768px){
.container, .container-sm {
    max-width: 720px !important;
}
}