@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #111111;
}

a, img {
    text-decoration: none;
    outline: none;
    border: none;
}

a, .btn {
    transition: all .5s;
}

.btn:focus, .form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

header {
    position: fixed;
    top: 0;
    z-index: 1024;
    width: 100%;
}

header.sticky {
    /*background: rgba(0,0,0,0.7);*/
    background: rgb(144 38 128 / 90%)
}

.navbar-brand img {
    max-width: 212px;
    margin: auto;
    display: block;
}

.top-header {
    margin-left: auto;
    text-align: right;
    border-bottom: 1px solid #CB9BC3;
    padding-bottom: 10px;
    position: absolute;
    right: 25px;
    min-width: 790px;
    padding-top: 10px;
    z-index: 4;
}

#top-nav-fixed{
     background-color: rgba(144, 38, 128, 0.9);
}

.top-header ul li {
    display: inline-flex;
    align-items: center;
}

.top-header ul li a {
    text-transform: uppercase;
}

.small-btn {
    background: #FAB01D;
    color: #111111 !important;
    padding: 5px 20px;
    border-radius: 50px;
    margin-right: 10px;
    font-weight: 600;
}

.small-btn:hover {
    background: #111111;
    color: #fff !important;
}

.login-link {
    color: #fff;
    font-size: 18px;
}

.login-link:hover {
    color: #FAB01D;
}

.navbar-expand-xl .navbar-collapse {
    justify-content: flex-end;
    padding-top: 50px;
}

.navbar-expand-xl {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:before {
    content: '';
    background: url(../images/down-arrow.png) no-repeat center;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 17px;
    background-size: 9px;
    top: 13px;
}

.navbar-light .navbar-nav .nav-link:hover:before {
    background: url(../images/down-arrow-yellow.png) no-repeat center;
    background-size: 9px;
}

.navbar-light .navbar-brand {
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 25px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FAB01D;
}

.navbar-light .navbar-nav .nav-link:after {
    content: '';
    background: #fff;
    width: 1px;
    height: 10px;
    display: inline-flex;
    margin-left: 22px;
    border: 0;
    vertical-align: baseline;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link:after {
    content: none;
}

.banner-wrapper {
    background: url(../images/banner-img.jpg) no-repeat center / cover;
    position: relative;
    height: 800px;
    align-items: center;
    display: flex;
}

.banner-wrapper:before {
    content: '';
    background: rgba(144, 38, 128, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*.banner-wrapper:after{
    content: '';

}*/

.banner-shape {
    background: #fff;
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-shape:before {
    content: '';
    background: linear-gradient(to left top, #ffffff 49.5%, transparent 50%);
    width: 320px;
    position: absolute;
    right: 200px;
    top: 0px;
    z-index: 2;
    height: 100%;
}

.banner-wrapper:after {
    content: '';
    background: url(../images/banner-bg.png) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-graphic {
    position: absolute;
    top: auto;
    z-index: 5;
    transition: all 0.9s;
    right: 20px;
    bottom: 0;
    max-width: 800px;
}

.banner-graphic:hover {
    transform: translate(20px, 20px);
}

.loan-types li {
    display: inline-block;
    width: 49%;
    margin-bottom: 12px;
    padding-right: 10px;
}

.loan-types li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 35px rgba(0 0 0 / 50%);
    display: block;
    padding: 15px;
    border-radius: 4px;
}

.loan-icon {
    max-width: 35px;
    margin-right: 10px;
}

.loan-type.selected {
    background: #FAB01D;
}

.banner-text {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    position: relative;
    padding-bottom: 20px;
}

.banner-text span {
    font-weight: 400;
    color: #F9B01D;
}

.banner-text:before {
    content: '';
    background: #FAB01D;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.banner-text:after {
    content: '';
    background: #FAB01D;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -5px;
}

.banner-wrapper p {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.btn-default {
    background: #FAB01D;
    padding: 20px 25px;
    color: #111111;
    font-weight: 500;
    /*border: 0;*/
    border-radius: 0;
    min-width: 204px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    z-index: 2;
    text-transform: uppercase;
}

.btn-default:after {
    content: '';
    background: rgba(250, 176, 29, 0.5);
    width: 100%;
    height: 100%;
    bottom: -3px;
    position: absolute;
    left: 0;
    z-index: -1
}

.btn-default:hover {
    background: #000;
    color: #fff;
}

.btn-default:hover:after {
    background: rgba(0, 0, 0, 0.5);
}

.black-btn {
    background: #111111;
    color: #ffffff;
}

.black-btn:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
}

#slide-section .slide {
    display: inline-block;
    max-width: 128px !important;
    padding: 15px 0;
}

.welcome-wrapper {
    position: relative;
    padding-bottom: 130px !important;
}

.welcome-wrapper:before {
    content: '';
    background: url(../images/about-bg-left.png) no-repeat top left;
    width: 460px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.welcome-wrapper:after {
    content: '';
    background: url(../images/about-bg-right.png) no-repeat top right;
    width: 500px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.section-title span {
    font-weight: 300;
}

.section-title:after {
    content: '';
    background: #902680;
    width: 13px;
    height: 13px;
    display: block;
    position: relative;
    top: 10px;
}

.section-title:before {
    content: '';
    background: #902680;
    width: 127px;
    height: 1px;
    position: absolute;
    bottom: 6px;
}

.lender-panel-wrapper {
    position: relative;
    background: #F0F0F0;
    padding-bottom: 40px
}

.lender-panel-wrapper:after {
    content: '';
    background: linear-gradient(to right top, #F0F0F0 49.5%, transparent 50%);
    width: 100%;
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 2;
    height: 70px;
}

.lender-img {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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

.center-title:after {
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.center-title:before {
    left: 0;
    right: 0;
    margin: auto;
}

.common-padding {
    padding: 80px 0;
}

.back-img {
    max-width: 430px;
    position: relative;
}

.back-img:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 6px solid #902681;
    position: absolute;
    left: -30px;
    top: -30px;
    display: block;
    z-index: -1;
}

.back-img img {}

.front-img {
    position: absolute;
    bottom: -60px;
    right: 0;
    border: 6px solid #fff;
}

.about-img {
    position: relative;
}

.front-img img {}

.small-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.small-title span {
    color: #902681;
}

.small-title:after {
    content: '';
    background: #CBCBCB;
    width: 13px;
    height: 13px;
    display: block;
    position: relative;
    top: 10px;
}

.small-title:before {
    content: '';
    background: #EDEDED;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
}

.big-discription-txt {
    font-size: 16px;
    margin-top: 40px;
}

.big-discription-txt a {
    color: #FAB01D;
}

.service-wrapper {
    background: url(../images/service-bg.jpg) no-repeat center / cover;
    position: relative;
}

.service-wrapper:after {
    content: '';
    /*background: rgba(144,38,128,0.8);*/
    background: -moz-linear-gradient(-45deg, rgba(144, 38, 128, 0.9) 0%, rgba(69, 8, 60, 0.92) 100%);
    /*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(144,38,128,0.9)), color-stop(100%, rgba(69,8,60,0.92)));*/
    background: -webkit-linear-gradient(-45deg, rgba(144, 38, 128, 0.9) 0%, rgba(69, 8, 60, 0.92) 100%);
    background: -o-linear-gradient(-45deg, rgba(144, 38, 128, 0.9) 0%, rgba(69, 8, 60, 0.92) 100%);
    background: -ms-linear-gradient(-45deg, rgba(144, 38, 128, 0.9) 0%, rgba(69, 8, 60, 0.92) 100%);
    background: linear-gradient(135deg, rgba(144, 38, 128, 0.9) 0%, rgba(69, 8, 60, 0.92) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.z-index {
    position: relative;
    z-index: 6;
}

.single-loan {
    text-align: center;
    color: #fff;
    transition: all 0.9s;
}

.single-loan:hover {
    transform: translate(0px, 20px);
}

.single-loan h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0 15px;
}

.know-more-txt {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.know-more-txt:hover {
    color: #FAB01D;
}

.know-more-txt span {
    background: #FAB01D;
    margin-left: 6px;
    color: #000000;
}

.know-more-txt i {
    font-size: 18px;
    position: relative;
    left: 8px;
    top: 2px;
}

.center-title.text-white:after, .center-title.text-white:before {
    background: #fff;
}

.single-feature {
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.9s;
}

.single-feature:hover {
    transform: translate(0, 10px);
}

.icon-circle {
    background: #fff;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    transition: all 0.5s;
}

.choose-icon {
    width: 50px;
    height: 50px;
    display: block;
    /*margin: auto;*/
}

.single-feature h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.single-feature .half-circle {
    opacity: 0.2;
    transition: all 0.5s;
}

.choose-icon-1 {
    background: url(../images/why-choose-icon-1.png) 0 0;
}

.choose-icon-2 {
    background: url(../images/why-choose-icon-2.png) 0 0;
}

.choose-icon-3 {
    background: url(../images/why-choose-icon-3.png) 0 0;
}

.choose-icon-4 {
    background: url(../images/why-choose-icon-4.png) 0 0;
}

.single-feature.yellow-theme:hover .icon-circle {
    background: #FAB01D
}

.single-feature.purple-theme:hover .icon-circle {
    background: #902680
}

.single-feature:hover .choose-icon {
    background-position: 100% 100%;
}

.single-feature:hover .half-circle {
    opacity: 0.4
}

.call-action-wrapper {
    background: #FEF3DE;
    padding: 50px 0;
    position: relative;
}

.call-action-wrapper:after {
    content: '';
    background: linear-gradient(to left top, #fef3de 49.5%, transparent 50%);
    width: 100%;
    position: absolute;
    right: 0;
    top: -140px;
    z-index: 2;
    height: 140px;
}

.call-action-wrapper:before {
    content: '';
    background: url(../images/call-action-bg-img.png) no-repeat top right;
    width: 270px;
    height: 320px;
    display: block;
    position: absolute;
    top: -136px;
    right: 0;
    z-index: 6;
}

.quote-sign {
    background: url(../images/quote-icon.png) no-repeat left;
    width: 190px;
    height: 170px;
    display: block;
    position: absolute;
    top: -100px;
    z-index: 11;
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.call-action-txt {
    position: relative;
    padding-left: 30px;
}

.call-action-txt:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #902680;
    display: block;
    left: 0;
    position: absolute;
}

.call-action-txt:after {
    content: '';
    background: #902680;
    width: 1px;
    height: 90px;
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
}

.call-action-txt h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
    padding-top: 12px;
}

.why-choose-us-img {
    transition: all 0.9s;
}

.why-choose-us-img:hover {
    transform: translate(-20px, -20px);
}

.how-it-works-wrapper {
    background: #902680;
    overflow: hidden;
}

.process-icon {
    background: #EBEBEB;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.process-icon:before {
    content: '';
    background: linear-gradient(to left top, #ebebeb 49.5%, transparent 50%);
    width: 20px;
    position: absolute;
    right: 13px;
    top: 0px;
    z-index: 2;
    height: 20px;
    transform: rotate(256deg);
}

.process-wrap li:nth-child(even) .process-icon:before {
    transform: rotate(373deg);
    bottom: 0;
    right: 13px;
    top: auto;
}

.process-wrap li:nth-child(1n):before {
    bottom: -69px !important;
}

.process-wrap li:nth-child(5n):before {
    left: -64px;
    top: -90px;
}

.process-wrap li:nth-child(6n):before {
    left: -57px;
    bottom: -71px !important;
}

.single-step:hover .process-icon {
    transform: rotateY(360deg);
    transition: all 1s;
}

.single-step {
    position: relative;
}

.process-number {
    position: absolute;
    top: 10px;
    left: 102px;
}

.process-number span {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
}

.process-number p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px;
}

.process-disc-txt {
    max-width: 171px;
    color: #fff;
    line-height: 19px;
    margin-top: 10px;
    margin-left: 30px;
    position: absolute;
}

.process-wrap {
    position: relative;
    margin-top: 130px;
    margin-bottom: 80px;
    left: 100px;
}

.process-wrap li {
    display: inline-block;
    width: 19%;
    position: relative;
}

.process-wrap li:before {
    content: '';
    background: url(../images/process-arrow.png) no-repeat center;
    /*width: 162px;
    height: 83px;
    display: block;
    position: absolute;
    left: -140px;
    top: 90px;*/
    width: 13px;
    height: 13px;
    display: block;
    left: -70px;
    top: -87px;
    position: absolute;
}

.process-wrap li:nth-child(even):before {
    /* background: url(../images/step-border-2.png) no-repeat center; */
    /* top: -76px; */
    /* width: 20px; */
    /* height: 20px; */
    /* display: block; */
    /* left: 0; */
    bottom: -67px;
    top: auto;
}

.process-wrap li:last-child:after {
    content: '';
    background: url(../images/process-arrow.png) no-repeat center;
    width: 13px;
    height: 13px;
    display: block;
    right: 60px;
    top: -90px;
    position: absolute;
    transform: rotate(90deg);
}

.process-disc-txt-top {
    top: -80px;
}

.process-number-2 {
    position: absolute;
    top: 60px;
}

.process-disc-txt-btm {}

.team-wrapper {
    background: url(../images/team-bg.png) no-repeat bottom / cover;
}

.single-member {
    text-align: center;
    transition: all 0.9s;
}

.single-member:hover {
    transform: translate(0px, 20px);
}

.single-member h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 7px;
}

.designation {
    font-weight: 500;
}

.single-member hr {
    border-color: #902680;
}

.member-img {
    border-radius: 50%;
    max-width: 258px;
    max-height: 258px;
    border: 3px solid #888888;
    margin: auto;
}

.member-img img {
    border-radius: 50%;
    object-fit: cover;
    width: 249px;
    max-height: 258px;
}

.news-wrapper {
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.news-wrapper:after {
    content: '';
    background: url(../images/dotted-bg.png) repeat bottom;
    height: 240px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1
}

.date-text {
    background: #FAB01D;
    color: #111;
    font-size: 14px;
    min-width: 120px;
    padding: 6px;
    display: inline-block;
    text-align: center;
    position: relative;
    /* top: -30px; */
    z-index: 2;
    font-weight: 600;
}

.single-news:hover .date-text {
    background: #902680;
    color: #fff;
}

.news-content {
    padding: 0px 20px 20px;
    position: relative;
    margin-top: -40px;
}

.news-content:before {
    content: '';
    background: linear-gradient(to right top, #ffffff 49.5%, transparent 50%);
    width: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    height: 40px;
}

.news-content .news-title {
    display: block;
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.news-content .know-more-txt {
    color: #111111;
}

.single-news {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #fff;
}

/*.middle-news .news-content:before{
    background: linear-gradient(to right bottom, #ffffff 49.5%, transparent 50%);
    right: 0;
    top: auto;
    z-index: 2;
    height: 40px;
    bottom: -21px;
}
.middle-news .news-content{
        margin-top: 0px;
    padding-top: 1px;
}
.middle-news img{
    margin-top: -6px;
}
.middle-news .date-text{
    position: absolute;
    right: 20px;
    bottom: 0;
}*/

.single-news:hover a {
    color: #902680 !important;
}

.contact-wrapper {
    background: #111111;
    position: relative;
}

.contact-left-bg {
    background: url(../images/contact-bg-left.png) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    display: block;
}

.form-control {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #535353;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    color: #fff !important;
}

.form-control::placeholder {
    color: #FFFFFF;
    font-weight: 300;
}

.contact-icon {
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
}

.single-contact-info {
    color: #fff;
    margin-bottom: 45px;
    position: relative;
}

.single-contact-info:last-child {
    margin-bottom: 0;
}

.single-contact-info h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-contact-info a, .single-contact-info p {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
}

.single-contact-info a:hover {
    color: #FAB01D;
}

.single-contact-info:after {
    content: '';
    border-right: 1px dashed #fff;
    width: 1px;
    height: 44px;
    display: block;
    position: absolute;
    left: 22px;
    top: 47px;
}

.single-contact-info:last-child:after {
    content: none;
}

.contact-wrapper:after {
    content: '';
    background: url(../images/contact-bg.png) no-repeat left / cover;
    width: 52%;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: block;
}

.contact-wrapper .section-title:after, .contact-wrapper .section-title:before {
    background: #fab01d;
}

/*.contact-wrapper:before{
    content: '';
    background: rgba(144,38,128,0.9);
    width: 48%;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: block;
    z-index: 1;
}*/

.pl-80 {
    padding-left: 140px !important;
}

footer {
    padding: 45px 0 20px;
    background: url(../images/footer-bg.jpg) no-repeat center / cover;
}

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

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: inline-flex;
    color: #BFBFBF;
    font-size: 20px;
    background: #111111;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.social-links li a:hover {
    background: #902680;
    color: #fff;
}

.footer-links {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-links li {
    display: inline-block;
}

.footer-links li a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #000000;
    padding: 0 15px;
    line-height: 15px;
    display: inline-block;
}

.footer-links li a:hover {
    color: #902680
}

.footer-links li:last-child a {
    border-right: 0;
}

.footer-btm {
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
    font-size: 15px;
}

.mb-60 {
    margin-bottom: 60px;
}

.dollar-1 {
    background: url(../images/dollar-4.png) no-repeat;
    width: 55px;
    height: 65px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 250px;
}

.dollar-2 {
    background: url(../images/dollar-2.png) no-repeat;
    width: 55px;
    height: 65px;
    display: block;
    position: absolute;
    top: -30px;
    left: 55%;
    z-index: 3;
}

.dollar-3 {
    background: url(../images/dollar-1.png) no-repeat;
    width: 106px;
    height: 76px;
    display: block;
    position: absolute;
    top: -70px;
    left: 75%;
    z-index: 3;
}

.dollar-4 {
    background: url(../images/dollar-3.png) no-repeat;
    width: 88px;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 63%;
    /* z-index: 3 */
}

.range-slider {
    width: 70%;
    margin: 20px 0px 40px;
}

.output-box {
    border: 1px solid #fff;
    display: inline-block;
    min-width: 120px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    right: 32px;
    margin-top: -60px;
}

output:before {
    content: "$ ";
}

/*.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f5f5f5;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 9999999;
    transition: transform 0.2s;
}

.home-page-cursor {
    cursor: none;
}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-item {
    font-size: 14px;
    padding: 3px 15px;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-menu {
    padding: 0 15px;
    border-radius: 15px 0 15px 15px;
    left: auto;
    right: 20px;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}

.dropdown-item:hover {
    color: #902680;
    letter-spacing: 0.1px;
}

.dropdown-submenu .dropdown-menu {
    top: -3px;
    left: 100%;
    margin-left: 14px;
    margin-right: 0;
}

.dropdown-submenu a::after {
    top: 16px;
}

.navbar-light .navbar-nav .show>.nav-link {
    color: #FAB01D;
}

.navbar-light .navbar-nav .show>.nav-link:before {
    background: url(../images/down-arrow-yellow.png) no-repeat center;
    background-size: 9px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #fff;
}

.process-line {
    position: absolute;
    top: -180px;
    left: -165px;
}

.star {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    /* Stroke-dasharray property */
    animation: move 2s linear infinite;
    /*stroke-dasharray: 1268;
      stroke-dashoffset: 1268;*/
    /*     animation-fill-mode: forwards; */
    /*stroke-dashoffset: 0;*/
    opacity: .5;
}

/*@keyframes move {
    50% {
    stroke-dasharray: 5px;
    }
    100%{
        stroke-dasharray: 15px;
    }
}*/

@keyframes move {
    0% {
        stroke-dashoffset: 100;
    }
    50% {
        stroke-dashoffset: 50;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.single-loan img {
    transition: all 0.9s;
}

.single-loan:hover img {
    transform: scale(1.09);
}

.inner-banner-wrapper {
    background: url(../images/inner-banner-img.jpg) no-repeat center / cover;
    height: 442px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    position: relative;
}

.inner-banner-wrapper:before {
    content: '';
    background: rgba(144, 38, 128, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-top: 30px;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.news-listing-wrapper {
    background: #f5f5f5 url(../images/prospa-shape.png) no-repeat left top;
}

.news-listing-wrapper .single-news {
    margin-bottom: 30px;
}

.inner-banner-wrapper .banner-text:after {
    width: 127px;
}

.inner-banner-graphic {
    position: absolute;
    bottom: -139px;
    right: 0
}

.logo-wrap {
    /*background: #fff;*/
    position: absolute;
    left: 0px;
    top: -10px;
    height: 130px;
    /*box-shadow: 0 0 20px rgb(0 0 0 / 20%);*/
    filter: drop-shadow(0px 0px 10px #999);
    text-align: center;
    margin: auto;
    width: 258px;
}

.logo-wrap:after {
    content: '';
    background: url(../images/logo-bg.png) no-repeat center;
    /*background: linear-gradient(to right bottom, #ffffff 45%, transparent 50%);
    right: 0;
    top: auto;
    z-index: 2;
    height: 9px;
    bottom: -9px;
    position: absolute;
    left: 0;*/
    width: 270px;
    height: 200px;
    display: block;
    position: absolute;
    top: -40px;
    z-index: -1;
    left: 0px;
}

.news-title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
}

.news-img-big {
    position: relative;
    margin-bottom: 30px;
}

.news-img-big .date-text {
    position: absolute;
    bottom: -15px;
    right: 20px;
}

.quote-text-block {
    margin: 20px 0;
}

.quote-sign-bg {
    background: #902680;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.quote-text-block p {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
}

.listing {
    margin-bottom: 20px;
}

.listing li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 500;
}

.listing li:before {
    content: '';
    background: url(../images/right-sign.png) no-repeat left top;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

.box-shadow {
    box-shadow: 0 0px 30px rgb(0 0 0 / 18%);
    padding: 20px;
    margin-bottom: 30px;
}

.form-control {
    border-bottom: 1px solid #CCCCCC;
}

.input-group-text {
    background: transparent;
    border: 0;
    padding: 7px 0;
    z-index: 4;
}

.input-group-append {
    position: absolute;
    right: 0;
}

.white-form {
    color: #000 !important;
}

.white-form::placeholder {
    color: #333333;
}

.news-img-sidebar {
    max-width: 115px;
}

.box-shadow h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-news-sidebar {
    margin-bottom: 20px;
}

.single-news-sidebar a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.single-news-sidebar a:hover {
    color: #91267F;
}

.single-news-sidebar:hover img {
    opacity: 0.8
}

.date-text-sidebar {
    color: #902680;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-news-sidebar:last-child {
    margin-bottom: 0;
}

.max-wid-100 {
    max-width: 100% !important;
}

.border-left-text {
    border-left: 4px solid #FAB01D !important;
    padding: 5px 20px;
    display: block;
}

.loan-feature-wrapper {
    background: url(../images/team-bg.png) no-repeat bottom / cover;
}

.step-number {
  width: 49px ;
    height: 47px; /*24*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px; /*24*/
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    z-index: 1;
    background-color: #902680;
}

.apply-steps {
    margin-top: 40px;
}

.apply-steps li {
    padding-bottom: 30px;
    position: relative;
}

.apply-steps li h5 {
    font-size: 18px;
    /*font-weight: 700;*/
    margin-bottom: 10px;
}
/*24*/
.apply-steps li h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
/*24*/
.flaws-text-box h5 {
    margin-top:15px;
}


/*.apply-steps li:after {
    content: '';
    border-left: 1px solid #902680;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25px;
}
*/
.apply-steps li:last-child:after {
    content: none;
}

.loan-content-wrapper {
    position: relative;
}

.loan-content-wrapper:before {
    content: '';
    background: #902680 url(../images/loan-bg-shape.png) no-repeat left top;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.business-loan-txt {
    color: #fff;
    padding: 70px 50px 70px 0;
}

.business-loan-txt h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.business-loan-txt p {
    font-size: 15px;
    font-weight: 200;
}

.login-wrapper {
    height: 800px;
    align-items: center;
}

.white-form {
    background: #fff !important;
    height: 55px;
    border: 1px solid #CCCCCC;
    padding: 0 15px;
    border-radius: 4px !important;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.login-graphic {
    position: absolute;
    right: 0;
    bottom: 0;
}

.forgot-link {
    color: #FAB01D;
    font-weight: 600;
    display: inline-block;
}

.forgot-link:hover {
    color: #FBC24D;
}

.custom-control-label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.checkbox-label {
    font-size: 13px;
}

.custom-checkbox .custom-control-label::before {
    top: 0px;
}

.signup-txt {
    color: #fff;
    font-weight: 600;
}

.signup-txt:hover {
    color: #FAB01D;
}

.border-white {
    border-color: #FFFFFF;
    opacity: 0.5;
    margin: 30px 0;
}

.mt-110 {
    margin-top: 110px;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
}

.custom-control-label::after {
    top: 0;
    width: 20px;
    height: 20px;
}

.checkbox-label {
    padding-left: 5px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #973488;
}

.white-info-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.forgot-graphic {
    position: absolute;
    right: 100px;
    bottom: 70px;
}

.register-wrapper {
    padding: 80px 0;
    position: relative;
}

.middle-disc-txt {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
}

.black-label {
    color: #000000;
    font-weight: 600;
}

.black-label span {
    color: red;
}

.white-form.custom-select {
    background: #fff url("../images/down-arrow-grey.png") no-repeat right .75rem center/8px 6px !important;
}

.checkbox-label-black {
    color: #000000;
    font-size: 13px;
    text-transform: none;
    font-weight: 500;
}

.checkbox-label-black a {
    color: #90267F;
}

.register-wrapper:before {
    content: '';
    background: url(../images/about-bg-left.png) no-repeat top left;
    width: 460px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.register-wrapper:after {
    content: '';
    background: url(../images/about-bg-right.png) no-repeat top right;
    width: 500px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.register-banner-graphic {
    bottom: -80px;
}

textarea.form-control {
    padding-top: 15px;
}

.background-btm {
    background: url(../images/btm-bg.png) no-repeat top / cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    display: block;
    z-index: -1
}

.datepicker .btn-outline-secondary {
    display: none;
}

.prospa-wrapper {
    height: 342px;
}

.prospa-banner-graphic {
    bottom: -120px;
}

.products-wrapper {
    background: url(../images/products-bg.jpg) no-repeat center / cover;
}

.single-product:after {
    content: '';
    background: #fff;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    padding: 30px;
    position: absolute;
    width: 86%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 80px;
}

.single-product h3 {
    font-size: 24px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-listing li {
    margin-bottom: 8px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 13px;
    position: relative;
}

.product-listing li:before {
    content: '\f00c';
    font-family: 'fontawesome';
    font-size: 16px;
    color: #902681;
    padding-right: 10px;
    position: absolute;
    left: 5px;
    top: -2px;
}

.single-product {
    position: relative;
    padding: 10px 10px 20px;
    z-index: 4;
    filter: drop-shadow(2px 4px 6px #ccc);
}

.single-product:before {
    content: '';
    background: linear-gradient(to left top, #ffffff 49.5%, transparent 50%);
    position: absolute;
    top: 0;
    left: 26px;
    width: 10%;
    height: 100%;
    z-index: -1;
}

.product-listing {
    position: relative;
    left: 80px;
}

.benifits-wrapper {
    background: url(../images/team-bg.png) no-repeat center bottom / cover;
}

.single-benifit {
    text-align: center;
    transition: all 0.5s;
}

.single-benifit:hover {
    transform: translate(0, 20px);
}

.single-benifit h3 {
    font-size: 20px;
    font-weight: 600;
}

.benifit-icon {
    width: 148px;
    height: 148px;
    display: block;
    margin: auto;
    transition: all 0.5s;
}

.benifit-icon-1 {
    background: url(../images/benifit-icon-1.png);
}

.benifit-icon-2 {
    background: url(../images/benifit-icon-2.png);
}

.benifit-icon-3 {
    background: url(../images/benifit-icon-3.png);
}

.single-benifit:hover .benifit-icon-1 {
    background: url(../images/benifit-icon-1-hov.png);
}

.single-benifit:hover .benifit-icon-2 {
    background: url(../images/benifit-icon-2-hov.png);
}

.single-benifit:hover .benifit-icon-3 {
    background: url(../images/benifit-icon-3-hov.png);
}

.shadow-bordered-box {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 20px;
    border-top: 4px solid #902680;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.shadow-box-chat {
    height: 800px;
    margin-bottom: 0;
}

.shadow-bordered-box h4 {
    color: #902680;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sub-title {
    background: #EFEFEF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px;
    margin-bottom: 10px;
    position: relative;
}

.radio-black .custom-control-label {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    padding-left: 5px;
}

.radio-black .custom-control-label::before {
    top: 0;
}

.radio-black .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.mt-15 {
    margin-top: 15px;
}

.loan-banner-graphic {
    bottom: -50px;
}

.bottom-buttons {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    text-align: right;
}

.bottom-buttons .black-btn {
    margin-right: 5px;
}

.plus-icon {
    color: #90267F;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: -3px;
    cursor: pointer;
}

.employee-detail .minus-icon, .investment-detail .minus-icon, .car-detail .minus-icon, .home-detail .minus-icon {
    /* display: none; */
}

.result .minus-icon, .investResult .minus-icon, .carResult .minus-icon, .homeResult .minus-icon {
    display: block !important;
}

.result .plus-icon, .investResult .plus-icon, .carResult .plus-icon, .homeResult .plus-icon {
    display: none;
}

.pr-30 {
    padding-right: 30px;
}

.append-data {
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 15px 0;
}

.top-nav .nav-link {
    color: #ffffff;
    text-transform: capitalize;
    padding: 0 10px;
    font-size: 16px;
}

.top-nav .nav-link:hover {
    color: #FAB01D;
}

.gj-datepicker .input-group-append {
    display: contents;
}

/* user list 30-03-2021 */

.user-listing {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.user-listing>.row {
    margin-bottom: 15px;
}

.user-listing .media>img {
    width: 60px;
    border-radius: 100%;
    height: 60px;
    object-fit: cover;
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 15px;
}

.user-listing .media h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-listing .media span.font-weight-bold {
    font-weight: 500 !important;
    color: #333;
    margin-right: 5px;
}

.user-listing .media .fa-calendar {
    color: #444;
    margin-right: 5px;
}

.action-label {
    min-width: 110px;
    display: table;
    text-align: center;
    border-radius: 100px;
    padding: 2px 10px;
    font-size: 13px;
    margin-top: 10px;
}

.action-in-progress {
    background-color: #FAB01D42;
    color: #BB7D01;
    /* border: 1px solid #FBD68E; */
}

.action-completed {
    color: #155724;
    background-color: #d4edda;
}

.action-open {
    background-color: #f8d7da;
    color: #721c24;
}

.user-comment textarea.form-control {
    height: 110px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.user-comment {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
}

/* 12-04-2021 */

.why-choose-section {
    background-color: #902680;
}

.icon-box {
    text-align: center;
    padding: 15px 0;
}

.icon-box h3 {
    margin: 20px 0 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}

.icon-box h3 span {
    display: block;
}

.icon-box-border {
    border-right: 1px solid #a25797;
}

.tearm-list {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.tearm-list:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.tearm-list h4 {
    border-bottom: 0;
    margin-bottom: 0;
}

.map-wrapper iframe {
    width: 100%;
    height: 350px;
    border: 0;
    margin-bottom: -6px;
}

.faqs-accordian .card {
    /*background: transparent;*/
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.faqs-accordian .btn-link {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff!important;
    font-weight: 500;
    padding: 14px 10px;
    background: #912780;
    border-radius: 0;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    width: 100%;
}

.faqs-accordian .btn-link.collapsed {
    background: #F5F5F5;
    color: #333333!important;
    border-radius: 0;
    font-weight: bold;
}

.faqs-accordian .btn-link:before {
    float: right !important;
    content: "-";
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
}

.faqs-accordian .btn-link.collapsed:before {
    float: right !important;
    content: "+";
    color: #888888;
    /*font-size: 18px;*/
}

.faqs-accordian .card-header {
    border-bottom: none;
    padding: 0;
}

.faqs-accordian .card-body {
    color: #333333;
    padding: 15px 10px;
    font-size: 14px;
}

.faqs-accordian .card-body p:last-child {
    margin-bottom: 0 !important;
}

.faqs-accordian .apply-list {
    margin: 0 !important;
}

.faqs-accordian .apply-list li {
    list-style: disc;
    list-style-position: inside;
}

.about-banner-graphics {
    bottom: -85px;
}

/* 13-04-2021 */

.select2-container--default .select2-selection--single {
    height: 54px !important;
    border: 1px solid #CCCCCC !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    /* color: #999; */
    color: #000 !important;
    padding: 0 10px !important;
    ;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent;
    border-width: 7px 4px 0 4px;
}

/* darshan add  */

/* This only works with JavaScript,
if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.custumpage .page-item.active .page-link {
    background: rgba(144, 38, 128, 0.9) !important;
    border-color: rgba(144, 38, 128, 0.9) !important;
}

.slider-cust .rangeslider {
    background: #a29797 !important;
}

.slider-cust .rangeslider__fill {
    background: #000000 !important;
}

.slider-cust .output-box {
    border: 1px solid #000;
    color: #000;
}

.slider-cust output2::before {
    content: "$ ";
}

.slider-cust output3::after {
    content: " %";
}

.slider-cust output4::after {
    content: " Month";
}

.single-news .img-hover-effect img {
    height: 300px;
}

/* 10 05 2021 */

.single-text-wrap {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.single-text-wrap h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bullet-point {
    max-width: 25px;
    margin-right: 20px;
}

.login-wrapper {
    height: 680px;
}

.choose-icon-5 {
    background: url(../images/why-choose-icon-1-about.png) 0 0;
}

.choose-icon-6 {
    background: url(../images/why-choose-icon-2-about.png) 0 0;
}

.choose-icon-7 {
    background: url(../images/why-choose-icon-3-about.png) 0 0;
}

.choose-icon-8 {
    background: url(../images/why-choose-icon-4-about.png) 0 0;
}

.slider {
    -webkit-appearance: none;
    width: 70%;
    height: 4px;
    background: #ffffff;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 50px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #902680;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.range__amount {
    position: absolute;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    color: #fff;
    padding: 7px;
    margin-left: 24px;
    font-weight: 600;
    max-width: 124px;
    text-align: center;
}

.range {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.doller-sign {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 106px;
    top: 4px;
}

.notification-icon {
    color: #fff;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
}

.notification-count {
    background: #f9b01d;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    position: absolute;
    top: -6px;
    right: -10px;
    font-weight: 600;
}

.notification-icon.dropdown-toggle::after {
    display: none;
}

.notification-wrap .dropdown-item {
    white-space: pre-wrap;
    font-size: 13px;
    text-transform: none;
}

.notification-wrap .dropdown-menu {
    min-width: 250px;
    right: 0 !important;
    left: auto !important;
    overflow: auto;
    height: 320px;
    padding-right: 0;
}

.view-all-btn {
    background: #dcd9d9;
    padding: 5px 10px;
    margin: -1px -15px;
    width: auto;
    text-align: center;
}

.view-all-btn:hover {
    background: #902680;
    color: #fff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.modal .loan-types li a {
    box-shadow: 0 0 35px rgb(0 0 0 / 20%);
}

.message-textbox {
    margin-right: 5px;
}

.chat-send-btn {
    display: flex;
    float: right;
    position: relative;
    bottom: 57px;
    right: 0;
    background-color: rgb(144 38 128 / 90%);
    padding: 17px 20px;
}

.chat-send-btn i {
    font-size: 20px;
    color: #fff;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .slider {
        width: 50%;
    }
    .modal .loan-types li {
        width: 100%;
        padding: 0;
    }
}

.note-txt {
    font-size: 12px;
    margin-top: 5px;
}

.small-btn {
    padding: 12px 25px;
    min-width: 134px;
}

.chat-img {
    max-width: 60px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.chat-box ul {
    /* display: inline-flex; */
    /* align-items: flex-start; */
    position: relative;
    width: 70%;
}

.chat-detail-box .mCustomScrollBox {
    height: 630px !important;
}

.chat-box .chat-txt {
    display: inline-block;
    background: #e8e5e5;
    padding: 14px 20px;
    border-radius: 0px 50px 50px 50px;
    margin-left: 10px;
    width: auto;
    margin-left: 70px;
}

.chat-box li {
    margin-bottom: 20px;
}

.right-chat {
    text-align: right;
}

.right-chat .chat-txt {
    border-radius: 50px 0px 50px 50px;
    margin-left: auto;
    margin-right: 70px;
    background: #902680;
    color: #fff;
    /* width: 70%; */
}

.right-chat .chat-img {
    right: 0;
    left: auto;
}

.right-chat ul {
    margin-left: auto;
}

.support-ticket-name {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sidenav {
    position: relative !important;
    top: 0 !important;
}

/* 21-06-2021 */

.forum-page .search-row h1 {
    font-size: 24px;
    font-weight: 600;
}

.forum-page .bdr-partition {
    position: relative;
    margin: 5px 0 0;
    padding: 0;
    border: 0;
}

.forum-page .bdr-partition::before {
    content: '';
    background: #902680;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 6px;
}

.forum-page .bdr-partition::after {
    content: '';
    background: #902680;
    width: 13px;
    height: 13px;
    display: block;
    position: relative;
    top: 0;
}

.forum-page .search-row .forum-serch {
    width: 100%;
}

.forum-page .search-row .forum-serch .form-control {
    border: 1px solid #dddddd !important;
    width: 100% !important;
    color: #666666 !important;
}

.forum-page .search-row .forum-serch .form-control:focus, .forum-page .search-row .custom-select:focus, .forum-page .add-comment:focus, .modal-content textarea:focus {
    border-color: #f8b834 !important;
}

.forum-page .search-row .forum-serch .form-control::-webkit-input-placeholder {
    color: #666666;
}

.forum-page .search-row .forum-serch .form-control:-ms-input-placeholder {
    color: #666666;
}

.forum-page .search-row .forum-serch .form-control::placeholder {
    color: #666666;
}

.forum-page .search-row .custom-select {
    padding-right: 23px;
    border: 1px solid #dddddd !important;
    color: #666666 !important;
    cursor: pointer;
    appearance: none;
    background: #fff url(../files/select-arrow.png) no-repeat right .75rem center/8px 6px !important;
}

.forum-page .sub-title {
    text-align: left;
    background-color: transparent;
}

.forum-page .media-left {
    margin-right: 10px;
}

.forum-page .sidenav {
    margin-right: 0;
    padding: 5px 0 10px;
}

.forum-page #right-side-chat {
    padding: 0 10px;
}

.forum-page .media-body {
    text-align: left;
    position: relative;
}

.forum-page .media-heading {
    font-size: 14px;
}

.forum-page .post-text {
    font-weight: 400;
}

.forum-page .single-post .media {
    margin-bottom: 15px;
}

.forum-page .like-area, .view-post .like-area {
    margin-top: 15px;
}

.forum-page .like-area .list-inline>li, .view-post .like-area .list-inline>li {
    display: inline-block;
    padding: 0 5px 0 0 !important;
}

.forum-page .post-icons {
    margin-right: 0;
}

.forum-page .add-comment, .view-post .add-comment {
    border: 1px solid #dddddd;
    color: #666666 !important;
    padding: 5px 10px;
}

.forum-page .post-chat .send-icon, .view-post .post-chat .send-icon {
    top: 5px;
}

.forum-page .single-post .post-chat .user-thumbs {
    margin: -3px 0 0;
}

.view-post .user-thumbs {
    margin-top: -3px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.forum-page .single-post .dropdown-menu {
    left: auto !important;
    right: 0;
    width: 160px;
    padding: 0;
    overflow: hidden;
}

.forum-page .single-post .dropdown-menu .btn-default {
    padding: 10px 15px;
    min-width: 150px;
    background-color: #ffffff;
}

.forum-page .single-post .dropdown-menu .btn-default:hover {
    background-color: #8a2479 !important;
}

.forum-page .single-post .dropdown-menu .btn-default::after {
    content: '';
    background: transparent !important;
}

.modal-title {
    font-size: 18px;
}

.modal-content textarea {
    height: 100px;
    resize: none;
    border: 1px solid #dddddd !important;
    padding: 10px;
    color: #666666 !important;
}

.modal-content .btn-default {
    min-width: 82px;
    height: 38px;
    align-items: center;
    padding: 5px;
}

.forum-page .post-menu-toggle {
    display: none;
}

.forum-page .sidenav .closebtn {
    display: none;
}

.post-head {
    margin-bottom: 10px;
}

.post-head .media-left {
    margin-right: 10px;
}

.view-post .media-heading {
    font-size: 14px;
    position: relative;
}

.forum-page .single-post .edit-delete, .view-post .edit-delete {
    display: flex;
}

.forum-page .single-post .edit-delete a, .view-post .edit-delete a {
    margin-right: 10px;
    color: #333333;
}

.forum-page .single-post .edit-delete a i, .view-post .edit-delete a i {
    margin-right: 5px;
}

.update-comment .form-control {
    color: #666666 !important;
    border: 1px solid #dddddd;
    padding: 10px;
}

.update-comment .btn-post {
    width: auto;
}

.forum-page .single-post .date-time-area, .view-post .single-post .date-time-area {
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 500;
}

/** Khushbu added **/

.create-post {
    background-color: #f1f1f1;
    padding: 15px;
    margin: -5px 0px 15px;
}

.create-post .sub-title {
    margin-bottom: 0px;
    border-bottom: 0;
}

.create-post textarea {
    height: 75px !important;
    font-size: 13px;
    resize: none;
}

.custom-file {
    position: relative;
    z-index: 1;
}

.custom-file .form-control {
    opacity: 0;
    width: 125px;
    padding: 0;
    height: 20px !important;
    cursor: pointer;
}

.custom-file .file-upload {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
    cursor: pointer;
    vertical-align: middle;
    display: inline-flex;
}

.custom-file i {
    font-size: 18px;
    color: #666;
    margin-right: 5px;
}

.category-dropdown {
    width: 180px;
    height: 35px !important;
}

.btn-post {
    width: 70px;
    height: 35px;
    background-color: #912680;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    margin-left: 10px;
}

.btn-post:hover, .btn-post:focus {
    background: #061309 !important;
    color: #fff;
}

.post-category {
    text-align: right;
}

.post-category .form-control {
    width: 250px;
    height: 35px !important;
}

.forum-page .create-post .form-control, .update-post .create-post .form-control {
    border: 1px solid #dddddd !important;
    width: 100% !important;
    color: #666666 !important;
    padding: 10px;
    background-color: #ffffff !important;
}

.forum-page .create-post .form-control::-webkit-input-placeholder, .update-post .create-post .form-control::-webkit-input-placeholder {
    color: #666666;
}

.forum-page .create-post .form-control:-ms-input-placeholder, .update-post .create-post .form-control:-ms-input-placeholder {
    color: #666666;
}

.forum-page .create-post .form-control::placeholder, .update-post .create-post .form-control::placeholder {
    color: #666666;
}

.forum-page .post-category .form-inline {
    justify-content: flex-end;
}

.forum-page .create-post .custom-file .btn-file {
    overflow: hidden;
    position: relative;
}

.forum-page .create-post .custom-file .fileinput-new {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}
.update-post .custom-file .browse-photo{
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
}
.forum-page .create-post .custom-file input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.forum-page .create-post .custom-select, .update-post .create-post .custom-select {
    font-size: 12px;
    width: 250px !important;
    padding: 5px 23px 5px 10px;
    border: 1px solid #dddddd !important;
    cursor: pointer;
    appearance: none;
    background: #fff url(../files/select-arrow.png) no-repeat right .75rem center/8px 6px !important;
}

.update-post .create-post .custom-select {
    width: 210px !important;
}

.forum-page .create-post .custom-file {
    align-items: center;
    display: inline-flex;
}
.notifications-menu .mCustomScrollBox{
    height: auto;
}
.notifications-menu .dropdown-toggle {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
}

.notifications-menu .dropdown-menu li {
    border-bottom: 1px solid #ddd;
    padding: 8px 0px 12px;
    width: 100%;
}

.notifications-menu .dropdown-menu {
    left: auto !important;
    right: 0;
    min-width: 233px;
}

.notifications-menu .dropdown-menu li, .notifications-menu .dropdown-menu li a {
    font-size: 14px;
    color: #212529;
    text-transform: unset;
    position: relative;
}

.notifications-menu .dropdown-menu li a:hover {
    color: #902680
}

.notificationLi {
    display: contents !important;
}

.notificationLi .post-popup {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    width: 210px;
}

.notificationLi .notification-date-time {
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0px;
    font-weight: 500;
}

.notification-label {
    background: #f9b01d;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    position: absolute;
    top: -6px;
    right: 10px;
    font-weight: 600;
}

.forum-page .create-post .custom-file .fileinput-exists .fileinput-new, .update-post .create-post .custom-file .fileinput-exists .fileinput-new {
    display: none;
}

.forum-page .create-post .custom-file .fileinput-exists .remove-img, .update-post .remove-img1 {
    position: absolute;
    left: 104px;
    z-index: 1;
    background-color: #061309;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
    padding: 0;
}

.forum-page .create-post .custom-file .fileinput-exists .remove-img:hover, .update-post .remove-img1:hover {
    background-color: #d73925;
}

.forum-page .create-post .custom-file .remove-img i, .update-post .create-post .custom-file .remove-img i {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}

.view-post .post-comment-area .post-comment, .update-post .post-comment-area .post-comment {
    margin: 10px 0;
}

.forum-page .create-post .img-preview img, .update-post .create-post .img-preview img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.forum-page .create-post .file-upload-center, .update-post .create-post .file-upload-center {
    margin: -10px 0 !important;
}

.forum-page .create-post .custom-file, .update-post .create-post .custom-file {
    height: auto;
}

.update-post .btn-post {
    width: auto;
}
.forum-page .read-more2{
    font-size: 12px;
}
/*24-06-2021*/
.flaws-text-box {
    background-color: #f5f5f5 !important;
}

.flaws-text-box .h-65 {
    height: 65px;
} 
.password-field{
    position: relative;
}
.password-field i{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 16px;
    cursor: pointer;
    color: #666;
}
.password-field .form-control{
    padding-right: 35px;
}





/*live-css*/
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0px !important;
    background: initial;
    background-color: #7367f0;
    color: #fff;
    font-size: 1em;
    min-width: 150px;
}

.swal2-popup {
    width: 25%;
    max-width: 100%;
    padding: 10px 0px 30px;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}
.swal2-html-container {    
    color: #383131 !important;
    font-size: 26px !important;
    font-weight: 400 !important;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.8) !important;
}
.cus-wid{
    width: 20%;
}
.listing-2 li:before {
    content: '';
    background: url(../images/right-sign-red.png) no-repeat left top;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}
.listing-2 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 500;
}
.listing-2 li h5{
   font-size: 14px;
    font-weight: 500;
}
.f-menu h5{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #3a3939;
    margin-bottom: 15px;
}
.f-links li{
    /*list-style: inside;*/
    position: relative;
    padding: 3px 15px;
}
.f-links li:after{
    content: '';
    background: #333;
    height: 4px;
    width: 4px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 12px;
}
.f-links li a{
    color: #3a3939;
    font-size: 13px;
    font-weight: 500;    
    line-height: 15px;
    display: inline-block;
}
.f-links li a:hover{
    color: #902680;
}
.top-brd{
    padding: 30px 0px;
    border-top: 1px solid #ccc;
}
/*live-css-end*/