﻿.nav-tabs.nav-tabs-basic .nav-item.show .nav-link, .nav-tabs.nav-tabs-basic .nav-link.active {
    color: #e73338;
    border-color: #e73338;
}

.nav-tabs.nav-tabs-basic .nav-link:focus, .nav-tabs.nav-tabs-basic .nav-link:hover {
    border-color: #e73338;
}

.reactivate-form {
    margin-left: 5px;
}

.clear-cache {
    color: #40bdd9;
}

.card-body {
    overflow-x: auto;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 0.85rem;
    color: #021642;
}

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

.footer-logo {
    max-width: 156px;
}

.bg-secondary {
    background-color: #021642 !important;
}

.display-1 {
    color: #021642 !important;
}

.text-muted {
    color: #8899bd !important;
}

.btn-fuchsia {
    color: #fff;
    background-color: #e73338;
    border-color: #e73338;
}

.btn-fuchsia.btn-circle.ripple::after, .btn-fuchsia.btn-circle.ripple::before {
    background: #e73338;
}

.imageus-demo-slide-item {
    text-align: center;
}

.imageus-demo-slide-item img {
    border-radius: 0.4rem !important;
}


.imageus-demo-slide-item p {
    width: 100%;
    text-align: center;
}

.insights-section {
    text-align: center;
    background: white;
    margin-top: 5px;
    border-radius: 0.4rem !important;
    padding: 10px;
}

.insights-section img {
    max-width: 100%;
}

.align-center {
    text-align: center;
}

#typed {

}

/* Cursor */
.typed-cursor {
    white-space: nowrap;
}

/* If fade out option is set */
.typed-fade-out {
}

.demo-image-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.demo-image {
    max-width: 100%;
    height: auto !important;
    border-radius: 0.4rem;
    transition: all 0.5s ease-out;
    box-shadow: 0 0 0.25rem rgba(30, 34, 40, 0.4);
    background: white;
}

.demo-container {
    min-height: 440px;
}

.demo-card-container {
    min-height: 110px;
}

.image-compare {
    display: flex;
    justify-content: center;
    margin: 0px !important;
}

.iyzico-footer {
    max-width: 30%;
    float: right;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .iyzico-footer {
        max-width: 95%;
    }
}

@media (max-width: 991.98px) {


    .offcanvas-header {
        justify-content: flex-end;
    }

    .offcanvas {
        background-color: #021642 !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.footer-cta {
    background: #f7f7f7;
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 0.4rem;
    justify-content: space-between;
}

.pricing-wrapper-row {
    padding: 15px;
}


.internative-wp-help-widget {
    position: fixed;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 999;
}

.internative-wp-help-widget a {
    color:unset;
}

    .internative-wp-help-widget a:hover {
        color: unset;
    }

.internative-wp-help-icon {
    width:50px;
}

.internative-wp-help-widget-chat-bubble {
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 2px rgba(128,128,128,0.3);
    -webkit-box-shadow: 1px 1px 4px 2px rgba(128,128,128,0.3);
    -moz-box-shadow: 1px 1px 4px 2px rgba(128,128,128,0.3);
    margin-bottom:10px;
    margin-left:20px;
}

.internative-wp-help-widget-chat-bubble p {
    font-size:13px; margin:0px;
}

@media only screen and (max-width: 500px) {
    .internative-wp-help-widget {
        left: 1rem;
        bottom: 1rem;
    }

    /*.internative-wp-help-icon {
        width: 40px;
    }*/

    .internative-wp-help-widget-chat-bubble {
        background: white;
        padding: 3px 5px;
        margin-bottom: 5px;
        margin-left: 10px;
    }

        .internative-wp-help-widget-chat-bubble p {
            font-size: 11px;
            margin: 0px;
        }
}

@media only screen and (max-width: 500px) {
    .hidden-xs {
        display:none;
    }
}
.filter-wrapper {
    text-align:center
}

    .filter-wrapper img {
        border-radius:10px;
    }

.filter-wrapper p {
    margin:0px;
}