.img_round_bg .box-holder {
    background: white;
    border-radius: 50%;
    width: 80%!important;
    border: 5px solid #000;
    padding: 40px 20px!important;
}
.i_am_list{
    display:none;
}
.row_iam .wpb_wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
.row_iam select {
    border: 2px solid black!important;
    min-width: 200px!important;
}
.row_iam span{
    position: relative;
    left: 20px;
    color: black!important;
    font-size: 18px;
    display: flex;
    align-items: center;
}
/*.iam_img img{
    width:75%!important;
}*/
.benefits .benefit-label {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5px;
    width: 29px;
    height: 29px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    text-shadow: 1px 1px 1px #000;
    background-color: #009cbd;
    border: 1px solid #000;
    color: #fff;
}
.benefits li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 32px;
    margin: 0 20px 20px 0;
}
.benefit-text{
    color:#000!important;
    font-size:18px!important;
}
.flex-col {
    flex-direction: column;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}