.color-green {
    color: #009b72;
}

.width-50-px {
    width: 50px;
}

.tx-18 {
    font-size: 18px;
}

.field-validation-error {
    color: #f75757;
    font-weight: normal;
}

.font-light {
    font-weight: 400 !important;
}

.color-dark-custom {
    color: #2C3038 !important;
}

.scrolled.navbar-dark .navbar-brand {
    color: #2C3038 !important;
}


.navbar.scrolled, .navbar.navbar-toggled-show {
    border-bottom: 1px solid #e3e1e1;
}

.btn-back-to-top {
    position: fixed;
    bottom: 23px;
    left: 8rem;
    right: 0px;
    z-index: 1030;
}

.loading-animation {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #2493db;
    border-radius: 100%;
    animation: pulse 1s infinite ease-in-out;
}

.bg-primary-3 {
    background-color: #192d3e !important;
}

@media (min-width: 768px) {
    .blockquote {
        font-size: 20px;
        padding-left: 3rem;
    }
}

.navbar.scrolled, .navbar.navbar-toggled-show {
    background-color: rgba(255, 255, 255, 0.91);
}


.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 103, 170, 0.5);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 155, 0.25);
}

.bg-gradient {
    background: linear-gradient(to right, #004c9b, #044c68) !important;
}

.btn-primary {
    color: #fff;
    background-color: #14202b;
    border-color: #14202b;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0d1822;
        border-color: #0d1822;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
        box-shadow: none;
    }

a {
    color: #317ccc;
}

    a:hover {
        color: #2976bd;
    }

.font-weight-normal {
    font-weight: 400 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255);
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.8em;
    line-height: inherit;
    white-space: nowrap;
}


::-webkit-scrollbar {
    height: 10px;
    width: 7px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

    ::-webkit-scrollbar:hover {
        background: #e6e6e6;
    }

::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    border-radius: 10px;
}

@media (max-width: 450px) {
    .btn {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 26px;
        padding-left: 0.75rem;
    }
}

#callpage .cp-button-section {
    left: calc(0% + 22px) !important;
    bottom: calc(0% + 15px) !important;
}

#callpage.cp-callpage [data-brand-color~="background"] {
    background-color: #1972f5 !important;
}
