.btn-group .btn-main.tell-btn, .btn-group .btn-main.termbtn, form#frmDomainTransfer button#btnTransferDomain {
    background: #ff8913;
    color: #fff;
}

.btn-group .btn-main {
    border: 1px solid #ff8913;
    color: #ff8913;
    background: transparent;
}

.navbar-brand img {
    width: 220px;
}

.foot-lg img {
    width: 220px;
}

.bg-purple-dark {
    background: #3255c8 !important;
}

.banner-text li {
    display: block;
    padding: 7px 0 7px 27px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.banner-text li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/bullets.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 10px;
    background: #fff;
    left: 0;
}

.banner-text h1, .banner-text h6, .online-business-box h3, .titlebar h2, .secure-data h2, .abt-bx h2 {
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 148px;
        height: 41px;
    }

    .foot-lg img {
        width: 148px;
        height: 41px;
    }
}
