

@media screen and (min-width: 1200px){
  .content{
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media screen and (min-width: 992px){
  .content{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 768px){
  .content{
    margin-left: 0.2rem !important;
    margin-right: 2rem !important;
  }
}
/*banner*/
.banner{
        width: 100%;
        height: 32rem;
        margin-bottom: 3rem;
}

/*Main Content*/
/* Side Bar  */


.sidebar-links .clr_show_submenu{
    text-decoration: underline;
}
.sidebar-links .dropdown .dropdown{
   
    padding-left: 10px;
}
.sidebar-links a {
    font-size: 13px;

}
.sidebar-links h6{
    font-size: 14px;
}

.sidebar-links  a{
    padding: 8.5px 0;
}
.icon {
    padding: 4px 0;
}
.icon , .sidebar-links li{
    clear: both;
}
.sidebar-links ul li:hover > a {
    color: #FF0000;
}
.sidebar-links  li:hover > a {
    color: #FF0000;
}
.dropdown li:hover .dropdown1{
    display: block;
 }
.dropdown1 li:hover .dropdown2{
display: block;
 }
.dropdown2 li:hover .dropdown3{
display: block;
 }


.sidebar-links ul li ul {
    padding-left: 20px;
        padding-left: 10px;

}
.icon{
        width: min-content;
    margin: 0 !important;
    height: fit-content;
    display: inline-table;
}
.sub-sidebar-links{
    padding-left: 30px;
    display: none;
}

/* Media Q */
@media screen and (max-width: 767px){
    .sidebar-links {
        display: none;
    }
}

@media screen and (min-width: 992px){
 

}

/* End Side Bar  */

.products-content-header{
  color: gray;
  font-weight: bold;
  margin-bottom: 2rem;
}
.products-content-sub-header{
  font-weight: bold;
  margin-bottom: 2rem;
}
.products-content-text{
  margin-bottom: 3rem;
  line-height: 2rem;
  font-weight: 500;
}
.products-content-text-link{
  color: red;
  text-decoration: underline;
}

.noUi-connect {
    background: #ebebeb !important;
}
#slider{
    margin-top: 0.4rem ;
    margin-right: 2rem;
}
.slider-header{
    padding: 0.3rem;
    font-weight: 500;
}
.slider-btn{
    width: 4.5rem;
    padding: 0.5rem 0.8rem;
    border: none;
    background-color: #F5F5F5;
    text-align: center;
    margin: 0 0.5rem;
    font-size: 0.8rem;

}
.slider-line{
    background-color: #D2D2D2;
    height: 0.2rem;
    width: 1.5rem;
    margin: 0.1rem;
    margin-right: 0 !important;
    margin-top: 1rem;
}

.table{
    margin-top: 2rem;
    text-align: center;
    border-collapse:separate;
    border-spacing:0 0.5rem;
  }
.table-thead{
    font-size: 0.8rem;
  }
.table-thead th{
    border-top: 1px solid black;
    border-bottom:1px solid black !important;
}
.table-tbody{
    font-size: 0.8rem;
  }

.table-svg{
        margin-right: 0.8rem;
        height: 1.01rem;
}
@media (max-width: 1200px){

  /*Main Content*/
  .products-content{
    margin-right: 0 !important;
  }
  .slider-header{
      font-size: 0.9rem;
  }
  .slider-btn{
      padding: 0.5rem 1rem !important;
      width: 4rem !important;
      font-size: 0.6rem !important;
  }
}

@media (max-width: 992px) {

  .content{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
/*Main Content*/
.products-content-header{
  font-size: 2.2rem
}
#slider{
    height: 1rem !important;
    margin-right: 1rem;
}
.noUi-horizontal .noUi-handle{
  height: 2rem !important;
}

.slider-header{
    font-size: 0.8rem;
    padding-top: 0.4rem;
    font-weight: 500 !important;
}
.slider-btn{
    padding: 0.5rem 0.2rem !important;
    font-size: 0.7rem !important;
    width: 2.8rem !important;
}
.slider-line{
    width: 0.6rem !important;
}
.noUi-horizontal .noUi-handle{
    height: 2rem !important;
    width: 1.5rem !important;
}
.noUi-connect {
    margin-top: 0.6rem !important;
}
.noUi-origin{
  margin-top: -0.3rem !important;
}
}

.table{
    width: 100% !important;
    min-width:max-content;
}


@media (max-width: 768px) {
  /*banner*/
  .banner{
      height: 18rem;

  }

  #slider{
      margin-right: 0.8rem !important;
  }
.slider-header{
    font-size: 0.7rem;
    font-weight: 500 !important;
}
.slider-btn{
    width: 2.7rem !important;
}
.slider-line{
    width: 0.4rem !important;
}

}

@media (max-width: 576px) {
  /*banner*/
  .banner{
          height: 15rem;
  }
    /*Main Content*/
    #slider{
        margin-right: 0.5rem !important;
    }
  .slider-header{
    font-size: 0.7rem;
    font-weight: bold;
}
.slider-btn{
    width: 2rem !important;
        padding: 0.4rem 0.1rem !important;
}
.slider-line{
    width: 0.2rem !important;
}
}
ul.dropdown {
    display: none;
}
ul.dropdown.active {
    display: block;
}
.Rotate90{
    transform: rotate(90deg);
}
.Rotate0{
        transform: rotate(0) !important;
}
.hidden{
    display:none !important;
}
.icon.active{
    color:#E31B1E;
     transform: rotate(-269deg);
}
