﻿.thm-btn {
    color: var(--govity-black) !important;
    background-color: #D4E392 !important
}

.main-menu__contact-list li .icon i {
    color: #D4E392 !important;
}

.footer-widget__Contact-list li .icon span {
    color: #D4E392 !important;
}

.site-footer__social a:hover {
    color: #D4E392 !important;
    background-color: var(--govity-white);
}

.footer-widget__Contact-list li .text p a:hover {
    color: #D4E392 !important;
    transition: all 500ms ease;
}

.billing_title a:hover {
    color: var(--govity-white) !important;
}

.thm-btn:hover {
    color: var(--govity-white) !important;
}

.scroll-to-top {
    background: #D4E392 !important;
}

    .scroll-to-top i {
        color: var(--govity-black) !important;
    }

custom-cursor__cursor {
    border: 1px solid #D4E392 !important;
}

.custom-cursor__cursor-two {
    background-color: #D4E392 !important;
}

.custom-cursor__hover {
    background-color: #D4E392 !important;
}

.site-footer__bottom-text a:hover {
    color: #D4E392 !important;
}

.background-dark-primary {
    background-color: #231F20 !important;
}

.background-dark-secondary {
    background-color: #50483E !important;
}

.text-white {
    color: white;
}

.text-green {
    color: #D4E392;
}

.text-green-imp {
    color: #D4E392 !important;
}

a:hover {
    color: #D4E392 !important;
    transition: all 500ms ease;
}

.width-90 {
    width: 90px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    color: #D4E392 !important;
}

    .form-control:focus {
        color: #D4E392 !important;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

.margin-botton-5 {
    margin-bottom: 5px;
}

.element.style {
}

a:hover {
    color: #D4E392 !important;
    transition: all 500ms ease;
}

.padding-36-30 {
    padding: 36px 30px !important;
}

.width-200 {
    width: 200px;
}

.background-color-black {
    background-color: #151515 !important;
}

.main-menu__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 49px 80px;
}

@media only screen and (max-width: 1400px) {
    .width-200 {
        width: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .width-200 {
        width: 125px;
    }

    .div-right-phone-number {
        display: none;
    }
}