﻿.brand__header {
    background-color: #152f4e;
}

.brand__navbar {
    background-color: #152f4e;
}

.brand__header-text {
    color: white !important;
    fill: white !important;
}

.brand__header-icon {
    color: white !important;
    fill: white !important;
}

.brand__header-logo {
    width: 160px;
}

.brand__primary-section {
    background-color: #3671940A;
}

.brand__page-title {
    color: #152f4e;
    font-family: "PTSerif", sans-serif;
    font-weight: 600;
}

.brand__page-title2 {
    color: #152f4e;
    font-family: "PTSerif", sans-serif;
    font-weight: 600;
}

.brand__select {
    border-radius: 8px;
    border: 1px solid #8ab2cb;
}

.brand__renewal-title {
    background-color: #3671940A;
    color: #152f4e;
}

.brand__renewal-date-div {
    border: 1.5px solid #37718D;
}

.brand__renew-by-date {
    color: #028484;
}

.brand__renew-by-highlight {
    color: #bf7401;
    font-family: 'PTSerif', sans-serif;
}

.brand__renew-name-check {
    color: #028484;
}

.brand__highlight {
    color: #bf7401;
}

.brand__addon {
    color: #000087;
    fill: #000087;
}

.brand__renew-details-policy {
    color: #028484;
    font-weight: bold;
}

.brand__offer-div {
    background-color: #3671940A;
}

.brand__renew-price-div {
    background-color: white;
    border: solid 1px #37718D;
    padding: 1.25em;
}

.brand__amount-highlight-div {
    color: #bf7401;
}

.brand__phone-button {
    font-size: 1.6em;
    background-color: #028484;
    border-color: #028484;
    color: white;
    fill: white;
}

.btn-phone:hover, .btn-phone:focus, .btn-phone:active, .btn-phone.active, .open > .dropdown-toggle.btn-phone {
    color: white;
    fill: white;
    background-color: #026b6b;
    border-color: #026b6b;
}

.brand__visit-button {
    font-size: 1.6em;
    background-color: #028484;
    border-color: #028484;
    color: white;
    fill: white;
}


.btn-visit:hover, .btn-visit:focus, .btn-visit:active, .btn-visit.active, .open > .dropdown-toggle.btn-visit {
    color: white;
    fill: white;
    background-color: #026b6b;
    border-color: #026b6b;
}

.brand__button {
    color: white;
    background-color: #028484;
    border-color: #028484;
}

.brand__button:hover {
    color: white;
    background-color: #026b6b;
    border-color: #026b6b;
}

a {
    color: #367194;
}

a:hover {
    color: #333333;
}