@import url('https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*============
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;
font-family: "Elsie", serif;
=============*/
.mbwf-container{
    width: 100%;
    height: auto;
    margin: auto;
}
.mbwf-main-wrapper{
    width: 80%;
    height: auto;
    margin: auto;
}
.mbwf-wrapper{
    width: 100%;
    height: auto;
    margin: auto;
    display: inline-block;
}
.mbwf-box{
    width: 100%;
    height: auto;
    margin: auto;
    background: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
}
.mbwf-box form h3{
    width: 100%;
    padding: 25px 20px;
    text-align: center;
    background: #599825;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    border-radius: 10px 10px 0 0;
}
.mdwf-form-container{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 10px;
    background: #fff;
    border: 1px solid #AAAAAA;
}
.mbwf-price{
    font-size: 30px;
    font-weight: 700;
    color: #599825;
    text-align: center;
    padding-bottom: 20px;
}
.mbwf-col-12{
    width: 98%;
    height: auto;
    float: left;
    margin: 0 1% 0 1%;
}
.mbwf-box label{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-bottom: 5px;
}
.mbwf-box input{
    width: 100%;
    padding: 8px 10px !important;
    border: 1px solid #ddd !important;
    background: #f5f5f5 !important;
    outline: none !important;
    margin: 10px 0;
}
.mbwf-box textarea{
    width: 100%;
    padding: 8px 10px !important;
    border: 1px solid #ddd !important;
    background: #f5f5f5 !important;
    outline: none !important;
    margin: 10px 0;
    min-height: 140px;
}
.mbwf-box button[type="submit"]{
    padding: 15px 40px;
    background: #599825;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.mbwf-box button[type="submit"]:hover{
    background: #000;
}
.mbwf-col-6{
    width: 48%;
    height: auto;
    float: left;
    margin: 0 1% 0 1%;
}


@media only screen and (max-width: 768px){
    .mbwf-main-wrapper{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .mbwf-col-6{
        width: 98%;
    }
    .mdwf-form-container{
        padding: 10px;
    }
}