.vmg_product_section{
        background: #ECFCFD;
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 50px;
}
.vmg_product-container{
        display: flex;
    padding: 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    width: 85%;
    margin: 0px auto;
    gap: 40px;
}
.vmg_product_filter{
    background: #FFFFFF;
    border-radius: 8px;
    width:315px;
    position: sticky;
    top: 130px;
}
.vmg_product_filter h3{
    color: #3D3E4F;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 41px;
    box-shadow: 0px 1px 0px #00000029;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 20px;
}
.vmg_product_filter form{
    padding: 10px 20px;
}
.vmg_product_filter lable{
    margin-bottom: 10px;
    display: block;
}
.vmg_product_div{
        display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
}
.vmg_product_tag{
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
}
.vmg_product_tag ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}
.vmg_product_tag ul li{
        background: #fff 0% 0% no-repeat padding-box;
    border: 2px solid #a6c3dd;
    border-radius: 68px;
    font-size: 12px;
    color: #3d3e4f;
    padding: 7px 15px;
    display: flex;
    gap: 5px;
}
.vmg_product_tag li svg{
    cursor:pointer;
}
.vmg_product_head{
        display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    width: 75%;
    margin: 0px auto;
    text-align: center;
}
.vmg_product_head h2{
    color: #0f1035;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}
.vmg_product_head p{
        font-weight: 500;
    color: #3D3E4F;
}
.vmg_product_div .vmg_explore_main {
    gap: 35px 30px;
}
.vmg_product_div .vmg_building_bx {
    min-width: 450px;
}
.show_field_product{
    background: #445174;
    border-radius: 6px;
    padding: 6px 15px;
    color: #fff;
    width: auto;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.vmg_product_head p{
    font-size: 16px;
}
.vmg_explore_main .bfp_product_list_con{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
}
@media screen and (max-width: 1599px) and (min-width: 1400px){
    .vmg_product_div .vmg_building_bx {
        min-width: 400px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 1200px){
    .vmg_product_div .vmg_building_bx {
        min-width: 305px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .vmg_product_div .vmg_building_bx {
        min-width: 100%;
    }
    .vmg_product-container {
        width: 90%;
        gap: 30px;
    }
    .vmg_product_div .vmg_explore_main {
        gap: 30px 30px;
    }
    .vmg_building_info {
        padding: 25px 20px;
        gap: 10px;
    }
    .vmg_building_info h3 {
        font-size: 18px;
        text-align: center;
    }
    .vmg_product_head {
        padding: 0px 50px;
        gap: 5px;
    }
    .vmg_product_head h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .vmg_product_head p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }
    .vmg_product_section {
        padding: 80px 0px;
        gap: 30px;
    }
    .vmg_product_filter lable {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .vmg_product_head{
        padding: 0px 30px;
        width: 100%;
    }
    .vmg_product_tag ul {
        gap: 10px;
    }

}
@media screen and (max-width: 767px) and (min-width: 320px){
    .vmg_product_filter {
        width: 100%;
        position: relative;
        top: 0;
    }
    .vmg_product_section {
        padding: 60px 30px;
        gap: 25px;
    }
    .vmg_product_head h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .vmg_product-container {
        width: 100%;
        gap: 40px;
        flex-direction: column;
    }
    .vmg_product_div .vmg_building_bx {
        min-width: 100%;
    }
    .vmg_product_head p {
        text-align: center;
        line-height: 25px;
    }
    .vmg_product_head{
        padding: 0px 20px;
        width: 100%;
    }
    .vmg_product_tag ul {
        gap: 10px;
    }
}    