.btw-service-list {
    list-style: none;
}

.service-box {
    font-weight: bold;
}

.home-page-pricing-plan .plan-button a {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 31px;
}

.home-page-pricing-plan [class*='btn-outline-']:hover,
.home-page-pricing-plan [class*='btn-outline-']{
    /* background-color: #f4ca59; */
    background-color: #6ab070;
    color: #ffffff !important;
}

.btn-cancel-reschedule:hover,
.btn-cancel-reschedule {
    background-color: #ae4553;
    color: #ffffff;
}

.home-page-btn {
    border-radius: 0;
    border-width: 2px;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px !important;
    margin-bottom: 0;
    padding: 6px 10px !important;
}

.home-page-pricing-plan a.teaser:hover {
    color: #242327;
}

.home-page-pricing-plan .box-shadow {
    min-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
}

.py-25-top-only {
    padding-top: 25px;
}

.cr.plan-button {
    position: absolute; 
    bottom: 42px;
    width: 100%;
}

.quote-image+p {
    margin: 30px 0 20px;
    max-height: 250px;
    overflow: scroll;
}

.owl-carousel .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin: 5px 12px;
    opacity: .5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 8px;
}

/* For tablet */
@media screen and (max-width: 820px) {
    
}