.radio_btn_style{
    position: relative !important;
}
.radio_btn_style input {

    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.radio_btn_style .gfield_radio{
    display: flex;
    flex-wrap: wrap;
}

.radio_btn_style .gfield_radio label {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition:  all 0.1s ease-in-out;
    border-radius: 0;
}

.radio_btn_style .gfield_radio label:hover {
    cursor: pointer;
}

.radio_btn_style .gfield_radio  input:checked + label {
    background-color: #222222;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.radio_btn_style .gfield_radio {
    list-style: none;
}

.radio_btn_style .ginput_container.ginput_container_radio {
    margin-bottom: 1.11111rem !important;
}

.radio_btn_style .ginput_container.ginput_container_radio .gfield_radio{
    padding: 0;
}
