.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #4DBC4D;
    border-color: #4DBC4D;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #4DBC4D;
}

/* Responsive Adaptation */
.nav-link:focus, .nav-link:hover {
    color: #4DBC4D;
}

button.navbar-toggler:focus {
    color: transparent;
}

.navbar-toggler-icon:focus-visible {
    outline: none;
}

.page-link {
    color: #4DBC4D;
}

.page-link:hover {
    color: #4DBC4D;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2A7F00;
    border-color: #2A7F00;
}

.btn-outline-primary {
    color: #4CBC4C;
    border-color: #4CBC4C;
}

.btn-check:checked+.btn-outline-primary {
    color: #ffffff !important;
    background-color: #4DBC4D !important;
    border-color: #4DBC4D !important;
}

.btn-primary:hover {
    background-color: #006B3F !important;
    border-color: #006B3F !important;
}

body {
    color: #6C6C6C;
    font-family: commonNovaKola, sans-serif;
}

input, select {
    color: #6C6C6C !important;
}

.push-content {
    height: 107px;
}

a.disabled {
    color: gray;
    cursor: default;
}

h1, h2, h3, h4, h5, h6 {
    font-family: commonNovaKola, sans-serif;
    color: #4C4C4C;
}

.h1, .h2, .h3, .h5, .h6, h1, h2, h3, h5, h6 {
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.h4, h4 {
    margin-bottom: 0.25rem;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 2.5rem;
}

form h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.65rem;
}

h5 {
    font-size: 1.4rem;
}

h6.text-uppercase.main-sub {
    font-size: 1.1rem;
    color: #969696;
    letter-spacing: 2.5px;
    margin-top: 0.75rem;
}

p {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
}

.fs-1b {
    font-size: 2.3rem;
}

.fs-3 p {
    font-size: 1.75rem;
}

.fs-4 p {
    font-size: 1.5rem;
}

.fs-4b {
    font-size: 1.4rem;
}

.fs-4a {
    font-size: 1.3rem;
}

.fs-5b {
    font-size: 1.2rem;
}

.fs-6a {
    font-size: 1.1rem;
    padding-right: 10px;
}

.fs-6b {
    font-size: 1.15rem;
}

.fs-7b {
    font-size: 0.95rem;
}

.fs-7 {
    font-size: 0.9rem;
}

.fs-8a {
    font-size: 0.75rem;
}

.fs-8b {
    font-size: 0.85rem;
}

.fs-8 {
    font-size: 0.8rem;
}

.fs-9 {
    font-size: 0.7rem;
}

.fs-10 {
    font-size: 0.6rem;
}

.fs-11 {
    font-size: 0.5rem;
}

.text-uppercase {
    font-family: Manrope, sans-serif;
    letter-spacing: 0.5px !important;
}

.text-white {
    color: #ffffff;
}

.text-lgray {
    color: #cccccc;
}

.text-gray {
    color: #969696;
}

.text-dgray {
    color: #6c6c6c;
}

.text-ddgray {
    color: #4c4c4c;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-1b {
    letter-spacing: 1.5px;
}

.ls-2 {
    letter-spacing: 2px;
}

.lh-1 {
    line-height: 1;
}

.lh-1b {
    line-height: 1.15;
}

.lh-2 {
    line-height: 1.2;
}

.lh-3 {
    line-height: 1.3;
}

.lh-4 {
    line-height: 1.4;
}

.lh-6 {
    line-height: 1.6;
}

.fw-md {
    font-weight: 500;
}

.btn {
    border-radius: 12px;
    letter-spacing: 1px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 1.3rem !important;
    padding: 1rem 2rem;
}

/** rest **/
.fill-green {
    fill: #4DBC4D;
}

.fill-dark-green {
    fill: #006B3F;
}

.fill-red {
    fill: #DC3545
}

.disabled-fill {
    fill: #ccc;
}

.text-green {
    color: #4DBC4D !important;
}

.text-dark-green {
    color: #006B3F;
}

a.text-dark-green:hover {
    color: #006B3F;
}

.bg-white-green {
    background-color: #ffffff;
    border-color: #4DBC4D;
}

.bg-green {
    background-color: #4DBC4D !important;
    border-color: #4DBC4D !important;
}

.bg-dark-green {
    background-color: #006B3F;
    border-color: #006B3F;
}

.bg-light-gray {
    background-color: #F8F8F8 !important;
}

.bg-mid-gray {
    background-color: #F0F0F0 !important;
}

.rounded-corners {
    border-radius: 25px;
}

.rounded-corners-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.rounded-corners-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.px-2b {
    padding-left: .8rem;
    padding-right: .8rem;
}

.py-2b {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.py-2a {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-4b {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-4c {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-4d {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.pt-2a {
    padding-top: .75rem;
}

.pt-4b {
    padding-top: 2rem;
}

.pt-6 {
    padding-top: 3.5rem;
}

.pt-7 {
    padding-top: 4rem;
}

.pt-8 {
    padding-top: 5rem;
}

.pt-9 {
    padding-top: 6.25rem;
}

.pb-4b {
    padding-bottom: 2rem;
}

.pb-6 {
    padding-bottom: 3.5rem;
}

.pb-7 {
    padding-bottom: 4rem;
}

.pb-8 {
    padding-bottom: 5rem;
}

.pb-9 {
    padding-bottom: 6.25rem;
}

.pt-5b {
    padding-top: 6.25rem;
}

.px-4b {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-4c {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-4d {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.my-2b {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.my-4b {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.px-5b {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
}

.px-6 {
    padding-right: 4rem;
    padding-left: 4rem;
}

.px-6b {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
}

.pe-2b {
    padding-right: .75rem;
}

.me-4a {
    margin-right: 2rem;
}

.me-4b {
    margin-right: 2.25rem;
}

.me-n2 {
    margin-right: -0.5rem;
}

.me-n3 {
    margin-right: -1rem;
}

.me-n4 {
    margin-right: -1.5rem;
}

.ms-n2 {
    margin-left: -0.5rem;
}

.ms-n3 {
    margin-left: -1rem;
}

.ms-n4 {
    margin-left: -1.5rem;
}

.ms-n5 {
    margin-left: -2rem;
}

.ms-n6 {
    margin-left: -2.5rem;
}

.ms-n7 {
    margin-left: -3rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -2rem;
}

.mt-n6 {
    margin-top: -2.5rem;
}

.mt-n7 {
    margin-top: -3rem;
}

.mt-n8 {
    margin-top: -4rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -2rem;
}

.mb-3b {
    margin-bottom: 1.25rem;
}

.mb-4b {
    margin-bottom: 2rem;
}

.mb-6 {
    margin-bottom: 3.5rem;
}

.mt-3b {
    margin-top: 1.25rem;
}

.mt-4b {
    margin-top: 2rem;
}

.mt-6 {
    margin-top: 4rem;
}

@media (min-width:1500px) {
    .mx-n3-lg {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .mx-n5-lg {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

@media (min-width: 576px) {
    .fs-sm-10 {
        font-size: 0.6rem;
    }
}

@media (min-width: 768px) {
    .fs-md-10 {
        font-size: 0.6rem;
    }
}

@media (min-width: 992px) {
    .fs-lg-10 {
        font-size: 0.6rem;
    }
}

@media (min-width: 1200px) {
    .fs-xl-10 {
        font-size: 0.6rem;
    }

    .py-xl-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xl-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xl-8 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xl-9 {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }
}

@media (min-width: 1400px) {
    .fs-xxl-10 {
        font-size: 0.6rem;
    }
}

/* * Others */
.alert-success {
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 0.5rem;
}

/**Forms */
.form-check-label {
    font-size: 1.2rem !important;
    margin-top: -1px;
    margin-left: 5px;
}

.form-select-nk {
    border: 1px solid #6E6E6E;
    background-color: #F0F0F0;
}

.form-select-lg {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    padding-left: 1rem;
    font-size: 1.3rem;
}

.form-select {
    border-radius: 0.5rem !important;
}

.col-form-label.fs-6 {
    font-size: 1.2rem !important;
}

.page-item.active .page-link {
    background-color: #4DBC4D !important;
    border-color: #4DBC4D !important;
    z-index: 1;
}

.page-link:hover, .page-link:focus {
    color: #4DBC4D;
}

.page-link:focus {
    box-shadow: none;
}

/* #headerLogoutLink svg {
    width: auto;
    height: 17px;
    margin-right: 3px;
} */

.uprofile svg {
    width: auto;
    height: 17px;
    margin: 0 2px 2px 0;
}

button:focus, button:focus-visible {
    outline: none;
}

.container {
    position: relative;
}

.compare-offers-main {
    display: none !important;
}

.social svg:hover {
    fill: #006B3F;
}

.social svg {
    transition: fill .3s ease;
}

.userLinks:hover {
    color: #006B3F !important;
}

#signupform p.form-row {
    font-size: .9rem !important;
    line-height: 1.3;
    color: #969696;
}

#signupform {
    margin-top: 1rem;
}

#loginform {
    margin-top: .5rem;
}

#register-form>div.text-green.text-center {
    text-transform: uppercase;
    font-family: Manrope, sans-serif;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

#signupform input, #loginform input {
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 1.1rem;
}

#loginform h5.text-green.pb-3 {
    margin-bottom: 0.25rem;
    font-size: 1.65rem;
}

#loginform input.form-check-input {
    padding: 0;
    border-radius: 4px;
}

#loginform .form-check-label {
    margin: 1px 0 0;
    font-size: 1.1rem !important;
}

#loginform .form-check {
    margin-bottom: 0.5rem;
}

/** Added to Compare Info Bar */
a.checkCompared.btn, a.checkFavorites.btn {
    padding: 0.5rem 1rem;
    font-size: 1rem !important;
    text-transform: uppercase;
    border-radius: 10px;
    top: -9px;
    position: relative;
}

#addedToCompare {
    top: 150px;
}

#alertOfferTitle {
    font-size: 1.2rem;
}

/*Dropdown Css*/
.dropdown-menu {
    margin-top: 0 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu>li:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu>li>a.nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.dropdown-toggle:after {
    display: none !important;
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-menu>li {
        background: #EFEFEF;
        border-radius: 15px;
        padding: 10px 10px;
    }

    .dropdown-menu>li>a:hover {
        background: white !important;
        border-radius: 10px !important;
    }

    .dropdown-menu {
        width: 250px;
        left: 50%;
        top: 48px;
        margin-left: -125px;
        border: 0;
        padding-top: 10px;
        text-align: center;
        background: transparent;
    }

    .dropdown-menu:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #EFEFEF;
        position: absolute;
        top: 2px;
        left: 50%;
        margin-left: -10px;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-menu {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 1.25rem !important;
    }

    .push-content {
        height: 80px !important;
    }

    .pt-5b {
        padding-top: 2rem !important;
    }

    .pb-8 {
        padding-bottom: 2rem !important;
    }

    .pb-4b {
        padding-bottom: 1rem !important;
    }

    .col.pt-3.pb-4b.text-center {
        padding-bottom: 1rem !important;
    }

    .offer-card-title.px-1.pt-2 {
        padding-top: 0 !important;
    }

    .container.my-3.bg-mid-gray.rounded-corners {
        margin: 0 !important;
    }

    .col.text-center.pt-5.pb-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
}