/***********************************************
New Pricing Packages
***********************************************/

.package-wrapper {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.package-header {
    padding: 15px 30px;
    border-radius: 3px 3px 0px 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}

.package-blue {
    background: #0288D1;
}

.package-green {
    background: #5CB85C;
}

.package-body {
    padding: 30px 15px;
}

.package-discount-price {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.price-green {
    color: #5CB85C;
}

.package-original-price p {
    font-size: 20px;
    line-height: 28px;
    / text-decoration: line-through;/
}

.price-month {
    font-size: 18px;
}

.strikeout {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #555;
}

.strikeout::after {
    border-bottom: 1px solid #555;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.package-details li {
    font-size: 16px;
    line-height: 24px;
    color: #555;
    list-style: none;
    margin-bottom: 5px;
    /https: //image.flaticon.com/icons/svg/291/291201.svg/
}

.package-details li:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url(../images/tick.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.package-view-more {
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    padding: 0px;
    border: 0px;
    box-shadow: none;
    color: #5CB85C;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
}

.col-middle {
    margin-top: auto;
    margin-bottom: auto;
}

.package-call-btn {
    background: #fff;
    border-radius: 3px;
    border: 2px solid #5CB85C;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #5CB85C;
    cursor: pointer;
    margin: 5px 0;
}

.package-call-btn:hover {
    background: #5CB85C;
    color: #fff;
}

.package-options {
    text-align: center;
}

.package-options img {
    margin-bottom: 15px;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    a.navbar-brand.main-logo img {
        width: 59%;
        height: auto;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000000 !important;
}

a,
a:hover {
    text-decoration: none;
}

.bg-navbar {
    background: #012D3F none repeat scroll 0 0;
    padding: 10px 15px;
    z-index: 99;
}

.container {
    width: 90%;
}

.active {
    color: #E8EAF6;
}

.main-navigation {
    font-size: 16px;
    letter-spacing: 0.6;
}

.main-logo {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1;
}

.main-slider {
    padding: 40px 0;
    background: url(../images/slider-bg.webp);
    margin-top: -20px;
    /*background: #ee0979; */
    /*background: -webkit-linear-gradient(to bottom, #ff6a00, #ee0979);*/
    /*background: linear-gradient(to bottom, #ff6a00, #ee0979);*/
}

.slider-text {
    font-size: 30px;
    font-weight: 700;
    color: #012D3F;
    padding: 10px 0;
}

.slider-text-h2 {
    font-size: 22px;
    color: #777;
    padding: 5px 0;
}

.search-form {
    padding: 20px 0;
}

.btn-main {
    background: #67BE62;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
}

.slider-img {
    display: block;
    text-align: center;
}

.slider-img img {
    max-width: 100%;
    /*width: 470px;*/
}

.call-now {
    background: #D0E8F6;
    padding: 20px 0;
    text-align: center;
    border-top: 4px solid #19A0EE;
    border-bottom: 4px solid #19A0EE;
}

.call-text {
    color: #37475c;
    font-size: 36px;
}

.section-title {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    padding: 5px 0px 30px 0px;
}

.info-0 {
    padding: 30px 0;
}

.info-1 {
    /* background: #E9EAEC; */
    padding: 30px 0;
}

.info-img figure img {
    margin: 0 auto;
    display: block;
}

.info-title h3 {
    color: #2e2e2e;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
}

.info-content p {
    color: #808284;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.breadcrumb {
    margin: 10px 0px;
    background: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
}

.breadcrumb a {
    text-decoration: none;
    color: #111;
    letter-spacing: 0.5;
}

.brand-title {
    font-size: 30px;
    font-weight: 700;
    color: #012D3F;
    text-align: center;
}

.brand-title h1 {
    font-size: 30px;
    font-weight: 700;
}

.brand-image img {
    max-width: 100%;
    width: 300px;
}

.brand-ratings,
.brand-state-count,
.brand-site {
    padding: 5px 0;
    font-size: 14px;
}

.state-title {
    border-bottom: 2px solid #0288D1;
    margin: 0px 0px 20px 0px;
}

.state-title h3,
.state-title h2 {
    margin: 10px auto;
    font-weight: 700;
    font-size: 26px;
}

.locations-link a {
    text-decoration: none;
}

.other-brands {
    text-align: center;
    background: #FCFCFC;
    border: 1px solid #F2F2F2;
}

.other-brands img {
    max-width: 100%;
    width: 250px;
    height: 80px;
    padding: 10px 0px;
    margin: 10px auto;
}

.other-brands-title {
    border-bottom: 2px solid #0288D1;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.other-brands-title h3 {
    margin: 10px auto;
    font-weight: 700;
    font-size: 26px;
}

.main-footer {
    background: #012D3F;
    padding: 30px 0;
}

.copy {
    color: #fff;
}

.copy a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.6;
    text-decoration: none;
}

.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
}

.starRating:not(old)>input {
    margin-right: -100%;
    opacity: 0;
}

.starRating:not(old)>label {
    display: block;
    float: right;
    position: relative;
    background: url('https://www.ctvforme.com/assets/images/star-off.svg');
    background-size: contain;
}

.starRating:not(old)>label:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('https://www.ctvforme.com/assets/images/star-on.svg');
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating:not(old)>label:hover:before,
.starRating:not(old)>label:hover~label:before,
.starRating:not(:hover)> :checked~label:before {
    opacity: 1;
}

.votes {
    display: none;
}

.result-header {
    padding: 15px 0;
    text-align: center;
    font-size: 25px;
}

.search-block {
    margin-bottom: 20px;
}

.search-head {
    background: #012D3F;
    padding: 20px 15px;
    border-radius: 3px 3px 0px 0px;
}

.brand-count {
    background: #3B3C3D;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
}

.brand-name {
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.brand-content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 6px 0px;
}

.brand-info-img img {
    max-width: 100%;
    width: 300px;
    padding: 20px 0;
}

.call-btn,
.brand-link {
    background: #fff;
    border-radius: 2px;
    border: 2px solid #012D3F;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #012D3F;
    cursor: pointer;
    margin: 5px 0;
}

.call-btn:hover,
.brand-link:hover {
    background: #012D3F;
    color: #fff;
}

.brand-link a {
    color: #012D3F;
}

.brand-link:hover a,
.call-btn:hover a {
    color: #fff;
}

.content-title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.brands-page-img img {
    width: 100%;
    height: 250px;
}

.brands-content-2 {
    margin-top: 20px;
}

.home-info-img {
    display: block;
    text-align: center;
}

.home-info-img img {
    height: 168px;
    margin: auto;
}

.call-btn-2 {
    background: #67BE62;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0;
    cursor: default;
}

@media screen and (min-device-width: 1024px) {
    .call-btn-2 {
        /* pointer-events: none; */
    }
}

.fa.fa-phone.fa-3x {
    color: #fff;
}

.call-btn-2:hover {
    background: #00559E;
    transition-duration: 1s;
}

.call-btn-2 a {
    color: #fff;
}

.call-btn-2:hover a {
    color: #fff;
}

.search-error-block {
    background: #E9EAEC;
    margin: 20px 0px;
    padding: 50px;
    border-radius: 5px;
}

.search-error-head {
    color: red;
    text-align: center;
    font-size: 25px;
}

.search-error {
    font-size: 20px;
    text-align: center;
}

.back-to-home {
    text-align: center;
}

.brand-features {
    list-style-type: none;
}

.brand-features li {
    line-height: 35px;
}

.fa-check {
    color: #0288D1;
    margin-right: 10px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
    top: -8px;
}

.dropdown-menu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
    top: -7px;
}

@media only screen and (max-width: 768px) {
    .dropdown-menu::before {
        border-bottom: 9px solid rgba(0, 0, 0, 0.2);
        border-left: 9px solid rgba(0, 0, 0, 0);
        border-right: 9px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 20px;
        position: absolute;
        top: 34px;
    }

    .dropdown-menu::after {
        border-bottom: 8px solid #FFFFFF;
        border-left: 9px solid rgba(0, 0, 0, 0);
        border-right: 9px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 20px;
        position: absolute;
        top: 35px;
    }
}



.callnow {
    background-color: #19a0ee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 4px #67BE62;
    margin-bottom: 10px;
}

.callnow a {
    color: #fff;
}

.fa.fa-phone {
    color: lime;
}

.text-right.callnow {
    color: #8ded9b;
}

a.nav-link {
    color: #fff !important;
}

@media screen and (min-device-width: 1024px) {
    .callnow {
        /* color:white; */
        /* pointer-events: none; */
        cursor: default;
        font-size: 20px;
    }
}

/***********************
Location Contact Table
************************/

.contact-table {
    border: 1px solid #012D3F;
    width: 100%;
    margin-top: 15px;
}

.contact-table th {
    background: #012D3F;
    color: #fff;
    padding: 10px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-table td {
    padding: 10px 15px;
    border-left: 1px solid #012D3F;
}

.modal-body p {
    text-align: justify !important;
}

.modal-body h6 {
    text-align: left !important;
}

.more-brand-info {
    padding: 20px 15px;
    margin-top: 20px;
    /*    border:1px solid rgba(0,0,0,.15);*/
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
}

.brand-info-col {
    border-right: 1px solid rgba(0, 0, 0, .15);
    padding: 10px 25px;
}

.hours-title,
.products-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.transparent-btn {
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    color: #0076A9;
    cursor: pointer;
}

.no-right-border {
    border-right: 0px !important;
}

@media (max-width:768px) {
    .brand-info-col {
        border-right: 0px;
    }
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    padding: 10px 17px 4px 15px;
    line-height: 27px;
    background: white;
    color: #0e6ade;
    width: 5%;
    font-size: 15px;
    z-index: 1000;
    list-style: none;
}


/*Footer Widget*/

.footer-widget {
    padding: 41px;
    background: #083a4f;
    color: white;
}

.footer-widget a {
    color: white;
    padding: 5px;
}

.footer-widget a.dropdown-item:hover {
    color: black;
}

a.fb {
    background: #3D5A98;
    padding: 10px 13px 11px 14px;
    border-radius: 5px;
    color: white;
}

a.twitter {
    background: #2EB3EC;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

a.gplus {
    background: #CC3731;
    padding: 10px;
    border-radius: 5px;
    color: white;
}


/*Paragraph text*/
ul>li,
p {
    font-size: 16px !important;
}

img.blog-img {
    /*border-radius: 5px;*/
}

img.blog-img:hover {
    filter: grayscale(75%) !important;
}

.blog-img-wrapper {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.blog-img-wrapper:hover>.blog-img {
    transform: scale(1.1);
    transition: all .5s;
}

.badge-primary {
    background-color: #083A4F;
    font-size: 14px;
}

.news-item-info {
    text-align: justify;
}

.call-banner {
    background: #01629c;
    color: white;
    padding: 20px;
}

.spectrum-ul {
    /* Styles managed by landing.css */
}

.pad-box {
    padding-top: 32px;
    padding-bottom: 32px;
}

.h3-title {
    font-size: 23px !important;
}

a.callnow:hover {
    color: white !important;
}

.package-call-btn a {
    color: #5CB85C !important;
}

.package-call-btn:hover a {
    color: #fff !important;
}

@media (min-width: 901px) and (max-width: 1400px) {
    .header-call {
        text-align: right;
    }
}

@media (min-width: 300px) and (max-width: 650px) {
    .header-call {
        text-align: center;
        margin-top: 7px;
    }
}