/* :root {
    --blue: #6777ef;
    --blue-shade: #e0efff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
} */

.card-header.card-box-header {
    background: #fff;
    border-bottom: 1px solid #eeee;
}

.card.card-box {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-small-inline{
    background-color: #6777ef;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff;
}


.testimonial {
    margin: 0 20px 50px;
}

.testimonial .pic {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    top: -25px;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    line-height: 1;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}

.testimonial .description {
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
    height: 165px;
}

.testimonial .description:before,
.testimonial .description:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.testimonial .description:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

.rating_list li {
    color: #eb8436;
    margin-right: 2px;
}

.feedback-modal .modal-content {
    background-color: transparent;
    border: none;
}

.rating {
    max-width: 500px;
    margin: 80px auto;
    background: #fff;
    padding: 1em;
    border-radius: 3px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .10);
}
.rating__title {
    text-align: center;
    font-weight: 700;
    display: block;
    font-size: 22px;
}
.rating__list {
    max-width: 300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
}
.rating__input {
    display: none;
}
.rating__label {
    padding: 5px 3px;
    font-size: 26px;
    filter: grayscale(1);
    opacity: 0.7;
    cursor: pointer;
}
.rating__label.active {
    filter: grayscale(0);
    opacity: 1;
    transition: all 100ms ease;
}
.rating__label:hover {
    filter: grayscale(0.84);
    transform: scale(1.1);
    transition: 100ms ease;
}
.feedback {
    width: 100%;
    display: none;
}
.feedback textarea, .feedback input {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0.5em auto;
    padding: 0.5em;
    font-family: inherit;
    border: 1px solid #d1d2d7;
    border-radius: 3px;
}
.feedback textarea:focus, .feedback input:focus, .feedback textarea:active, .feedback input:active {
    border-color: #c80000;
    box-shadow: 0px 0px 0px 3px rgba(200, 0, 0, .2);
    transition: 100ms;
    outline: 0;
}
.feedback textarea {
    height: 100px;
}
.feedback button {
    margin: 1em auto;
    display: table;
    text-align: center;
}
.feedback button:focus, .feedback button:active {
    outline: 0;
}
.cb911_logo {
    width: 250px;
    position: absolute;
    top: 1em;
    left: 50%;
    margin-left: -125px;
}
button {
    color: #ecedef;
    background-color: #9a9da8;
    border-radius: 3px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    border: 0;
    padding: 9px 15px;
    font-size: 15px;
}
button.not-disabled {
    color: white;
    background-color: #c80000;
    text-shadow: 0px 1px 1px #620000;
    cursor: pointer;
}
button.not-disabled:hover {
    background-color: #950000;
    transition: 100ms;
}
