*{
    font-family: "Inter Tight", "Helvetica Neue", -apple-system, "system-ui", "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a{
    text-decoration-line: underline;
    color: black;
}

#catagory{
    font-size: 24px;
}

#nav{
    border: solid red;
    text-align: center;
    margin-bottom: 20px;
}


/* #side-container{
    border: solid red;
} */


#search-inp{
    border: solid 1px black;
}



#side-filter-top{
    border-bottom: dashed grey;
    width: 90%;
    padding-left: 10px;
    padding-bottom: 20px;
}
/* #side-filter-top h2{
  font-size: 16px;
} */

#side-filter-top > p:nth-child(1){
    /* border: solid red; */
    font-size: 14px;
}
#side-filter-top > p:nth-child(2){
    /* border: solid black; */
    font-size: 28px;
}

#filter-catagory{
    list-style: none;
}

#filter-catagory li{
    margin-left: -35px;
    margin-bottom: 12px;
    font-size: 16px;
}

#filter-catagory li > a{
    /* border: solid red; */
    text-decoration: none;
    color: black;
}

#filter-catagory li>a:hover{
    border-bottom: solid 1px black;
}

#side-sort{
    /* border: solid purple; */
    width: 90%;
    border-bottom: dashed gray;
    padding-left: 10px;
    padding-bottom: 60px;
}

#sort-products{
    border: none;
    font-size: 16px;
    /* background-color: white; */
    /* margin-top: 20px; */
}

#sort-products:hover{
    border-bottom: solid black;
}

/* #side-sort h2{
    font-size: 16px;
  } */

/* .sort-inp{
    border: solid red;
    font-size: 16px;
    margin-bottom: 12px;
} */



#main-body{
    display: flex;
    justify-content: space-evenly;
}


/* <-----styles for cards-----> */

 #product-container{
     /* border: solid red; */
     width: 80%;
     display: grid;
     grid-template-columns: repeat(4,1fr);
}



#main-body{
    display: flex;
}

.products{
    /* border: solid red; */
    width: 90%;
    height: 550px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: transform .2s;


    position: relative;
    display: inline-block;
    overflow: hidden;

}

.products:hover{
    transform: scale(1.03);
}

.products:hover img{
   opacity: 0;
}

.products:hover .hover-img{
    opacity: 1;
}

.products img{
    width: 100%;
    /* height: 70%; */
    transition: all linear 0.2s;
}

.products .hover-img{
    width: 95%;
    padding: 10px;
}

.products img.hover-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.products .rating{
    /* border: solid red; */
    margin-bottom: 0%;
    margin-top: 5px;
}

.products p{
    color: rgb(167,0,51);
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 16px;
}

.colorpallate{
    /* border: solid pink; */
    height: 30px;
}


.products h3{
    display:inline
}
.products .top{
    color: rgb(167,0,51);
    margin-bottom: 0%;
}

/* .products .top{
   
} */

.products .price{
    /* border: solid red; */
    margin-bottom: 0%;
}

.products .title{
    margin-bottom: 0%;
    margin-top: 3%;
}

.colorpallate{
display: flex;
justify-content: space-evenly;
}

.colorpallate div{
    border: solid black;
    width: 8%;
}

/* Filter Css */

/* .selectbtn {
    border: solid black;
} */


.pagination-wrapper{
/* border: solid red; */
width: 50%;
margin: auto;
text-align: center;
margin-top: 20px;
}

.pagination-btn{
    background-color: white;
    width: 40px;
    height: 30px;
    border: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    cursor: pointer;
    margin-left: 30px;
    margin-bottom: 30px;
}


/* 
#sort-products h2{
font-size: 16px;
} */

#select-filter{
    padding-left: 10px;
}

/* .btn-text-color{
    display: flex; */
    /* border: solid pink; */
/* } */

/* .selectbtn-color { */
    /* border: solid black; */
    /* color: red */
    /* position: relative; */
    /* padding: 20px; */
    /* background-color: antiquewhite; */
/* } */








input{
    outline: none;
    border: none;
}

.multi-selector{
    width: max-content;
    border: solid red;
}

/* .select-field{
    border: 1px solid black;
} */

.select-field,.options,.selectbtn-color{
    /* border: 1px solid black; */
    width: max-content;
    width: 100%;
    /* background-color: white; */
    padding: 0.3rem;
}



.select-field-brand{
    /* border: solid pink; */
    margin-top: 5px;
    /* width: 70%; */
}

.select-field-stock{
    /* border: solid pink; */
    margin-top: 5px;
    /* width: 70%; */
}

.select-field-size{
    /* border: solid pink; */
    margin-top: 5px;
    /* width: 70%; */
}


.select-field-brand,.options,.selectbtn-brand{
    /* border: 1px solid black; */
    width: max-content;
    width: 100%;
    /* background-color: white; */
    padding: 0.3rem;
    /* margin-top: 20px; */
}

.select-field-stock,.options,.selectbtn-stock{
    /* border: 1px solid black; */
    width: max-content;
    width: 100%;
    /* background-color: white; */
    padding: 0.3rem;
    /* margin-top: 20px; */
}

.select-field-size,.options,.selectbtn-size{
    /* border: 1px solid black; */
    width: max-content;
    width: 100%;
    /* background-color: white; */
    padding: 0.3rem;
    /* margin-top: 20px; */
}

.select-field-productType,.options,.selectbtn-productType{
    /* border: 1px solid black; */
    width: max-content;
    width: 100%;
    /* background-color: white; */
    padding: 0.3rem;
    /* margin-top: 20px; */
}

.selectbtn-color{
    box-shadow: 0 30px 60px rgb(0, 0, 0, 0.2);
    display: none;
}

.selectbtn-brand{
    box-shadow: 0 30px 60px rgb(0, 0, 0, 0.2);
    display: none;
}

.selectbtn-stock{
    box-shadow: 0 30px 60px rgb(0, 0, 0, 0.2);
    display: none;
}

.selectbtn-size{
    box-shadow: 0 30px 60px rgb(0, 0, 0, 0.2);
    display: none;
}

.selectbtn-productType{
    box-shadow: 0 30px 60px rgb(0, 0, 0, 0.2);
    display: none;
}


.down-arrow1{
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block;
    /* border: solid red; */
    /* display: block; */
    /* transform: rotate(45deg); */
    transition: 0.2s linear;
}
.down-arrow2{
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block;
    /* border: solid red; */
    /* display: block; */
    /* transform: rotate(45deg); */
    transition: 0.2s linear;
}
.down-arrow3{
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block;
    /* border: solid red; */
    /* display: block; */
    /* transform: rotate(45deg); */
    transition: 0.2s linear;
}
.down-arrow4{
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block;
    /* border: solid red; */
    /* display: block; */
    /* transform: rotate(45deg); */
    transition: 0.2s linear;
}
.down-arrow5{
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block;
    /* border: solid red; */
    /* display: block; */
    /* transform: rotate(45deg); */
    transition: 0.2s linear;
}
.options{
    display: block;
    padding-left: 0;
}

.options span{
    float: right;
    font-size: 0.7rem;
    padding-top: 6px;
 
}

.options:hover{
    background-color: aliceblue;
}

.show{
    display: block;
}
.rotate180{
    transform: rotate(180deg);
}

.input-selector{
    background-color: white;
    font-size: 16px;
}
.input-selector:hover{
    border-bottom: solid gray;
}

::placeholder{
    color: black;
}


#bottom {
    /* border: solid black; */
    width: 90%;
    margin: auto;
}

#related-catagories{
    /* border: solid red; */
    padding-top: 15px;
    margin: auto;
    background-color: rgb(245,245,245);
}

#related-catagories h3{
    margin-left: 90px;
}

.related-btn{
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    width: 206px;
    height: 42px;
    margin-left: 90px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: none;
    cursor: pointer;
}

.related-btn:hover{
    border: 2px solid blue;
}




@media all and (min-width: 200px) and (max-width: 900px){

#side-container{
    display: none;
}


#product-container{
    /* border: solid red; */
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

#main-body{
    display: flex;
    justify-content: space-evenly;
}

.products{
    /* border: solid red; */
    width: 90%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: transform .2s;


    position: relative;
    display: inline-block;
    overflow: hidden;

}

.products:hover{
    transform: scale(1.03);
}

.products:hover img{
   opacity: 0;
}

.products:hover .hover-img{
    opacity: 1;
}

.products img{
    width: 100%;
    /* height: 70%; */
    transition: all linear 0.2s;
}

.products .hover-img{
    width: 95%;
    padding: 10px;
}

.products img.hover-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pagination-wrapper{
    /* border: solid red; */
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    }

    #media-div{
        display: block;
        text-align: center;
    }

    #media-filtersort{
        display: block;
    }

    #side-container{
        /* border: solid red; */
        position: absolute;
        display: block;
        left: -90%;
        transition: 0.4s;
        z-index: 100;
        background-color: white;
        width: 90%;
    }

    #filter-media{
        /* border: solid red;  */
        position: absolute;
    }

    #side-container.active{
        left: 0;
    }

    .down-arrow1{
        font-size: 1.2rem;
        cursor: pointer;
        display: inline-block;
        /* border: solid red; */
        /* display: block; */
        /* transform: rotate(45deg); */
        transition: 0.2s linear;
        margin-left: 300px;
    }
    .down-arrow2{
        font-size: 1.2rem;
        cursor: pointer;
        display: inline-block;
        /* border: solid red; */
        /* display: block; */
        /* transform: rotate(45deg); */
        transition: 0.2s linear;
        margin-left: 300px;
    }
    .down-arrow3{
        font-size: 1.2rem;
        cursor: pointer;
        display: inline-block;
        /* border: solid red; */
        /* display: block; */
        /* transform: rotate(45deg); */
        transition: 0.2s linear;
        margin-left: 300px;
    }
    .down-arrow4{
        font-size: 1.2rem;
        cursor: pointer;
        display: inline-block;
        /* border: solid red; */
        /* display: block; */
        /* transform: rotate(45deg); */
        transition: 0.2s linear;
        margin-left: 300px;
    }
    .down-arrow5{
        font-size: 1.2rem;
        cursor: pointer;
        display: inline-block;
        /* border: solid red; */
        /* display: block; */
        /* transform: rotate(45deg); */
        transition: 0.2s linear;
        margin-left: 300px;
    }

    .products .rating{
        /* border: solid red; */
        margin-bottom: 0%;
        margin-top: 5px;
        font-size: 16px;
    }
    
    .products p{
        color: rgb(167,0,51);
        margin-top: 1%;
        margin-bottom: 2%;
        font-size: 16px;
    }
    
    .colorpallate{
        /* border: solid pink; */
        height: 30px;
    }
    
    
    .products h3{
        display:inline;
        font-size: 16px;
    }
    .products .top{
        color: rgb(167,0,51);
        margin-bottom: 0%;
        font-size: 16px;
    }
    
    /* .products .top{
       
    } */
    
    .products .price{
        /* border: solid red; */
        margin-bottom: 0%;
        font-size: 16px;
    }
    
    .products .title{
        margin-bottom: 0%;
        margin-top: 3%;
        font-size: 16px;
    }
    
    /* .colorpallate{
    display: flex;
    justify-content: space-evenly;
    }
    
    .colorpallate div{
        border: solid black;
        width: 8%;
    } */

}

.mediadiv{
    /* border: solid purple; */
    width: 90%;
    margin: auto;
    display: none;
    font-size: 20px;
}

.media-filter-sort{
    /* border: solid pink; */
    width: 90%;
    margin: auto;
    display: none;
    height: 50px;
}

.media-filter-sort button{
    background-color: white;
    width: 200px;
    height: 30px;
    font-size: 20px;
    border: none;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 20px;
}


.media-filter-sort button:hover{
    background-color:  rgba(59, 43, 124, 0.078);
}

.fa{
    /* border: solid red; */
    font-size: 30x;
    color: rgb(59,43,124);
    margin-right: 10px;
}

#search-inp{
    border: solid 1px black;
}

@media all  and (min-width: 901px) and (max-width: 1400px){


    #product-container{
        /* border: solid red; */
        width: 80%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
   }

    .products{
        /* border: solid red; */
        width: 90%;
        height: auto;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        transition: transform .2s;
    
    
        position: relative;
        display: inline-block;
        overflow: hidden;
    
    }

    .products .price{
        /* border: solid red; */
        margin-bottom: 0%;
        font-size: 16px;
    }
    
    .products .title{
        margin-bottom: 0%;
        margin-top: 3%;
        font-size: 16px;
    }

    .products h3{
        display:inline;
        font-size: 16px;
    }
    .products .top{
        color: rgb(167,0,51);
        margin-bottom: 0%;
        font-size: 16px;
    }

    .products .rating{
        /* border: solid red; */
        margin-bottom: 0%;
        margin-top: 5px;
        font-size: 16px;
    }
    
    .products p{
        color: rgb(167,0,51);
        margin-top: 1%;
        margin-bottom: 2%;
        font-size: 16px;
    }

}



.not1{
    font-weight: lighter;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    font-size: 14px;
}

.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  /* border: 1px solid black; */
  position: relative;
  margin: auto;
  color: white;
  background-color: #3a2a7c;
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 10px 12px 0px 12px;
  position: relative;
  width: 100%;
  font-weight: bolder;
  letter-spacing: .5x;
  text-align: center;
}
.text > a {
    color:white
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}
#title-box {
    /* border:1px solid black; */
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding: 0% 2%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
#title-box > .row{
    display:none;
    /* margin-top: 20px; */
}
#title-box > #title{
    margin:10px;
    width:20%;
    height:15%;
    /* border:1px solid black; */
}
#title-box > #title > img{
    /* border:1px solid black; */
    width:8%
}
#title-box > #search-bar{
    margin-left: 5%;
    width:70%;
    /* border:1px solid black */
}
#title-box > #search-bar> input{
    font-size: 20px;
    margin-top: 15px;
    padding: 10px;
    padding-left: 10px;
    width: 80%;
}
#title-box > #search-bar> .submit{
    padding: 6px 10px;
    font-size: 24px;
}
#title-box > #icons{
    display: flex;
    /* border:1px solid black; */
}
#title-box > #icons > div{
    /* border:1px solid black; */
    margin: 7px;
    padding: 5px;
    margin: auto;
    width:100px;
    text-align: center;
}
#title-box > #icons > div > a > img{
    /* border: 1px solid black; */
    height: 40px;
    width: 30px;
}
#title-box > #icons > div > a > h4{
    font-size: 11px;
}

@media screen and (min-width:200px) and (max-width:900px){
    #title-box{
        /* border:1px solid black; */
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }
    #title-box > .row {
        margin-top: 10px;
        display: block;
    }
    #title-box > #title{
        margin:5px;
        width:30%;
        height:60px;
        /* border:1px solid black; */
    }
    #title-box > #title > a > img{
        /* border:1px solid black; */
        width:13%
    }
    #title-box > #search-bar{
        margin-left: 5%;
        width:70%;
        /* border:1px solid black */
    }
    #title-box > #search-bar> input{
        font-size: 16px;
        margin-top: 10px;
        padding: 10px;
        padding-left: 10px;
        width: 80%;
    }
    #title-box > #search-bar> .submit{
        margin-top: 13px;
        padding: 5px 10px;
        font-size: 22px;
    }
    #title-box > #icons{
        display: flex;
        /* border:1px solid black; */
    }
    #title-box > #icons > div{
        /* border:1px solid black; */
        margin: 10px;
        padding: 5px;
        margin: auto;
        width:60px;
        text-align: center;
    }
    #title-box > #icons > div > a > img{
        height: 30px;
        width: 25px;
    }
    #title-box > #icons > div > h4{
        font-size: 7px;
    }
}


/* categories starts here */
#categories{
    /* border:1px solid black; */
    display: flex;
    justify-content: space-evenly;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    
}
.sidenav{
    display: none;
}
.dropbtn {
    /* background-color: #04AA6D; */
    color: black;
    font-weight: lighter;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    padding: 12px;
    margin-top: 2.5px;
    font-size: 16px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    background-color: white;
    /* border: 1px solid black; */

}
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: lighter;
    background-color: #f1f1f1;
    min-width: 1050px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /* border: 1px solid black; */
}
.dropdown-content1 {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: lighter;
    background-color: #f1f1f1;
    min-width: 700px;
    right:0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /* border: 1px solid black; */
}
.dropdown-content2 {
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: lighter;
    background-color: #f1f1f1;
    min-width: 1050px;
    left: -100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: transform .2s;
    /* border: 1px solid black; */
}
.dropdown-content >.d11 .d21{
    width: 170px;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
}
.dropdown-content > .d11{
    padding: 15px;
    width: 170px;
    /* border: 1px solid black; */
}
.dropdown-content .d11 a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown-content1 >.d11 .d21{
    width: 170px;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
}
.dropdown-content1 > .d11{
    padding: 20px;
    width: 170px;
    /* border: 1px solid black; */
}
.dropdown-content1 .d11 a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-decoration: none;
}
  
.dropdown-content1 a:hover {background-color: #ddd;}
  
.dropdown:hover .dropdown-content1 {display: flex;}

.dropdown-content2 >.d11 .d21{
    width: 170px;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
}
.dropdown-content2 > .d11{
    padding: 15px;
    width: 170px;
    /* border: 1px solid black; */
}
.dropdown-content2 .d11 a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-decoration: none;
}
  
.dropdown-content2 a:hover {background-color: #ddd;}
  
.dropdown:hover .dropdown-content2 {display: flex;}
  
.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
    text-decoration: 2px underline;
}

@media screen and (min-width:200px) and (max-width:900px){
    #categories {
        display: none;
    }
    #title-box > .row
   .sidebar {
        margin: 0;
        padding: 0;
        width: 200px;
        background-color: #f1f1f1;
        position: absolute;
        z-index: 1;
        height: 100%;
        overflow: auto;
      }
      .sidebar > .ddd > .d11 > a{
        display: flex;
      }
      .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
      }
      .sidebar a.active {
        background-color: #04AA6D;
        color: white;
      }
      
      .sidebar a:hover:not(.active) {
        background-color: #555;
        color: white;
      }
        
}
/* categories ends here */

.not2{
    margin: auto;
    text-align: center;
    display: flex;
    /* border:1px solid black; */
    padding: 0.9% 20%;
}
.not2 img{
    padding: 0px 5px;
}

/* header ends here */

/* footer starts here */
/* footer media starts here */
#footer{
    width: 80%;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
#footer > .footer1{
    width: 50%;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
    margin-top: 20px;
    padding: 10px;  
    justify-content: space-around;
}
#footer > .footer1 > a > #icon{
    width: 6.5%;
    margin: 10px;
}

#footer > .footer2{
    width: 90%;
    margin: auto;
    text-align: center;
    display: flex;
    /* border: 1px solid black; */
    margin-top: 20 px;
    justify-content: space-evenly;
}
#footer > .footer2 > .sub1{
    display: flex;
    margin: 10px;
    width: 45%;
    /* border:1px solid black; */
    background-color: #f0ecec;
} 
#footer > .footer2 > .sub1 > .sub11 >  img{
    width:100%;
    padding: 10px;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub1 > .sub12{
    padding:10px 10px 0px 10px;
    margin: 10px;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub1 > .sub12 > h4{
    margin-bottom: 10px;
    font-weight: lighter;
}
#footer > .footer2 > .sub1 > .sub12 > p{
    /* border: 1px solid black; */
    text-align: right;
    cursor: pointer;
}
#footer > .footer2 > .sub2{
    margin: 10px;
    width: 45%;
    display: flex;
    background-color: #f0ecec;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub2 > .sub21{
    width: 100%;
    margin: 10px;
}
#footer > .footer2 > .sub2 > .sub21 > img{
    width:90%;
    margin: 10px;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub2 > .sub22{
    padding:10px;
    margin: 10px;
    margin: auto;
    text-align: center;
    /* border: 1px solid black; */
}
#footer > .footer2 > .sub2 > .sub22 > h4{
    margin: 10px;
    font-weight: lighter;
}
#footer > .footer2 > .sub2 > .sub22 > p{
    /* border: 1px solid black; */
    /* margin-top: 300px */
    text-align: right;
    cursor: pointer;
}
/* footer ends here */

/* footer starts here */
#service {
    width:100%;
    background-color: #f0ecec;
    /* border:1px solid black; */
}
#service > div{
    width:70%;
    display: flex;
    margin: auto; 
    text-align: center;
    /* border:1px solid black; */
}
#service > div > div{
    /* margin: 0px 53px; */
    width: 25%;
    text-align: left;
    margin: 10px 0px;
    padding: 10px 20px;
    /* border:1px solid black; */
}
#service > div > div >h3, p:hover{
    cursor: pointer;
}
/* footer ends here */

/* footer brands starts here */
#footer-brands{
    /* border:1px solid black; */
    padding: 25px;
    background-color: #f0ecec;
}
#footer-brands > div{
    width:70%;
    margin: auto;
    padding: 10px 20px;
    text-align: center;
    /* border:1px solid black; */
}
#footer-brands > div > .fb{
    padding: 0px 20px;
    /* border:1px solid black;  */
}

#footer-brands > div > .fb1{
    width: 70%;
    margin: auto;
    text-align: center;
    /* border:1px solid black; */
}
#footer-brands > div > .fb1 > p{
    font-weight: bold;
    padding: 10px 0px;
}

#footer-brands > div > .fb2{
    display: flex;
    padding: 10px 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb2 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb3{
    display: flex;
    padding: 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb3 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb4{
    display: flex;
    padding: 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb4 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb5{
    display: flex;
    padding: 20px;
    /* border:1px solid black; */
    justify-content: space-evenly;
}
#footer-brands > div > .fb5 > img{
    width: 10%;
    height: 10%;
}

#footer-brands > div > .fb6{
    cursor: pointer;
    font-family: sans-serif;
}

#footer-brands > div > .fb6 > p {
    font-size: 16px;
    color: black;
}
#footer-brands > div > p{
    font-size: 12px;
}

@media screen and (max-width:900px){
    #footer > .footer1 > a > #icon{
        width: 10%;
        margin: 10px;
    }
    #footer > .footer2 > .sub1 > .sub12 > h4{
        margin-bottom: 0px;
        font-weight: lighter;
    }
    #footer-brands > div > .fb1 > p{
        font-weight: bold;
        padding: 10px 0px;
        font-size: 23px;
        
    }
    #footer-brands > div > .fb2 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
    #footer-brands > div > .fb3 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
    #footer-brands > div > .fb4 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
    #footer-brands > div > .fb5 > img{
        width: 20%;
        height: 15%;
        margin: 5px 20px;
    }
}


