.vmg_exlore_building {
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #ECFCFD;
}
.vmg_explore_container {
    display: flex;
    padding: 0px 150px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.vmg_explore_head {
    text-align: center;
}
.vmg_explore_head h2 {
    color: #0F1035;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}
.vmg_explore_head p{
    text-align: center;
    letter-spacing: 0px;
    color: #3D3E4F;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.vmg_explore_main {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 80px 60px;
    align-self: stretch;
    flex-wrap: wrap;
        width: 100%;
}
.vmg_building_bx {
    transition: .3s ease all;
    display: flex;
    min-width: 510px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    position: relative;
    max-width: 48.5%;
}
.vmg_card_bximg {
    overflow: hidden;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    position: relative;
}
.vmg_building_bx img {
    object-fit: cover;
    transition: .3s ease all;
    width: 100%;
}
.vmg_building_bx:hover img{
    transform: scale(1.05);
}
.vmg_building_info {
        border-radius: 0px 0px 6px 6px;
    background: #FFF;
    display: flex;
    padding: 30px 30px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    position: relative;
}
.vmg_building_info h3 {
        overflow: hidden;
    color: #283044;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    font-family: 'Rubik', sans-serif;
}
.vmg_building_price {
    color: #283044;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 5px;
    margin: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.vmg_building_price span {
    color: #12BFCE;
    font-size: 20px;
    font-weight: 700;
}
.vmg_building_action {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.vmg_cmn_btn {
    display: flex;
    min-height: 48px;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 2px solid #12BFCE;
    background: #12BFCE;
    color: #fff;
}
.vmg_cmn_btn:hover{
    border: 2px solid #283044;
    background: #283044;
    color: #fff;
}
.vmg_cmn_btn svg{
    width: 24px;
}
.vmg_view_call{
    background: #ECFCFD;
    padding:5px;
    width: 48px;
    border: 2px solid #283044;
    border-radius: 10px;
}
.vmg_view_dtl{
    padding:5px;
    background: #FEF2EC;
    width: 48px;
    border: 2px solid #283044;
    border-radius: 10px;
}
.vmg_view_call:hover{
    background: #ECFCFD;
    border: 2px solid #283044;
}
.vmg_view_dtl:hover{
    background: #FEF2EC;
    border: 2px solid #283044;
}
.product_hover {
    position: absolute;
    text-align: center;
    top: 0%;
    padding: 0 30px;
    transition: 0.2s ease all;
    opacity: 0;
    visibility: hidden;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-start;
    align-self: stretch;
    justify-content: center;
    gap: 20px;
    left: 0px;
    right: 0px;
}
.product_hover p{
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    margin:0px;
    padding:0px 40px;
        line-height: 26px;
}
.product_hover .btn{
    border: 2px solid #12BFCE;
    background: #12BFCE;
    width: 48px;
    padding: 0px;
    height: 48px;
    border-radius: 10px;
}
.vmg_building_bx:hover .product_hover {
    opacity: 1;
    visibility: visible;
    background: rgb(0 14 26 / 47%);
}
.load_more_btn .btn{
        background: #ECFCFD 0% 0% no-repeat padding-box;
    border: 2px solid #283044;
    border-radius: 6px;
    color: #283044;
    font-weight: 500;
    font-size: 14px;
    height: 48px;
    padding: 0px 15px;
    text-transform: capitalize;
}
.load_more_btn svg{
    margin-left: 5px;
}
.vmg_product_div #pagination_row {
    margin: 0px 0 0px;
}
.vmg_product_div .load_more_btn .btn {
    text-transform: capitalize;
    background: #ecfcfd !important;
    border: 2px solid #283044 !important;
    color: #283044 !important;
    color: #283044;
    font-weight: 600;
    font-size: 15px;
        display: flex !important;
}
.vmg_product_div .load_more_btn .btn:hover{
    text-transform: capitalize;
    background: #12bfce !important;
    border: 2px solid #12bfce !important;
    color: #fffefe !important;
    color: #283044;
    font-weight: 600;
    font-size: 15px;
}
.manufacture_exlore_building .page-loadmore{
    margin-top: 50px;
    display: inline-flex !important;
    text-transform: capitalize;
}
.state_exlore_building .load_more_btn .btn {
        text-transform: capitalize;
    background: #ecfcfd !important;
    border: 2px solid #283044 !important;
    color: #283044 !important;
    color: #283044;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex !important;
    text-transform: capitalize !important;
    margin-top: 30px;
    margin-left: 20px;
}
.state_exlore_building .borderbtn {
    background-color: #fff0;
}

@media screen and (max-width: 1399px) and (min-width: 1200px){
    .vmg_building_bx {
        min-width: 480px;
    }
    .vmg_explore_main {
        gap: 50px 40px;
    }
    .vmg_explore_container {
        padding: 0px 100px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .vmg_explore_container {
        padding: 0px 50px;
    }
    .vmg_explore_main {
        gap: 50px 30px;
    }
    .vmg_building_bx {
        min-width: 46%;
    }
    .vmg_exlore_building {
        padding: 80px 0;
    }
    .vmg_explore_head h2 {
        margin-bottom: 5px;
    }
    .vmg_building_info {
        padding: 30px 15px;
        gap: 10px;
    }
    .vmg_building_price {
        padding-top: 0px;
    }
    .vmg_building_info h3 {
        font-size: 18px;
    }
    .vmg_building_action {
        gap: 10px;
    }
    .product_hover p {
        font-size: 14px;
        line-height: 21px;
        padding: 0 0px;
    }
    .product_hover .btn {
        width: 45px;
        height: 40px;
        border-radius: 7px;
    }
    .product_hover {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .vmg_explore_container {
        padding: 0px 30px;
        gap: 30px;
    }
    .vmg_explore_main {
        gap: 40px 0px;
    }
    .vmg_building_bx {
        min-width: 100%;
    }
    .vmg_building_info {
        padding: 20px 15px;
        gap: 10px;
    }
    .vmg_building_info h3 {
        font-size: 16px;
        text-align: center;
    }
    .vmg_building_action {
        gap: 8px;
    }
    .vmg_exlore_building {
        padding: 50px 0px;
    }
    .vmg_explore_head h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .vmg_cmn_btn {
        padding: 6px 10px;
    }
    .product_hover p {
        font-size: 14px;
        line-height: 21px;
            padding: 0 0px;
    }
    .product_hover .btn {
        width: 45px;
        height: 40px;
        border-radius: 7px;
    }
    .product_hover {
        gap: 10px;
    }
    .vmg_building_price {
        padding-top: 0px;
    }
}    