:root {
    --primary-color: #165A94;
    --primary-hover-color: #f0f6f9;
    --secondary-color: #FBC110;
}


* {
    padding: 0;
    margin: 0;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Montserrat', sans-serif !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--primary-color);
}

label {
    font-size: 14px;
    font-weight: 600;
}

input::placeholder {
    font-size: 14px
}

.nav-link {
    color: grey !important;
    font-weight: 600 !important
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

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

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.active {
    color: var(--primary-color) !important;
}

.primary-text-color {
    color: var(--primary-color) !important;
}

.primary-bg-color {
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.secondary-text-color {
    color: var(--secondary-color) !important;
}

.secondary-bg-color {
    background: var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
}

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

.dropdown-item {
    font-weight: 600 !important;
    color: grey;
}

.dropdown-item:hover {
    color: var(--primary-color) !important;
}

footer {
    background: #f5f6fe;
}

.f-link i {
    transition: all .3s ease;
}

.f-link:hover {
    color: var(--primary-color) !important;
}

.f-link:hover i {
    margin-right: 7px;
}

.site-headline {
    font-size: 3rem !important;
    font-weight: 700 !important;
}

.site-tagline {
    font-size: 1.125rem;
}

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

.btn-primary:hover {
    background: var(--secondary-color) !important;
    color: #fff;
    border: none;
}

.grey-text {
    color: #5d6778 !important;
}

hr {
    color: #5d6778 !important;
}

.light-bg {
    background: #f5f6fe !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.section-intro {
    font-size: 1.125rem;
    color: #828d9f;
}

.homeThirdSecImg {
    max-width: 200px !important;
    height: auto !important;
    position: relative !important;
}

.imgWithArrows {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-50 {
    font-size: 50px !important;
}

.step-count {
    border-radius: 50%;
    background: #f5f6fe;
    color: var(--primary-color);
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
    padding-top: 0.3rem;
    display: inline-block;
    text-align: center
}

h5 {
    font-weight: 600 !important
}

.infoMail:hover {
    text-decoration: underline !important;
}

.infoMail {
    font-weight: 400 !important;
}

.section-title {
    font-size: 32px !important;
}

.font-weight-bold {
    font-weight: 700 !important
}

.fs-20 {
    font-size: 20px !important;
}

.grey-bg {
    background-color: #EEEEEE !important;
}

.plan-header {
    padding-top: 53px !important;
    position: relative !important;
}

.plans-section .plan-cost .currency,
.plans-section .plan-cost .unit {
    color: #919aaa;
    font-size: 1rem;
}

.btn {
    font-weight: 600 !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.plan-cta a:hover {
    box-shadow: 2px 2px 2px 2px #00000026 !important;
}

.faq-card-title {
    font-weight: 600 !important;
}

.btn-light {
    color: var(--primary-color);
    background: #f5f6fe;
}

.btn-light:hover {
    color: var(--primary-color);
    background: #f5f6fe;
    box-shadow: 2px 2px 2px 2px #00000026 !important;
}

.breed-first:hover {
    text-decoration: underline !important;
}

ol,
ul {
    padding-left: 0 !important;
}

.dropdown-menu .active {
    background-color: #EEEEEE !important;
}

.dropdown-item:active {
    background-color: #EEEEEE !important;
}

.agreement p,
.agreement ul,
.policy p,
.policy ul {
    color: #5d6778 !important;
}

.agreement h2,
.policy h2,
.policy h3 {
    color: #252930;
    font-weight: 600;
}

#btnLogin .btn:hover {
    text-decoration: underline !important;
    box-shadow: 2px 2px 2px 2px #00000026 !important;
}

#loginForm {
    width: 25%;
}

.register-links a:hover {
    text-decoration: underline !important;
}

#account-data-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#account-data-form h1,
#subscription-select h1 {
    margin-bottom: 40px;
}

#account-data-form input {
    /* width: 430px !important; */
    min-height: 50px !important;
    margin-bottom: 12px !important;
}

#account-data-form select {
    /* width: 430px !important; */
    min-height: 55px;
    margin-bottom: 12px;
}

.form-control {
    line-height: 1.5 !important;
    color: #919aaa !important;
}

.solutions {
    border-radius: 30px !important;
}

.owl-item div img {
    opacity: 1 !important;
    max-height: 56px !important;
    width: auto !important;
    transform-style: preserve-3d !important;
}

.bg-dark {
    background-color: #00075f !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

::placeholder {
    color: #919aaa !important;
    font-weight: 500;
}

.list-group-item:hover a {
    color: var(--primary-color);
    text-decoration: underline;
}

.list-group-item a {
    color: gray;
    text-decoration: none;
}

.select2-selection--single {
    height: 37px !important;
}

.select2-selection__choice__remove {
    position: relative !important;
}

.select2-selection__rendered li {
    position: relative !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* media queries */

@media screen and (max-width: 400px) {
    .site-headline {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 750px) {
    .bi-arrow-right {
        display: none;
    }

    .breedcumb {
        display: none;
    }
}

@media (max-width: 576px) {
    #loginForm {
        width: 100%;
    }
}

.toast {
    position: relative;
    max-width: 400px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: .25rem;
    padding: .75rem;
    margin-bottom: .5rem;
    z-index: 1050;
}

.toast .bi {
    font-size: 1.5rem;
}

.toast .btn-close {
    padding: .25rem .75rem;
    cursor: pointer;
}


/* ============= Loader Style =============== */

.loadingShow {
    display: none;
}

.loading-container {
    height: 100vh;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.loading-screen {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.loader {
    width: 48px;
    height: 48px;
    background: var(--primary-hover-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    box-shadow: 0px 0px 30px -15px black;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 6px;
    top: 10px;
    width: 12px;
    height: 12px;
    color: var(--primary-color);
    background: var(--primary-color);
    border-radius: 50%;
    box-shadow: 25px 2px, 10px 22px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Billing Card CSS */

:root {
    --field-border: 1px solid #eeeeee;
    --field-border-radius: 0.5em;
    --secondary-text: #aaaaaa;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-fill {
    display: flex;
    flex: 1 1;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.uppercase {
    text-transform: uppercase;
}

.card-data>div {
    padding-bottom: 1.5em;
}

.card-data>div:first-child {
    padding-top: 1.5em;
}

.card-property-title {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    margin-right: 0.5em;
}

.card-property-title strong {
    padding-bottom: 0.5em;
    font-size: 14px;
}

.card-property-title span {
    color: var(--secondary-text);
    font-size: 12px;
}

.card-property-value {
    flex: 1 1;
}

.card-number {
    /* background: #fafafa; */
    border: var(--field-border);
    border-radius: var(--field-border-radius);
    padding: 0.5em 1em;
}

.card-number-field * {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.card-number-field input {
    width: 100%;
    height: 100%;
    padding: 0.5em 1rem;
    margin: 0 0.75em;
    border: none;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 3em;
    overflow: hidden;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
}

.input-container input {
    flex: 1 1;
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: var(--field-border-radius);
    font-family: inherit;
    font-weight: 800;
    font-size: 0.85em;
}

.creditDetail {
    font-size: 18px;
    font-weight: 700;
}

.creditHead {
    font-size: 18px;
    font-weight: 500 !important;
}

#expirationDate,
#cvv {
    font-size: 15px !important;
}