/* Add here all your CSS customizations */
.mt-3{
    color: #05ad05;
}
.bgcolor{
    background-color: #425ac0;
}
.hmv-box{
    padding: 60px 0px; 
    background: #425ac0;
}
.inner-hmv{
    padding: 15px;
    box-shadow: 2px 6px 15px 5px rgba(36, 202, 255, 0.25);
    border-radius: 24px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.inner-hmv2{
    box-shadow: 2px 6px 15px 5px rgba(36, 202, 255, 0.25);
    border-radius: 24px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.left-panel-title{
    font-size: 20px;
    font-weight: 600;
}
.brands-list li{
    padding: 10px 20px;
    display: inline-block !important;
    border: 1px solid #cccccc87;
    margin-bottom: 20px;
    box-shadow: 2px 6px 10px -3px #425ac07d;
    border-radius: 6px;
}
.brands-list li img{
    width: 100%;
}
.about-feature .feature-box{
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 2px 6px 10px -3px #425ac07d;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}
.fume-section .feature-box{
    display: block;
}
.fume-section h6{
    font-size: 15px;
    opacity: 0.8;
    text-align: center;
    font-weight: 600;
}