
.theme-btn {
    background-color: #008a3e;
}

.footer-bottom .copyright-text a {
    color: #008a3e;
}

.header-inner {
    padding: 20px 0px;
}

.main-header .logo img {
    width: 100px;
}

.pricing-header h4.title {
    padding-bottom: 0px;
}

.pricing-item .pricing-header {
    padding: 10px 20px;
}

.main-menu .navbar-collapse li a.active {
    cursor: default; 
    color: var(--primary-color);
}


@media only screen and (max-width: 767px) {
    .header-inner {
        padding: 0px 0px;
    }

    .about-content-part h2 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .icon-visible {
        display: none;
    }

    .experience-list {
        margin-top: 0px;
    }

    .container-inner {
        padding: 40px 20px;
    }

    .innerpage-single-area {
        padding-top: 75px !important;
    }
}

@media only screen and (min-width: 767px) {
    .icon-mobile {
        display: none;
    }
}

.selectpicker > option[selected] {
    display: none;
}

footer {
    bottom: 0;
    min-width: 100%;
}

.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 32%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 28px;
    line-height: 45px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
    display: none
}

.steps .step:last-child .step-icon-wrap::after {
    display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #008a3e
}

.steps .step.completed .step-icon {
    border-color: #008a3e;
    background-color: #008a3e;
    color: #fff
}

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.dt-search { display: none; }

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: inherit !important;
}