html,
body {
    height: 100%;
    font-family: "Work Sans", sans-serif;
}

html {
    scroll-padding-top: 100px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999999;
}

#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #0f1932;
}

#loader .spinner-border {
    width: 6rem;
    height: 6rem;
}

#loader img {
    position: absolute;
}

nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before {
    content: "";
}

html {
    scroll-behavior: smooth;
}

#main {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#main main {
    flex-grow: 1;
}

body {
    background: #fff;
    color: #333333;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.navbar-brand img {
    max-width: 150px;
}

.navbar-light .navbar-nav .nav-link {
    color: #404040;
    font-size: 17px;
    padding-bottom: 0px;
    letter-spacing: 1.5px;
}

.nav-item {
    margin: 0 0.5rem;
    font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #057498;
    border-bottom: 2px solid #057498;
}

.navbar-nav .dropdown-menu {
    background-color: #e6f1f8;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #177bbe;
}

.quantity-box input::-webkit-outer-spin-button,
.quantity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-box input[type="number"] {
    -moz-appearance: textfield;
    max-width: 50px;
    text-align: center;
}

footer {
    padding-top: 30px;
    background-color: #333333;
}

footer .logo-footer {
    width: 200px;
}

footer .left ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 16px;
    font-size: 15px;
}

footer .left ul li a {
    color: #ffffffe0;
    text-decoration: none;
    font-weight: 300;
    line-height: 25px;
}

footer .right-footer,
footer .bottom {
    color: #fff;
}

footer .right-footer a {
    color: #fff;
}

footer .address {
    line-height: 18px;
}

footer .phone,
footer .bottom b {
    font-size: 16px;
}

footer .copyright-footer {
    background-color: #fff;
    color: #404040;
    padding: 0.5rem 0;
    text-align: center;
}

#mailing_list_email::placeholder {
    color: var(--gray);
    opacity: 1;
}

#mailing_list_email:-ms-input-placeholder {
    color: var(--gray);
}

#mailing_list_email::-ms-input-placeholder {
    color: var(--gray);
}

.vue-select {
    width: unset;
}

.vue-select .vue-input {
    padding: 0.375rem 0.75rem;
}

.vue-select:not([data-disabled="true"]) .vue-input {
    background: white;
}

.vue-select .vue-input input {
    font-size: 16px;
}

.product-image {
    background-size: cover;
    background-position: center center;
}

.toast-container {
    position: absolute;
    bottom: 100px;
    right: 10px;
}

h2 {
    font-size: 31px;
}

h3 {
    font-size: 24px;
}

footer h5 {
    font-size: 18px;
}

.border-10 {
    border-width: 10px !important;
}

.header-blue {
    color: #047498;
}

.default-btn {
    background-color: #057498;
    color: #fff;
    border: none;
    padding: 0.5rem 3rem;
    width: 100%;
    border-radius: 31px;
    transition: all 0.3s;
}

.default-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background-color: #023953;
    color: #d1d9e2;
}

.default-btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background-color: #023953;
    color: #d1d9e2;
}

.default-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.white-btn {
    color: #047498;
    background-color: #fff;
    border: 2px solid #fff;
}

.white-btn:hover {
    color: #fff;
    border: 2px solid #fff;
}

.blue-btn {
    color: #fff;
    background-color: #047498;
    border: 2px solid #047498;
}

.blue-btn:hover {
    color: #047498;
    border: 2px solid #047498;
}

.default-button {
    position: relative;
    padding: 12px 40px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 50px;
}

.default-button:hover {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.562);
    transform: scale(1.01);
    box-shadow: inset 0px 0px 10px rgb(255 255 255 / 57%);
}

.default-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 50%;
    height: 100%;
    transform: rotate(80deg);
    background: #ffffff77;
    filter: blur(10px);
    transition: 0.6s ease-in-out;
}

.default-button:hover::after {
    left: 100%;
}

#happy-co-worker .owl-nav {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#happy-co-worker .owl-nav button {
    font-size: 70px;
}

.blue-bg {
    background-color: #047498;
    color: #fff;
}

a {
    text-decoration: none;
    color: #404040;
}

p {
    line-height: 28px;
}

section {
    padding: 100px 0;
}

.start-journey-header {
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 800;
    color: #023953;
}

.header-title-black-txt {
    font-size: clamp(25px, 4vw, 40px);
    font-weight: bold;
    color: #023953;
}

.blue-text {
    color: #057498;
}

.darkblue-text {
    color: #023953;
}

.top-btn-lgn button {
    font-size: 14px;
    line-height: 5px;
    background: transparent;
    border: 1px solid #023850;
    color: #023850;
    font-weight: bold;
}

.top-btn-lgn {
    right: 1.5%;
    position: relative;
}

.top-btn-lgn li a {
    font-weight: 600;
    color: #057498;
    font-size: 12px;
    text-align: center;
    padding: 2px;
}

.li-none {
    list-style: none;
}

.bg-gray {
    background-color: #dddddd;
}

.bg-light-gray {
    background-color: #f6f7f9;
}

.bg-dark-gray {
    background-color: #333333;
}

.bg-gry {
    background: #d1d9e3;
    padding: 4px;
}

.footer-icon i {
    font-size: 34px;
    color: #ffffff;
}

footer a:hover {
    color: #047498 !important;
}

.dropdown-menu.show {
    display: block;
    right: 0;
    left: unset;
    margin: auto;
    width: 10px;
    padding: 0;
    border: none;
}

.shadows {
    box-shadow: 1px 11px 17px rgba(0, 0, 0, 0.3) !important;
}

.navbar-light .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.first-section {
    margin-top: 117px;
}

.text-blue {
    color: #023953;
}

.dropbtn {
    background-color: #04aa6d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.5s ease;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    max-height: 200px;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.nav-link.dropdown-toggle {
    display: none;
}

.display-none-414 {
    display: block;
}

.display-block-414 {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #047498;
    text-decoration: none;
    background-color: #f6f7f9;
}

.fw-600 {
    font-weight: 600;
}

footer .social-icon img {
    filter: invert(100%) sepia(0%) saturate(2843%) hue-rotate(206deg)
        brightness(126%) contrast(111%);
}

@keyframes a {
    0% {
        background: transparent;
    }
    50% {
        background: darkorange;
    }
    100% {
        background: transparent;
    }
}

@media only screen and (max-width: 997px) {
    .nav-item {
        margin: 0 0.25rem;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    .first-section {
        margin-top: 107px;
    }
}

@media only screen and (max-width: 935px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .nav-item {
        margin: 0;
    }

    .top-btn-right .button {
        padding: 0.5rem;
    }

    .first-section {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 857px) {
    .navbar-light .navbar-nav .nav-link,
    .top-btn-right .button {
        font-size: 14px;
    }

    .nav-item {
        margin: 0;
    }

    .top-btn-right .button {
        padding: 0.5rem 0.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 803px) {
    .navbar-light .navbar-nav .nav-link,
    .top-btn-right .button {
        font-size: 13px;
    }

    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-nav {
        flex-direction: column;
        align-content: start;
    }

    .dropdown {
        margin: 1rem 0 0.5rem 0 !important;
    }

    .dropdown-menu.show {
        right: unset;
        left: 0;
    }

    .nav-link.dropdown-toggle {
        display: block;
    }

    .first-section {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 414px) {
    .display-none-414 {
        display: none;
    }

    .display-block-414 {
        display: block;
    }
}

@media only screen and (max-width: 391px) {
    .custom-container-fluid {
        flex-direction: column;
        align-content: start;
        align-items: start !important;
    }
    .mobile-existing-user {
        align-items: start !important;
    }

    .custom-container-fluid a {
        margin: 0;
    }

    .navbar-brand img {
        max-width: 108px;
    }

    .mobile-existing-user {
        font-size: 13px;
    }

    .first-section {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 375px) {
    .start-journey-header {
        font-size: 25px;
    }

    footer .bottom-links h6,
    footer .copyright-footer h6 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 268px) {
    .dropdown {
        font-size: 12px;
    }

    .custom-nav {
        flex-direction: unset;
    }
}

.quick-float {
    transform: translate(-45px, -10px);
    margin-bottom: -10px;
    margin-top: -10px;
}

@media only screen and (max-width: 820px) {
    .quick-float {
        transform: none;
        margin-bottom: 10px;
        margin-top: -10px;
    }
}
