﻿.feature-box-5 {
    background: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: auto;
}

.redtext {
    color: red;
    font-size: 12px;
}

.form-group {
    margin-bottom: 5px;
}

    .form-group label {
        text-transform: none;
    }

.page-section-ptb.inner-service,
.service-schedule.page-section-ptb {
    padding-top: 0px !important;
}

/*radio button*/

.radio,
.checkbox {
    padding-left: 20px;
}

    .radio label,
    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before,
        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
            margin-top: 5px;
        }


        .radio label::after,
        .checkbox label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            margin-top: 5px;
        }

        .checkbox label::after,
        .checkbox label::before {
            border-radius: 0px !important;
        }

    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before,
        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after,
        .checkbox input[type="checkbox"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label,
        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before,
            .checkbox input[type="checkbox"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

    .radio-primary input[type="radio"] + label::after,
    .checkbox input[type="checkbox"] + label::after {
        background-color: #428bca;
    }

    .radio-primary input[type="radio"]:checked + label::before,
    .checkbox input[type="checkbox"]:checked + label::before {
        border-color: #428bca;
    }

    .radio-primary input[type="radio"]:checked + label::after,
    .checkbox input[type="checkbox"]:checked + label::after {
        background-color: #428bca;
    }

.form-control {
    padding: 8px 10px;
}

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 1.333333;
}

.inner-service .feature-box-2 {
    min-height: 250px;
}

.page-section-ptb {
    padding: 20px 0;
}

.section-title {
    margin-bottom: 20px;
}

.feature-box-5 p {
    color: #333;
}

.ax-flex-center {
    display: flex;
}

.ax-radio, .ax-mt-10 {
    margin-top: 10px !important;
}

.ax-radio-leng {
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #C5C5C5;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio], input[type=radio] {
    position: absolute;
    margin-left: 0;
    left: 0;
    width: inherit;
    opacity: 0;
}

.ax-radio-leng label {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 32px;
    cursor: pointer;
}

.ax-radio-leng input[type="radio"]:checked + label {
    background: #C5C5C5;
    color: #fff;
    font-weight: bold;
}


