@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {
    font-family: 'Roboto', 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;
    --bs-text-green: #00BF04;
    --bs-disc: #808080;
    --bs-navy: #00244f;
    --bs-bg-green: #00BF04;
    --bs-text-gray: #444;
}

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);
}

.img-sub-title {
    color: #808080;
}

.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;
}

.text-left {
    text-align: left;
}

.fs-small {
    font-size: small;
}

.bg-antiquewhite {
    background: #fceed9;
}

.bg-aliceblue {
    background: #edf7ff;
}

.text-underline {
    text-decoration: underline;
}

.fs-1em {
    font-size: 1em;
}

/* Exit Modal popup Css Start*/

#exitIntentPopup .modal-header {
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 40px;
    padding-top: 25px;
}

#exitIntentPopup .modal-body {
    padding-top: 2%;
    padding-right: 15%;
    padding-bottom: 5%;
    padding-left: 15%;
}

.modal-content {
    border-radius: 2rem !important;
}

#exitIntentPopup .modal-header {
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 40px;
    padding-top: 25px;
}

#exitIntentPopup .modal-body {
    padding-top: 2%;
    padding-right: 15%;
    padding-bottom: 5%;
    padding-left: 15%;
}

.modal-title {
    color: #00244f;
}

.text-green {
    color: var(--bs-text-green);
}

.exit-modal-subtitle {
    color: var(--bs-disc);
    font-weight: 400;
}

.product-box {
    background-color: #f9f9f9;
    padding-bottom: 30px;
    border-radius: 10px;
}

.product-box img {
    height: 130px;
    width: 100%;
}

.link-navy-color {
    color: var(--bs-navy);
}

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

.text-black {
    color: #000 !important;
}

.exit-buttons {
    border: 1px solid #777;
    color: var(--bs-text-gray);
    transition: .2s ease-in;
    margin: 5px;
    min-width: 225px;
}

.border-green {
    border: 2px solid #19b922 !important;
}

.exit-buttons i {
    margin-left: 5px;
    font-size: 18px;
}

.exit-buttons:hover {
    border: 2px solid #19b922 !important;
    color: var(--bs-text-gray);
}

/* Exit Modal popup Css End*/

@media (min-width: 991px) {
    .h1 {
        font-size: 38px !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;
    }
}

header.header-new {
    border-bottom: 0;
    background-color: #fff;
}

.body-new {
    background-color: #f3f8ff;
}

.body-new .container.container-actual {
    padding: 3rem 1rem;
    background-color: #fff;
}

.btn.btn-primary {
    background-color: var(--bs-background);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #005083;
    border-color: #005083;
}

.pad-15 {
    padding: 15px 0 !important;
}

.logo-img,
footer img {
    width: 100%;
    max-width: 165px;
}

.banner-img-2 {
    padding-left: 50px;
    padding-right: 50px;
}

.fl-0 {
    float: left;
}

.step-title {
    width: 9%;
}

.step-desc {
    width: 91%;
}

.step-title,
.step-desc {}

@media (min-width: 1200px) {
    .body-new .container.container-actual {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .body-new .container.container-actual {
        max-width: 960px !important;
    }

    .container-wrap {
        margin: 0 auto;
        max-width: 764px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .body-new .container.container-actual {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .body-new .container.container-actual {
        max-width: 540px;
    }
}

@media (max-width: 768px) {
    .step-title {
        width: 15%;
    }

    .step-desc {
        width: 85%;
    }
}

@media (max-width: 576px) {
    .banner-img-2 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .container-wrap {
        padding: 0px 25px;
    }
}

@media (max-width: 399px) {
    .step-title {
        width: 20%;
    }

    .step-desc {
        width: 80%;
    }
}

/* States map css start */
.stateButton {
    fill: #0D8600 !important;
}

.attrakt--map .stateText {
    fill: #FFFFFF !important;
}

.attrakt--map .stateImage {
    fill: #0D8600 !important;
}

.attrakt--map .stateImage:hover,
.attrakt--map .stateButton:hover {
    fill: #0A70B1 !important;
}

/* States map css end */
.modal-style {
    font-family: 'Roboto', sans-serif !important;
    color: #333 !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.modal-style .top-text {
    font-size: 18px;
    font-weight: normal;
}

.modal-style .arrow-icon {
    width: 30px;
    color: green;
    margin-right: 20px;
}

.modal-style .img-content {
    width: 130px;
}

body .modal-style .text-a {
    color: #333;
}

@media (min-width: 1140px) {
    .modal-xxl.modal-container {
        max-width: calc(100% - 20%);
    }

    .modal-style .img-content {
        width: 160px;
    }

    .modal-style .arrow-icon {
        width: 39px;
    }

    .text-title {
        font-size: 1.5rem;
    }

    .arrow-icon {
        width: 39px;
    }
}

@media (min-width: 1200px) {
    .modal-xl.modal-container {
        max-width: calc(100% - 20%);
    }
}