.ondemand-visittype label {
    position: relative;
    cursor: pointer;
}

.ondemand-visittype label:last-of-type {
    margin-right: 0px;
}

.ondemand-visittype label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ondemand-visittype label {
    font-family: latobold;
    font-size: 20px;
    line-height: 26px;
    color: #4E5264;
}

.ondemand-visittype label .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #9A9CA5;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ondemand-visittype label svg {
    vertical-align: middle;
    margin-right: 5px;
}

.ondemand-visittype label .checkmark::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.ondemand-visittype label input:checked+.checkmark {
    border-color: #00A0FA;
}

.ondemand-visittype label input:checked+.checkmark::after {
    background-color: #00A0FA;
}

.title_div {
    color: #4E5264;
    font-size: 20px;
    font-family: latobold;
}

.insurance-filter span {
    color: #555;
}

.insurance-filter .form-control {
    margin-bottom: 0;
}

.insurance-filter, .payment_method_div {
    margin-bottom: 20px;
}

select option:disabled {
    background-color: #dfdfdf;
}

.insurance-filter-loader .col-sm-1 {
    width: 20px;
    padding: 35px 0 0 0;
    float: left;
}

.insurance-filter-loader .col-sm-6 {
    float: left;
}

.benefit-info-text svg {
    flex: 0 0 auto;
}

.benefit-info-text h4 {
    font-size: 20px;
    color: #2E8375;
    font-family: 'latobold';
    padding-left: 20px;
}

.benefit-info-text {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.payment_method_div .select2-container svg,
.select2-container svg {
    vertical-align: middle;
    margin-left: 5px;
}

.payment_method_div .select2-selection{
    border-color: #cfdadd;
    border-radius: 2px;
    padding: 1px 0 0 4px;
    height: 34px;
}
.payment_method_div .select2-selection__arrow{
    height: 32px !important;
}
.payment_method_div .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #555;
}
