﻿.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .panel-pricing:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    }

    .panel-pricing .panel-heading {
        padding: 10px 10px;
    }

        .panel-pricing .panel-heading .fa {
            margin-top: 10px;
            font-size: 30px;
        }

    .panel-pricing .list-group-item {
        color: #777777;
        border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    }

        .panel-pricing .list-group-item:last-child {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .panel-pricing .list-group-item:first-child {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }

    .panel-pricing .panel-body {
        background-color: #f0f0f0;
        font-size: 30px;
        color: #777777;
        padding: 20px;
        margin: 0px;
    }

/*Select Radio style*/
.switch-radio {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    padding: 5px;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-radio input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-radio label {
    float: left;
}

.switch-radio label {
    display: inline-block;
    width: 100% !important;
    background-color: #dbd9d7;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-shadow: none;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .switch-radio label:hover {
        cursor: pointer;
    }

.switch-radio input:checked + label {
    background-color: #428bca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-radio label:first-of-type {
    border-radius: 0px 0 0 0px;
}

.switch-radio label:last-of-type {
    border-radius: 0 0px 0px 0;
}

@media (max-width: 480px) {

    .switch-radio label {
        display: inline-block;
        width: 80px;
        background-color: #e4e4e4;
        color: rgba(0, 0, 0, 0.6);
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        text-shadow: none;
        padding: 6px 5px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
}

@media (max-width: 360px) {
    .switch-radio label {
        display: inline-block;
        width: 80px;
        background-color: #e4e4e4;
        color: rgba(0, 0, 0, 0.6);
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        text-shadow: none;
        padding: 6px 5px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
}
/*Select Radio Style ends*/
