.mySlides {
    display: none
}

.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

@font-face {
    font-family: 'Calibri';
    font-weight: normal;
    font-style: normal;
}

.input-group .input-group-btn:first-child button {
    border-right: 0;
    border-color: #666;
}

li {
    font-size: 13.5px;
}

.here {
    content: "";
    z-index: -1;
    top: 50%;
    height: 70px;
    border-bottom: 3px solid #999;
}

.google-cell {
    text-align: center;
    margin-bottom: 10px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.star-cell {
    text-align: center;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-solution-round {
    height: 160px;
    width: 160px;
    border-radius: 100%;
    margin: 10px auto 35px;
    position: relative;
    border: 5px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.round-label {
    padding: 3px;
    position: relative;
    bottom: -150px;
    left: 60px;
    border-radius: 50%;
    font-size: 22px;
    height: 35px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    background-color: #f57722;
    color: white
}

.round-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.cards {
    width: auto;
    height: 480px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(0 0 0 / 19%);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 3px;
}

.icon-stripe {
    padding-top: 120px;
    text-align: center;
    float: left;
    position: relative;
    height: 170px;
    width: 20%;
}

.hidden-link {
    display: block;
    visibility: hidden;
    position: relative;
    top: -200px;
}

.chart-cell {
    border-left: 1pt solid grey;
    border-right: 1pt solid grey;
}

.section-title {
    font-weight: 800;
    font-size: 24px
}

.vertical-title {
    position: relative;
    left: -18px;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    font-weight: 800;
}

.big-btn {
    display: inline-block;
    line-height: 50px;
    padding: 10px 15px;
    font-size: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 700
}

.custom-solutions-btn {
    background-color: #f57722;
    color: #ffffff;
}

.custom-solutions-btn:hover {
    border: 1px solid #f57722;
    background: #ffffff;
    color: #f57722;
}

.dexpan-caption {
    position: absolute;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.dexpan-caption .heading {
    display: inline-block;
    border-bottom: 4px solid #d70404;
    padding: 0 20px;
    font-size: 36px;
    text-shadow: 3px 1px 8px #000;
}

.dexpan-caption .easy-steps {
    font-size: 22px;
    font-style: italic;
}

.dexpan-caption .easy-step {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}

.closest-location {
    padding: 15px;
    border: 1px solid #666;
    margin-top: 2px;
    text-align: center;
}

form .custom-btn.background-white.border {
    border-color: #666;
}

@media(max-width: 991px) {
    .responsive-center {
        text-align: center !important;
    }
}

@media(max-width:767px) {
    #img-banner {
        height: auto;
    }
    .dexpan-caption {
        position: static;
        top: 0;
        transform: none;
        padding: 15px 0;
    }
}

td {
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    width: 80px;
}