.vmg_banner{
    padding: 35px 50px 50px;
}
.vmg_banner_container{
        background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.vmg_banner_head h1{
    position: relative;
}
.vmg_banner_head h1:before {
    content: "";
    /*position: absolute;
    width: 36px;
    height: 6px;
    border-radius: 1px;
    background: #16A2B9;
    left: calc(0% - 0px);
    top: -15px;*/
}
.vmg_banner_overlay{
    padding: 120px 0px;
    background-color: #0000008f;
    border-radius: 15px;
}
.vmg_banner_head h1{
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}
.vmg_banner_head p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Rubik', sans-serif;
}
.vmg_banner_div{
    margin:40px 0px;
}
.vmg_banner_div ul{
    padding: 0px;
    list-style: none;
}
.vmg_banner_div li{
    width: 50%;
    float: left;
    margin-bottom: 40px;
}
.vmg_cmn_benefits svg{
    padding: 10px;
    border-radius: 4px;
    margin-right: 20px;
    float: left;
    display: block;
    width: 64px;
    height: 64px;
}
.svg_bg1{
    background-color: #E4F2FF;
}
.svg_bg2{
    background-color: #EFE8FB;
}
.svg_bg3{
    background-color: #FFEBE6;
}
.svg_bg4{
    background-color: #E1F6F3;
}
.svg_bg5{
    background-color: #F9F7E1;
}
.svg_bg6{
    background-color: #EBEAE9;
}
.vmg_banner_div li span{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    float: left;
    display: block;
    max-width: 160px;
    padding-top: 13px;
}
.vmg_cmn_benefits{
    max-width: 255px;
}
.vmg_banner_cta{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}
.vmg_banner_btn{
    padding: 8px 15px 7px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
    line-height: normal;
    background: #283044B3 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    font-family: 'Rubik', sans-serif;
}
.vmg_banner_btn:hover{
    color: #FFF;
    background: #00000070;
}
.vmg_banner_form{
    border-radius: 6px;
    max-width: 500px;
    float: right;
    padding: 50px 40px;
    background: #00000054;
    backdrop-filter: blur(3px);
}
.vmg_banner_form h2{
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    color: #FFF;
}
.vmg_banner_form .vmg_form_para{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    color: #FFF;
}
.vmg_banner_form #id_submit_btn{
    line-height: 37px;
    padding: 0px 15px;
    background: #fff;
    border-radius: 4px;
    color: #ffffff;
    margin-top:0px;
    font-size: 14px;
    font-weight: 500;
    z-index: 9;
    border: none;
    background: #12BFCE 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 160px;
    height: 48px;
    font-family: 'Rubik', sans-serif;
}
.vmg_banner_form textarea{
    height: 88px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 8px;
    color: #5B6E91;
    font-size: 14px;
    font-weight: 500;
}
.vmg_banner_form select.form-control:not([size]):not([multiple]) {
    background-color: #fff;
    z-index: 9;
}
.vmg_banner_form .join-btn{
    display: flex;
    min-height: 40px;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 100px;
    background: var(--neutral-1, #030122);
    width: 100%;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    border: none;
}
.vmg_banner_form .join-btn:hover{
    background: #AB3428;
}
.vmg_banner_form .join-btn:hover{
    border:none;
}
.vmg_banner_form .wpcf7-spinner{
    display:none;
}
input::placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
input::-webkit-input-placeholdert{
    color: #5B6E91 !important;
    font-weight: 500;
}
input:-moz-placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
input::-moz-placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
input:-ms-input-placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
textarea::placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
textarea::-webkit-input-placeholdert{
    color: #5B6E91 !important;
    font-weight: 500;
}
textarea:-moz-placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
textarea::-moz-placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
textarea:-ms-input-placeholder{
    color: #5B6E91 !important;
    font-weight: 500;
}
.vmg_banner_m{
    display:none;
}
.vmg_banner_m img{
    width:100%;
}
.vmg_banner_div .nav-prev{
    display:none;
} 
.vmg_banner_div .nav-next{
    display:none;
} 
span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-weight: 500;
    position: absolute;
    width: 260px;
    bottom: -21px;
    text-transform: capitalize;
    color: #f00 !important;
}
.banner-form span.wpcf7-not-valid-tip {
    bottom: -29px
}
.vmg_banner_form .select-field{
    position: relative;
}
.select-field select{
    position: relative;
    background-repeat: no-repeat !important;
    background-position: right 1em top 49% !important;
    background-size: 1em auto !important;
    background-image: url(../images/Vector.svg) !important;
}
/*.select-field select:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 18px;
    background-image: url(../images/Vector.svg);
    width: 13px;
    height: 7px;
    z-index: 99;
    background-position: center;
    background-size: cover;
}*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}
.product-enquiries .select-field:before {
    right: 0px;
    top: 12px;
}
.vmg_sub_head h1 {
    margin-bottom: 10px;
}
.vmg_sub_head .vmg_para_banner{
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.vmg_banner_btn_finance .vmg_banner_btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background: #fff;
    z-index: -1;
    margin-top: 0;
    border-radius: 28px;
    pointer-events: none;
    transition: background .3s linear,width .3s cubic-bezier(.23,1,.32,1),height .4s cubic-bezier(.23,1,.32,1),margin-top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),right .4s cubic-bezier(.23,1,.32,1),top .3s cubic-bezier(.23,1,.32,1),border-radius .4s cubic-bezier(.23,1,.32,1),left .4s cubic-bezier(.23,1,.32,1);
    will-change: width,height,margin-top,top,right,border-radius;
}
.vmg_banner_btn_finance .vmg_banner_btn:hover {
    background: #ab3428;
    transition: background 0s linear 0s;
    color: #fff;
    border-color: #ab3428;
}
.vmg_banner_btn_finance .vmg_banner_btn:hover:before {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    top: 50%;
    left: auto;
    right: 17px;
    margin-top: -13px;
        background: #16A2B9;
}
.vmg_banner_btn_finance .vmg_banner_btn svg{
        z-index: 1;
    position: relative;
}
.vmg_finance_offer .vmg_banner_btn_finance .vmg_banner_btn {
    position: relative;
    z-index: 1;
    border: none;
}
.vmg_banner_btn_finance .vmg_banner_btn svg path {
    fill: #000;
}
.vmg_banner_btn_finance .vmg_banner_btn:hover svg path {
    fill: #fff;
}
.benefits_metal_barn_ul{
    display: flex;
    width: auto;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.benefits_metal_barn_ul li{
        display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: auto;
    margin: 0px;
    padding-left: 25px;
    position: relative;
}
.benefits_metal_barn_ul li:before {
    background-image: url(../../../assets/new/images/webp/checkmark_white.svg);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-position: center;
    background-size: cover;
    top: 0px;
    
}
.vmg_banner_div p{
    color:#fff;
}
.cmn_archive_sec .cmn_page_uli li {
    color: #030122;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    display: block;
}
.vmg_threed_offer_sec .vmg_finance_offer_box {
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin: 0px auto;
    text-align: center;
    gap:130px;
}
.cmn_archive_sec .cmn_page_uli li:before {
    top: 5px;
}
.vmg_threed_offer_sec .vmg_prices_card p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.vmg_threed_offer_sec .vmg_prices_card img {
    display: block;
    height: auto;
    object-fit: contain;
    margin: 0px auto;
    margin-bottom: 20px;
    height: 200px;
}
.new_cmn_btn{
    background: #ab3428;
    color: #fff;
    position: relative;
    display: flex;
    min-height: 40px;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.new_cmn_btn:hover{
    background: #AB3428;
    color: #fff;
}
.vmg_banner_cta svg{
    width: 20px;
    vertical-align: middle;
}
@media screen and (max-width: 1199px) {
    .cata-sub-nav {
        padding: 0px 0px 0px;
        margin: 0 0px;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .cata-sub-nav::-webkit-scrollbar {
        display: none;
    }
    .cata-sub-nav ul {
        margin: 0;
        display: flex;
        -webkit-padding-start: 0px;
        gap: 60px;
    }
    .cata-sub-nav li {
        display: flex;
        margin: 0 0px;
        font-size: 16px;
        width: 214px;
    }
    .vmg_banner_div .nav-prev {
        position: absolute;
        left: 0px;
        margin-top: -22px;
        bottom: -85px;
        border-radius: 70px;
        background: #E4F2FF;
        display: block;
        padding: 10px;
        align-items: flex-start;
        gap: 10px;
        z-index: 99;
    }
    .vmg_banner_div .nav-next {
        position: absolute;
        left: 55px;
        margin-top: -22px;
        bottom: -85px;
        border-radius: 70px;
        background: #E4F2FF;
        display: block;
        padding: 10px;
        align-items: flex-start;
        gap: 10px;
        z-index: 99;
    }
    .nav-prev.disabled{
        opacity: 0.35;
    }
    .nav-next.disabled{
        opacity: 0.35;
    }
    .vmg_cmn_benefits {
        width: 214px;
    }
    .vmg_banner_div {
        position: relative;
    }
    .vmg_banner_div li span {
        max-width: 125px;
    }
    .vmg_threed_offer_sec .vmg_finance_offer_box {
        gap: 5px;
        padding-left: 0px;
    }
    .vmg_threed_offer_sec .vmg_prices_card p {
        font-size: 16px;
    }
    .vmg_threed_offer_sec .vmg_prices_card img {
        margin-bottom: 0;
    }
}    
@media screen and (max-width: 767px) {
    .vmg_banner {
        padding: 0px 0px 0px;
    }
    .cata-sub-nav {
        padding: 0px 0px 0px;
        margin: 0 0px;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .cata-sub-nav::-webkit-scrollbar {
        display: none;
    }
    .cata-sub-nav ul {
        margin: 0;
        display: flex;
        -webkit-padding-start: 0px;
        gap: 60px;
    }
    .cata-sub-nav li {
        display: flex;
        margin: 0 0px;
        font-size: 16px;
        width: 214px;
    }
    .vmg_banner_div .nav-prev {
        position: absolute;
        left: 0px;
        margin-top: -22px;
        bottom: -85px;
        border-radius: 70px;
        background: #E4F2FF;
        display: block;
        padding: 10px;
        align-items: flex-start;
        gap: 10px;
        z-index: 999;
    }
    .vmg_banner_div .nav-next {
        position: absolute;
        left: 55px;
        margin-top: -22px;
        bottom: -85px;
        border-radius: 70px;
        background: #E4F2FF;
        display: block;
        padding: 10px;
        align-items: flex-start;
        gap: 10px;
        z-index: 99;
    }
    .nav-prev.disabled{
        opacity: 0.35;
    }
    .nav-next.disabled{
        opacity: 0.35;
    }
    .vmg_cmn_benefits {
        width: 214px;
    }
    .vmg_banner_form {
       margin-top: 0px;
    }
    .vmg_banner_overlay .container {
        padding: 50px 25px 0px;
    }
    .vmg_banner_overlay {
            padding: 0px 0px;
        background: #000;
        border-radius: 0px;
    }
    .vmg_banner_div {
        position: relative;
        margin-bottom: 0px;
    }
    .vmg_color_plate ul li {
        font-size: 11px;
    }
    .vmg_banner_m{
        display:block;
    }
    .vmg_banner_head h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .vmg_banner_form {
        padding: 50px 0px;
    }
    .vmg_banner_div li span {
        max-width: 130px;
    }
    .vmg_sub_head .vmg_para_banner {
        font-size: 22px;
    }
    .vmg_sub_head h1 {
        margin-bottom: 0px;
    }
    .vmg_m_page .vmg_banner_div {
        margin-bottom: 50px;
    }
    .vmg_color_plate ul li {
        font-size: 11px;
    }
    .benefits_metal_barn_ul li{
        display: flex;
        margin: 0 0px;
        font-size: 14px;
        width: auto;
        flex-wrap: unset;
        padding-bottom: 5px;
        gap:10px;
            margin-right: 10px;
    }
    .cata-sub-nav .benefits_metal_barn_ul{
        display: -webkit-box;
        width: auto;
        flex-wrap: nowrap;
        gap: 10px;
        display: -webkit-inline-box;
    }
    .vmg_banner_div .top_arr {
        bottom: -65px;
    }
}    
@media screen and (max-width: 1079px) and (min-width: 768px){
    .vmg_banner_m{
        display:none;
    }
    .vmg_banner_form {
        margin-top: 0px;
    }
    .vmg_building_info {
        padding: 40px 10px;
    }
    .vmg_banner_btn {
        margin-left: 0;
    }
    .vmg_banner_div li span {
        max-width: 130px;
    }
    
    .vmg_banner{
        padding: 0px 0px 0px;
    }
    .vmg_banner_container{
        border-radius: 0px;
    }
    .vmg_banner_overlay{
        border-radius: 0px;
    }
}
@media screen and (max-width: 1190px) and (min-width: 1080px){
    .vmg_banner_cta span{
        display: block;
        margin-bottom: 20px;
    }
}