.Box1 .left .search{
    background-color: #F2F3F5; 
    padding: 30px 20px;
    border: 1px solid #0000000e;
}
.Box1 .left .search h6{
    font-weight: bold;
    color: black;
    font-size: 22px;
    font-family: "Roboto Slab", serif;
}
.Box1 .left .search span{
    font-size: 18px;
    color: #333;
}
.Box1 .left .search form{
    background-color: white;
    border: 1px solid #ccc; 
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.Box1 .left .search form input{
    border: none;
    outline: none;
    width:calc(100% - 55px);
}
.Box1 .left .search form button{
    background-color: #E6212A;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transition: 0.3s;
}
.Box1 .left .search form button:hover{
    background-color: #ff404a;
}

.Box1 .left .type{
    margin-top: 30px;
    padding: 30px 20px;
    background-color: #F2F3F5; 
    border: 1px solid #0000000e;
}
.Box1 .left .type h6{
    font-weight: bold;
    color: black;
    font-size: 22px;
    font-family: "Roboto Slab", serif;
}
.Box1 .left .type ul{
    padding: 0;
    margin: 0;
} 
 .Box1 .left .type button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 5px;
    border: none;
    border-bottom: 1px solid #0000001a;
 }
 .Box1 .left .type button i{
    font-style: normal;
 }
 .Box1 .left .type .item{
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
 }
 
 .Box1 .left .type .item button a{ 
    color: #333;
    /* width: 80%; */
    text-align: left;
    transition: 0.4s;
 }
 .Box1 .left .type .item button:hover a{
    color: #E6212A;
 }
 .Box1 .left .type .item button i{
    color: #333;
 }

 .Box1 .left .type .item2{
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
 }
 .Box1 .left .type .item2 li a{
    font-size: 14px; 
    display: block;
    color: #333;
    padding: 5px 10px ;
    width: 100%;
    border-bottom: 1px solid #0000001a;
    transition: 0.4s;
}
.Box1 .left .type .item2 li:hover a{
    color: #E6212A;
}
.Box1 .left .type li:nth-child(2) .item a{
    font-size: 14px; 
    display: block;
    color: #333;
    padding: 3px 10px ;
    width: 100%;
    border-bottom: 1px solid #0000001a;
}