body {
    background: #fff;
}
body.ajax-loading {
    cursor: wait;
}
.opacity-0 {opacity: 0}
.opacity-10 {opacity: 0.1}
.opacity-20 {opacity: 0.2}
.opacity-30 {opacity: 0.3}
.opacity-40 {opacity: 0.4}
.opacity-50 {opacity: 0.5}
.opacity-60 {opacity: 0.6}
.opacity-70 {opacity: 0.7}
.opacity-80 {opacity: 0.8}
.opacity-90 {opacity: 0.9}
.opacity-100 {opacity: 1}
.h-0 {height: 0;}
.h-1 {height: 10%;}
.h-2 {height: 20%;}
.h-3 {height: 30%;}
.h-4 {height: 40%;}
.h-5 {height: 50%;}
.h-6 {height: 60%;}
.h-7 {height: 70%;}
.h-8 {height: 80%;}
.h-9 {height: 90%;}
.h-10 {height: 100%;}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.normal-radius {
    border-radius: 0.25rem !important;
}
#content-area {
    min-height: 100vh;
}
#app nav:first-child {
	border-top: 4px solid #b01c33;
}
.text-upper {
	text-transform: uppercase;
}
.h2-page-title {
    font-family: 'Poppins';
	font-weight: 700;
    font-size: 1.5rem;
	line-height: 70px;
}
p {
	color: #333333;
    font-family: 'Muli';
    font-weight: 400;
}
p.text-bold {
    font-weight: 700;
}
.form-control {
	border-radius: 0.25rem;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #91cf85;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(145, 207, 133, 0.25);
}
.form-control-plaintext {
    border-radius: 1.25rem;
    padding-left: 1em;
    background-color: #f2f2f2;
    outline: none !important;
}

.btn {
    border-radius: 0.25rem;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.btn-success {
    color: #fff;
    background-color: #91cf85;
    border-color: #91cf85;
    border-radius: 1.25rem;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1em;
}
.btn-success:hover {
    color: #fff;
    background-color: #68A45E;
    border-color: #47833F;
    border-color: #68A45E;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3F7B38;
    border-color: #155514;
	background-color: #91cf85;
    border-color: #91cf85;
    box-shadow: 0 0 0 0.2rem rgba(145, 207, 133, 0.25);
}
/** Hide Google Recaptcha Badge
.grecaptcha-badge {
    visibility: hidden;
}
*/

.swal2-icon-loading {
    border: none !important;
}
.swal2-icon-loading .fas {
    font-size: 1em;
    color: #91cf85;
}

.badge-address {
    display: block;
    margin: 20px auto;
    width: max-content;
    padding: 0px 50px;
    border-radius: 38px;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 70px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1em;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.badge-address-serviceable {
    color: #fff;
    background-color: #91cf85;
    background-color: #04c47d;
}
.badge-address-notserviceable {
    color: #fff;
    background-color: #ff5656;
}
.badge-address-serviceable:before,
.badge-address-notserviceable:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 40px;
    top: 16px;
}
.badge-address-serviceable:before {
    content: "\F058";
}
.badge-address-notserviceable:before {
    content: "\f071";
}

.step-block {
    line-height: 1.0rem;
    height: max-content;
    clear:both;
    display: block;
    position: relative;
}
.step-block .step-number {
    position: absolute;
    left: -100px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1em;
    color: #009d63;
}
.step-block .step-number span {
    width: 38px;
    height: 38px;
    background: #009d63;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 50%;
    margin-left: 5px;
}
.step-question-mark {
    color: #3b3b3b;
    font-size: 1.2em;
    float: left;
}
.step-question-mark:hover {
    color: #ae1f36;
}
.step-title {
    padding: 0;
    margin: 0;
    line-height: 1.0em;
    font-size:1.2em;
    margin-left: 10px;
    display: inline-block;
    float: left;
    color: #3b3b3b;
    font-family: 'Poppins';
    font-weight: 700;
}
.step-title-highlight {
    color: #009d63;
}
.step-description {
    display: block;
    clear: both;
    margin-left: 25px;
    line-height: 2em;
    font-size: 0.8em;
    font-family: 'Muli';
    font-weight: 600;
}

/* Packages */
.card-packages-pricing .card:hover {
    border: solid 3px rgba(0, 157, 99,.3);
}
.card-packages-pricing .card {
    padding: 1em 0 0 0;
    /*border-radius: 10px;
    border: 3px solid #dedede;*/
    opacity: 0.93;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border: solid 3px #ffffff;
    /*cursor: pointer;*/
}
.card-packages-pricing .card.card-package-selected {
    transition: all 0.1s ease;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.13);
    border: solid 3px #009d63;
}
.card-packages-pricing .card-footer {
    border: none!important;
}
.card-packages-pricing .card-footer label {
    cursor: pointer;
}
.package-img {
    /*background-image: url('uploadedcontent/package-duo.png');*/
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100px;
    background-size: contain;
    margin-bottom: 10px;
}
.package-title {
    color: #000000;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins';
    /*margin-top: -20px;*/
}
.package-cost {
    color:#a2a2a2;
    font-size: 1.8em;
    font-family: 'Teko';
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.package-beforediscount {
    color: #a2a2a2;
    font-size: 1em;
    text-align: center;
    font-family: 'Muli';
    font-weight: 600;
    text-decoration: line-through;
}
.package-promo {
    color: #a2a2a2;
    font-size: .8em;
    text-align: center;
    font-family: 'Muli';
    font-weight: 600;
}
.package-subscription-description {
    color: #7a7a7a;
    line-height: 1.5em;
    font-size: .8em;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 500;
}
.package-features {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.package-features li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 2em;
    font-size: 0.8em;
    font-size: 1em;
    color: #3b3b3b;
    font-family: 'Poppins';
    font-weight: 600;
}
.card-packages-pricing .card-package-selected-mark {
    display: none;
}
.card-package-selected .card-body {
    position: relative;
}
.card-package-selected .card-package-selected-mark {
    position: absolute;
    right: 10px;
    top: -10px;
    display: block;
}
.card-package-selected .card-package-selected-mark:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\F058";
    color: #009d63;
}

/* Addons */
.card-addons-pricing .card:hover {
    border: solid 3px rgba(0, 157, 99,.3);
}
.card-addons-pricing .card {
    padding: 1em 0 0 0;
    opacity: 0.93;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border: solid 3px #ffffff;
    /*cursor: pointer;*/
}
.card-addons-pricing .card-footer {
    border: none!important;
}
.card-addons-pricing .card.card-addon-selected {
    transition: all 0.1s ease;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.13);
    border: solid 3px #009d63;
}
.addon-title {
    color: #000000;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins';
    margin-top: -20px;
}
.addon-cost {
    color:#a2a2a2;
    font-size: 1.8em;
    font-family: 'Teko';
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.addon-promo {
    color: #a2a2a2;
    font-size: .8em;
    text-align: center;
    font-family: 'Muli';
    font-weight: 600;
}
.addon-subscription-description {
    color: #7a7a7a;
    line-height: 1.5em;
    font-size: .8em;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 500;
}
.card-addons-pricing .card .card-body {
    padding-bottom: 0;
}
.card-addons-pricing .card-addon-selected-mark {
    display: none;
}
.card-addon-selected .card-body {
    position: relative;
}
.card-addon-selected .card-addon-selected-mark {
    position: absolute;
    right: 10px;
    top: -10px;
    display: block;
}
.card-addon-selected .card-addon-selected-mark:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\F058";
    color: #009d63;
}

/*
Payment Table
*/
.table-order-payment {
    border: 1px solid #707070;

}
.table-order-payment thead tr {
    background-color: #ECECEC;
}
.table-order-payment thead tr th {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1em;
    color: #3b3b3b;
}
.table-order-payment tbody tr td {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1em;
    color: #3b3b3b;
    background-color: #ffffff;
}
.table-order-payment {}
.table-order-payment {}
.table-order-payment tbody tr.table-order-payment-new-monthly td {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1em;
    color: #3b3b3b;
    background-color: #f8f8f8;
}
#upgrade-payment-loading-wrap {
    position: relative;
}
#upgrade-payment-loading {
    position: absolute;
    background: #ffffff;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    opacity: .65;
    display: none;
}
#upgrade-payment-loading i {
    position: absolute;
    margin-left: -14px;
    margin-top: -14px;
    top: 50%;
    left: 50%;
}

/*
Sweetalert Popup Warning
*/
.swal2-popup-warning {
    padding: 2em !important;
}
.swal2-popup-warning:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\F071";
    position: absolute;
    transform: rotate(-20deg);
    opacity: .15;
    color: #856404;
    top: 5%;
}

/*
Terms And Conditions
*/
.termsandcond input {
    margin-right: 10px;
}
.termsandcond h4 {
    font-family: 'Poppins';
    font-weight: 700;
    color: #3b3b3b;
    font-size: 1em;
    margin-bottom: 30px;
}
.termsandcond h4 a {
    color: #ae1f36;
}
.termsandcond p {
    font-family: 'Muli';
    font-weight: 600;
    font-size: .9em;
    color: #707070;
    padding-left: 27px;
    text-align: justify;
}

/*
Footer
*/
footer {
    height: max-content;
    width: 100%;
    background-color: #1E1E1E;
    padding: 50px 0;
    border-top: 2px solid #b01c33;
}
footer hr {
    border-top: 1px solid #747474;
}
footer h4 {
    color: #B01C33;
    font-size: 1em;
    font-family: 'Poppins';
    font-weight: 700;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}
footer ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #F8F8F8;
}
footer ul li a,
footer ul li a:hover {
    color: #F8F8F8;
    font-size: .8em;
    font-family: 'Muli';
    font-weight: 400;
}
footer .succeed-copyright {
    color: #484848;
}

.upgrade-section {
    margin-bottom: 70px;
}

/*
Turbolinks
*/
.turbolinks-progress-bar {
    height: 5px;
    background-color: #91cf85;
}


@media (max-width: 768px) {
	#cclogo img {
		width: 100% !important;
	}
	#bbblogo img {
		width: 100%;
	}
	#yelplogo img {
		width: 100px;
	}
}



