﻿/************************************************************************************
    AUTHOR: RAJVINDER JAKHAR
**************************************************************************************/

body {
    background: #f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 500;
}

@media (min-width: 1870px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}


.dash-main {
    padding-top: 60px;
}

.page-header.no-gutters.py-4 {
    margin: 0;
    padding: 27px 0;
}

.page-header .page-title {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.d-flex {
    display: flex;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

i.material-icons {
    font-size: inherit;
    position: relative;
    top: 2px;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    font-weight: 500;
    margin: 0;
}

.border-bottom {
    border-bottom: 1px solid #e1e5eb !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #3D5170;
}

/*.nav > li {
    position: relative;
    display: block;
}

.admin-sidebar .nav.nav-sidebar,
.admin-sidebar .nav .nav.sub-side-menu {
    display: block;
}*/

.btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}

.btn {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 28px;
    text-align: center;
    outline: none;
    box-shadow: none;
}

    .btn.btn-light {
        background: #fff;
        color: #007bff;
        border: 1px solid #007bff;
    }

        .btn.btn-light:hover,
        .btn.btn-light:active,
        .btn.btn-light:focus {
            background: #007bff;
            color: #fff;
            border: 1px solid #007bff;
        }

    .btn.btn-default {
        background: #ededed;
        color: #212529;
        border: 1px solid #ededed;
    }

        .btn.btn-default:hover,
        .btn.btn-default:active,
        .btn.btn-default:focus {
            background: #ededed;
            color: #212529;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            outline: 0;
        }

    .btn.btn-outline-danger {
        background: #fff;
        color: #ff3547;
        border: 1px solid #ff3547;
    }

        .btn.btn-outline-danger:hover,
        .btn.btn-outline-danger:active,
        .btn.btn-outline-danger:focus {
            background: #ff3547;
            color: #fff;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            outline: 0;
        }

    .btn.btn-danger {
        background: #ff3547;
        color: #fff;
        border: 1px solid #ff3547;
    }

        .btn.btn-danger:hover,
        .btn.btn-danger:active,
        .btn.btn-danger:focus {
            background: #ff3547;
            color: #fff !important;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            outline: 0;
        }

.btn.btn-menu {
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #6f5474;
    color: #fff;
    border: 1px solid #6f5474;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 25px;
    text-align: center;
    outline: none;
    box-shadow: none;
}

    .btn.btn-menu.active,
    .btn.btn-menu.active:hover,
    .btn.btn-menu.active:focus,
    .btn.btn-menu.active:active {
        background: #007bff;
        border: 1px solid #007bff;
        color: #fff;
        cursor: default;
        pointer-events: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

    .btn.btn-menu:hover,
    .btn.btn-menu:focus,
    .btn.btn-menu:active {
        background: #fff;
        color: #6f5474;
    }

.sm-dash .btn-menu {
    width: calc(100% - 4px);
}
@media (min-width: 568px) {
    .sm-dash .btn-menu {
        width: calc(50% - 4px);
    }
}

@media (min-width: 768px) {
    .sm-dash .btn-menu {
        width: calc(50% - 4px);
    }
}

@media (min-width: 992px) {
    .sm-dash .btn-menu {
        width: calc(33.3333% - 4px);
    }
}

@media (min-width: 1366px) {
    .sm-dash .btn-menu {
        width: calc(25% - 4px);
    }
}

@media (min-width: 1650px) {
    .sm-dash .btn-menu {
        width: calc(16.6666% - 4px);
    }
}

ul, li {
    list-style: none !important;
}

.text-muted {
    color: #868e96 !important;
}

.d-block {
    display: block !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item {
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-weight: 300;
}

.admin-sidebar .navbar-ex1-collapse {
     height: auto !important; 
    max-height: 100vh !important;
}

.dash-main .admin-sidebar .nav.nav-sidebar {
    height: calc(100vh - 128px) !important;
}

/*-------------------------------------------------------------------------------------------------------------
                                                Card
                                        ***********************
  -------------------------------------------------------------------------------------------------------------*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card h4 {
    font-size: 28px;
    line-height: 36px;
}

.card h6 {
    font-size: 18px;
    line-height: 27px;
}

.card img {
    vertical-align: middle;
    border-style: none;
}

.card {
    margin-top: 0!important;
    padding: 10px 0;
}

.card {
    background-color: #fff;
    border: none;
    border-radius: 0.625rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem;
    }

    .card .list-group-item {
        padding: 0.8125rem 1.875rem;
    }

    .card .card-text {
        margin-bottom: 1.5625rem;
    }

    .card a:hover {
        text-decoration: none;
    }

.card-small {
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
}

    .card-small .card-header,
    .card-small .card-body,
    .card-small .card-footer {
        padding: 1rem 1rem;
    }

.card-body {
    padding: 1.875rem;
}

    .card-body > p:last-child {
        margin-bottom: 0;
    }

.card-title {
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -1.09375rem;
}

.card-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    .card-link + .card-link {
        margin-left: 1.875rem;
    }

.card-header {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-bottom: none;
}

    .card-header:first-child {
        border-radius: 0.625rem 0.625rem 0 0;
    }

.card-footer {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-top: none;
}

    .card-footer:last-child {
        border-radius: 0 0 0.625rem 0.625rem;
    }

.card-header-tabs {
    margin-bottom: -1rem;
    border-bottom: 0;
}

    .card-header-tabs .nav-link,
    .card-header-tabs .nav-link:hover {
        border-bottom: transparent;
    }

.card-header-pills {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

    .card-header-pills:hover {
        background: transparent;
    }

.card-img-overlay {
    padding: 1.875rem 2.1875rem;
    background: rgba(90, 97, 105, 0.5);
    border-radius: 0.625rem;
}

    .card-img-overlay .card-title {
        color: #fff;
    }

.card-img {
    border-radius: 0.625rem;
}

.card-img-top {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

.card-img-bottom {
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}

.card .nav-link {
    padding: 10px;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    font-size: 15px;
    line-height: 21px;
    display: block;
    color: #3d5170;
}

.panel.panel-default > .panel-heading {
    display: inline-block !important;
    width: 100% !important;
    background: transparent !important;
}

.panel-title a p {
    line-height: 25px;
    font-size: 21px;
    color: #f95e5a;
}

.panel-title a span {
    display: block;
}

/*-------------------------------------------------------------------------------------------------------------
                                                 Form
                                        ***********************
  -------------------------------------------------------------------------------------------------------------*/
a.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.radio-box {
    display: flex;
    line-height: 25px;
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    background: #BCBCBE;
}

    .radio-box label {
        font-size: 18px;
        min-height: 50px;
        margin: 0 !important;
    }

    .radio-box .radio-icon {
        font-size: 20px;
        line-height: 25px;
        margin: 0 5px 0 10px;
    }

.field-validation-error {
    color: #ea4335 !important;
}

.input-validation-error {
    border: 1px solid #ea4335;
    color: #ea4335;
}

.modal-content {
    border-radius: 16px;
    box-shadow: inset 0 4px 0 0 #f95e5a;
}

.modal-header .btn-close {
    padding: 7px 8px;
    color: #c4183c !important;
    font-size: 30px !important;
    position: absolute;
    right: 0;
    top: 0;
}

.user-logo-form {
    position: relative;
}

    .user-logo-form input[type=file]#UserImage {
        position: absolute;
        left: calc(50% - 55px);
        width: 110px;
        height: 110px;
        top: 0;
        border-radius: 50%;
        -webkit-appearance: none;
        opacity: 0;
        z-index: 9;
        cursor: pointer;
    }

        .user-logo-form input[type=file]#UserImage + i.icon {
            display: none;
        }

        .user-logo-form input[type=file]#UserImage + i.icon {
            width: 46px;
            height: 46px;
            font-size: 36px;
            position: absolute;
            background: #fff;
            position: absolute;
            right: calc(50% - 50px);
            top: 60px;
            padding: 5px;
            border-radius: 50%;
            opacity: .65;
            display: block;
        }

        .user-logo-form input[type=file]#UserImage:hover + i.icon {
            width: 110px;
            height: 110px;
            font-size: 50px;
            position: absolute;
            background: #fff;
            position: absolute;
            left: calc(50% - 55px);
            top: 0;
            padding: 30px;
            border-radius: 50%;
            opacity: 0.65;
            display: block;
        }

    .user-logo-form .progress-bar-box {
        display: none;
        width: 150px !important;
        color: #353f59;
        position: absolute !important;
        left: calc(50% - 75px) !important;
        /* top: 43px; */
        bottom: -15px !important;
    }

        .user-logo-form .progress-bar-box .progress-bar {
            height: 12px;
            color: #353f59;
            text-align: center;
        }

.tags .tag {
    padding: 5px 10px;
    background: #e8ede6;
    border-radius: 14px;
    margin: 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

    .tags .tag a.btn {
        padding: 0 5px;
        font-size: 14px;
        line-height: 16px;
        border: none;
    }

.frm-welcome-wrapper, .frm-wizard-wrapper, .frmThankYou-wrapper, .frmHeading-wrapper, .sectionHeaderMode-wrapper {
    /*position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);*/
    -webkit-transition: all 0.25s ease, padding-top 0s ease;
    -o-transition: all 0.25s ease, padding-top 0s ease;
    transition: all 0.25s ease, padding-top 0s ease;
    width: 80%;
    max-width: 768px;
}

.frm-welcome-description, .frmThankYou-description, .frmHeading-description, .sectionHeaderMode-description {
    line-height: 1.6;
    margin: 0.25em 0 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 25vh;
}

.frmWelcome-sectionInfo, .frmThankYou-sectionInfo, .frmHeading-sectionInfo, .sectionHeaderMode-sectionInfo {
    line-height: 1.6;
    margin: 0.25em 0 0;
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.frmWelcome-sectionInfo-text:not(:empty), .frmThankYou-sectionInfo-text:not(:empty), .frmHeading-sectionInfo-text:not(:empty), .sectionHeaderMode-sectionInfo-text:not(:empty) {
    margin-left: 5px;
}

.frmWizard-button, .frmWelcome-button, .frmThankYou-button, .frmHeading-button, .emptyNotification-button {
    line-height: 1.2em;
    padding: 0.6em 2.4em;
    border-radius: 1.1em;
    border: 0;
    margin: 1em 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    color: #fff;
    /*background-color: #9dc83b;*/
    background-color: #6f5474;
    border-radius: 0 0 6px 6px;
    font-size: 1.2em;
}

.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forNext:after,
.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forNext-heading:after,
.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forPrev-heading:before,
.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forPrev:before,
.frm-background .frmWelcome-button:not(.forPrev-heading):not(.forNext-heading):after {
    content: "";
    width: 1.2em;
    height: 15px;
    display: inline-block;
    background-size: 1.15em;
    background-position: right;
    position: relative;
    background-repeat: no-repeat;
    top: 1px;
}

.frm-background .frmWelcome-button:not(.forPrev-heading):not(.forNext-heading):after {
    height: 16px;
}

.frmInput-button:not(.forMobileNav).forNext:after, .frmInput-button:not(.forMobileNav).forNext-heading:after, .frmInput-button:not(.forMobileNav).forNext:hover:after, .frmInput-button:not(.forMobileNav).forNext-heading:hover:after, .frmWelcome-button:not(.forPrev-heading):not(.forNext-hading):after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16'%3e%3cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M1.7797 8.0199h20.9252l-6.2016 6.2016'/%3e%3cpath d='M16.806 1.308l5.8236 6.5842-2.9118 3.0499'/%3e%3c/g%3e%3c/svg%3e");
    right: -0.7em;
}

.frmInput-button:not(.forMobileNav).forPrev:before, .frmInput-button:not(.forMobileNav).forPrev-heading:before,
.frmInput-button:not(.forMobileNav).forPrev:hover:before, .frmInput-button:not(.forMobileNav).forPrev-heading:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16'%3e%3cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M22.2203 8.0199H1.2951l6.2016 6.2016'/%3e%3cpath d='M7.194 1.308L1.3704 7.8922l2.9118 3.0499'/%3e%3c/g%3e%3c/svg%3e");
    right: 0.7em;
}

.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forNext:hover:after,
.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forNext-heading:hover:after,
.frm-background .frmWelcome-button:not(.forPrev-heading):not(.forNext-heading):hover:after {
    -webkit-animation: animateNext 1s 1;
    animation: animateNext 1s 1;
}

.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forPrev-heading:hover:before,
.frm-background .frmInput-button:not(.forMobileNav):not(.forLink):not(.forContinueLater).forPrev:hover:before {
    -webkit-animation: animatePrev 1s 1;
    animation: animatePrev 1s 1;
}

@keyframes animateNext {
    25% {
        right: -1.2em
    }

    50% {
        right: -0.7em
    }

    75% {
        right: -1em
    }

    100% {
        right: -0.7em
    }
}

@keyframes animatePrev {
    25% {
        right: 1.2em
    }

    50% {
        right: 0.7em
    }

    75% {
        right: 1em
    }

    100% {
        right: 0.7em
    }
}

.frm-background {
    /*position: absolute;
    left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 240px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px 0 60px;
    color: #fff;
}

    .frm-background .frm-background-mask {
        background: #007ce2;
        background: #0a2a59;
        background: #55a5fa;
        background: #b8662c;
        background: #0074e1;
        border-radius: 6px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        outline: none;
        padding: 0;
        max-width: 768px;
    }

.welcome-image, .thankYou-image, .heading-image, .sectionHeaderMode-image {
    display: inline-block;
    margin: 0;
    max-height: 90px;
    max-width: 100%;
}

    .welcome-image svg, .thankYou-image svg, .heading-image svg, .sectionHeaderMode-image svg {
        height: 100%;
        max-height: 90px;
        width: auto;
        max-width: 100%;
    }

.frm-wizard-wrapper,
.frm-welcome-wrapper {
    text-align: center;
    padding-top: 2em;
    width: 100%;
}

    .frm-wizard-wrapper .frm-wizard,
    .frm-welcome-wrapper .frm-welcome,
    .frm-success-wrapper {
        text-align: center;
    }

        .frm-success-wrapper .frm-success .success-imageWrapper,
        .frm-wizard-wrapper .frm-wizard .wizard-imageWrapper,
        .frm-welcome-wrapper .frm-welcome .welcome-imageWrapper {
            margin-bottom: 0.5em;
            height: 90px;
        }

            .frm-success-wrapper .frm-success .success-imageWrapper .success-image,
            .frm-wizard-wrapper .frm-wizard .wizard-imageWrapper .wizard-image,
            .frm-welcome-wrapper .frm-welcome .welcome-imageWrapper .welcome-image {
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                .frm-success-wrapper .frm-success .success-imageWrapper .success-image .iconSvg,
                .frm-wizard-wrapper .frm-wizard .wizard-imageWrapper .wizard-image .iconSvg,
                .frm-welcome-wrapper .frm-welcome .welcome-imageWrapper .welcome-image .iconSvg {
                    -webkit-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }


        .frm-welcome-wrapper .frm-welcome .form-welcome-header {
            line-height: 1.6;
            margin: 0.75em 0 0;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            overflow-x: hidden;
            overflow-y: auto;
            max-height: 30vh;
            text-align: center;
            font-size: 1.6em;
            margin: 0;
            padding: 0 1em;
            font-weight: 500;
            color: #fff;
        }

        .frm-welcome-wrapper .frm-welcome .form-welcome-subHeader {
            font-weight: 400;
            font-size: 1.2em;
            padding: 0 2em;
        }

        .frm-welcome-wrapper .frm-welcome .frmWelcome-sectionInfo {
            line-height: 1.6;
            margin: 0.25em 0 0;
            font-weight: 300;
            opacity: 0.8;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            padding-top: 0.6em;
            font-size: 0.9em;
            color: #fff;
        }

        .frm-welcome-wrapper .frm-welcome .frmWelcome-buttonWrapper {
        }

            .frm-welcome-wrapper .frm-welcome .frmWelcome-buttonWrapper .frmWelcome-button {
                text-transform: uppercase;
                width: 100%;
                padding: 0.9em;
            }

        .frm-wizard-wrapper .frm-wizard .frmWizard-buttonWrapper .frmWizard-button {
            text-transform: uppercase;
            width: 100%;
            padding: 0.9em;
        }

    .frm-wizard-wrapper .select2-container--default .select2-selection--single,
    .frm-wizard-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        padding: 5px 0.75rem;
    }

    .frm-wizard-wrapper .radio-box {
        text-align: left;
        padding-bottom: 6px;
        background: #fff;
    }

        .frm-wizard-wrapper .radio-box .radio,
        .form-group .radio-box .radio {
            padding: 0 15px;
            width: 20px;
            display: inline-block;
            margin-bottom: auto !important;
            margin-top: auto !important;
            position: initial;
        }

            .frm-wizard-wrapper .radio-box .radio input[type=radio],
            .form-group .radio-box .radio input[type=radio] {
                position: absolute;
                margin: auto 0;
                bottom: 0;
                top: 0;
                width: 16px;
                height: 16px;
                outline: none;
                box-shadow: none;
                /*background-color: #fff;*/
                -webkit-appearance: none;
                padding: 0;
            }

        .frm-wizard-wrapper .radio-box .actAsPara audio {
            height: 25px;
        }

                .frm-wizard-wrapper .radio-box .radio input[type=radio]:not(:checked),
                .radio-box .radio input[type=radio]:not(:checked) {
                    width: 16px;
                    height: 16px;
                    min-height: 0px;
                    background: transparent url(/images/checkboxuncheckedmousedown.jpg) no-repeat center center;
                    background-size: contain;
                }

                    .frm-wizard-wrapper .radio-box .radio input[type=radio]:not(:checked):hover,
                    .radio-box .radio input[type=radio]:not(:checked):hover {
                        width: 16px;
                        height: 16px;
                        min-height: 0px;
                        background: transparent url(/images/checkboxuncheckedrollover.jpg) no-repeat center center;
                        background-size: contain;
                    }

                .frm-wizard-wrapper .radio-box .radio input[type=radio]:checked,
                .radio-box .radio input[type=radio]:checked {
                    width: 16px;
                    height: 16px;
                    min-height: 0px;
                    background: transparent url(/images/checkboxcheckedmousedown.jpg) no-repeat center center;
                    background-size: contain;
                }

                    .frm-wizard-wrapper .radio-box .radio input[type=radio]:checked:hover,
                    .radio-box .radio input[type=radio]:checked:hover {
                        width: 16px;
                        height: 16px;
                        min-height: 0px;
                        background: transparent url(/images/checkboxcheckedrollover.jpg) no-repeat center center;
                        background-size: contain;
                    }

label.audio-label {
    margin: 0 !important;
}

.frm-success-wrapper {
    width: 100% !important;
    padding: 30px 0 50px;
}

    .frm-success-wrapper .form-success-header {
        color: #fff !important;
    }

.iconSvgFill {
    fill: #fff;
}

.frmCard-actions {
    border-radius: 0 0 6px 6px;
    /*background-color: #9dc83b;*/
    background-color: #6f5474;
    padding: 0;
    position: relative;
    display: flex;
}

    .frmCard-actions .frmInput-button {
        /*display: flex;*/
        width: 50%;
        border: none;
        padding: 1.3em 2.5em;
        background: transparent;
        font-weight: 400;
        letter-spacing: 0.13em;
        margin: 0;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #fff;
        text-decoration: none;
    }

        .frmCard-actions .frmInput-button.forPrev {
            border-bottom-left-radius: 6px;
            text-align: left;
        }

        .frmCard-actions .frmInput-button.forSubmit,
        .frmCard-actions .frmInput-button.forNext {
            border-bottom-right-radius: 6px;
            text-align: right;
            border-left: 1px solid rgba(255, 255, 255, .1);
        }


.frm-wizard-wrapper .nav-tabs {
    position: relative;
    margin: 5px auto;
    margin-bottom: 0;
    border: none;
    /*border-top: 1px solid #9dc83b;*/
    height: 60px;
    z-index: 2;
}

.frm-wizard-wrapper > div.wizard-inner {
    position: absolute;
    width: 100%;
}

.connecting-line {
    height: 2px;
    background: #9dc83b;
    background: #6f5474;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 47%;
    z-index: 1;
}

.frm-wizard-wrapper .nav-tabs > li.active > a,
.frm-wizard-wrapper .nav-tabs > li.active > a:hover,
.frm-wizard-wrapper .nav-tabs > li.active > a:focus {
    /*color: #9dc83b;*/
    color: #6f5474;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #3aa0f3;
    border: 2px solid #fff;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #fff;
    }

.frm-wizard-wrapper li.active span.round-tab {
    /*color: #9dc83b;
    border: 2px solid #9dc83b;*/
    color: #6f5474;
    border: 2px solid #6f5474;
}

    .frm-wizard-wrapper li.active span.round-tab i {
        /*color: #9dc83b;*/
        color: #6f5474;
    }

span.round-tab:hover {
    color: #1c1e21 !important;
    border: 2px solid #1c1e21;
}

    span.round-tab:hover i {
        color: #1c1e21 !important;
    }

.frm-wizard-wrapper .nav-tabs > li {
    width: 20%;
    position: relative;
}

.frm-wizard-wrapper.step-4 .nav-tabs > li {
    width: 25%;
}

.frm-wizard-wrapper.step-3 .nav-tabs > li {
    width: 33.333333%;
}

.frm-wizard-wrapper.step-2 .nav-tabs > li {
    width: 50%;
}

.frm-wizard-wrapper.step-3 .connecting-line {
    width: calc(60% + 50px);
}

.frm-wizard-wrapper.step-2 .connecting-line {
    width: 50%;
}

.frm-wizard-wrapper li:after {
    /*content: " ";*/
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    top: 0px;
    border: 5px solid transparent;
    border-top-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.frm-wizard-wrapper li.active:after {
    /*content: " ";*/
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    top: 0px;
    border: 10px solid transparent;
    border-top-color: #5bc0de;
}

.frm-wizard-wrapper .nav-tabs > li a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
    opacity: 1 !important;
}

    .frm-wizard-wrapper .nav-tabs > li a:hover {
        background: transparent;
    }

.frm-wizard-wrapper .tab-pane {
    position: relative;
    padding: 0 15px;
    padding-top: 10px;
}

.frm-wizard-wrapper h3 {
    margin-top: 0;
}

.frm-wizard .panel-group .panel {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

    .frm-wizard .panel-group .panel .panel-heading {
        display: inline-block;
        width: 100%;
        border: none;
        margin: 0;
        padding: 10px 0;
        background: #fff;
        border-radius: 8px;
    }

        .frm-wizard .panel-group .panel .panel-heading a {
            display: block;
            text-decoration: none;
        }

        .frm-wizard .panel-group .panel .panel-heading .title {
            color: #2b2c33 !important;
            font-size: 1.4em;
        }

        .frm-wizard .panel-group .panel .panel-heading span {
            color: #2b2c33 !important;
        }

    .frm-wizard .panel-group .panel .panel-body {
        border: none;
        padding: 15px 0;
        background: transparent;
    }

    @media( max-width : 585px ) {
        .frm-wizard-wrapper {
        /*width: 90%;*/
        /*height: auto !important;*/
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .frm-wizard-wrapper .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .frm-wizard-wrapper li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.frm-wizard-wrapper label {
    color: #fff !important;
    font-size: 1.3em;
    font-weight: 500;
}

.frm-wizard-wrapper label.title {
    font-size: 1.4em;
}

.frm-wizard-wrapper .field-disc {
    color: #fff !important;
    font-size: 0.9em;
    font-weight: 400;
}

/*          Video setting form modal        */

.vdo-setting-model {
    display: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    /*width: 500px;
    overflow: hidden;*/
}

    .vdo-setting-model .modal-content {
        width: 100%;
        /*max-height: 400px;*/
        max-width: 350px;
        overflow: hidden;
        border: solid 3px #6f5474;
        box-shadow: inset 0 4px 0 0 #6f5474;
    }

        .vdo-setting-model .modal-content .modal-header {
            background: #6f5474;
            padding: 7px 15px;
            cursor: move;
        }

            .vdo-setting-model .modal-content .modal-header h2 {
                margin: 0;
                padding: 0;
                color: #fff;
                font-size: 20px;
                text-align: left;
            }

        .vdo-setting-model .modal-content .modal-body .item.form-group {
            display: none;
            padding: 0 15px;
            margin-bottom: 5px;
        }

            .vdo-setting-model .modal-content .modal-body .item.form-group label.title {
                float: left;
                text-align: left;
                color: #3D5170 !important;
                font-size: 14px;
            }

            .vdo-setting-model .modal-content .modal-body .item.form-group label.form-label {
                float: left;
                width: 50px;
                margin-right: 10px;
                line-height: 25px;
                color: #3D5170 !important;
                font-size: 12px;
            }

            .vdo-setting-model .modal-content .modal-body .item.form-group .form-control {
                float: left;
                width: calc(100% - 70px);
                height: 30px;
                line-height: 25px;
                width: 60px;
                font-size: 12px;
            }

            .vdo-setting-model .modal-content .modal-body .item.form-group input[type=color].form-control {
                width: 50px;
                padding: 0 5px;
            }

        .vdo-setting-model .modal-content .modal-footer {
            padding: 7px 15px;
            margin: 0;
        }

.vdo-controls .btn,
.vdo-setting-model .modal-content .item.form-group .btn {
    padding: 3px 10px;
    line-height: 22px;
    float: left;
    margin: 0 5px;
}

.vdo-controls > p {
    margin: 0;
    margin-left: 10px;
    float: left;
    text-align: left;
    font-size: 18px;
    line-height: 48px;
    background: #fff;
    border-radius: 4px;
    color: #3D5170;
    padding: 0 15px;
}

.frm-wizard #large-container {
    width: 3000px;
    height: 3000px;
    overflow: hidden;
}

.frm-wizard #scroll-container {
    overflow: auto;
    margin: 0;
    border: 1px solid grey;
    width: 100%;
    height: 530px;
    max-width: 530px;
    background: #fff;
    padding: 10px 10px;
}

.frm-wizard #vdo_canvas_container {
    padding: 0 calc(50% - 265px);
}

.select2-container--default .select2-selection, .select2-container .select2-selection.select2-selection--multiple, .select2-container--default .select2-selection .select2-selection__arrow {
    min-height: 48px !important;
    padding: 6px 12px;
    border: 1px solid #ccc !important;
}



/*        End Video setting form modal      */

.profiles .table {
    padding: 0 10px;
}

    .profiles .table thead {
        background: #f2f4f4;
        color: #82959d;
    }

        .profiles .table thead tr th {
            /*border-right: 1px solid #82959d;*/
            margin-top: 10px;
        }

    .profiles .table th {
        background: #6f5474;
        color: #efefef;
        /* text-align: center; */
        padding: 15px 10px;
        border-color: #fff !important;
    }

    .profiles .table td {
        padding: 10px;
        vertical-align: middle;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

.table td img {
    max-height: 40px;
}

.pricing-table .pricing-col {
    float: left;
}

.pricing-table .pricing-item {
    list-style: none !important;
    background: #fff;
    border: 4px solid #007bff;
    padding: 0;
}

    .pricing-table .pricing-item .title {
        padding: 20px 10px;
        background: #007bff;
    }

        .pricing-table .pricing-item .title h2 {
            color: #fff;
        }

    .pricing-table .pricing-item .pricing-feature {
        color: #3d5170;
        padding: 10px 15px;
        border-bottom: 1px solid #cacedb;
        line-height: 24px;
        min-height: 45px;
    }

    .pricing-table .pricing-item .footer {
        padding: 15px 10px;
    }

.btn.btn-buy,
.pricing-table .card-footer .btn-buy,
.pricing-table .footer .btn-buy {
    margin-top: 10px;
    width: 100%;
    background: #fff;
    color: #007bff;
    border: 1px solid #007bff;
    font-size: 22px;
    font-weight: 500;
}

.btn.btn-buy,
.pricing-table .card-footer .btn-buy,
.pricing-table .pricing-item .footer .btn-buy {
    background: #007bff;
    color: #fff;
}

.page-header .btn.btn-buy {
    width: auto;
    /*display: inline-block;*/

}

.pricing-table .card-footer .btn-buy {
    width: 200px;
}

.pricing-table .pricing-md .feature-col {
    float: left;
    width: 40%;
    background: #0074e1;
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}

    .pricing-table .pricing-md .feature-col.header {
        background: #fff;
    }

        .pricing-table .pricing-md .feature-col.header h2 {
        }

    .pricing-table .pricing-md .feature-col p {
        margin: 10px 0;
        font-size: 18px;
        line-height: 21px;
    }

.pricing-table .pricing-md .pricing-col {
    float: left;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #007bff;
}

    .pricing-table .pricing-md .pricing-col.header {
        background: #6f5474;
        border-bottom: none;
    }

        .pricing-table .pricing-md .pricing-col.header h2 {
            color: #fff;
            font-size: 25px;
        }

    .pricing-table .pricing-md .pricing-col p {
        margin: 8px 0;
        font-size: 24px;
        line-height: 19px;
    }

        .pricing-table .pricing-md .pricing-col p i {
            line-height: 25px;
        }

.pricing-table .pricing-md {
    margin-bottom: 30px;
}

    .pricing-table .pricing-md .pricing-col.footer {
        color: #fff;
        border-bottom: none;
        padding: 20px 15px;
        background: #0074e1;
    }

    .pricing-table .pricing-md .feature-col.footer {
        background: #fff;
    }

.pricing-table .co-pi-row {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

    .pricing-table .co-pi-row .is_ThisInfo {
        line-height: 42px;
        margin: 5px 0;
    }

.custom-checkbox > input[type=checkbox] {
    position: absolute;
    margin: auto 0;
    bottom: 0;
    top: 0;
    width: 16px;
    height: 16px;
    outline: none;
    box-shadow: none;
    /*background-color: #fff;*/
    -webkit-appearance: none;
    padding: 0;
}

    .custom-checkbox > input[type=checkbox]:not(:checked) {
        width: 16px;
        height: 16px;
        min-height: 0px;
        background: transparent url(/images/checkboxuncheckedmousedown.jpg) no-repeat center center;
        background-size: contain;
    }

        .custom-checkbox > input[type=checkbox]:not(:checked):hover {
            width: 16px;
            height: 16px;
            min-height: 0px;
            background: transparent url(/images/checkboxuncheckedrollover.jpg) no-repeat center center;
            background-size: contain;
        }

    .custom-checkbox > input[type=checkbox]:checked {
        width: 16px;
        height: 16px;
        min-height: 0px;
        background: transparent url(/images/checkboxcheckedmousedown.jpg) no-repeat center center;
        background-size: contain;
    }

        .custom-checkbox > input[type=checkbox]:checked:hover {
            width: 16px;
            height: 16px;
            min-height: 0px;
            background: transparent url(/images/checkboxcheckedrollover.jpg) no-repeat center center;
            background-size: contain;
        }

label.custom-checkbox {
    padding-left: 40px;
    font-size: 16px;
    line-height: 22px;
    text-align: left !important;
}

    label.custom-checkbox > input[type=checkbox] {
        left: 5px;
    }

@media (max-width: 991px) {
    .pricing-table .pricing-md .pricing-col.header h2 {
        font-size: 22px;
    }

    .pricing-table .pricing-md .feature-col,
    .pricing-table .pricing-md .pricing-col {
        padding: 10px;
    }

    .pricing-table .pricing-md .pricing-col.footer {
        padding: 10px 15px;
    }

    .pricing-table .pricing-md .feature-col p {
        font-size: 18px;
    }
}

.pricing-table label.control-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #3D5170;
}

.pricing-table .form-control {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #3D5170;
}

@media (min-width: 768px) {
    #xs_subs_form {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #md_subs_form {
        display: none !important;
    }
}

.filter-item > input.search-mls {
    width: calc(100% - 58px) !important;
    float: left !important;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.filter-item > a.btn-search {
    line-height: 29px !important;
    font-size: 26px !important;
    padding: 8px 15px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.video-item {
    padding: 15px;
}

    .video-item .video-fram {
        position: relative;
        min-height: 100px;
        max-height: 500px;
        overflow: hidden;
        position: relative;
        min-height: 200px;
        overflow: hidden;
        max-height: 200px;
        width: auto;
        height: fit-content;
    }

    .video-item .video-title {
        min-height: 63px;
    }

    .video-fram .vdo {
        width: 100%;
    }

.video-fram .play {
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    text-align: center;
    padding: 17px 20px;
}

.video-fram .video-progress {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    color: #fff;
    height: 56px;
    -webkit-box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    text-align: center;
    padding: 17px 20px;
}

.video-fram .property-title {
    bottom: 0;
    top: auto;
    background: rgba(111, 84, 116, .6);
}

.video-fram .video-progress p {
    margin: 0 !important;
}

    .video-fram .play span {
        color: #7642ff;
    }

.video-item .video-fram .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.video-item .tag {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 7px;
}

.btn-facebook {
    border: 1px solid #4267b2;
    color: #4267b2 !important;
}

.btn-twitter {
    border: 1px solid #1b95e0;
    color: #1b95e0 !important;
}

.btn-google {
    border: 1px solid #ea4335;
    color: #ea4335 !important;
}

.btn-linkedin {
    border: 1px solid #0274b3;
    color: #0274b3 !important;
}

.vdo-detail {
    position: absolute;
    display: none;
    padding: 25px;
    margin: 0 15px;
    /*width: calc(100% - 30px);*/
    width: inherit;
    z-index: 999;
}

    .vdo-detail .close {
        position: absolute;
        top: -38px;
        right: 50px;
        background: #fff;
        opacity: 1;
        padding: 5px 7px;
        font-size: 24px;
        line-height: 24px;
        color: #ad1535;
    }

    .vdo-detail .social-media-share-box {
        text-align: left;
        /*position: absolute;*/
        /*bottom: 0;
        left: 0;*/
        display: inline-block;
    }

    .vdo-detail .btn-social {
        padding: 7px 14px;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

.input-icon > i.icon {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #007bff;
}

.input-icon .form-control {
    padding-left: 34px;
}

.btn.btn-play,
.btn.btn-pause {
    float: left;
    line-height: 48px;
    font-size: 29px;
    margin-left: 10px;
    width: 40px;
    height: 48px;
    color: #007ce2 !important;
    padding: 0;
    background: #fff;
}

.btn.btn-play,
.btn.btn-pause {
    line-height: 48px !important;
    color: #007ce2 !important;
}

.btn.btn-pause {
    font-size: 25px;
}

.progress-box {
    position: absolute !important;
    display: block;
    width: 100% !important;
    min-height: calc(100vh - 52.5px) !important;
    top: -75px !important;
    bottom: 0 !important;
    background: rgba(255, 255, 255, .8) !important;
    z-index: 9999;
    margin-left: -15px;
    margin-bottom: -67.5px !important;
}

.cc-Item {
    /* padding: 15px; */
    border: 1px solid #e1e5eb;
    display: inline-block;
    width: 100%;
}

    .cc-Item .cc-Item-body {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
        min-height: 75px;
    }

    .cc-Item .cc-Item-title {
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-top: 1px solid #e1e5eb;
    }

.detail-block label {
    width: 130px !important; 
    float: left;
}

.detail-block .info-txt {
    width: calc(100% - 140px) !important;
    margin-left: 10px;
    float: left;
}


/*-------------------------------------------------------------------------------------------------------------
                                             SWITCH ON OFF
                                        ***********************
  -------------------------------------------------------------------------------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: left;
    margin-top: 15px;
}

    .switch + label.control-label.switch {
        padding: 0 10px;
        width: 110px;
        line-height: 34px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked ~ .slider {
    background-color: #2196F3;
}

input:focus ~ .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked ~ .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }





.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #009ab7;
    border-color: #009ab7;
    box-shadow: none;
}

.field-validation-error {
    color: #ff4500 !important;
}

.portlet {
    padding: 1em 1em 2em;
    box-shadow: 0 2px 1px rgba(28,28,29,.42);
}

.light {
    background: #ffffff !important;
}

.gray {
    background: #eee !important;
}

.box a {
    text-decoration: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}

/*.btn {
    border-radius: 0;
    outline: none;
    border: none;
    padding: 10px 20px;
}

.btn-info {
    border: 1px solid #2196f3;
    background: #2196F3;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active {
        border: 1px solid #0b7dda;
        background: #0b7dda;
    }*/

/*.btn-primary {
    border: 1px solid #007bff !important;
    background: #007bff !important;
    font-weight: 600;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary:active {
        border: 1px solid #007bff !important;
        background: #007bff !important;
    }*/

.left {
    float: left;
}

.right {
    float: right;
}

.p-t-0 {
    padding-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px;
}

/*.error {
    color: orangered !important;
}

.btn {
    border-radius: 0;
    outline: none;
    border: none;
    padding: 14px 28px;
    outline: none;
    box-shadow: none;
}*/



.box .box-header {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

    .box .box-header .btn-add {
        background: #fff;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #007bff;
        border: 1px solid #007bff;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 28px;
        text-align: center;
        outline: none;
        box-shadow: none;
    }

        .box .box-header .btn-add:hover,
        .box .box-header .btn-add:active,
        .box .box-header .btn-add:focus {
            background: #007bff;
            color: #fff;
            border: 1px solid #007bff;
        }

/*.form-Modal .modal-content {
    max-width: 600px;
    margin: 0;
    padding: 15px 0;
}*/

.box .box-body .table th {
    background: #6f5474;
    color: #efefef;
    /* text-align: center; */
    padding: 20px 20px;
    border-color: #fff !important;
}

.box .box-body .table td {
    padding: 10px 20px;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.email-temp-list {
    list-style: none;
    padding: 0;
}

    .email-temp-list li {
        list-style: none;
        background: #eee;
        padding: 10px 20px;
        margin-bottom: 1px;
    }

        .email-temp-list li > a {
            display: block;
            text-decoration: none;
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
        }

.alert {
    border: none;
    outline: none;
}

/*.btn-danger,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover {
    background: orangered !important;
    color: #fff !important;
    border-color: orangered !important;
}*/

/*--------------------------------------------------------------------------------------------------
    Team
  --------------------------------------------------------------------------------------------------*/

ul, li {
    list-style: none;
}

.tuser-box {
    background: #eee;
    margin-bottom: 30px;
}

    .tuser-box a,
    .tuser-box a:active,
    .tuser-box a:active:focus,
    .tuser-box a:active:hover,
    .tuser-box a:focus,
    .tuser-box a:hover {
        color: #007bff;
        text-decoration: none;
    }

    .tuser-box .tu-header h2 {
        font-size: 18px;
        line-height: 24px;
        width: calc(100% - 55px);
        float: left;
    }

    .tuser-box .tu-header .actions {
        display: inline-block;
        float: left;
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 10px 5px;
    }

        .tuser-box .tu-header .actions a {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            color: #007bff;
        }

            .tuser-box .tu-header .actions a.btn-delete {
                color: #ff4500;
            }

    .tuser-box .tu-body {
        background: #fff;
        border: 5px solid #eee;
        border-top: none;
        padding: 10px 10px 20px;
    }

        .box .tag,
        .tuser-box .tu-body .tag {
            background: #eee;
            padding: 5px 10px;
            border-radius: 14px;
        }

.table-detail-wrapper .title {
    margin-top: 5px;
    line-height: 32px;
    background: #e8ede6;
}

.table-detail-wrapper .tags {
    padding: 10px;
}

    .table-detail-wrapper .tags span {
        float: left;
        margin: 1px;
        font-size: 14px;
        padding: 5px 0;
    }

    .table-detail-wrapper .tags .tag {
        background: #e8ede6;
        padding: 5px 10px;
        border-radius: 14px;
    }

.box .tag {
    display: inline-block;
}

    .box .tag a {
        padding: 5px;
        color: #2dc672;
    }

        .box .tag a.delete-link {
            color: #ff4500;
        }

.box .box-body a._addGroupUser-btn {
    border-radius: 17px;
    padding: 6px 10px;
    text-align: center;
}

    .box .box-body a._addGroupUser-btn i {
        width: 12px;
        height: 20px;
        line-height: 20px;
    }

.add-action-plan-form input.form-control {
    outline: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #364650;
    font-size: 14px;
    border: 2px solid #f1f4f8;
    height: 40px;
}

.ActionPlanStepList.u-gridBox,
.ActionPlanSettings.u-gridBox {
    min-height: 0px;
    height: auto;
}

.ActionPlanStepList.u-gridBox {
    background: transparent;
    display: inline-block;
    min-width: 760px;
}

.ActionPlans-spacer {
    border: 0;
    width: 100%;
    height: 40px;
    border-left: 1px solid #d7dee2;
    margin: 0 0 0 41px;
    padding: 0 20px 40px 40px;
}

.ActionPlanStepList {
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    list-style-type: none;
}

.ActionPlanStep-colIconPart1,
.ActionPlanStep-colIconPart2,
.ActionPlanStep-colDayNum,
.ActionPlanStep-colStepType,
.ActionPlanStep-colStepDesc,
.ActionPlanStep-colActions,
.ActionPlanStep-colActionLabel,
.ActionPlanStep-colActionSelect {
    height: 70px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

    #addActionPlan_Form select,
    .ActionPlanStep-colActionSelect select,
    .select-btn,
    .form-control.select-btn {
        width: 100% !important;
        background: #eee;
        border: 1px solid #d7dee2;
        color: #6d8291 !important;
        border-radius: 4px;
        background: linear-gradient(#ffffff,#e8ecf0);
        display: inline-block;
        vertical-align: top;
        line-height: 14px;
        font-size: 14px;
        outline: none;
        cursor: pointer;
        margin: 0;
        height: 40px;
    }

        .select-btn option {
            background: #eee;
            color: #6d8291 !important;
            line-height: 14px;
            font-size: 14px;
            padding: 7px 14px;
        }

.ActionPlanStep-formRow > div {
    padding: 5px 10px;
    height: auto;
    vertical-align: middle;
    text-align: left;
}

.ActionPlanStep-formRow:nth-child(2) > div {
    padding-top: 15px;
}

.ActionPlanStep-formRow:last-child > div {
    padding-bottom: 15px;
}

    .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colDayNum,
    .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colActionLabel,
    .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colActionSelect,
    .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colActionSpacer {
        border-bottom: 1px solid #d7dee2;
    }

.ActionPlanStepList > li:last-child .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colDayNum,
.ActionPlanStepList > li:last-child .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colActionLabel,
.ActionPlanStepList > li:last-child .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colActionSelect,
.ActionPlanStepList > li:last-child .ActionPlanStep-formRow:last-child > div.ActionPlanStep-colActionSpacer {
    border-bottom: 0;
}
/* column widths */
.ActionPlanStep-colIconPart1 {
    display: table-cell;
    width: 40px;
}

.ActionPlanStep-colIconPart2 {
    display: table-cell;
    width: 40px;
}

.ActionPlanStep-colDayNum {
    display: table-cell;
    width: 100px;
}

.ActionPlanStep-colActionLabel,
.ActionPlanStep-colStepType {
    display: table-cell;
    width: 130px;
}

.ActionPlanStep-colStepDesc {
    display: table-cell;
    width: 335px;
}

.ActionPlanStep-colActions {
    display: table-cell;
    width: 106px;
}

.ActionPlanStep-colActionSelect {
    display: table-cell;
    width: 380px;
}

.ActionPlanStep-colActionSpacer {
    display: table-cell;
    width: 45px;
}

.ActionPlanStep-colIconPart1 {
    border: 0;
    border-right: 1px solid #d7dee2;
    color: #d7dee2;
    padding: 0 0 0 8px;
}

.ActionPlanStep-colIconPart2 {
    padding: 0;
    position: relative;
}

.ActionPlanStep-row {
    width: 100%;
}

.ActionPlanStep {
    background: #fff;
    list-style-type: none;
}

.ActionPlanStep-colStepDesc input.ActionPlanStep-runAfterDays {
    width: 60px;
    margin-right: 5px;
}

.ActionPlanStep-action,
.ActionPlanStep-actionForm,
.ActionPlanStep-formFinalRow {
    border-bottom: 1px solid #d7dee2;
}

.ActionPlanStep-actionSpacer,
.ActionPlanStep-formSpacer {
    border-bottom: 1px solid #fff;
}

.ActionPlanStep-icon {
    position: absolute;
    left: -12px;
    top: 22px;
    background: #9a9ea1;
    color: #fff;
    border-radius: 12px;
    padding-top: 6px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}

    .ActionPlanStep-icon.active {
        background: #40a2d9;
    }

.ActionPlanStep-colActions {
    text-align: center;
}

.ActionPlanStep-controls {
    display: inline-block;
    width: auto;
    border: 2px solid #6f5474;
    border-radius: 7px;
    height: 36px;
}

    .ActionPlanStep-controls .btn-edit-task {
        border: none;
        border-right: 2px solid #2ecc71;
        color: #2ecc71;
    }

    .ActionPlanStep-controls .btn-delete-task {
        color: #ff0000;
        padding: 6px 12px;
    }

    .ActionPlanStep-controls button {
        cursor: pointer;
        padding: 4px 2px 2px 3px;
        width: 32px;
        height: 25px;
        display: inline-block;
        border: 0;
        margin: 0;
        background: transparent;
        outline: none;
    }

        .ActionPlanStep-controls button:first-child {
            border-right: 2px solid #eee;
            padding: 4px 2px 2px 5px;
        }

    .ActionPlanStep-controls.ActionPlanStep-controlsSingleButton {
        float: right;
    }

        .ActionPlanStep-controls.ActionPlanStep-controlsSingleButton button:first-child {
            border-right: 0;
        }

    .ActionPlanStep-controls button:hover {
        background: #f2f2f2;
    }

.ActionPlanStep-row .DropDownMenu > ul {
    right: 0;
}

.ActionPlans-Form-footer {
    margin-top: 10px;
    padding: 15px 30px !important;
}

.feed-Box .tab-content {
    background: #fff;
}

#_reporting__Box {
    padding: 15px;
    padding-top: 0 !important;
}

.feed-Box .nav.nav-tabs.nav-justified {
    width: auto;
    /*margin-left: -14px;
    margin-right: -14px;*/
}

.feed-Box .nav.nav-tabs > li {
    max-height: 51px;
}

    .feed-Box .nav.nav-tabs > li > a {
        display: block;
        cursor: pointer;
        padding: 15px 7px;
        line-height: 20px;
        color: #bbc8d2;
        background-color: #fcfdfd;
        border-radius: 0;
        border-top: none;
        border-bottom: 1px solid #f1f4f8;
        border-left: 1px solid #f1f4f8;
    }

    .feed-Box .nav.nav-tabs > li:first-child > a {
        border-left: 0;
    }

    .feed-Box .nav.nav-tabs > li.active > a {
        color: #364650;
        background-color: #fff;
        border-bottom: 1px solid transparent;
        border-top: none;
    }

.header-right-tools {
    display: inline-block;
    float: right;
}

.reporting-header {
    border-top: 1px solid #eee;
}

    .reporting-header .left-filter {
        display: inline-block;
        float: left;
    }

    .reporting-header .select-filter {
        width: 210px;
        padding: 7px 15px;
        float: left;
    }


/* team member */
.tuser-box {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dfdfdf;
}

    .tuser-box .tu-header {
        position: relative;
    }

        .tuser-box .tu-header h2 {
            font-size: 20px;
            margin-top: 0;
        }

    .tuser-box .actions {
        position: absolute;
        top: 0;
        right: 0;
    }

    .tuser-box h3 {
        margin: 10px 0;
        font-size: 17px;
    }

    .tuser-box .tu-body {
        margin-top: 20px;
        height: 105px;
        overflow: hidden;
    }

        .tuser-box .tu-body .tag {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 5px;
        }

/* edit action plan */
.edit-action-plan-wrap {
    background-color: #ffffff;
    padding: 20px;
    margin: 0 15px;
}

    .edit-action-plan-wrap ul {
        padding: 0;
        list-style: none;
    }

    .edit-action-plan-wrap #_create_Task_Form {
        margin-top: 20px;
    }

    .edit-action-plan-wrap .ActionPlanStep-colActionLabel {
        margin-bottom: 10px;
    }

    .edit-action-plan-wrap .ActionPlanStep-runAfterDays {
        width: 80px;
        height: 35px;
        display: inline-block;
        margin: 0 5px;
    }

    .edit-action-plan-wrap .ActionPlanStep-colActions {
        position: absolute;
        right: 28px;
        top: 0;
    }

.ActionPlans-Form-footer #_addTask {
    margin: 10px 0 0 15px;
    display: inline-block;
}

.review-header {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 15px;
    background: #6f5474;
    color: #fff;
}

.review-item {
    border: 1px solid #6e5574;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
}


    .review-item .review-body {
        font-size: 14px;
        line-height: 20px;
    }

        .review-item .review-body .review-desc {
            font-size: 14px;
            line-height: 18px;
            font-family: inherit;
            float: left;
            display: inline-block;
            max-width: calc(100% - 95px);
            text-align: justify;
            margin: 7px 7px 0;
        }

        .review-item h6 {
            font-size: 16px;
            line-height: 24px;
        }

        .review-item h6 strong {
            color: #000;
        }

    .review-item .review-title {
        padding: 5px 15px;
        line-height: 22px;
    }

        .review-item .review-title .rating-box {
            color: #9acb3c;
            font-size: 18px;
            display: inline-block;
            margin-bottom: 10px;
        }

    .review-item .review-verified-badge {
        height: 14px !important;
        width: 50px !important;
        margin-left: 5px !important;
        float: right !important;
    }

    .review-item .review-google-verified-image {
        background: url('/images/google_logo_review.png') no-repeat !important;
        width: 45px !important;
        background-size: contain !important;
        background-position: center !important;
    }

    .review-item .review-facebook-verified-image {
        background: url('/images/facebook_logo_review.png') no-repeat !important;
        width: 54px !important;
        background-size: contain !important;
        background-position: center !important;
    }

    .review-item .review-zillow-verified-image {
        background: url('/images/zillow-badge.png') no-repeat !important;
        width: 50px !important;
        background-size: contain !important;
        background-position: center !important;
    }

    .review-item .review-verified-image {
        background: url('/images/ss-verified-customer.png') no-repeat !important;
        width: 72px !important;
        background-size: contain !important;
        background-position: center !important;
    }

    .review-item .review-unverified-image {
        background: url('/images/unverified-customer-badge.png') no-repeat !important;
        width: 72px !important;
        background-size: contain !important;
        background-position: center !important;
    }

.review-item .text-quote {
    font-size: 40px;
    color: rgb(85, 85, 85);
    line-height: 40px !important;
    display: inline-block;
    float: left;
}