.bg-dark {
    background-color: #a8327f !important;
}

.bg-footer {
    background: url(../img/footer1.jpg) center center no-repeat;

}

.btn.btn-secondary {
    background-color: #ee154c;
    color: white;
}

.loantable th,
.loantable td {
    padding: 0.5rem !important;
}

.loantable th.head {
    background-color: var(--thm-base) !important;
    border-color: #f1f1f1 !important;
}

.loantable th.bb {
    border-bottom: 10px solid !important;
}

.commonBtn {
    padding: 8px 30px;
    border: 1px solid var(--thm-base);
}

.funfact-one {
    padding-top: 90px;
}

a {
    color: var(--thm-color);
}

a:hover {
    color: var(--thm-color) !important;
}

.main-menu .main-menu__list li ul li a:hover,
.stricky-header .main-menu__list li ul li a:hover {
    color: #fff !important;
}

.service-one__image .post-thumbnail:before,
.service-icon {
    background: var(--thm-color);
}

.second-loan-process {
    padding-top: 100px;
    padding-bottom: 50px;
}

.second-loan-process .section-title {
    padding-bottom: 40px;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 40px;
    color: #232323;
}

.section-title p {
    color: #666666;
}

.process-list {
    counter-reset: section;
}

.process-list .second-process:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    width: 80px;
    height: 80px;
    background: var(--thm-color);
    font-size: 40px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    left: 50%;
    margin-left: -40px;
    margin-top: -45px;
    color: #fff;
    border-radius: 50px;
    line-height: 80px;
    text-align: center;
}

/* .second-process:after {
    width: 100%;
    right: -80px;
    top: -60px;
    text-align: center;
    content: "";
    position: absolute;
    background-image: url(../images/shapes/shap.png);
    height: 50px;
    background-repeat: no-repeat;
    background-position: right;
} */
.second-single-loan-process {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d2d2d2;
}

.second-single-loan-process h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 30px;
}

.service-one__card:hover .service-icon {
    background-color: var(--thm-primary);
    transform: translateX(-80px) translateY(-90px);
}

/* .funfact-one__box h3, .funfact-one__box p {
    color: var(--thm-primary);
}
.funfact-one .container [class*=col-]:not(:first-of-type)::before {
    background-color: var(--thm-color);
} */
.service-one__content h3 a {
    font-size: 26px;
}

.service-one {
    margin-bottom: 80px;
}

.bottom-footer {
    background-color: var(--thm-base);
}

.contact-one__box-content a {
    display: inline-block;
}

.highcharts-credits {
    display: none;
}

.thead-dark th {
    background-color: var(--thm-base) !important;
    border-color: var(--thm-base) !important;
}

.service-details__content p {
    color: var(--thm-black);
}

.js-amount-input-div {
    float: right;
    position: absolute;
    top: -14px;
    right: 0;
}

.js-amount-input {
    border: none;
    border: 1px solid #ddd;
    color: #6e6d6e;
    display: inline-block;
    font-size: 1.067em;
    font-weight: 600;
    border-radius: 5px;
    text-align: right;
    height: 40px;
    width: 160px;
    outline: 0;
    padding: 0px 10px;
}

.p-relative {
    position: relative;
}

.linkicon {
    color: black;
}

.linkicon:hover {
    color: black !important;
}


.login-popup {
    max-width: 35rem;
    padding: 2.3rem 3rem 2.6rem;
    margin: 4.2rem auto 5rem;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.login-popup #sign-in {
    font-size: 1.4rem;
}

.login-popup .form-group {
    margin-bottom: 2rem;
}

.login-popup .form-group label {
    display: block;
    margin-bottom: 0.5rem;
}

.login-popup .form-control {
    min-height: 3rem;
    margin-bottom: 0;
}

.login-popup .form-checkbox {
    margin-top: 1.2rem;
    margin-bottom: 0.3rem;
}

.login-popup .form-checkbox a {
    font-size: 1.2rem;
    color: #a94442;
}

.login-popup .btn {
    display: block;
    padding-top: 0.79em;
    padding-bottom: 0.79em;
}

.login-popup p {
    margin-bottom: 1.9rem;
}

.login-popup #sign-up p {
    margin-bottom: 2.1rem;
    line-height: 1.84;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

.login_error_msg {
    text-align: center;
    padding: 0px 0px 25px 0px;
    color: red;
    font-weight: 300;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--thm-color) !important;
}

.topbar {
    background-color: var(--thm-primary);
    height: 35px;
    display: flex;
    align-items: center;
}

.topbar__left>a,
.topbar__right>a,
.topbar__right>a>i {
    color: #fff;
}


/***Accordian - Start***/
.faq-one .accordion li {
    border-radius: 4px;
}

.faq-one .accordion li+li {
    margin-top: 20px;
}

.faq-one .accordion .para-title {
    position: relative;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    margin-bottom: 0;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 4px;
}

.blog_class .service-one__image img{
    height: 275px !important;
}


.block-title p{
    font-size: 23px !important;
}

.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 22px !important;
}

@media (max-width: 480px) {
    .faq-one .accordion .para-title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.faq-one .accordion .para-title span {
    display: block;
    transition: all 500ms ease;
    font-size: 20px;
    font-weight: 700;
}

.page-header .job_list h2{
    margin-top : 432px !important;
}

@media (max-width: 440px) {
    .faq-one .accordion .para-title span {
        max-width: 95%;
    }
}

.faq-one .accordion .para-title.active {
    color: var(--thm-base);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.faq-one .accordion .para-title.active i {
    color: var(--thm-base);
}

.faq-one .accordion .para-title i {
    font-size: 16px;
    color: var(--thm-black);
    transition: all 500ms ease;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

@media (max-width: 480px) {
    .faq-one .accordion .para-title i {
        right: 20px;
    }
}

.faq-one .accordion .collapse {
    transition: all 500ms ease;
}

.faq-one .accordion p {
    transition: all 500ms ease;
    background-color: #fff;
    margin: 0;
    padding: 0 40px;
    padding-bottom: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 480px) {
    .faq-one .accordion p {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.faq-one__faq-page .accordion li {
    background-color: #eff2f6;
    border-radius: 4px;
    transition: all 500ms ease;
}

.faq-one__faq-page .accordion li.active {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq-one__faq-page .accordion li .para-title {
    background-color: #eff2f6;
}

.faq-one__faq-page .accordion li .para-title.active {
    background-color: #fff;
}

.faq-one__faq-page .accordion li .collapse {
    background-color: #eff2f6;
}

/***Accordian - End***/

.second-process {
    padding: 5px;
    flex: 20%;
    max-width: 20%;
    position: relative;
}

.service-one__image img {
    height: 200px;
}

.bottom-footer__social a {
    background-color: var(--thm-black);
    color: var(--thm-color);
}

.bottom-footer__social a:hover {
    background-color: var(--thm-color) !important;
    color: var(--thm-black) !important;
    border: 1px solid var(--thm-black) !important;
}

.main-slider__nav {
    width: 50%;
    left: 69%;
}

.preloader__image {
    height: 100px;
}

.main-slider .swiper-slide .image-layer {
    opacity: .7;
}

.main-slider .swiper-slide {
    background-color: var(--thm-color);
}

/*.topbar__right>a:hover {
    color: var(--thm-black) !important;
}*/

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}
.google-map__home-two iframe {
    height: 450px;
}
.closebtn{
    position: absolute;
    top: -17px;
    right: -16px;
    font-size: 20px;
    background: red;
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .topbar{
        height: auto;
    }
    .topbar__right{
        display: block;
    }
    .topbar__right>a {
        display: inline-block;
    }
    .topbar__right a:last-child {
        margin-top: 5px;
        margin-left: 0px;
    }
    .topbar .container{
        display: block;
    }
}
@media only screen and (max-width: 383px) {
    .topbar {
        height: auto;
    }

    .topbar__right {
        display: block;
    }

    .topbar__right>a {
        display: block;
        margin-top: 5px;
        margin-left: 0px !important;
    }

    .topbar .container {
        display: block;
    }
}