::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #eeebe8;
}

::-webkit-scrollbar-thumb {
    border: 0px solid #eeebe8;
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #e4ddd2;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(201, 194, 180);
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 128px;
    height: 128px;
    margin: auto;
    z-index: 999;
    display: none;
}

#loading .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
}

.lds-dual-ring {
    display: inline-block;
    width: 160px;
    height: 160px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 128px;
    height: 128px;
    margin: 16px;
    border-radius: 50%;
    border: 6px solid #589981;
    border-color: #589981 transparent #589981 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tpsideinfo {
    background-color: #fff;
}

.mean-container .mean-nav ul li a {
    color: #8A879F
}

.mean-container .mean-nav ul li.active a {
    color: #589981;
}

.main-menu-second ul li.active > a {
    color: #589981;
}

.footer-widget__copyright-info ul li.active a {
    font-weight: bold;
    color: #9cd6c0;
}

.tpsideinfo__content a {
    color: #8A879F
}

.tpsideinfo__content a i {
    color: #9cd6c0
}

.scroll-top:hover, .newsletter-btn:hover, .header-bottom-btn:hover {
    background: #589981;
}

.slider-content__arrow i {
    border-color: #589981;
}

.slider-content__arrow i:hover {
    background: #589981;
    border-color: #589981;
}

.tp-team-arrow i {
    border-color: #589981;
}

.tp-team-arrow i:hover {
    background-color: #589981;
    color: var(--tp-common-white);
    border: 1px solid #589981;
}

.tp-btn::after {
    background: #9cd6c0;
}

.tp-btn-second::after {
    background: #589981;
}

.header-bottom-btn::after {
    background: #9cd6c0;
}

#preloadertp img {
    width: 250px;
}

.breadcrumb__overlay::after {
    background-color: rgba(88, 153, 129, 0.7);
}

.footer-area.theme-bg {
    background: #9cd6c0 !important;
}

.footer-area-bottom.theme-bg {
    border-top: 1px solid #ECEEF3 !important;
    background: #589981 !important;
}

.footer-widget__copyright-info ul li a {
    color: #ffffff;
}

.footer-widget__links ul li a {
    color: #ffffff;
}

.footer-widget__links ul li a:hover {
    color: #589981;
}

.footer-widget__info ul li {
    color: #ffffff;
}

.footer-widget__info ul li a {
    color: #ffffff;
}

.footer-widget__info ul li a:hover {
    color: #589981;
}

.footer-widget p {
    color: #ffffff;
}

.fw-social a {
    color: #ffffff;
}

.footer-widget__title img {
    filter: drop-shadow(3px 6px 12px #589981);
}

.footer-widget__newsletter form input {
    background-color: #fff;
    border: 1px solid #fff;
}

.footer-widget__fw-news-btn {
    background: #589981;
}

.footer-widget__fw-news-btn:hover {
    background-color: #9cd6c0;
}

.footer-widget__links ul li.active a {
    color: #589981;
    font-weight: bold;
}

.faq-accordion .accordion-button {
    font-size: 18px;
}

.contactform select {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid var(--tp-border-primary);
    color: var(--tp-heading-primary);
    font-size: 16px;
    outline: 0;
    box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
}

.contactform__input input.error, .contactform__input textarea.error, .contactform__input select.error {
    border: 1px red solid;
}

label#captcha-error {
    position: absolute;
    top: 65px;
    left: 0;
}

label.error {
    color: red;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-mob-logo img {
        width: 100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-section p {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .tpsideinfo {
        width: 330px;
    }

    .faq-accordion .accordion-button {
        font-size: 16px;
    }
}