@font-face {
    font-family: Avenir-Next;
    src: url(../assets/fonts/Avenir-Next.ttc) format("truetype");
}

@font-face {
    font-family: Gotham-Bold;
    src: url(../assets/fonts/Gotham-Bold.otf) format("opentype");
}

@font-face {
    font-family: Gotham-Book;
    src: url(../assets/fonts/Gotham-Book.otf) format("opentype");
}

@font-face {
    font-family: Gotham-BookIta;
    src: url(../assets/fonts/Gotham-BookIta.otf) format("opentype");
}

@font-face {
    font-family: Gotham-Medium;
    src: url(../assets/fonts/Gotham-Medium.otf) format("opentype");
}

@font-face {
    font-family: Gotham-MediumIta;
    src: url(../assets/fonts/Gotham-MediumIta.otf) format("opentype");
}

@font-face {
    font-family: MyriadPro;
    src: url(../assets/fonts/MyriadPro-Regular.otf) format("opentype");
}

@font-face {
    font-family: Gotham-light;
    src: url(../assets/fonts/Gotham-Light.otf) format("opentype");
}

body {
    font-size: 15px;
    color: #000;
    overflow-x: hidden;
}

* {
    font-family: 'Gotham-Book';
    outline: 0px !important;
}

a:hover {
    color: #000;
    text-decoration: none;
}

#myCarousel {
    margin-top: 65px !important;
}

@media (max-width: 676px) {
    #myCarousel {
        margin: 0!important;
    }
}

h1 {
    font-family: 'Gotham-Bold' !important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Gotham-Medium!important;
}

.header-text,
.sub-header-text {
    font-family: 'Gotham-Bold';
    font-size: 80px;
    color: #000;
}

.sub-header-text {
    font-size: 40px !important;
}

.quote-margin {
    margin-top: 70px !important;
}

.header-quotes p,
.header-quotes span {
    color: #231f20;
    font-size: 30px;
    font-family: 'Gotham-Bold' !important;
    margin-bottom: 0px !important;
    line-height: 39px;
    position: relative;
}

.header-quote-by p {
    font-size: 18px !important;
    font-style: italic;
    margin-top: -8px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 34px;
}


/* Footer */

.footer-container {
    background-color: #414141;
    padding-top: 25px;
    padding-bottom: 15px;
}

.btnLoan {
    background-color: #A09F9F;
    background-color: #A09F9F;
    color: #231F20;
    border-radius: 0px;
    font-size: 14px;
    width: 170px;
    margin-top: 25px;
    font-family: 'Gotham-Medium';
}

.btnLoan:hover {
    background-color: #FFF;
}

.span-loan {
    line-height: 29px;
}

.span-loan>span {
    font-size: 22px;
    font-family: 'Gotham-Bold' !important;
    color: #A09F9F;
    float: left;
    clear: both;
}

.span-footerlinks>a {
    font-size: 10px;
    padding-top: 10px;
    text-decoration: none;
}

.span-footerlinks>a:first-child {
    color: #FFFFFF !important;
    font-family: 'Gotham-Medium';
}

.span-footerlinks>a:not(:first-child) {
    color: #A09F9F;
}

.footer-border-right {
    border-right: 1px solid grey;
}

.onlineInquiry {
    margin-top: 15px;
    padding-left: 0;
}

.onlineInquiry span {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 19px;
}

.onlineInquiry span a {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 19px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

a.highlight {
    font-family: Gotham-BookIta;
}


/* Header */

a {
    cursor: pointer;
}

.bg-white {
    color: white !important;
}

.nav-link {
    color: #010101 !important;
    font-family: 'Gotham-Medium';
    font-size: 15px;
}

.dropdown {
    position: static !important;
}

.dropdown-menu {
    width: 100% !important;
    opacity: 0.95;
    font-size: 12px;
    background-color: #f4f4f4;
    height: 270px;
    padding-top: 20px;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 0;
    padding-left: 10px;
}

.white .dropdown-menu {
    background-color: #ffffff;
}

.dropdown-item:hover {
    color: #231F20 !important;
    background: none !important;
}

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

.no-p-bottom-top {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.navbar-brand img {
    width: 190px !important;
}

nav>div,
nav>div>div,
nav>div>div>ul,
nav>div>div>ul>li,
nav>div>div>ul>li>a {
    height: 100% !important;
}

#Productsmenu>a,
#wemenu>a,
#aremenu>a,
#buildingmenu>a,
#socialcapitalmenu>a,
#Loginmenu>a {
    padding-top: 20px;
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
}

nav {
    /* height: 68px !important; */
}

#headerNav {
    background-color: #f4f4f4;
}

.indexHeader {
    background-color: #FFFFFF !important;
}

#headerNav li.show,
#headerNav li:hover {
    border-bottom: 1px solid #EC2637;
}

.dropdown-menu {
    /* border-top: 1px solid #231F20 !important; */
}

#headerNav li {
    margin-left: 45px;
}

.dropdown-item {
    color: #8f9194 !important;
}


/* Homepage */

.bd-placeholder-img {
    font-size: 18px;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 56px;
    }
}

.caption {
    bottom: 78px;
    z-index: 10;
    position: absolute;
    right: 0;
    left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* max-width: 1140px; */
    margin: 0 auto;
}

.img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homepage-img {
    /*height: 764px;*/
    height: calc(100vh - 64px);
    min-height: 70vh;
}

.caption h1,
.caption p {
    font-size: 16px !important;
    width: max-content;
    /* background-color: #010101; */
}

.caption p {
    font-size: 15px !important;
}

#cbg-1 {
    background-image: url(../assets/images/cbg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.no-padding {
    padding: 0px !important;
}

.j-bg-color-grey {
    background: #F4F4F4;
    padding-top: 155px;
    padding-bottom: 60px;
}

.j-bg-color-grey.secondary {
    padding: 80px 0 80px 0;
}

.j-bg-color-white {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
}

.j-header {
    /* padding-top: 100px;
    padding-bottom: 75px; */
}

.j-header p {
    font-size: 30px;
}

.mission {
    color: #231F20;
    font-size: 16px !important;
    line-height: 28px;
    margin-bottom: 30px;
}

.board-mission>p {
    margin-bottom: 30px !important;
}

.board-mission>p:first-child {
    /* margin-top: 75px !important; */
}

.margin-top {
    margin-top: 45px;
}

.hyphen hr {
    border-top-color: #EC2637;
    width: 38px;
    margin-left: initial;
    margin: 50px 0;
}


/* .top-quote {
    background-image: url(../assets/images/quote1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px !important;
    position: absolute;
    width: 100%;
    top: -30px;
    left: -30px;
}

.bottom-quote {
    background-image: url(../assets/images/quote2.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px !important;
    width: 100%;
    position: absolute;
    top: 115px;
    left: -70px;
} */

.top-quote::before {
    width: 95px;
    content: " ";
    background-image: url(../assets/images/quote1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px !important;
    position: absolute;
    left: -8px;
    top: -32px;
}

.bottom-quote::before {
    width: 95px;
    content: " ";
    background-image: url(../assets/images/quote2.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px !important;
    position: absolute;
    bottom: -39px;
    right: -53px;
}

.ajst.bottom-quote::before {
    right: -58px;
}


/* .board-quotes>.bottom-quote {
    left: 0px;
    top: 40px;
}

.career-quotes>.bottom-quote {
    left: 20px;
    top: 40px;
}

.technology-quotes>.bottom-quote {
    top: 75px;
}

.ecosystem-quotes>.bottom-quote {
    top: 40px;
}

.lending-quotes>.bottom-quote {
    top: 40px;
}

.product-portfolio-quotes>.bottom-quote {
    top: 150px;
}

.blogs-quotes>.bottom-quote {
    top: 225px;
    left: 10px;
} */


/* ul.timeline {
    list-style-type: none;
    position: relative;
    margin-bottom: 0px !important;
}

ul.timeline:before {
    content: '';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 22px;
    top: -36px;
    width: 2px;
    height: 220%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0 0 0;
    padding-left: 10px;
}

ul.timeline>li>p, ul.timeline-month>li>p, ul.timeline-month>li, ul.timeline-month {
    margin-bottom: 0px !important;
}

ul.timeline>li:before {
    content: "";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid red;
    background-color: red;
    left: 20px;
    width: 5px;
    height: 5px;
    z-index: 401;
}

.j-timeline {
    color: #231F20;
    font-size: 12px;
}

ul.timeline span, a {
    font-size: 12px;
    color: #231F20;
}

ul.timeline-month span, a {
    font-size: 12px;
    color: #231F20;
}

ul.timeline-month>li {
    margin: 20px 0;
    list-style: none;
}

ul.timeline-month {
    padding-left: 5px !important;
} */

.parallelogram {
    background: url('../assets/images/skewed.svg') no-repeat;
    color: #fff;
    width: max-content;
    margin-left: 10px;
    font-size: 20px;
    width: 147px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 35px;
}

#board-members.margin-top {
    margin-top: 118px;
}

#board-members>div>div.card-body>h5.card-title:first-child {
    font-family: 'Gotham-Bold' !important;
    margin-bottom: 15px !important;
}

#board-members>div>div.card-body>h5.card-title {
    font-size: 16px;
    color: #231F20;
    margin-bottom: 0px !important;
    font-family: 'Gotham-Book' !important;
}

#board-members>div>div.card-body p.card-text {
    font-size: 13px;
    color: #231F20;
    margin: 20px 0;
    padding-bottom: 15px !important;
    min-height: 52px;
    line-height: 18px;
    margin-bottom: 0;
}

.career-offers>.mission {
    font-family: 'Gotham-Bold' !important;
    font-size: 30px !important;
    margin-top: 50px;
}

.careers-offers>div>p {
    font-size: 17px !important;
}

.careers-offers>div>p:first-child {
    font-family: 'Gotham-Bold' !important;
    margin-bottom: 0;
    margin-top: 10px;
}

.careers-offers>div>p:last-child {
    color: #EC2637;
}

.career-life>p {
    font-size: 16px !important;
}

.contactus-numbers>p {
    font-size: 14px !important;
    margin-bottom: 0;
}

.contactus-numbers {
    font-size: 20px;
}

.contactus-numbers ul {
    margin-bottom: 0;
}

.contactus-numbers li:first-child {
    font-family: Gotham-Medium;
}

.contactus-numbers li:first-child a {
    font-family: Gotham-Medium;
    color: #000;
}

.contactus-email>p {
    font-size: 16px !important;
    margin-bottom: 0;
    padding: 40px 0;
    padding-bottom: 0;
}

.contactus-email>p>span {
    font-family: 'Gotham-BookIta';
}

.contactus-email-b {
    font-family: 'Gotham-Bold' !important;
}

.contactus-email-b a {
    font-family: 'Gotham-Bold' !important;
    color: #000;
}

.career-life>p:first-child {
    font-family: 'Gotham-Bold' !important;
    font-size: 30px !important;
    font-weight: 600;
    max-width: 380px;
    margin-bottom: 0px;
    line-height: 38px;
}

.career-life>p:last-child {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.career-life>p>span {
    color: #EC2637;
    font-family: Gotham-light;
    font-style: italic;
}

.career-email>p:first-child {
    font-family: 'Gotham-BookIta' !important;
}

.career-email>p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#tab-container .nav-link {
    background-color: transparent !important;
    border: none;
    color: #A09F9F !important;
    font-size: 15px;
    font-family: 'Gotham-Book';
}

#investor-relations-board-tab .nav-link {
    font-size: 13px !important;
}


/* #tab-container nav {
    border-bottom: 1px solid #231F20 !important;
} */

#tab-container .nav-link.active {
    color: #000000 !important;
    border-bottom: 1px solid #EC2637;
}

#tab-container .nav-link:hover {
    color: #000000 !important;
    border-bottom: 1px solid #EC2637;
}

#tab-container>ul>li>a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 35px;
}

.investor-header {
    padding-bottom: 25px !important;
}

#contact-us-tabcontent {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

#smlinks p a {
    font-size: 14px;
    color: #8F919F !important;
}

#smlinks p a:hover {
    color: #231F20 !important;
    text-decoration: none;
}

#contact-us-tabcontent a,
#address-tabcontent p,
#contactperson p {
    font-size: 20px;
    color: #231F20 !important;
    line-height: 34px;
    margin-bottom: 0;
}

#contact-us-tabcontent a:hover {
    color: #231F20 !important;
    text-decoration: none;
}

#smlinks p {
    margin-bottom: 2px !important;
}

.technology-datapoints img,
.pldatapoints img {
    width: 64px;
}

.technology-datapoints,
.pldatapoints {
    text-align: center;
}

.technology-datapoints span,
.pldatapoints span {
    font-size: 16px;
    line-height: 28px;
}

.frame {
    height: 70px;
}

.credit-scores-txt p {
    font-family: 'Gotham-Bold';
    margin-bottom: 0 !important;
}

.powered {
    font-size: 20px;
    margin: 10px 0;
}

.style-i {
    font-style: italic;
    font-family: 'Gotham-Bold';
    text-decoration: underline;
}

.style-b p,
.style-b {
    font-family: 'Gotham-Bold';
}

span.style-b {
    font-size: 18px;
    line-height: 30px;
    font-family: Gotham-Book;
}

.color-pale-white {
    color: #8f9194;
}

.manifesto {
    font-size: 15px !important;
}

.more,
.less {
    color: #EC2637 !important;
    font-size: 15px !important;
}

.hide {
    display: none !important;
}

.show-b {
    display: block !important;
}

.img {
    width: 100%;
    height: 358px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#corporate-governance p,
#reporting p,
#news-updates p,
#code p,
#general-meeting p {
    font-size: 16px;
    color: #000000 !important;
    line-height: 34px;
}

#personalloantab li a,
#investor-relations-tab li a,
#contactUsTab li a,
#businessloantab li a,
#product-portfolio-tab li a,
#loaneligibilitytab li a,
#personalloan li a,
#plmedical-documentation-tab li a,
#plmedical-faqs-tab li a,
#blogstab li a,
#investor-relations-board-tab li a,
#investor-relations-reporting-tab li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 30px !important;
}

#corporate-governance p:first-child {
    font-family: 'Gotham-Bold';
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 50px;
}

.font-16 {
    font-size: 16px !important;
}

.pf-width p,
.pf-width {
    font-family: 'Gotham-Bold';
}

#businessloantab li a,
#businessloan-tabcontent,
#loanagainstproperty-tabcontent,
#personalloan-tabcontent,
#medicalpltab li a,
#plmedical-tabcontent,
#travelpltab-tabcontent,
#pleducation-tabcontent,
#plmedical-tabcontent,
#blogs-podcasts-tabcontent,
#inverstor-relations-board-tabcontent,
#inverstor-relations-reporting-tabcontent {
    font-size: 12px !important;
}

#businessloan-tabcontent h6,
#loanagainstproperty-tabcontent h6,
#personalloan-tabcontent h6,
#plmedical-tabcontent h6,
#inverstor-relations-board-tabcontent h6 {
    font-size: 20px !important;
}

.pl-types-header {
    font-size: 18px !important;
}

.pl-types-header span {
    font-family: 'Gotham-Bold';
}

.accordion-toggle:after {
    position: absolute;
    background-image: url('../assets/images/arrow-accord.svg');
    content: '';
    width: 15px;
    height: 15px;
    right: 25px;
    top: 12px;
    transition: .5s ease all;
    transform: rotate(180deg);
}

.collapsed.accordion-toggle:after {
    transform: rotate(0deg);
}

.accordion-group {
    position: relative;
}

.accordion-opened .accordion-toggle:after {
    transform: rotate(180deg);
}

.accordion-inner {
    margin-top: 15px;
    padding: 7px;
}

.accordion-inner .whole-div {
    margin: 0;
    padding-right: 20px;
    margin-right: 10px;
}

.accordion-group {
    border-top: 1px solid #231F20;
}

.gm-accordion-group:last-child {
    border-bottom: 1px solid #231F20;
}

.gm-acc-header {
    font-size: 14px !important;
}

.accordion-group a,
.gm-accordion-group a {
    color: #000 !important;
}

.accordion-group:last-child {
    border-bottom: 1px solid #231F20;
}

.accordion-group :hover,
.gm-accordion-group :hover {
    text-decoration: none !important;
    color: #231F20;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.app img {
    height: 55px !important;
}

.smicons img {
    height: 22px !important;
}


/* .smicons div > div{
    padding: 10px !important;
} */

.ispl,
.iscg {
    display: block;
}

.notpl,
.notcg {
    display: none;
}

a {
    outline: 0;
}

#factstable {
    font-size: 18px !important;
    background-color: #fff;
    border-radius: 20px;
}

#factstable.table td,
#factstable.table th {
    padding: 22px 33px;
    font-family: Gotham-light!important;
}

#essential-commodities-product-express-loan p {
    margin-bottom: 10px;
}


/* .timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: -35px;
    bottom: -75px;
    width: 2px;
    background: #231F20;
    left: 9%;
    margin-left: -0.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 18%;
    text-align: right;
}

.timeline .timeline-time .date, .timeline .timeline-time .time {
    display: block;
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px;
    text-align: left;
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 4.05%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 9px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 20px;
    background: red;
    line-height: 10px;
    color: red;
    font-size: 14px;
    border: 1px solid red;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 12%;
    margin-right: 17%;
    background: #fff;
    position: relative;
    border-radius: 6px;
    width: 48%;
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border-right-color: #fff;
    left: -20px;
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username, .timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block
}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}

.timeline-content:after, .timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus, .timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
}

.timeline-likes .stats-right {
    float: right
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-likes .stats-text {
    line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
} */

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.text-danger,
.text-red {
    color: #ff5b57!important;
}

.pad-10 {
    padding-top: 10px !important;
}

.blogs a {
    overflow: hidden;
    font-size: 20px !important;
    color: #000;
    text-decoration: none;
    font-family: 'Gotham-Bold';
    line-height: 30px;
    letter-spacing: 0.4px;
    height: 56px;
    display: block;
}

.row-border-bottom {
    border-bottom: 1px solid #2d353c;
}

.row-border {
    border: 1px solid #2d353c;
}

.tab-border {
    border-top: 0px;
    border-right: 1px solid #2d353c;
    border-bottom: 1px solid #2d353c;
    border-left: 1px solid #2d353c;
}

.row-pad {
    padding-top: 55px;
    padding-bottom: 40px;
}

.tab-blog span {
    color: #A09F9F;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
}

.acc-border {
    border-right: 1px solid #2d353c;
    border-left: 1px solid #2d353c;
}

.download img {
    width: 20px !important;
    padding-bottom: 3px !important;
}

.download {
    font-size: 12px !important;
    align-items: center;
}

.download>div:first-child {
    padding-left: 5px !important;
}

.download a {
    color: #2d353c;
    text-decoration: none;
}

.download a:hover {
    color: #EC2637 !important;
}

#regulation,
#material-events {
    max-height: 500px;
    overflow-y: auto;
}

#regulation::-webkit-scrollbar,
#material-events::-webkit-scrollbar {
    width: 1.5px;
}

#regulation::-webkit-scrollbar-thumb,
#material-events::-webkit-scrollbar-thumb {
    background-color: #EC2637;
    outline: 1px solid slategrey;
    width: 1px;
}

.scroll::-webkit-scrollbar {
    width: 1.5px;
    background: transparent;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #EC2637;
    outline: 1px solid slategrey;
    width: 1px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: -55px;
    bottom: -150px;
    width: 1px;
    background: #231F20;
    left: -30px;
    margin-left: -0.5px;
    z-index: 9;
}

.timeline span::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 8px;
    width: 8px;
    background-color: #EC2637;
    position: absolute;
    left: -35px;
    top: 5px;
    z-index: 10;
}

@-moz-document url-prefix() {
    .timeline span::before {
        display: inline-block;
        content: '';
        -webkit-border-radius: 0.375rem;
        border-radius: 0.375rem;
        height: 6px;
        width: 6px;
        background-color: #EC2637;
        position: absolute;
        left: 1px;
        top: 5px;
    }
    .timeline:before {
        content: '';
        position: absolute;
        top: -30px;
        bottom: -75px;
        width: 2px;
        background: #231F20;
        left: 0px;
        margin-left: -0.5px
    }
    #milestonesHeader {
        padding-left: 4rem !important;
    }
}

.timeline p {
    /* margin-top: -6px; */
    font-size: 15px !important;
    margin-bottom: 35px;
}

.timeline-month p {
    font-size: 15px !important;
}

.timeline {
    min-height: 46px;
}

.highlight {
    color: #E30024 !important;
}

@media only screen and (max-device-width: 900px) {
    .pad-mb {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
    }
    .navbar-brand img {
        width: 115px !important;
    }
    #ProductsSubMenu,
    #weSubMenu,
    #areSubMenu,
    #buildingSubMenu,
    #socialcapitalSubMenu {
        height: auto;
    }
    #Productsmenu>a,
    #wemenu>a,
    #aremenu>a,
    #buildingmenu>a,
    #socialcapitalmenu>a,
    #Loginmenu>a {
        padding: 0px;
        font-size: 16px;
        margin: 5px;
    }
    #ProductsSubMenu .dropdown:hover>.dropdown-menu {
        display: block;
    }
    #headerNav li {
        margin-left: 0px;
    }
    .navbar-toggler {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    #headerUl {
        float: left;
        text-align: left;
    }
    #headerUl .dropdown-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    #headerNav li.show {
        border-bottom: transparent !important;
    }
    #headerUl .dropdown-menu {
        text-align: left;
        height: auto;
    }
    .dropdown-menu {
        border: none !important;
    }
    .dropdown-toggle::after {
        margin-left: 0px;
        border: none;
    }
    #headerNav li.show>a {
        border-bottom: 1px solid #EC2637 !important;
        width: fit-content;
    }
    .header-text,
    .sub-header-text {
        font-family: 'Gotham-Bold';
        font-size: 40px;
        color: #231F20;
    }
    .sub-header-text {
        font-size: 20px !important;
    }
    .header-quotes p,
    .header-quotes span {
        color: #000000;
        font-size: 20px;
        font-family: 'Gotham-Bold' !important;
        margin-bottom: 0px !important;
        letter-spacing: 0.6px;
    }
    .top-quote::before {
        width: 25%;
        content: " ";
        background-image: url(../assets/images/quote1.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 70px !important;
        position: absolute;
        left: -3px;
        top: -36px;
    }
    .bottom-quote::before {
        width: 25%;
        content: "                             ";
        background-image: url(../assets/images/quote2.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 70px !important;
        position: absolute;
        padding-left: 10px;
    }
}

@supports (-ms-accelerator:true) {
    #milestonesHeader {
        padding-left: 2rem;
    }
}

@media screen and (min-width:0\0) {
    #milestonesHeader {
        padding-left: 2rem;
    }
}

.more,
.less {
    color: #EC2637 !important;
    font-size: 15px !important;
    text-decoration: none;
}

.more:hover,
.more:focus {
    text-decoration: none;
}


/* New css  */

.white {
    background-color: #fff !important;
}

.padding-bottom-none {
    padding-bottom: 0;
}

#partnerships {}

#partnerships ul li {
    margin-bottom: 20px;
}


/* #partnerships ul li a{
     font-size: 20px;   
     height: 62px;
     color: #000000;
     border: 1px solid #000000;
     display: table-cell;
     vertical-align: middle;
     margin-bottom: 20px;
     padding: 2px 25px;
     max-width: 378px;
     text-align: center;
}
#partnerships ul li a:hover{
    text-decoration: none;
    background-color: #000;
    color: #fff;
} */

#partnerships .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

#partnerships h6 {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 12px;
}

#partnerships .margin-no-top {
    margin-top: 0;
}

.m-0 {
    margin-bottom: 0;
}

.culture-icon {
    float: left;
    width: 56px;
    margin-right: 10px;
}

.culture-icon img {
    margin-top: 0px;
    max-width: 46px;
    max-height: 54px;
}

.culture-icon.up img {
    margin-top: -10px;
}

.culture-list {
    float: left;
    width: calc(100% - 80px);
}

.culture-list p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 60px;
}

.cults .img-thumbnail {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0;
}

.common-style {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.head-stys {
    width: 345px;
    font-size: 75px;
    line-height: 89px;
    margin-bottom: 10px;
}

.head-stys.w-auto {
    width: auto;
}

.about p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.curved {
    border-radius: 10px;
}

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

.sub-quote {
    font-size: 25px;
    color: #A09F9F;
    line-height: 32px;
    margin-top: 14px;
}

.byd {
    display: block;
    margin-left: 125px;
    margin-top: 20px;
}

.technology-datapoints .card-body {
    padding: 1.25rem 0;
}

.second-header {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-family: Gotham-Bold!important;
    margin-bottom: 0px;
    margin-top: 0px;
}

.second-header.mb-fifty {
    margin-bottom: 50px;
}

.third-header {
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.5px;
    font-family: Gotham-Bold!important;
    margin-bottom: 20px;
    margin-top: 30px;
}

p {
    font-size: 20px;
}

.small-fonts {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.manifesto p {
    margin-bottom: 30px;
}

.single-download {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.single-download img {
    max-width: 27px;
    margin-right: 10px;
}

.single-download a {
    color: #000;
}

.single-download a:hover {
    color: #E30024 !important;
    text-decoration: none;
}

.j-bg-color-grey.pad-70 {
    padding-bottom: 50px;
}

.whole-div {
    margin: 7px;
    padding-right: 30px;
    margin-right: 10px;
}

.border-black {
    border: 1px solid #000;
}

.height-limit {
    max-height: 500px;
    overflow-y: auto;
}

.table-bordered td,
.table-bordered th {
    border: 2px solid #f2f2f3;
}

.udp-class {
    padding-bottom: 20px;
}

.hd-caption h1 {
    margin-bottom: 0;
    font-size: 20px !important;
    padding: 3px 7px;
    /* font-family: Avenir-Next !important; */
    font-family: Gotham-Medium!important;
}

.caption p {
    background-color: transparent;
}

.caption p span {
    background-color: #000;
    display: inline-block;
    padding: 2px 7px;
    font-family: Gotham-light!important;
}

@media only screen and (max-width:768px) {
    .homepage-img {
        height: 320px;
    }
    .onlineInquiry {
        padding-left: 15px;
    }
    .footer-container {
        padding-top: 30px;
    }
    .head-stys {
        font-size: 38px;
        line-height: 42px;
    }
    .bottom-quote {
        position: relative;
        display: inline-block;
    }
    .bottom-quote::before {
        width: 36px;
        right: -17px;
        top: 11px;
    }
    .top-quote::before {
        width: 36px;
        top: 0;
        left: 0px
    }
    .j-bg-color-grey {
        padding-top: 100px;
    }
}


/* =============================technology new css Start============================ */

p {
    font-size: 20px;
    font-family: Gotham-light;
    letter-spacing: 0.4px;
}

.technology-page .new-content-technology h5 {
    font-size: 25px;
    font-family: Gotham-Medium!important;
    margin-bottom: 20px;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.technology-page .new-content-technology p span {
    padding-bottom: 20px;
    font-family: Gotham-Medium!important;
    font-size: 20px;
}

.technology-page .new-content-technology ol {
    padding-left: 20px;
}

.technology-page .new-content-technology ol li {
    line-height: 26px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 18px;
    font-family: Gotham-light!important;
}

.technology-page .new-content-technology h4 {
    padding-bottom: 50px;
    font-family: Gotham-Bold!important;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 0;
}

.technology-page .j-header .technology-p p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.technology-page .technology-p p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 0;
}

.technology-page .technology-p h6 {
    font-size: 20px;
    font-family: Gotham-light;
}

.technology-page .logo-p p {
    padding-left: 125px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.technology-page .technology-p h4 {
    font-family: Gotham-Bold!important;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 40px;
}

.technology-page .technology-p h6 {
    font-family: Gotham-light!important;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.technology-page .technology-p h6.powered {
    font-size: 20px;
}

.technology-page .technology-p h5 {
    font-family: Gotham-Bold!important;
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 34px;
    font-style: unset;
    margin-bottom: 0px;
}

.pd-b-20 {
    padding-bottom: 20px;
}

.pd-b-30 {
    padding-bottom: 30px;
}

.technology-page .philosophy-sec .tech-quote p {
    font-size: 30px;
    line-height: 38px;
}


/* .technology-page .j-header{
    padding-top: 60px;
} */

.technology-page .quote-margin {
    margin-top: 70px!important;
}

.technology-page .hyphen hr {
    margin: 40px 0 50px;
}

.technology-page .j-bg-color-grey {
    padding-bottom: 80px;
}

.technology-page .j-bg-color-white {
    padding-top: 80px;
    padding-bottom: 50px;
}

.technology-page .philosophy-sec p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
}

.technology-page .tech-grey {
    padding-bottom: 80px;
    padding-top: 80px;
}

.technology-page .tech-grey p {
    line-height: 34px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.technology-page .technology-p .techs {
    font-size: 45px;
    line-height: 45px;
    color: #E30024;
    font-style: italic;
    font-family: Gotham-light!important;
    margin-left: 90px;
    margin-top: -10px;
}


/* =============================technology new css End============================ */

.eco-style {}

.eco-style p {
    margin-bottom: 30px;
    font-family: Gotham-BookIta;
    font-size: 18px;
    line-height: 28px;
}

.eco-style .no-bottom-padding {
    margin-bottom: 0;
}

p span.highlight {
    font-family: Gotham-light!important;
}

p span.highlight a {
    font-family: Gotham-light!important;
    color: #E30024 !important;
}

.more-new-link span {
    float: left;
    font-family: Gotham-Medium!important;
}

.more-new-link img {
    float: left;
    margin-left: 8px;
    margin-top: 4px;
}

#board-members .card-body {
    margin-bottom: 52px;
    padding-bottom: 0;
}

.j-bg-color-white.ajust-pxs {
    padding-bottom: 0px;
}

.j-bg-color-grey.btm-adjst {
    padding-bottom: 0px;
}

.j-bg-color-grey.top-ads {
    padding-top: 60px;
}

.nav-tabs {
    border-bottom: transparent;
}

.margin-top-90 {
    margin-top: 90px;
}

#investor-relations-board-tab li a {
    margin-right: 21px !important;
}

#inverstor-relations-board-tabcontent p {
    font-size: 18px;
}

#investor-relations-board-tab li:last-child a {
    margin-right: 0 !important;
}

#inverstor-relations-board-tabcontent h5 {
    font-family: Gotham-Bold!important;
}

#inverstor-relations-board-tabcontent p.sub {
    font-family: Gotham-Book;
}

.margin-top-sm {
    margin-top: 25px;
}

.single-download {
    font-size: 16px;
}

.no-border-ontop {
    border-top: 0;
}

.cont-act h6 {
    font-size: 25px;
    font-family: Gotham-Bold !important;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.cc {
    font-size: 20px;
    color: #E30024;
    font-style: italic;
    font-family: Gotham-light!important;
}

.cc a {
    font-size: 20px;
    color: #E30024;
    font-style: italic;
    font-family: Gotham-light!important;
}

.smicons div a {
    margin-right: 20px;
}

.gi {
    font-style: italic;
}


/* New Style */

.new-highlight {
    background-image: url('../assets/images/clickhere.svg');
    width: 104px;
    height: 23px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-family: Gotham-light;
    text-align: center;
    line-height: 23px;
}

.about .no-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

#address-tabcontent p {
    font-size: 16px;
    line-height: 28px;
}

#address-tabcontent p.mb-50,
#address-tabcontent.mb-50 {
    margin-bottom: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.timeline p,
.timeline-month p {
    font-family: Gotham-Book;
}

.bottom-adjst-lg {
    margin-bottom: 100px;
}

.small-btm {
    padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .timeline:before {
        left: -45px
    }
    .timeline span::before {
        left: -50px;
    }
    .parallelogram {
        margin-left: 25px;
    }
}

.top-djst {
    padding-top: 65px;
}

.video-group h5 {
    font-size: 18px;
    font-family: Gotham-Bold !important;
    line-height: 24px;
}

.video-group p {
    font-size: 18px;
    line-height: 34px;
}

.video-group .card-text:last-child {
    color: #A09F9F;
    font-size: 15px;
    line-height: 18px;
}

.app-page .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.app-page ul {
    margin-bottom: 0;
}

.app-page span.heds {
    margin-bottom: 20px;
    display: block;
}

.app-page .header-text {
    margin-bottom: 30px;
    display: block;
}

.style-of-ul {
    color: #E30024;
    line-height: 28px;
    font-style: italic;
    font-family: Gotham-light!important;
    font-size: 18px;
}

.style-of-ul li {
    font-family: Gotham-light!important;
}

.spacer {
    height: 24px;
}

.partnership-box {
    height: 70px;
    width: 100%;
    border: 1px solid #000000;
    padding-left: 37px;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.box-heading {
    width: 30%;
    float: left;
}

.box-heading h5 {
    font-size: 18px;
    line-height: 29px;
    padding-top: 20px;
}

.box-images {
    width: 70%;
    float: left;
    padding: 8px 35px;
    border-left: 1px solid #000;
}

.box-images img {
    height: 52px;
    margin-right: 15px;
    float: left;
}

.box-images span {
    font-size: 16px;
    font-family: Gotham-Medium!important;
    display: table-cell;
    max-width: 224px;
    line-height: 20px;
    height: 54px;
    vertical-align: middle;
}

.box-images .ajsy {
    height: 30px;
    margin-top: 10px;
}

.thin-border-left {
    padding-left: 16px;
    border-left: 1px solid #707070;
}

.jb-pixels {
    padding-top: 35px;
}

.cont-scocial {
    margin-top: 40px;
}

.top-new h4 {
    margin-bottom: 20px;
}

.top-new p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}

.culture-list h5 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 16px;
    font-family: Gotham-Medium!important;
}

.box-images .make-small {
    height: 44px;
    margin-top: 5px;
}

.right-text {
    float: left;
    padding-right: 16px;
    border-right: 1px solid #707070;
    border-left: 0;
    margin-right: 15px;
    padding-top: 15px;
}

@media only screen and (max-width:768px) {
    .caption {
        bottom: 0;
        left: 0px;
        max-width: 260px;
        padding-left: 0;
        margin-left: 1rem;
    }
    #factstable.table td,
    #factstable.table th {
        padding: 10px 25px;
        font-family: Gotham-light!important;
    }
    .j-bg-color-grey {
        max-width: 100%;
        overflow-x: hidden;
    }
    .app img {
        margin-bottom: 15px;
    }
    .partnership-box {
        height: auto;
        /*padding-bottom: 15px;*/
        padding-left: 15px;
    }
    .box-heading {
        width: 100%;
    }
    .box-images {
        width: 100%;
        padding: 0px;
        border-left: 0;
    }
    .thin-border-left {
        padding-left: 0;
        border: 0;
    }
    .timeline:before {
        left: -5px;
    }
    .timeline span::before {
        left: -10px;
    }
    .pl-sm-5 {
        padding-left: 0 !important;
    }
    .parallelogram {
        margin-left: 17%;
    }
    .mob-imgs {
        width: 280px;
    }
    .technology-page .technology-p .techs {
        font-size: 30px;
        margin-left: 55px;
    }
}

.pagination.newdes {
    display: block;
    text-align: center;
}

.pagination.newdes li {
    display: inline-block;
}

.pagination.newdes li.rouners a {
    width: 40px;
    height: 40px;
    border: 0.75px solid #000000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.pagination.newdes li.dotes a {
    border: 0;
    padding: 0;
    font-weight: 700;
}

.pagination.newdes li:first-child {
    float: left;
}

.pagination.newdes li:first-child a {
    font-size: 18px;
    color: #000;
    border: 0;
    padding-top: 10px;
}

.pagination.newdes li:last-child {
    float: right;
}

.pagination.newdes li:last-child a {
    font-size: 18px;
    color: #000;
    border: 0;
    padding-top: 10px;
}

.pagination.newdes li a.current {
    background-color: #000;
    color: #fff;
}

.podcast-p {
    font-size: 15px;
    line-height: 18px;
    font-family: Gotham-Book;
}

.likes {
    margin-left: 35px;
    margin-top: 10px;
}

.j-bg-color-white.philosophy-sec {
    padding-bottom: 80px;
}

.make-bit-small {
    padding: 7px 0;
}

.eco {
    font-family: Gotham-BookIta;
    font-size: 18px;
}

.accordion-body.collapse.show .border-black {
    border-bottom: 0;
    margin-bottom: -8px;
}

.opacic {
    opacity: 0;
    transition: .5s ease all;
}

.nxt-txt {
    display: inline-block;
    margin-right: 10px;
}

.prev-txt {
    display: inline-block;
    margin-left: 10px;
}

.nxt {
    position: absolute;
    top: 11px;
    left: 10px;
}

.prev {
    position: absolute;
    top: 11px;
    left: 0px;
}


/* =============================Portfolio new css End============================ */

.product-portfolio p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.product-portfolio .top-quote {
    font-size: 30px;
    line-height: 39px;
}

.product-portfolio .top-quote::before {
    left: -19px;
}

.product-portfolio #tab-container .nav-link {
    padding-bottom: 0px;
    line-height: 30px;
    font-family: Gotham-Book;
    font-size: 15px!important;
}

.product-portfolio .hyphen hr {
    margin: 40px 0px 40px;
}

.product-portfolio .mortage-span p {
    font-family: Gotham-Medium!important;
}

.product-portfolio .mortage-span span {
    font-size: 16px;
    display: inline-block;
    font-family: Gotham-light;
    padding-bottom: 30px;
}

.product-portfolio .portfolio-white {
    background-color: #fff;
    padding: 70px 0px 20px 0px;
}

.product-portfolio .j-bg-color-grey {
    padding-bottom: 0px;
}

.product-portfolio .grey-top {
    padding-bottom: 45px;
}

.product-portfolio #loanagainstproperty-tabcontent h6,
.product-portfolio #businessloan-tabcontent h6 {
    font-size: 25px!important;
    line-height: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.product-portfolio .header-quotes p,
.product-portfolio .header-quotes span {
    color: #231f20;
    font-size: 30px;
    font-family: 'Gotham-Bold' !important;
    margin-bottom: 0px !important;
    line-height: 39px;
    position: relative;
}

.product-portfolio .apply-button {
    padding-bottom: 50px;
}

.product-portfolio .apply-button button {
    -webkit-appearance: none;
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 122px;
    height: 35px;
    line-height: 35px;
}

.product-portfolio .documentation-tab ul li p {
    margin-bottom: 0px;
    font-family: Gotham-Book;
}

.product-portfolio .faq-first-tab .accordion-group .accordion-toggle {
    font-size: 15px;
    line-height: 30px;
    font-family: Gotham-Book;
    position: relative;
    width: 100%;
    display: inline-block;
}

.product-portfolio .faq-first-tab .accordion-group .accordion-toggle::after {
    content: '';
    background-image: url(../assets/images/collapse-portfolio.svg);
    position: absolute;
    right: 0px;
    display: inline-block;
    top: 50%;
    transform: translate(0%, -50%) rotate(180deg)
}


/* 
    .product-portfolio .faq-first-tab .accordion-group .accordion-toggle::after{} */

.product-portfolio .faq-first-tab .accordion-group .collapsed.accordion-toggle::after {
    transform: translate(0%, -50%) rotate(0deg)
}

.product-portfolio .faq-first-tab .accordion-group .accordion-opened .accordion-toggle:after {
    transform: translate(0%, -50%) rotate(180deg)
}

.product-portfolio .we-offer-variety h5 {
    font-size: 25px;
    line-height: 34px;
    font-family: Gotham-Medium!important;
}

.product-portfolio .we-offer-variety .we-offer-p p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0px;
    font-family: Gotham-light;
}

.product-portfolio .loan-range p {
    font-family: Gotham-Medium;
}

.product-portfolio .we-offer-variety .we-offer-p {
    padding-bottom: 15px;
}

.product-portfolio .loan-range span {
    font-family: Gotham-light;
}

.product-portfolio #essential-commodities-product-express-loan h6 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-family: Gotham-Medium;
}

.product-portfolio .essential-commodities p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px!important;
    font-family: Gotham-light;
}

.product-portfolio .essential-commodities {
    padding: 30px 15px;
}

.product-portfolio #essential-commodities-product-express-loan h5 {
    font-size: 16px;
    font-family: Gotham-Medium;
    margin-bottom: 20px;
}

.product-portfolio .description .new-p {
    font-family: Gotham-BookIta;
    color: #E30024;
    font-style: 18px!important;
    line-height: 28px;
    letter-spacing: 0.36px;
    margin-bottom: 0px!important;
}

.product-portfolio .description .new-p span {
    font-size: 20px;
    display: list-item;
    border-radius: 90%;
    float: left;
    padding-left: 10p;
    margin-left: 15px;
}

.product-portfolio #bl-documentation ul {
    padding: 0px;
    padding-left: 0px!important;
}

.product-portfolio #bl-documentation ul li {
    list-style: none;
}

#plCategorization .nav-link {
    background-color: transparent !important;
    border: none;
    color: #A09F9F !important;
    font-size: 15px;
    font-family: 'Gotham-Book';
}


/* #tab-container nav {
 *         border-bottom: 1px solid #231F20 !important;
 *             } */

.product-portfolio #plCategorization .nav-link.active {
    color: #000000 !important;
    border-bottom: 1px solid #EC2637;
}

.product-portfolio #plCategorization .nav-link:hover {
    color: #000000 !important;
    border-bottom: 1px solid #EC2637;
}

.product-portfolio #plCategorization>ul>li>a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 35px;
}

.product-portfolio .product-portfolio #plCategorization li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 30px !important;
}

.new-h5 h5 {
    font-size: 30px!important;
    line-height: 38px;
    letter-spacing: 0.5px;
    font-family: Gotham-Bold !important;
}

.third-tab#personalloan-tabcontent h6 {
    font-size: 25px!important;
    line-height: 34px;
    letter-spacing: 0.5px;
}

.product-portfolio .pldatapoints b {
    font-family: Gotham-Medium;
}

.product-portfolio .pldatapoints span {
    font-size: 16px;
}

.product-portfolio .frame {
    height: auto;
}

.product-portfolio .pldatapoints img {
    width: 80px;
}

.medical-loan-class {
    position: relative;
    position: relative;
    padding: 40px 0px 70px;
}

.product-portfolio .j-bg-color-white {
    overflow-x: hidden;
    padding-bottom: 20px;
}

.medical-loan-class::after {
    content: '';
    background-color: #eee;
    position: absolute;
    left: -45%;
    top: 0px;
    width: 170%;
    height: 100%;
    z-index: 1;
}

.medical-loan-class .row {
    position: relative;
    z-index: 4;
}

.product-portfolio .medical-loan-class .pl-types-header {
    font-size: 25px!important;
}

.medical-loan-class button {
    -webkit-appearance: none;
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 122px;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 7;
}

.hand-icon {
    margin-bottom: 20px;
}

.product-portfolio .no-gutters {
    margin-top: 20px;
}

.renovatio-icon {
    width: auto;
}

.product-portfolio #personalloan p {
    letter-spacing: 0.32px;
}

.product-portfolio .medium-p p {
    font-family: Gotham-Medium;
}

.product-portfolio #personalloan {
    padding-bottom: 50px;
}

.product-portfolio .pldatapoints {
    margin-bottom: 45px;
}

.apply-button2 {
    -webkit-appearance: none;
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 122px;
    height: 35px;
    line-height: 35px;
}

.medical-loan-class h6 {
    font-size: 25px;
    line-height: 29px;
}

.product-portfolio .pl-types-header {
    font-size: 25px!important;
    line-height: 29px;
    letter-spacing: 0.5px;
}

.product-portfolio .accordion-group a {
    font-size: 15px;
    line-height: 30px;
    font-family: Gotham-Book;
    position: relative;
    width: 100%;
    display: inline-block;
}

.product-portfolio .p-bottom p {
    padding-bottom: 0px;
}

.product-portfolio .accordion {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .pbl-0 {
        padding-left: 0px;
    }
    .product-portfolio .header-quotes p {
        line-height: 35px;
        font-size: 25px;
    }
    .product-portfolio .top-quote::before {
        left: 0px;
    }
    .product-portfolio .we-offer-variety .we-offer-p p {
        font-size: 16px;
        line-height: 28px;
    }
    .product-portfolio #essential-commodities-product-express-loan h5 {
        margin-bottom: 0px;
    }
}


/* 
======================== */

.technology-page .tech-grey button {
    background-color: #000;
    color: #fff;
    border: 0;
    -webkit-appearance: none;
    width: 142px;
    height: 35px;
    line-height: 35px;
}

.download-playstore {
    padding: 0px;
    display: flex;
}

.download-playstore li {
    margin-right: 17px;
    list-style: none;
}

.download-playstore li img {
    width: auto;
}

.technology-page .technology-p span {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    padding-top: 30px;
    padding-bottom: 15px;
}

#factstable {
    border-top-left-radius: 0px;
}

.current-metrics-img {
    width: 144px;
    height: 28px;
    margin-bottom: -2px;
}

.about ul {
    padding: 0px;
    display: table;
    margin: auto;
    padding-top: 15px;
}

.about ul li {
    width: 150px;
    float: left;
    list-style: none;
    margin-right: 15px;
}

.about ul li img {
    width: 100%;
}

.kamalgupta {
    width: 261px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px 13px;
}

.kamalgupta h6 {
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.26px;
    font-family: Gotham-BookIta!important;
}

.kamalgupta h1 {
    display: inline-block;
    font-size: 18px!important;
    padding: 0px;
}

.kamalgupta p {
    font-size: 15px;
    font-family: Gotham-light;
    line-height: 18px;
    word-break: break-word;
    white-space: pre-line;
    margin-bottom: 0px;
    max-width: 100%;
}

.kamalgupta img {
    position: absolute;
    top: 7px;
    right: 5px;
}

.product-portfolio .pldatapoints img {
    width: 80px;
}

.product-portfolio .pldatapoints span {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .kamalgupta {
        width: 100%;
    }
    .kamalgupta p {
        white-space: inherit;
        width: 100%;
    }
}

.first {
    width: 42%;
}


/* ================covid-faq=============== */

.covid19-faqs .covid-detail h4 {
    font-size: 30px!important;
    line-height: 38px;
    letter-spacing: 0.5px;
}

.covid19-faqs .covid-detail p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
}

.covid19-faqs .faq-first-tab .accordion-group .accordion-toggle::after {
    content: '';
    background-image: url(../assets/images/collapse-portfolio.svg);
    position: absolute;
    right: 0px;
    display: inline-block;
    top: 20px;
    transform: translate(0%, -50%) rotate(0deg);
    background-size: 90%;
    background-repeat: no-repeat;
    height: 18px;
    background-position: 0px 2px;
}

.covid19-faqs .faq-first-tab .accordion-group .accordion-opened .accordion-toggle:after {
    transform: translate(0%, -50%) rotate(180deg);
}

.covid19-faqs .faq-first-tab .accordion-group p {
    font-size: 12px !important;
    margin-bottom: 10px;
    font-family: 'Gotham-Book';
}

.covid19-faqs .faq-first-tab .accordion-group .accordion-toggle {
    line-height: 30px;
    width: 100%;
    display: inline-block;
}

.covid19-faqs .faq-first-tab .accordion-group .accordion-inner {
    margin-top: 7px;
}

.covid19-faqs .faq-first-tab .accordion-group {
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .covid19-faqs .tab-covid-top {
        margin-top: 60px;
    }
    .covid19-faqs .covid-detail h4 {
        font-size: 25px!important;
        line-height: 35px;
    }
}

.cults img {
    margin-bottom: 30px;
}

.collapsing {
    transition-duration: .45s;
}

ul.vision-mission li:first-child {
    width: 130px;
    padding-top: 10px;
}

ul.vision-mission li:nth-child(2) {
    width: 173px;
}

ul.vision-mission li:nth-child(3) {
    width: 143px;
    padding-top: 15px;
}

@media only screen and (min-width: 991px) {
    .width-makers {
        width: 202px;
        float: right;
    }
}


/* .dropdown-menu{
              background:transparent;
          } */

.technology-datapoints img.five {
    width: 69px;
    height: 57px;
}

.technology-datapoints img.four {
    width: 85px;
    height: 54px;
}

.technology-datapoints img.three {
    width: 79px;
    height: 62px;
}

.technology-datapoints img.two {
    width: 74px;
    height: 73px;
}

.technology-datapoints img.one {
    width: 67px;
    height: 67px;
}

.video-height {
    height: 315px;
}

.investor p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.investor h2 {
    font-size: 30px !important;
    font-family: Gotham-Bold !important;
    letter-spacing: 0.6px;
    line-height: 38px;
    margin-bottom: 50px;
}

.investor h3 {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-family: Gotham-medium !important;
    margin-bottom: 20px;
}

.investor ul {
    list-style: disc;
    padding-left: 15px;
}

.investor ul li {
    margin-bottom: 5px;
}

.before-footer h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.before-footer p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.before-footer .hyphen hr {
    margin: 20px 0;
}

.small-padding {
    padding-top: 50px;
}

.wrapper {
    background: url('../assets/images/bg-phat.svg');
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
    overflow: hidden;
}

.ph-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
}

.ph-logo svg {
    margin-left: 225px;
    margin-top: -100px;
}

@media only screen and (max-width: 768px) {
    #headerNav li.show,
    #headerNav li:hover {
        border-bottom: none;
    }
    #headerNav li.show>a,
    #headerNav li:hover>a {
        display: inline-block;
        border-bottom: 1px solid #EC2637;
    }
    .product-portfolio .faq-first-tab .accordion-group .accordion-toggle {
        padding-right: 30px;
    }
    .dropdown-menu {
        padding-left: 0;
        padding-top: 10px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        padding: 0;
    }
    .dropdown-item {
        padding-left: 5px !important;
    }
    .ajst.bottom-quote::before {
        right: -17px;
    }
    .kn-cc .row-pad {
        padding-top: 0;
        padding-bottom: 0;
    }
    .kn-cc .tab-blog {
        margin-top: 30px;
    }
    .kn-cc .tab-blog span {
        margin-bottom: 30px;
    }
    .kn-cc .likes {
        margin-bottom: 30px;
    }
    .kn-cc #reports a {
        margin-top: 30px;
    }
    .header-quotes p {
        display: inline;
    }
    .video-height {
        height: auto;
    }
    .mob-mb {
        margin-bottom: 20px;
    }
    .mob-mt-0 {
        margin-top: 0 !important;
    }
    .media-adjust p {
        margin-bottom: 5px;
        margin-top: 25px;
    }
    .media-adjust p.first {
        margin-top: 0;
    }
    .sub-quote {
        font-size: 18px;
        padding-left: 15px;
    }
    .ph-logo svg {
        margin-left: 0;
        margin-top: 0;
    }
    .blogs a {
        height: auto;
    }
    .accordion-inner {
        padding-right: 30px;
    }
    .product-portfolio .pldatapoints span {
        margin-bottom: 20px;
        display: block;
    }
    .medical-loan-class {
        padding: 1px 0;
        padding-bottom: 50px;
    }
    /* .my-mobile-scroll{
                overflow-x: auto;

            }

            .my-mobile-scroll ul{
                width: 640px;
                height: 48px !important;
            } */
}

.investor ul.letting {
    padding-left: 0;
    padding-top: 30px;
}

.request {
    background-color: #000;
    color: #fff;
    padding: 7px 15px;
}

.request:hover {
    color: #fff;
}

.general {
    background-color: transparent;
    color: #000000;
    padding: 7px 15px;
    border: 1px solid #000;
    transition: .5s ease all;
}

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

.navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
}


/* ================ */

.businesses-banner {
    background-image: url(../images/business.jpg);
    height: 558px;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog2 {
    background-image: url(../images/loans.png);
    height: 558px;
    background-repeat: no-repeat;
    background-size: cover;
}

.businesses-banner-content {
    position: relative;
    height: 558px;
}

.businesses-banner-content h1 {
    font-size: 72px;
    line-height: 80px;
    color: #FFFFFF;
    font-family: Gotham-Bold;
    position: absolute;
    bottom: 30px;
}

.businesses-detail {
    padding: 60px 0px 70px 0px;
}

.social-icons ul {
    padding: 0px;
    float: right
}

.social-icons ul li {
    float: left;
}

.social-media-left {
    float: left;
    margin-right: 30px;
}

.social-media-left img {
    width: 109px;
    height: 109px;
}

.social-media-right h5 {
    font-family: Gotham-MediumIta!important;
}

.social-media-right h6 {
    font-family: Gotham-Book!important;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
}

.social-media-right {
    height: 109px;
    align-items: center;
    vertical-align: middle;
    display: table-cell;
}

.middle-img img {
    width: 100%;
}

.black-color {
    padding: 0px;
    display: table;
    margin: 50px auto;
    position: relative;
}

.black-color::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #000;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.black-color li {
    list-style: none;
    float: left;
    width: 159px;
    height: 159px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 100px;
    position: relative;
    z-index: 2;
}

.black-color li h5 {
    color: #fff;
    text-align: center;
    line-height: 159px;
}

.top-detail {
    margin: 0px auto 50px;
}

.businesses-new h4 {
    font-size: 30px;
    line-height: 49px;
    color: #000000;
    font-family: Gotham-Bold!important;
}

.businesses-new h6 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.6px;
    font-family: Gotham-Book!important;
}

.middle-img {
    margin-bottom: 50px;
    margin-top: 50px;
}

.social-icons ul li img {
    width: 25px;
}

.social-icons ul li a {
    cursor: pointer;
}

.social-icons-footer ul li img {
    width: 25px;
}

.social-icons-footer ul li a {
    cursor: pointer;
}

.businesses-new p a {
    color: #E30024;
    font-style: italic;
}

.businesses-new p span {
    display: inline-block;
    font-family: Gotham-Medium!important;
}

.social-icons ul {
    padding: 0px;
    margin-bottom: 0px;
    height: 109px;
    align-items: center;
    vertical-align: middle;
    display: flex;
}

.social-icons ul li {
    list-style: none;
    margin-right: 20px;
}

.social-icons ul li p {
    margin-bottom: 0px;
}

.social-icons-footer ul {
    padding: 0px;
    float: left;
}

.social-icons-footer ul li {
    float: left;
}

.social-icons-footer ul {
    padding: 0px;
    margin-bottom: 0px;
    height: 109px;
    align-items: center;
    vertical-align: middle;
    display: flex;
}

.social-icons-footer ul li {
    list-style: none;
    margin-right: 20px;
}

.social-icons-footer ul li p {
    margin-bottom: 0px;
}

.businesses-new p {
    line-height: 34px;
    font-family: Gotham-light!important;
}

@media only screen and (max-width: 767px) {
    .businesses-banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .businesses-banner {
        background-position: bottom;
    }
    .blog2 {
        background-image: url(../images/loan_mob.png);
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .businesses-detail {
        padding: 20px 0px 10px 0px;
    }
    .social-media-left img {
        width: 89px;
        height: 89px;
    }
    .social-media-right {
        height: 89px;
    }
    .social-icons {
        float: left;
    }
    .top-detail {
        margin: 0px auto 10px;
    }
    .social-icons ul {
        height: 60px;
        display: block;
        margin: 27px 0px;
    }
    .social-icons ul li:first-child {
        width: 100%;
        display: block;
    }
    .black-color {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
    .black-color li {
        width: 95px;
        height: 95px;
        margin-right: 11px;
    }
    .black-color li h5 {
        height: 95px;
        line-height: 95px;
        font-size: 14px;
        text-transform: capitalize;
    }
    .middle-img {
        margin-bottom: 11px;
        margin-top: 30px;
    }
    .middle-img img {
        margin-bottom: 20px;
    }
    .businesses-new h6 {
        font-size: 26px;
        line-height: 34px;
    }
    .businesses-new h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .social-icons-footer ul {
        display: block;
    }
    .social-icons-footer ul li:first-child {
        width: 100%;
    }
}


/* =======================Partnership Form New Section====================== */

.partnership-form {
    background-color: #F4F4F4;
    padding: 50px 0px 89px 0px;
}

.partnership-form h3 {
    color: #231f20;
    font-size: 30px;
    font-family: 'Gotham-Bold' !important;
    line-height: 39px;
    position: relative;
    margin-bottom: 50px;
}

.check-box-custom .form-group label {
    position: relative;
    cursor: pointer;
    line-height: 29px;
}

.check-box-custom {
    margin-bottom: 30px;
}

.check-box-custom .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check-box-custom .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    width: 29px;
    height: 29px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 50%;
}

.check-box-custom .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    border: solid #000000;
    /* border-width: 0 1px 1px 0; */
    /* transform: rotate(45deg); */
    background-color: #000;
    border-radius: 50%;
}

.check-box-custom .form-group {
    display: block;
    margin-bottom: 15px;
}

.input-form-section input {
    width: 100%;
    border: 1px solid #000000;
    height: 45px;
    background-color: transparent;
    margin-bottom: 30px;
    font-size: 14px;
    padding-left: 15px;
}

.input-form-section input::placeholder {
    color: #D6D6D6;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 15px;
    font-family: Gotham-Book;
    padding-left: 10px;
}

.input-form-section label {
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0.32px;
    display: block;
    font-family: Gotham-Medium;
}

.input-form-section label span {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.24px;
    font-family: Gotham-Book;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.input-form-section .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    border: 1px solid #000000;
    height: 45px;
    margin-bottom: 30px;
    font-size: 14px;
}

.input-form-section .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 8px 15px;
    color: #000;
}

.input-form-section .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    /* border-color: #000 transparent transparent transparent; */
    position: absolute;
    top: 15px;
    right: 17px;
    width: 10px;
    height: 10px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}


/* .input-form-section .select-styled:hover {
    background-color: #b83729;
  }
  .input-form-section .select-styled:active, .select-styled.active {
    background-color: #ab3326;
  } */

.input-form-section .select-styled:active:after,
.select-styled.active:after {
    border-color: #000;
}

.input-form-section .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #efefef;
    box-shadow: 1px -1px 3px #eeee;
    border: 1px solid #0000001f;
}

.input-form-section .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #0000001f;
    color: #000;
    font-family: Gotham-Book;
    font-size: 14px;
}

.input-form-section .select-options li:hover {
    color: #c0392b;
    background: #fff;
}

.input-form-section .select-options li[rel=hide] {
    display: none;
}

.input-form-section textarea {
    width: 100%;
    border: 1px solid #000000;
    background-color: transparent;
    font-size: 14px;
}

.input-form-section .form-group {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .contact-button a {
        width: 100%;
        font-size: 12px;
    }
    .addr-card .col-md-4 {
        margin-bottom: 26px;
    }
    .input-form-section input {
        margin-bottom: 20px;
    }
    .input-form-section .select {
        margin-bottom: 20px;
    }
    .check-box-custom {
        margin-bottom: 20px;
    }
}

input#submitButton {
    background-color: #000;
    color: #fff;
    display: inline-block;
    border: 0;
    border-radius: 0px;
    padding: 7px 16px 5px;
}


/* =======================Partnership Form New Section====================== */

.new-ports img {
    margin-bottom: 25px;
    margin-top: 100px;
}

.new-ports a p {
    color: #000000;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.32px;
    font-family: Gotham-Book;
}

@media screen and (max-width:768px) {
    .new-ports img {
        margin-bottom: 15px;
        margin-top: 45px;
    }
}

.career-life>ul>li>p {
    font-size: 16px !important;
}

.career-life>ol>li>p {
    font-size: 16px !important;
}

.career-life>ol>li>ol>li>p {
    font-size: 16px !important;
}

.addr-content {
    background-color: #F4F4F4;
    height: 100%;
    padding: 44px 10px;
    box-shadow: 4px 4px 14px #00000029;
}

.addr-content p {
    font-size: 16px;
    text-align: center;
}

.addr-content h5 {
    text-align: center;
}

.addr-card .col-md-4 {
    margin-bottom: 26px;
}

.disclaimer em {
    font-size: 11px;
}


/*------- slider CSS --------*/

.swiper-container {
    width: 100%;
    height: 80vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.homepage-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#slider2 {
    background-image: url(../assets/images/slider2.png);
}

#slider3 {
    background-image: url(../assets/images/slider3.png);
}

#slider4 {
    background-image: url(../assets/images/slider4.png);
}

#slider5 {
    background-image: url(../assets/images/slider5.png);
}

#slider1 {
    background-image: url(../assets/images/slider1.png);
    position: relative;
}


/*
Adding new slider image
*/

#slider6 {
    background-image: url(../assets/images/slider6_high.jpg);
    background-size: 90% 100%;
}

@media (max-width: 576px) {
    #slider6 {
        background-image: url(../assets/images/slider6_mob.jpg);
        background-size: 85% 100%;
    }
}

#slider5 .position-relative {
    position: relative;
    margin-left: auto;
    align-items: flex-end;
    bottom: 100px;
}

.absoluteBox {
    position: absolute;
    background-color: rgba(0 0 0 / 80%);
    color: #fff;
    text-align: left;
    padding: 40px;
    width: 90%;
    right: 0;
}

.absoluteBox p:first-child {
    font-size: 30px;
}

.absoluteBox p:first-child span {
    font-weight: 600;
}

.absoluteBox p.text-end {
    text-align: right;
}

#slider1:after {
    clip-path: polygon(58% 0, 100% 100%, 0% 100%, 0% 0%);
    content: '';
    position: absolute;
    background-color: rgb(229 0 38);
    width: 65%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: multiply;
}

.homepage-img .container {
    height: 100%;
}

.slider_content {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 3;
    flex-wrap: wrap;
    align-content: center;
}

.slider_content h2 {
    z-index: 1;
    text-align: left;
    font-style: italic;
    font-family: 'Gotham-light' !important;
    width: 100%;
}

.slider_content h2 strong {
    font-style: normal;
}

.slider_content a {
    display: inline-block;
    z-index: 1;
    margin-top: 30px;
    background-color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    color: #121212;
    font-family: 'Gotham-Medium' !important;
}

.slider_content img {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.fontBold {
    width: 100%;
}

.fontBold h2 {
    font-family: 'Gotham-Bold' !important;
    font-style: normal;
    font-size: 45px;
    line-height: 65px;
}

.alignTop {
    align-content: baseline;
    margin-top: 100px;
}

.alignTop h2 {
    color: #000 !important;
    font-size: 55px;
}

.alignTop a {
    background-color: #000;
    color: #fff;
}

.alignright {
    width: 50%;
    margin-left: auto;
}

.alignright h2 {
    text-shadow: 0 6px 12px #0000008E;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-color: #fff;
    font-size: 15px;
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgb(0 0 0);
}


/*------- ombudsman Page CSS --------*/

.listTitle {
    margin-bottom: 40px;
    width: 100%;
}

.listTitle li a.active,
.listTitle li a:hover {
    border-color: #fff #fff #EC2637 #fff !important;
    color: #000 !important;
}

.listTitle li a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
    color: #A09F9F !important;
    font-size: 15px;
    font-family: 'Gotham-Book';
    border: 1px solid #fff !important;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
    .partnership-box {
        height: 100%;
        min-height: 70px;
    }
    .box-images a {
        margin: 10px 0;
        display: inline-block;
    }
    .box-images img {
        object-fit: contain;
    }
}

@media only screen and (max-width: 991px) {
    .slider_content h2 {
        font-size: 30px !important;
        line-height: 40px;
    }
    .homepage-img {
        height: 500px;
    }
    .slider_content img {
        width: 200px;
    }
    .absoluteBox {
        width: 100%;
        padding: 25px;
    }
    .absoluteBox p:first-child {
        font-size: 24px;
    }
    #slider5 .position-relative {
        bottom: auto;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content {
        width: 100% !important;
    }
    .slider_content h2 {
        font-size: 24px !important;
    }
    .alignTop {
        margin-top: 0;
    }
    .slider_content img {
        display: none;
    }
    .alignright {
        width: 50% !important;
    }
    #slider1 .slider_content {
        align-content: flex-end;
        padding-bottom: 25px;
        width: 50% !important;
    }
    #slider1 .slider_content h2,
    #slider4 .slider_content h2 {
        text-shadow: 0px 1.5px 2px #000000;
    }
    #slider5 .position-relative {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .absoluteBox {
        position: relative;
        padding: 18px;
    }
    .absoluteBox p:first-child {
        font-size: 18px;
    }
    .slider_content .absoluteBox a {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    #slider1 .slider_content,
    #slider4 .slider_content {
        width: 100% !important;
    }
    #slider1 .slider_content h2 {
        line-height: 30px;
        font-size: 20px !important;
    }
    #slider2 .slider_content {
        align-content: flex-start;
        padding-top: 35px;
    }
    #slider4 {
        background-position: left;
    }
    #slider4 .slider_content {
        align-content: flex-end;
        padding: 0 35px 25px 35px;
    }
    #slider5 {
        background-position: 20%;
    }
    .absoluteBox p:first-child {
        font-size: 16px;
    }
    ul.list-unstyled.whole-div {
        overflow: auto;
    }
    .single-download {
        overflow: unset;
    }
}

.product_list {
    padding: 1rem 0;
}

@media (max-width:576px) {
    .product_list {
        padding: 0;
    }
    .product_list p {
        max-width: 180px;
    }
}

.product_list p {
    color: #000000;
    max-width: 230px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.32px;
    font-family: Gotham-Book;
}

.EMI_img {
    height: 180px;
    background-image: url(../assets/images/CalculatorSVG/CalculatorNew.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eaeaea;
}

.countToNumber1 {
    padding-left: 3rem;
}

.business-features ul li{
    font-size: 1rem;
}

.home_locateus{
    background: #eee;
}

.business-features .card_item {
    min-height: 255px;
}

.home_customers_numbers h3{
    font-weight: 900;
}

@media (max-width:576px) {
    .EMI_img {
        height: 150px;
        background-size: 100% 100%;
        background-image: url(../assets/images/CalculatorSVG/Calculator.jpg);
    }
    .countToNumber1 {
        padding-left: 0;
    }
    .business-features .card_item{
        padding: 1rem 0 !important;
    }
    .business-features .card_item .card_text{
        padding: 1rem 0 !important;
    }
    .card_bottom{
        margin-top:1rem !important ;
    }
}

@media (min-width:900px) {
    .navbar-brand {
        margin-left: 8.4rem;
    }
    .navbar-nav {
        margin-right: 3rem;
    }
}