@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #000 !important;
}
:root {
    --bs-background: #0a70b1;
    --bs-link-color: #0A70B1;
    --bs-alert-link-color: #0A4BB1;
    --bs-text-highlight: #8b0000;
    --bs-bg-highlight: #DAEBFF;
}

body a {
    color: var(--bs-link-color);
    text-decoration: none;
}

@media (min-width: 992px) {
    .container {
        max-width: 764px !important;
    }
}

header {
    border-bottom: 0.375rem solid #0a70b1;
    min-height: 105px;
    display: flex;
    align-items: center;
}

.sub-title,
.link-color {
    color: var(--bs-link-color);
}

.bs-alert-link-color {
    color: var(--bs-alert-link-color);
}
p {
    font-size: 18px;
    line-height: 34.2px;
    font-family:  'Open Sans', sans-serif;
}

.color-text {
    color: var(--bs-text-highlight)
}

.blog-author-details p {
    font-size: 12px;
    color: #959595;
}

.bg-highlight {
    background-color: var(--bs-bg-highlight);
}

.bg-custom {
    background-color: var(--bs-background);
}

body .btn-success {
    background-color: #0d8600;
    border-color: #198754;
}
.btn.btn-lg {
    width: 13.25rem;
    height: 2.4375rem;
    font-size: 18px;
    font-family:  'Open Sans', sans-serif;
}
body .btn-success:hover,
body .btn-success:focus {
    opacity: .75;
    background-color: #0d8600;
    border-color: #198754;
}


footer {
    background-color: var(--bs-background);
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #fff;
    opacity: .8;
}

footer p {
    font-size: 13px;
    line-height: 15.6px;;
}
.bg-custom-primary {
    background-color: var(--bs-background) !important;
}
.bg-custom-primary:hover, .bg-custom-primary:focus {
    background-color: rgb(10 112 177 / 80%) !important;
}

.advertorial_date {
    text-transform: capitalize;
}

@media (min-width: 991px) {
    .h1 {
        font-size: 42px !important;
    }
    h2 {
        font-size: 1.875rem!important;
    }
    .btn-big {
        min-height: 55px;
        font-size: 20px;
    }
    .bill-row a.btn {
        font-size: 24px;
        min-height: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .btn.btn-lg.btn-top {
        font-size: 14px;
        width: auto;
        height: 26px;
        padding: .5rem;
    }
    .logo-img {
        width: 140px;
    }
    header  {
        min-height: 67px;
    }
    body .h1 {
        font-size: 24px;
    }
    body h2 {
        font-size: 20px;
    }
    p.h4 {
        font-size: 18px;
    }
    p , .bg-highlight p {
        font-size: 14px;
        line-height: 26.6px;
    }
    .bill-row .btn-lg {
        font-size: 24px;
        height: 55px;
    }
    .btn-big.btn.btn-lg {
        font-size: 20px;
        height: 55px;
    }
    footer p.text-justify {
        text-align: justify;
    }
    footer p {
        font-size: 12px;
    }
}