.hometest .site-header {
    background-color: #809fc0;
}

.hometest .main-menu a {
    color: white;
}

.dnnEditState .site-header-wrap {
	top: 50px;
}

.btn-default {
    text-transform: capitalize;
    background-color: #eee;
    color: #333 !important;
    border: 1px solid #ddd;
    padding: .5rem 1rem;
    text-decoration: none!important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.btn-default:hover {
    background-color: #3fa0a1;
    color: white!important;
}


.top-blk-hap {
    background-color: #3fa0a0;
    width: 100px;
    height: 40px;
}

.top-blk-hap:hover,
.gt-wrap:hover {
    opacity: .9;
}

.top-haplink {
    font-weight: 500;
    color: white!important;
    font-size: 13px;
    letter-spacing: 1px;
}

.top-haplink:hover {
    text-decoration: none;
}

.top-haplink img {
    margin-right: 4px;
}

.section-ourplanlist {
    margin-bottom: 30px;
}


@media (max-width:  992px) {
    .ourplan .hero-img {
        max-width: 100%;
    }

    .ourplan .nice-orderlist .item h5 {
        font-size: 26px;   
    }

    .ourplan .nice-orderlist .item:before {
        font-size: 1.4rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .ourplan .nice-orderlist .item {
        padding-left: 3.4rem;
        padding-bottom: 2rem;
    }

    .section-ourplanlist .bot-txt {
        max-width: 100%;
    }

    .section-ourplanlist:after {
        position: relative;
        bottom: 0;
        margin-left: auto;
        margin-top: 2rem;
    }
}

@media (max-width:  576px) {
    .ourplan .nice-orderlist .item h5 {
        font-size: 20px;   
    }

    .ourplan .nice-orderlist .item:before {
        font-size: 1.2rem;
        width: 2rem;
        height: 2rem;
    }

    .ourplan .nice-orderlist .item {
        padding-left: 2.4rem;
        padding-bottom: 2rem;
    }

    .ourplan .list-subtitle,
    .ourplan .list-amount,
    .ourplan .list-detail,
    .section-ourplanlist .bot-txt {
        font-size: 16px;
    }

    .ourplan .list-detail li {
        font-size: 16px!important;
    }

    .section-ourplanlist:after {
        background-position: top right -4rem;
    }
}

