/* Minification failed. Returning unminified contents.
(220,39): run-time error CSS1046: Expect comma, found '0'
(220,43): run-time error CSS1046: Expect comma, found '/'
(617,26): run-time error CSS1046: Expect comma, found '35'
(617,31): run-time error CSS1046: Expect comma, found ')'
(619,30): run-time error CSS1046: Expect comma, found '35'
(619,35): run-time error CSS1046: Expect comma, found ')'
(620,35): run-time error CSS1046: Expect comma, found '0'
(620,39): run-time error CSS1046: Expect comma, found '/'
 */
#footer {
   
    padding: 25px 0;
}

    .quote-hide{
    display:none;
}

section{
    padding:50px 0;
}

hr {
    margin: 20px 0;
}

#nav-sticky-wrapper {
    display: none;
}

.quote-content {
    padding: 20px 0 0;
}

    body .form-control:disabled,body .form-control[readonly] {
       background-color: #eee;
    }

body .form-control, body .form-control:focus {

}

    body .form-control.k-widget {
        border: 1px solid #000;
       
    }

body .k-dropdown-wrap.k-state-default {
    border: 1px solid #E2E2E2;
    background-color:#fff;
}

body .k-combobox .k-input{
    background-color:#fff;
}





.referred {
    color: red;
}

body .k-textbox.success {
    background-color: #bdeabd;
    border-color:green;
}

#quote-engine .page-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}


.quote-steps {
    background-color: #182334;
}

.quote-steps .container{
    position:relative;
}

    .quote-steps .container .cancel-quote {
        position: absolute;
        top: -10px;
        right: 0;
        z-index: 100;
        height: 40px;
    }

    .quote-steps .steps a {
        display: block;
        text-align: center;
        padding: 10px 5px;
        font-size: 16px;
        font-family: 'Outfit', sans-serif;
        font-weight: 700;
    }
    .quote-steps a.active {
   
    
    }
.quote-steps a.disabled {
    color: #999;
    cursor: not-allowed;
    }

    .quote-steps a.selected {
        color: #fff;
    }

.quote {
    
}
    .quote h2 {
text-transform:none;
    margin-top:50px;
    margin-bottom: 0px;
    font-size:24px;
    line-height:30px;
}
.quote h2:first-of-type {
    margin-top:0;
}
    .products h3 {
    margin-top: 10px;
}

.products ul {
    padding: 0;
    margin: 0 0 0 0px;
}

.products > ul > li {
    list-style-type: none;
    margin: 0;
    line-height: 1.6em;
    border: 1px solid #182334;
    margin-bottom: 20px;
    border-radius: 6px;
}



.products.upsell > ul > li {
    background-color: transparent;
    box-shadow: none;
    border-radius: 2px;
}

.upsell-text ul {
    list-style-type: disc;
    margin-left: 20px;
}



.products a {
    text-decoration: none !important;
    color: #182334;
    text-transform: uppercase;
    font-size: 15px;
}



.products .off, .products .on {
    padding: 20px 20px 30px 20px;
    background-image: none;
   
    position: relative;
}

.products .off {
    padding: 20px;
   
}

    .products .off .price-display-monthly {
        color: #e94057;
    }
.products.upsell .off {
    flex-wrap:wrap;
}
.products .off .btns {
    float: right;
    display: inline-block;
    margin-top: -5px;
    margin-right: -5px;
}
    .products .off a:first-of-type {
        margin-left:0;
    }

.products .off .btns a {
    font-weight: bold;
    display: block;
    margin: 0;
    margin-left: 5px;
    text-decoration: none !important;
    border-radius: 2px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #e94057;
    background-color: #fff;
    border: 2px solid #e94057;
    padding: 10px 15px 10px 15px;
    text-align: right;
    border-radius: 5px;
}

    .products .off .btns a img {
        margin-right: 5px;
        margin-bottom: 4px;
    }

.products .off .btn-upsell {
    display: block;
    width: 100%;
}
    .products .off .btn-upsell a {
        display: block;
        background-color: #2c2c2c;
        color: #fff;
        padding: 20px;
        box-shadow: 1px 2px 2px rgb(0 0 0 / 20%);
        border-radius: 2px;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
        font-size: 16px;
    }

    .products .off .product-summary {

    }

.products .product-summary ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.products i{
    cursor:pointer;
}
.products .off .title {
    padding-right: 5px;
  
}

.products .btn-remove-product {
    font-weight: bold;
    display: block;
    margin: 0;
    text-decoration: none !important;
    border-radius: 2px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    background-color: #e94057;
    border: 2px solid #e94057;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
}

    .products .btn-remove-product img {
        margin-right: 5px;
        margin-bottom: 4px;
        height: 20px;
    }

.products label {
    display: block;
    margin-bottom: 10px;
    margin-top: 35px;
    font-size: 15px;
    font-weight: bold;
}

.products .on > .loader {
    display: none;
    position: relative;
}

    .products .on.loading > .loader {
        display: block;
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        z-index: 2000;
    }

.products .on.loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.products .on .title {
    background-color: #182334;
    padding: 20px;
    margin: -20px;
    border-radius: 6px;
    color: #fff;
}

.products .on .price-display-monthly {
    color: #fff;
}

.products .on .delete {
    float: right;
    cursor: pointer;
    margin-top: -5px;
    margin-right: -5px;
}

.products .on .prices {
    padding: 10px 0;
}

.products .list-group-item {
    padding: 0.75rem 1rem;
    background-color: #fff;
    border: 0;
    border: 1px solid #182334;
    margin-bottom:10px;
    border-radius:6px;
}

    .products .list-group-item.active {
        color: #fff;
        background-image: url(/img/assets/check-mark.svg);
        background-position: 96%;
        background-repeat: no-repeat;
        background-size: 20px;
        background-color: #182334;
    }

.products .price-from {
  
   
}

.products .hr {
    padding: 1px;
    background-color: #eee;
    margin: 15px 0;
}

.products .price {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right;
}


.products .list-group {
    padding: 0;
    
    border-bottom:0;
}

    .products .ladda-button[data-style=expand-right] .ladda-spinner {
        right: 45%;
    }

        body .k-popup > .k-group-header {
    color: #000;
    background: #fff;
}



body .k-list > .k-state-selected.k-state-focused,
body .k-state-selected,
body .k-list > .k-state-selected {
    color: #f8ab13;
    background-image: url(/img/assets/check-mark-yellow.svg);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 20px;
}

body .k-popup .k-list .k-item > .k-group
{
    color: #f8ab13;
}

body .k-calendar > .k-header, body .k-calendar > .k-header .k-state-hover {
    background-color: #eee !important;
}

body .k-calendar .k-today .k-link {
    color: #000000;
    box-shadow: inset 0 0 0 1px #000000;
}

body .k-calendar td.k-state-selected .k-link {
    border-color: #e94057;
    color: #fff;
    background-color: #e94057;
    background-image: none;
}

body .k-calendar .k-footer .k-nav-today {
    color: #e94057;
}


.questions ul li{
    margin-bottom:20px;
}
.questions ul li li {
    margin-bottom: 5px;
}

body .k-radio:checked {
    border-color: #e94057;
    color: #e94057;
    background-color: #e94057;
}



.questions .k-radio-label {
    padding-left: 10px;
}
.questions h3 {
  
}
.questions .statements .k-radio {
    width: 24px;
    height: 24px;
}
.questions .statements .k-radio-label {
    color: #e94057;
    font-weight: bold;
}

.questions .statements .statement-option.input-validation-error + label {
    color: #e74c3c;
}

.questions .form-control.k-widget {
    border: 1px solid #182334;
    width: 100%;
    border-radius: 6px;
}

#form-review .coupon-code {
    padding: 14px;
    vertical-align: top;
    font-size: 19px;
    width: 100%;
    max-width: 350px;
    border: 0;
    margin-right: 5px;
    border: 1px solid #182334;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
}

 
.review .monthly-cost{
    font-size:25px;
}


.product-summary-detail {
    padding:10px;
}

    .product-summary-detail h3 {
        color: #e94057;
    }

body .k-loading-color {
    background-color: #eee;
}

body .k-tooltip .k-loading-mask {
    min-height: 250px;
}

body .k-tooltip .k-loading-image {
    background-image: url(assets/loading.gif);
  
}



.employees .input-group {
    width: 200px;
}

    body .employees .input-group .form-control.valid{
        padding:inherit;
        background-image:none;
    }

.employees .input-group input, .employees .input-group input:focus {
    background-color: transparent !important;
    color: #000;
    font-size: 36px;
   
    border: 0 !important;
    box-shadow: none;
    height: auto;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

    .employees .input-group button {
        border: 0;
        color: #202020 !important;
        background-image: url(/img/assets/add.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 50px;
        padding: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        height:50px;
        width:50px;
    }

    .employees .input-group button strong{
        display:none;
    }
        .employees .input-group .input-group-prepend button {
        background-image: url(/img/assets/remove.svg);
    }

    .employees .input-group .btn-outline-secondary:not(:disabled):not(.disabled):active {
        background-color: transparent;
    }

    /* width */
    .k-list-container ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.k-list-container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.k-list-container ::-webkit-scrollbar-thumb {
    background: #e94057;
    border-radius: 20px;
}

    /* Handle on hover */
    .k-list-container ::-webkit-scrollbar-thumb:hover {
        background: #c1850d;
    }


body .mobileSelect-filter {

    background-clip: padding-box;
    
}


#footer .footer-top .footer-info {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#footer .footer-top .footer-links {
    display: none;
}


.box-help {
    background: #182334;
    color: #fff;
    padding: 30px;
    margin: 0 0 50px 0 !important;
    font-size: 17px;
    display: flex;
    border-radius: 6px;
}

    .box-help h4 {
        color: #fff !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        margin-bottom: 0;
    }

    .box-help a {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

footer {
    padding: 10px;
    background: #182334;
    color: #fff;
}

body .k-tooltip, body .k-tooltip.k-popup, body .k-tooltip.k-widget {
    border-radius: 10px;
    border-color: rgb(24 35 52);
    color: #fff;
    background-color: rgb(24 35 52);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}
