
.num_sect {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#steps_row .round_box .box-holder {
    top: 0;
    left: 0;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    border: 7px solid #000;
    background-color: #fff;
    margin: 0 auto;
}
#steps_row .box-holder .mk-text-block:after {
    content: "";
    z-index: -1;
    font-family: BebasNeue;
    position:absolute;
    color: #dcdcdc;
    font-size: 200px;
}
#steps_row .box_1 .box-holder .mk-text-block:after{
    content: "1";
}
#steps_row .box_2 .box-holder .mk-text-block:after{
    content: "2";
}
#steps_row .box_3 .box-holder .mk-text-block:after{
    content: "3";
}
#steps_row .box_1 .box-holder:after, 
#steps_row .box_2 .box-holder:after{
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 15px)!important;
    width: 140px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 9px!important;
    border-bottom: 2px solid #fff;
    background-color: #000;
}
#steps_row .box_2 .box-holder:before,
#steps_row .box_3 .box-holder:before{
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 15px)!important;
    width: 140px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 9px!important;
    border-bottom: 2px solid #fff;
    background-color: #000;
}
#steps_row .box-holder p {
    margin: 0 auto;
    width: 60%;
    text-align: center;
    color: #000;
    line-height:20px;
}
#steps_row .box-holder .mk-text-block {
    position: relative;
    top: -37px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.col_num a {
    color: #fff;
}
.col_num a:hover {
    text-decoration: underline;
}

.IATS_AmountItemDiv {
    width: 50%;
    float: left;
}
.IATS_PaymentInputField,input.IATS_InputRequired{
    border: 1px solid #e4e4e4 !important;
    background: #eee;
    box-shadow: none;
}

