section.ready-form h2 {
    color: var(--black-color);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--heading-font);
    margin-bottom: 25px;
    color: #000 !important;
}
section.ready-form form input, section.ready-form form select, section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 5px;
    margin-bottom: 15px;
}
section.ready-form form .form-group {
    padding: 0px;
}
section.ready-form form .col-lg-6{
width: 49%;
}
section.ready-form form .row{
    justify-content: space-between;
}
section.ready-form form label{
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
section.ready-form form .col-lg-3{
    width: 23.5%;
}
.budgets p, .events p{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
section.ready-form form input[type="radio"]{
    display: inline;
    width: 19px;
    height: 19px;
    margin-top: 2px;
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
}
section.ready-form form .budgets label, section.ready-form form .events label{
    margin-bottom: 10px;
}
.radio-list-group {
    display: flex;
    justify-content: space-between;
}
.budgets {
    width: 49%;
}
.events {
    width: 49%;
}
section.ready-form p.head-form {
    margin-bottom: 10px;
}
section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
}

section.ready-form {
    background: #d8e0df;
    padding-top: 40px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fdf8f81c;
    z-index: 0;
}

section.ready-form label {
    color: #fff;
}

.msg p{
   color: #fff;
}
