body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #333;
}

h1,
h2,
h3,
h4 {
    color: #337ab7;
}

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

.brand-header {
    background-color: #ffff !important;
    padding: 10px 0px 10px 0px;
    box-shadow: 0 2px 3px rgb(47 53 52 / 20%);
    
}

.brand-nav-icon a {
    /* color: #fff !important; */
    font-weight: 400;
}

.call-link a {
    color: #000000;
}

.lead {
    font-weight: 400;
    color: #00214F;
}

.navbar-dark .navbar-toggler {
    color: rgb(19, 17, 17);
    border-color: rgb(2, 2, 2);
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../images/main_bg_w.webp) top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 82px;
}

section {
    padding: 60 px 0;
    overflow: hidden;
    position: relative;
}

.section-info .card.bg-primary .card-body {
    background-color: #fff;
}

.section-info .card.bg-primary .card-header {
    background-color: #1fd4cd;
    color: #fff;
}

.section-info .card img {
    width: 100%;
}

.section-info .card {
    min-height: 255px;
    border-radius: 5px;
    border-color: #1fd4cd;
}

.section-pricing {
    font-size: 90%;
}

.dark-background {
    background: #F1F4F8;
    color: #00214F;
}

.dark-background h1 {
    color: #00214F;
}

.section-pricing .card,
.section-pricing .list-group-item {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
}

.self-card {
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.light-background h1 {
    color: #00214f;
    font-weight: 600;
}

#commonQuestions .btn-link {
    box-shadow: none;
    color: #404245;
}

.primary-background {
    background-color: #1fd4cd;
    color: #fff;
}

.primary-background h1,
.primary-background h2,
.primary-background h3,
.primary-background h4 {
    color: #fff;
}

.light-background {
    background-color: #fff;
}

footer {
    color: #fff;
}

.input-btn button {
    background-color: #1fd4cd;
    border-color: #1fd4c6;
}

.input-btn button:hover {
    background-color: #074768;
    border-color: #107b8b;
}

.call-now-btn {
    border-radius: 15px;
    text-transform: none;
    font-weight: 400;
    padding: 10px â€‹15px;
    letter-spacing: 0px!important;
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    background-color: #1fd4cd;
    border: 2px solid #1fd4c6;
}

.call-now-btn:hover {
    background-color: #074768;
    border-color: #107b8b;
    transition: all .3s ease-in-out;
}

.call-back-btn {
    border: 2px solid #1fd4c6;
    border-radius: 0;
    color: #fff;
    margin-left: 5px;
    font-weight: 400;
    padding: 10px â€‹15px;
    font-size: 19px;
    background-color: #003377;
    border-color: #003377;
}

.call-back-btn:hover {
    background-color: transparent;
    border-color: #003377;
    color: #003377;
    transition: all .3s ease-in-out;
}

.call-btn a,
.call-btn i {
    background-color: #1fd4cd;
    color: #fff !important;
    border-color: #1fd4cd;
    border-radius: 0px !important;
}

.call-btn {
    box-shadow: 4px 0px 5px rgb(57 83 72 / 30%);
}

.call-btn a, .call-btn i {
    background-color: #1fd4cd !important;
    color: #fff !important;
    border-color: #1fd4cd !important;
    border-radius: 0px !important;
}

@media screen and (min-width: 600px) {
    .fixed-bottom {
        visibility: hidden;
        display: none;
    }
}

.section-info .card.bg-primary .card-body {
    background-color: #fff;
    border-radius: 5px;
    border-color: #1fd4cd;
}

.section-info .card {
    min-height: 280px;
    border-radius: 5px;
    border-color: #1fd4cd;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .call-now-btn {
        font-size: 16px !important;
    }
    .section-info .card {
        min-height: 320px;
        border-radius: 5px;
        border-color: #1fd4cd;
    }

}