
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
}
/*------------------
#Home page
--------------------------*/


/*-----------------------------------------------------------------------
#slider
------------------------------------------------------------------*/
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
  left:0;
  height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
  font-size: 45px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 121%;
    letter-spacing: -1.5px;
    font-weight: 600;

}
#myCarousel p{
  font-size:18px;
  margin-bottom:15px;
  color:#d5d5d5;
}
#myCarousel .carousel-item a{
  background:#49b858;
  font-size:18px;
  color:#FFF; 
  padding:13px 32px;
  display:inline-block;    
   border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
#myCarousel .carousel-item a:hover{background:#3e974a; text-decoration:none;  }


#myCarousel .carousel-item .knowmore{
  background:#49b858;
  font-size:18px;
  color:#FFF;
   padding:13px 32px; 
   display:inline-block;  
   border-radius: 25px;
  margin-left: 36px;
  text-transform: uppercase;
  font-weight: 600;
   }
#myCarousel .carousel-item .knowmore:hover{
  background:#3e974a;
   text-decoration:none; 
 }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;color: black;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;color: black;text-align: justify;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:664px; }
#myCarousel{position:relative; z-index:1;background-color: #ffffff; background-size:cover; }

@media (min-width:1281px){
   #myCarousel .carousel-item{
    height:100%;
     min-height:600px; 
   }
}

@media only screen and (max-width:767px) {
#myCarousel h4{
  font-size:30px;
}
#myCarousel .carousel-item{
        min-height:913px;
   }
   #myCarousel .carousel-item .knowmore{
    margin-left: -3px;
   }
}

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.banner-container{
background-color: 
}
.header-info{
  padding: 0px 40px 40px 40px;
}

/*----------------------------------------------
#sevices  for laptop view 
------------------------------------------------*/
@media (min-width:1281px){
  .services-image img{
   width: 100%;
  }
}

@media (min-width:1024px) {
   .services-image img{
   width: 100%;
  }
}
 .services-image{
  padding-top: 60px;
 }


@media only screen and (max-width:768px){
  .services-timeline{
    display:none;
  }
}

.main-timeline3{
  padding-top:100px;
}
 .timeline{
   margin-top: -100px;
}

.main-timeline3 .timeline-content {
    width:85%;
    padding: 30px 0px 70px 0px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
}

.main-timeline3 .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%)
}
.subtitle{
  font-size: 23px;
  color: black;
}


.main-timeline3 .title {
    font-size: 30px;
    font-weight: 700;
    color:#49b858;
    margin: 0 0 10px
}

.main-timeline3 .description {
    font-size:20px;
    color: #767676;
    line-height: 24px;
    margin: 0
}

.main-timeline3 a.main-button-slider {
    font-size: 17px;
    border-radius: 25px;
    padding: 15px 25px;
  background-color:#f26f21;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 40px rgb(0 0 0 / 15%);
}

.main-timeline3 a.main-button-slider:hover {
  background-color: #f1556a;
}

.main-timeline3 a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-timeline3 a.main-button:hover {
  background-color: #f1556a;
} 
.timeline-button{
  padding-top:35px;
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
    float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
}


@media only screen and (max-width:1199px) {
       .main-timeline3 .timeline-content:before {
        left: -18%
    }
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .main-timeline3 .timeline {
        margin-top: -127px
    }
    .main-timeline3 .timeline-content:before {
        left: -2%
    }
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%
    }
}


/*----------------------------------------------
#sevices  for Mobile  view 
------------------------------------------------*/
@media (min-width:801px){
  .mobile-section{
    display:none;
  }
}

@media (min-width:1025px){
  .mobile-section{
    display:none;
  }
}


@media only screen and (max-width:990px) {}


@media only screen and (max-width:767px){
  .services-timeline{
    display:none;
  }
}

.mobileview-main-timeline3  .timeline:first-child {
    margin-top: 0
}

.mobileview-main-timeline3  .timeline-icon,
.mobileview-main-timeline3 .year {
    margin: auto;
/*    position: absolute;*/
    top: 0;
   /* left: 0;*/
    bottom: 0;
    right: 0
}

.mobileview-main-timeline3  .timeline:after,
.mobileview-main-timeline3  .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.mobileview-main-timeline3  .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
  /*  position: absolute;*/
    top: 0;
    right: 0;
    z-index: 2
}

.mobileview-main-timeline3  .timeline-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    z-index: 1;
    transform: rotate(45deg)
}

.mobileview-main-timeline3 .year {
    display: block;
    width: 158px;
    height: 158px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    transform: rotate(-45deg)
}

.mobileview-main-timeline3  .timeline-content {
     width:100%;
    padding: 30px 0px 80px 0px;
    margin: 50px 0;
    z-index: 1;
    position: relative
}

.mobileview-main-timeline3  .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%)
}

.mobileview-main-timeline3 .title {
  font-size: 20px;
    font-weight: 700;
    color:#49b858;
    margin: 0 0 10px
}
.mobileview-main-timeline3 .subtitle{
  font-size: 20px;
  color: black;
}
.mobileview-main-timeline3 .description {
    font-size:20px;
    color: #767676;
    line-height: 24px;
    margin: 0
}
.mobileview-main-timeline3 a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 10px 25px;
  background-color:#f26f21;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobileview-main-timeline3 a.main-button-slider:hover {
  background-color: #f1556a;
}

.mobileview-main-timeline3 a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobileview-main-timeline3 a.main-button:hover {
  background-color: #f1556a;
} 
.mobileview-main-timeline3  .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);

}

.mobileview-main-timeline3  .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
    color: #e97e2e
}

.mobileview-main-timeline3 .timeline:nth-child(2n) .timeline-content {
    float: left
}

.mobileview-main-timeline3  .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.mobileview-main-timeline3 .timeline:nth-child(2n) .timeline-content,
.mobileview-main-timeline3  .timeline:nth-child(2n) .timeline-content:before {
    
}

.mobileview-main-timeline3  .timeline:nth-child(3n) .timeline-icon {
    
}

.mobileview-main-timeline3  .timeline:nth-child(3n) .year {
    
}

.mobileview-main-timeline3 .timeline:nth-child(3n) .timeline-content,
.mobileview-main-timeline3  .timeline:nth-child(3n) .timeline-content:before {
    
}

.mobileview-main-timeline3 .timeline:nth-child(4n) .timeline-icon {
    
}

.mobileview-main-timeline3  .timeline:nth-child(4n) .year {
    
}

.mobileview-main-timeline3  .timeline:nth-child(4n) .timeline-content,
.mobileview-main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
    
}

@media only screen and (max-width:1199px) {
    .mobileview-main-timeline3  .timeline {
        margin-top: -103px
    }
    .mobileview-main-timeline3  .timeline-content:before {
        left: -18%
    }
  .mobileview-main-timeline3  .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .mobileview-main-timeline3  .timeline {
        margin-top: -127px
    }
    .mobileview-main-timeline3  .timeline-content:before {
        left: -2%
    }
    .mobileview-main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%
    }
}

@media only screen and (max-width:767px) {
    .mobileview-main-timeline3  .timeline {
        margin-top: 0;
        overflow: hidden
    }
    .mobileview-main-timeline3 .timeline:before,
    .mobileview-main-timeline3 .timeline:nth-child(2n):before {
        box-shadow: none
    }
    .mobileview-main-timeline3  .timeline-icon,
    .mobileview-main-timeline3  .timeline:nth-child(2n) .timeline-icon {
        position: relative;
        transform: rotate(135deg)
    }
    .mobileview-main-timeline3  .timeline:nth-child(2n) .year,
    .mobileview-main-timeline3  .year {
        transform: rotate(-135deg)
    }
    .mobileview-main-timeline3 .timeline-content,
    .mobileview-main-timeline3  .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto
    }
    .mobileview-main-timeline3  .timeline-content:before,
    .mobileview-main-timeline3  .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0)
    }
}

/*-------------------------------------------------
#strategic-alliance
------------------------------------*/

.strategic-alliance{
     padding: 64px 0px 64px 0px;
}
.strategic-alliance h1{
  text-align: center;
  font-size: 33px;
}
.customer-logos{
/* padding: 50px 150px 0px 150px;*/

}
.customer-logos img{
  width:80%;
 }
@media only screen and (max-width:767px) {
  .customer-logos{
 padding: 0px 40px 0px 40px;

}
  .customer-logos img{
  width:80%;
 }
}
/*--------------------------------------------------
#why choose us 
----------------------------------------------------*/
@media only screen and (max-width:767px){
  .why-choose-us{
 margin-top: -100px;
}
}
.why-choose-us{
  background-color:#ffffff;
}
.y-us-section {
    padding: 82px 0 82px;
}
.y-us-head {
    margin: 0 0 50px;
}
.y-us-title h2 {
    color: #000;
    font-size:38px;
    font-weight: bold;
    padding-bottom:10px;
   }
.y-us-title h4 {
    color: #000;
    padding-bottom: 10px;
   }
.y-us-title > p {
    color: #777777;
    line-height:34px;
    font-size:20px;
}
.service-3 .service-box {
    margin-bottom:50px;
}
.service-3 .service-box .iconset {
   float: left;
   width: 19%;
}
.service-3 .service-box .iconset i {
    color: #1c5485;
    font-size: 46px;
    background-color: #fff;
    box-shadow: -1.216px 6.894px 15px 0px rgb(0 0 0 / 7%);
    border-radius: 100%;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
@media only screen and (max-width:767px) {
.service-3 .service-box .y-us-content {
    float: left;
    padding-left: 22px;
    width: 75%;
}
}
.service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 25px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 22px;
    margin: 0px 0 12px;
}
@media only screen and (max-width:768px){
  .service-3 .service-box .y-us-content h4{
    font-size: 18px;
  }
}
.service-3 .service-box .y-us-content p {
    color: #000000;
    font-size: 18px;
   /* font-weight: 300;*/
    line-height: 24px;
}

.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.why-choose-banner{

}

/*---------------------------------------------
#mobile app
-----------------------------------------------------*/
.moneypro-app-section {
    padding: 2px 0 82px;
}
.moneypro-app-head {
    margin:70px 0 0px;
}
.moneypro-app-title h2 {
    color: #000;
    font-size:34px;
    font-weight: bold;
   padding-bottom:30px;
}
.moneypro-app-title h4 {
    color: #000;
    padding-bottom: 10px;
   }
.moneypro-app-title > p {
    color: #777777;
    line-height: 22px;
    font-size: 17px;
}
.center-heading h2{
   text-align:center;
   color:#000000;
   font-size:40px;
   font-weight: bold;
}
hr{
 top: 10px;
}
.we-are-growing img{
 width: 100%;
 padding-bottom: 40px;
}
/* ------------------------------------------------------------------
COUNTER SECTION
--------------------------------------------------------------------- */
.stats-items i{
color: #020202;
}
.stats-items h2 , h4 {
color: #020202;
}
.stats-items h4 {
color: #020202;
}

.stat{
  padding: 30px 0px 40px 0px;
  background-color: #ffffff;
}
.stat i{
font-size:50px;
}
.stats-items h2{
  font-size:30px;
  font-weight: bold;
  color:#f36f21;
}
.stats-items p{
font-weight: bold;
letter-spacing: 1px;

}
.stat h1{
padding: 0px 0px 40px 0px;
font-size: 33px;
}
.stat p{
font-size:17px;
text-align: center;

}
.footer-info{
  padding-top:20px;
}

.footer a{
  color:#464646;
}
/*----------------------------------------
#services
-----------------------------------------*/
.theme-text {
  color: #474af0;
}

.features .card-img-top {
  /*height: 200px;*/
  padding-left:20px;
  width: 24%;
  color: #000;
}
.features .card {
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
  padding: 20px 10px 20px 10px;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 10%);
}
.features .card:hover {
  color: #fff;
  transition: all .4s ease;
}
.features .card::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0%;
 background-image: linear-gradient(to right, #1e70b8 , #2a7fc9);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  color: #fff;
  transition: all .6s ease;
}
.features .card:hover::before {
  left: 0%;
  color: #fff;
}
.features .card-body h3 {
  font-size: 18px;
  font-weight:bold;
}

/*---------------------------------------------------
#leadership
-----------------------------------------------------*/

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#team{
  padding-bottom: 100px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
}

#team .card-team {
    border: none;
    background: #ffffff;
}
.frontside .card-team,
.backside .card-team {
    min-height: 312px;
}

.backside .card-team a {
    font-size: 18px;
    color: #007b5e !important;
}

#team .card-text  p{
  font-size: 18px;
}
.frontside .card-team .card-title,
.backside .card-team .card-title {
    color: #000!important;
    font-size: 23px;
}

.frontside .card-team .card-body img {
    width:100%; 
    border-radius: 50%;
}


/*----------------------------------------------
#banking services
------------------------------------------------*/
.banking-main-services .banking-content {
    padding: 30px 0px 80px 0px;
    margin: 50px 0;
    z-index: 1;
    position: relative
}

.subtitle{
  font-size: 23px;
  color: black;
}


.banking-main-services .title {
   font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0px 0px 30px;
}


.banking-main-services .description {
    font-size:20px;
    color: #4b4a4a;
    line-height: 24px;
    margin: 0;
    width: 90%;
}

.banking-main-services a.main-button-slider {
    font-size: 17px;
    border-radius: 25px;
    padding: 15px 25px;
  background-color:#f26f21;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 40px rgb(0 0 0 / 15%);
}

.banking-main-services a.main-button-slider:hover {
  background-color: #f1556a;
}

.banking-main-services a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.timeline-button{
  padding-top:60px;
}


@media only screen and (max-width:767px) {

.banking-main-services .title {
    font-size:20px;
}
.subtitle {
    font-size: 22px;
}

.responsive{
  margin-top: -124px;
}
.timeline-button{
  padding-top:24px;
 }
}
/*--------------------------------------------
#our merchant outlate
-------------------------------------------*/
.our-merchant-outlet {
  padding-top: 0px;
  padding-bottom:30px;
}
.our-merchant-outlet h1 {
  text-align: center;
  padding-bottom: 50px;
}
.merchant-post-slider .slider-title{
  text-align: center;
}
.merchant-post-slider .next{
  position: absolute;
  right:30px;
  font-size: 30px;
  color:#000;
  cursor: pointer;
  padding-top: 140px;
}
.merchant-post-slider .prev{
  position: absolute;
  left:30px;
  font-size: 30px;
  color:#000;
  cursor: pointer;
  padding-top: 140px;
}
.merchant-post-slider .merchant-post-wrapper{
  width: 100%;
  margin: 0px auto;
  padding: 0px 10px 0px 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px){
  .post-slider .post-wrapper{
/*  width:90%;*/
}
}
.merchant-post-slider .merchant-post-wrapper .merchant-post{
  background:#fff;
  display: inline-block;
  width: 300px;
  margin: 0px 10px;
/*  border: 1px solid #bfbfbf;*/
}
.merchant-post-slider .merchant-post-wrapper .merchant-post img{
  background-color:#f6f9f9;
}

/*----------------------banking services carousel-----------------*/
.banking-services-carousel {
  padding-top: 30px;
  padding-bottom:30px;
}
.banking-services-carousel h1 {
  text-align: center;
  padding-bottom: 50px;
}
.post-slider .slider-title{
  text-align: center;
}
.post-slider .next{
  position: absolute;
  right:30px;
  font-size: 30px;
  color:#000;
  cursor: pointer;
  padding-top: 260px;
}
.post-slider .prev{
  position: absolute;
  left:30px;
  font-size: 30px;
  color:#000;
  cursor: pointer;
  padding-top: 260px;
}
.post-slider .post-wrapper{
  width: 100%;
  margin: 0px auto;
  padding: 0px 10px 0px 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px){
  .post-slider .post-wrapper{
/*  width:90%;*/
}
}
.post-slider .post-wrapper .post{
  background:#fff;
  display: inline-block;
  width: 300px;
  height: 580px;
  margin: 0px 10px;
  border: 1px solid #bfbfbf;
}
.post-slider .post-wrapper .post img{
  border-bottom: 1px solid #bfbfbf;
  background-color:#f6f9f9;
}
.post-slider .post-wrapper .post-info{
  padding:20px 20px 20px 20px;
}
.post-slider .post-wrapper .post-info h4{
   font-weight: bold;
  text-align: center;
  padding: 0px 0px 10px 0px;
  font-size: 30px;
}
.post-slider .post-wrapper .post-info p{
 text-align:center;
}
.post-slider .post-wrapper .post-info h5{
   font-weight: bold;
  text-align: center;
  padding: 0px 0px 10px 0px;
  font-size:17px;
}
.post-slider .post-wrapper .post-info .post-button {
text-align:center;
padding-top: 10px;
}
.post-slider .btn-card{
  font-size: 17px;
  border-radius: 25px;
  padding: 10px 35px;
  background-color: #49b858;
  color: #fff;
}



/*--------------------------------------------------------------
# about page 
--------------------------------------------------------------*/

/*------------------------our journry------------------------------*/
.ps-timeline-sec h1{
text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 4px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 60px;
    margin-left: 4px;
    margin-bottom: 51px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 50%;
    margin-left: 21px;
    margin-bottom: 32px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 23px !important;
    margin-bottom: 37px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 60% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
   text-align: center!important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
    font-size: 21px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 80% !important;
    float: right !important;
    right: 0;
    top: -65px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
   width: 80% !important;
    float: right !important;
    right: 0;
    top: -165px;
  }
}
.ps-timeline-sec .container ol:before {
 background: #1e70b8;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 97.0%;
}
.ps-timeline-sec .container ol:after {
  background: #1e70b8;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 97.0%;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin:370px 0;
  padding: 0;
  border-top: 4px solid #1e70b8;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 14%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 150px;
    height: 150px;
  margin-left: -55px;
  background: #fff;
  border: 4px solid #1e70b8;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -75px;
  left: 50%;
  font-weight: bold;
}
.ps-timeline-sec .container ol.ps-timeline li span p {
 padding-top:18px;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: '';
  color: #1e70b8;
  width: 4px;
  height: 50px;
  background: #1e70b8;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: '';
  color: #1e70b8;
  width: 15px;
  height: 15px;
  background:#1e70b8;
  position: absolute;
      bottom: 184px;
    left: 46%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: '';
  color: #1e70b8;
  width: 4px;
  height: 50px;
  background: #1e70b8;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: '';
  color: #1e70b8;
  width: 15px;
  height: 15px;
  background: #1e70b8;
  position: absolute;
 top: 191px;
    left: 46%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 157px;
  width: 100%;
  left: 23px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
  width: 30%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
  margin-top:80px;
  left: 22px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
    width: 30%;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 1em;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 170px;
  font-size: 18px;
  text-align: center;
  left:25px;
  right: -12px;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #1e70b8 , #0088ff);
  color: #fff;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top:110px;
  font-size: 18px;
  text-align: center;
  left:25px;
  right: -12px;
   padding: 20px 20px 20px 20px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #1e70b8 , #0088ff);
  color: #fff;
}

@media screen and (max-width: 767px){
  .ps-timeline-sec .container ol.ps-timeline li span {
  width: 100px;
  height: 100px;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -75px;
    left: 50%;
    font-weight: bold;
}
.journery{
padding-left: 31px;
}
.ps-timeline-sec .container ol:before {
display: none;
}
.ps-timeline-sec .container ol:after {
 display: none;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  left:55px;

}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  left:55px;
}
}


/*--------------------------------------------------------------
# Career page 
--------------------------------------------------------------*/



.mission-main-content{
     padding-top: 60px;
}
.mission-main-content image{
   padding-right:60px;
}
#accordion .accordion-card {
  background: transparent;
  border: 0;
  margin-bottom: 30px;
}
#accordion .accordion-card__header {
  background:#1e70b8;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#accordion .accordion-card__header.collapsed .drop-icon {
  transform: rotate(0deg);
}
#accordion .accordion-card__header h5 {
  display: flex;
  align-items: center;
}
#accordion .accordion-card__header h5 span {
  margin-left: 10px;
  font-size: 18px;
}
#accordion .accordion-card__header .drop-icon {
  margin-right: 15px;
  transform: rotate(180deg);
  transition: all 0.2s;
}
#accordion .accordion-card__body {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}



/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
   @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
.offset-sm-2{
  padding-bottom: 20px;
}
.main-content {
  padding-top: 40px;
  padding-bottom: 100px; 
}
.main-content .btn {
   color: #fff;
    background-color: #368f42;
    border-color: #368f42;
    padding: 10px 25px;
    font-size:14px;
    border-radius: 10px;
}
.main-content p{
  text-align: center;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
}
.job-card {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .job-card__content {
    display: flex;
    align-items: center;
 }
    .job-card__content .job-card_img {
      margin-right: 25px; }
      .job-card__content .job-card_img img {
        height: 100px;
        width: 100px;
        object-fit: contain;
        border-radius: 8px; }
    .job-card__content .job-card_info {
      flex: 1; 
    font-weight: bold;
  }
      .job-card__content .job-card_info .text-muted a {
        color: #777; }
  .job-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.job-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  margin-right: 2px; }
.job-label .fa{
   color:rgba(0,0,0,.54);
}

/*--------------------------------------------------------------
# Career-content
--------------------------------------------------------------*/
.career-main-content{
  padding:70px 0px 50px 0px;
}
.career-main-content p{
  font-size: 18px;
}
.career-main-content h1{
 color:#59be66;
}
.career-main-content h5{
  padding: 20px 0px 50px 0px;
}
.career-main-content .career-info li{
    list-style-type: square;
    font-size: 18px;
    padding-bottom:15px;
}
.career-main-content .career-info ul{
    padding-left: 50px;
}
.career-main-button{
  text-align: center;
  padding-top:40px;
}
.career-main-button a{
  text-align: center;
    background-color: #49b858;
    padding: 15px 25px;
    font-size: 20px;
    border-radius:4px;
}
.career-button{
  color: #fff;
}

/*--------------------------------------------------------------
#  career Contact
--------------------------------------------------------------*/

.career-main-content{
  padding-top: 80px;
  padding-bottom: 100px
}
.career-main-content .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}
.career-main-content .info-box i {
  font-size: 32px;
    color: #1e70b8;
    border-radius: 99%;
    padding: 4px;
}
.career-main-content .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.career-main-content .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.career-main-content .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}
.career-main-content .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.career-main-content .php-email-form .error-message br + br {
  margin-top: 25px;
}
.career-main-content .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.career-main-content .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.career-main-content .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.career-main-content .php-email-form .form-group {
  margin-bottom: 25px;
}
.career-main-content .php-email-form .form-group label {
    font-size: 19px;
    font-weight:600;
}
.career-main-content .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 17px;
  border-radius: 4px;
}
.career-main-content .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #111111;
}
.career-main-content .php-email-form input {
  padding: 10px 15px;
}
.career-main-content .php-email-form button[type=email] {
   padding-top:10px;
}
.career-main-content .php-email-form button[type=submit] {
  background: #49b858;
  border: 0;
 padding: 15px 37px;
 font-size: 20px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.career-main-content .php-email-form button[type=submit]:hover {
  background:#21722c;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.career-main-content .php-email-form textarea {
  padding: 12px 15px;
}

.banking-service-partner {
  padding: 40px 0px;
  background-color: #4db757;
  margin-bottom: 40px;
}
.banking-service-partner h1 {
  color:#fff;
  text-align:center;
  font-size: 28px;
}
.banking-button a{
  padding: 15px 25px;
  background: #fff;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  color:#000;
}
.banking-button{
  padding-top: 30px;
}


/*----------------------
# personal loan page 
------------------------*/   


/************************mordern website**************************/
.slider-container .slider-heading {
 padding-top:100px;
}
.slider-container .slider-heading h3{
  font-size:31px;
  font-weight: bold;
}
.slider-container .slider-heading h1{
  font-size:54px;
  font-weight: bold;
  color:#1e70b8;
}
.slider-container .slider-heading h5{
  font-size:27px;
  font-weight: bold;
  padding-bottom: 60px;
  color:#49b858;
}
@media (min-width:1281px){
  .slider-container .slider-heading h3{
  font-size: 55px;
  font-weight: bold;
}
.slider-container .slider-heading h1{
  font-size:75px;
  font-weight: bold;
  color:#1e70b8;
}
.slider-container .slider-heading h5{
  font-size:30px;
  font-weight: bold;
  padding-bottom: 60px;
  color:#49b858;
}
}
.slider-container .slider-heading  a{
  background:#1e70b8;
  font-size:18px;
  color:#FFF; 
  padding:13px 32px;
  display:inline-block;    
   border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.slider-container .slider-heading  a:hover{
  background:#1e70b8; 
  text-decoration:none;
 }

 .slider-container .slider-heading  .knowmore{
  background:#1e70b8;
  font-size:18px;
  color:#FFF;
   padding:13px 32px; 
   display:inline-block;  
   border-radius: 25px;
  margin-left: 36px;
  text-transform: uppercase;
  font-weight: 600;
   }
.slider-container .slider-heading  .knowmore:hover{
  background:#1e70b8;
   text-decoration:none; 
 }
 .slider-container .slider-image{
  padding-top: 40px;
 }

 @media screen and (max-width: 767px){
  .slider-image{
    display: none;
  }
  .slider-container .slider-heading h3{
  font-size: 22px;
}
.slider-container .slider-heading h1{
  font-size:40px;
}
.slider-container .slider-heading h5{
  font-size:21px;
}
.slider-container .slider-heading {
 padding-top:37px;
}
.slider-container .slider-heading h5{
  padding-bottom: 24px;
}
 }

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding:30px 15px 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 275px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #309df0;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
  color: #000000;
    font-size: 23px;
    margin-top: 13px;
    margin-bottom: 13px;
    text-align: center;
    font-weight: 600;
}

.solution_card .solu_description p {
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }
}

/*----------------------
# business-loan-finance page
------------------------*/

 /*----------------------hassle process--------------------------------------------*/
 .business-loan-container h1{
  font-size:30px;
 }
 .hassle-process h1{
  font-size: 30px;
 }
 .hassle-process{
  padding:70px 0px 100px 0px;
 }
 .hassle-heading{
  text-align:center;
  padding-bottom:20px;
 }
.hassle-process .hassle-card {
    min-height:auto;
    background:#fff;
    box-shadow: 0 5px 40px rgb(0 0 0 / 13%);
    border-radius:10px;
    transition:0.5s;
}
.hassle-card{
   padding:25px 10px;
    margin:30px 0px;
}
.hassle-card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.hassle-card .hassle-box {
    text-align:center;
    box-sizing:border-box;
    width:100%;
}
.hassle-card .hassle-box h2 {
    font-size:23px;
    color:#262626;
    margin:20px auto;
    font-weight: bold;
}

.hassle-card .hassle-box p {
    color:#262626;
    font-size:18px;
}
/*----------------------------DOCUMENTS REQUIRED----------------------------------------*/
.document-container{
  padding-bottom:100px;
}
.document-heading-2{
  background-color:#1e70b8; 
  color:#fff;
  border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.document-container .document-heading h1{
 background-color:#1e70b8;
 text-align:center;
 color:#fff;
 padding:15px 0px 15px 0px;
 font-size: 31px;
}
.document-container .document-content{
  padding-top:50px;
  padding-left:50px;
  padding-bottom:50px;
}
.document-content h2{
  font-weight:600;
  font-size: 23px;
}
.document-content ul{
  padding-left:40px;
}
.document-content li{
  list-style-type: disc;
  list-style-position: outside;
  font-size:18px;
}

#pocket-money-banner {
    background: url(../../images/gif/rupee-notes.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size:cover;

}
#pocket-money-banner h1 {
    padding-top: 100px;
    color: #41b9ff;
    font-size: 91px;
    text-align: center;
    font-weight: bold;
}
 @media screen and (max-width: 767px){
  #pocket-money-banner h1{
  font-size:32px;
}
 }

.strikethrough {
  position: relative;
}
.strikethrough:before {
 position: absolute;
    content: "";
    left: 0;
    top: 48%;
    right: 0;
    border-top: 6px solid #f36f21;
    /* border-color: inherit; */
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-11deg);
}
.bg-color {
    background-color:rgb(18 18 18 / 72%);
    min-height: 500px;
}

.pocket-list ul{
  padding-left:40px;
}
.pocket-list li{
  list-style-type: disc;
  list-style-position: outside;
  font-size:21px;
  color:#fff;
}
.pocket-money-banner h2{
  color:#fff;
  font-weight:bold;
}
/*------------personal loan------------------------------------------*/
.personal-loan{
  padding:80px 0px 0px 0px;
}
.personal-loan h1{
  padding-bottom:50px;
  font-size:30px;
}
.loan-card {
    border: none;
    border-radius: 13px;
    padding: 20px;
    position: relative
}

.info {
    width: 240px;
    height: 60px;
    position: absolute;
    justify-content: space-between;
    align-items: center
}
.info h2{
  text-align:center;
  font-size: 26px;
  font-weight:bold;
  padding-top: 10px;

}
.info-yellow {
    background-color: #41b9ff;
    color: #fff;
    box-shadow: 10px 10px #1e70b8;
}

.info-green {
    background-color:#41b9ff;
    color: #fff;
    box-shadow: 10px 10px #1e70b8;
}

.info-blue {
    background-color:#41b9ff;
    color: #fff;
    box-shadow: 10px 10px #1e70b8;
}

.user-icons {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: 0px;
    right: 23px;
    position: relative
}

.user {
    line-height: 14px
}

.name {
    font-size:23px;
    padding:30px 10px 30px 10px;
}
/*--------------------------Faq----------------------------*/
.accordin {
  position: relative;
}
.loan-faq h1{
  text-align:center;
  padding-bottom:50px;
  font-size: 30px;
}
.loan-faq{
  padding-bottom:50px;
}

/*-------------------loan process-------------------------------------*/
#process {
  margin-bottom: 40px;
}

#process .section-heading {
  margin-bottom: 80px;
  padding-top:80px;
}
#process h3{
  font-weight:bold;
}
  .steps-one{
     float: left;
    background-color:#41b9ff;
    height:300px;
    padding: 15px;
    padding-top:40px;
  }
  .steps-two{
     float: left;
     background-color:#0395eb;
    height:300px;
    padding: 15px;
    padding-top:40px;
  }
  .steps-three{
    float: left;
    background-color:#0d8ad4;
    height:300px;
    padding: 15px;
    padding-top:40px;
  }
  .steps-four{
     float: left;
     background-color:#0087d6;
    height:300px;
    padding: 15px;
    padding-top:40px;
  }
  .steps-five{
      float: left;
    background-color:#1286cb;
    height:300px;
    padding: 15px;
    padding-top:40px;
  }
  .steps-six{
    float: left;
     background-color:#1e70b8;
    height:300px;
    padding: 15px;
    padding-top:40px;
  }
  .steps-timeline h1{
    color:#fff;
    font-size:60px;
    font-weight:bold;
  }
  .inverted-steps-pane{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12PX;
    padding-top: 63px;
  }
  #myDiv {
    position: relative;
}
#myDiv:after {
    border-top: 15px solid #fff;
    width: 93%;
    height: 50%;
    position: absolute;
    bottom: 14px;
    left: 43px;
    content: '';
}

/* #MOBILE VIEW */


.mobile-inverted-pane-warp {
  width: 25px;
  margin-left: 5%;
}

.mobile-inverted-steps-pane {
    width: 243px;
    margin-left: 4px;

}

.mobile-inverted-steps-pane p {
  padding: 20px 10px 10px 10px;
}


@media(max-width: 899px) {
  #process .container-fluid {
    width: 50%;
  }
  .mobile-steps-timeline {
    border-left: 5px solid #fc6429;
    margin-left: 35px;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -25px;
  }
  .step-wrap,
  .steps-stops {
    float: left;
  }
  .mobile-steps-timeline {
    border-left: 2px solid $brand-primary;
    margin-left: 30px;
  }
  .pane-warp {
    margin-left: 30%;
  }
  .mobile-inverted-pane-warp {
    margin-left:21%;
  }
  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .steps-stops {
   width: 92px;
   margin: 34px -15px;
   border: 2px solid #fc6429;
  }
    .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: -45px;
    margin-left: 3px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
   margin-top: 129px;
    margin-left: 3px;
  }
  .slider-container1{
    display:none;
  }
}

@media (max-width: 600px) {
  #process .container-fluid {
    width: 90%;
  }
  .slider-container1{
    display:none;
  }
}

@media (max-width: 400px) {
  .verticle-line {
    width: 105px;
  }
  .slider-container1{
    display:none;
  }
}


.apply-button{
  text-align:center;
  padding-top:40px;
}
.apply-button a {
   background:#1e70b8;
  font-size:18px;
  color:#FFF; 
  padding: 17px 55px;
  display:inline-block;    
  text-transform: uppercase;
  font-weight: 600;

}
@media screen and (min-width:1281px){
  .mobile-slider-container{
    display:none;

  }
}
@media screen and (min-width:1024px){
  .mobile-slider-container{
    display:none;

  }
}

/*---------------------
# Why borrow page 
--------------------------*/



/*******************why borrow********************************/
.borrow-banner{
 background-image: linear-gradient(to top, #1458ea, #679cf6);
  height:auto;
}
.borrow-banner .text-con{
  padding:80px 0px 0px 0px;
}
.borrow-banner h1{
  color:#fff;
}
.borrow-banner p{
  color:#fff;
  font-size: 19px;
    line-height: 2.5;
}
.borrow-banner a {
  align-items: center;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size:19px;
    font-weight: 600;
    line-height: 4.5;
}

/*---------------------------tab panel----------------------------*/
.tab-panel{
  padding:100px 0px 50px 0px;
}
.tabs {
}
.tab-panel ul {
  list-style-type:disc;
  list-style-position: inside;
}
.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color:#000000;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  line-height: 3em; 
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #1e70b8;
  color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
  width: 19%; } 
}
@media screen and (max-width: 900px) {
.tabs label {
  width: 20%; 
  } 
}
@media screen and (max-width: 600px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label ,#tab5:checked + label  {
  background:#1e70b8;
  color: #FFFFFF; }

.tab-panel .tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}
.tab-panel .tab-content p{
  font-size:18px;
}
.tab-content-wrapper{
  border-top:#1e70b8  2px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
.tab-panel{
  padding:1px 0px 10px 0px;
}
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, 
#tab2:checked ~ .tab-content-wrapper #tab-content-2,
 #tab3:checked ~ .tab-content-wrapper #tab-content-3, 
 #tab4:checked ~ .tab-content-wrapper #tab-content-4 ,
 #tab5:checked ~ .tab-content-wrapper #tab-content-5 {
  position: relative;
  top: 20px;

 }


/*---------------------
# instant persona loan page 
--------------------------*/


/*******************instant personal loan*******************************/
.instant-personal-banner{
 background-image: linear-gradient(to top, #1458ea, #679cf6);
  height:auto;
  padding:0px 0px 50px 0px;
}
.instant-personal-banner .text-con{
  padding:50px 0px 0px 0px;
}
.instant-personal-banner h1{
  color:#fff;
  padding-bottom:30px;
}
.instant-personal-banner h3{
  color:#fff;
  font-weight:600;
  font-size:22px;
  padding-bottom:30px;
}
.instant-personal-banner p{
  color:#fff;
  font-size: 17px;
}

.listrap {
            list-style-type: none;
            margin: 0;
            padding: 0;
            cursor: default;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .listrap li {
            margin: 0;
            padding: 25px;
        }
        .listrap strong {
            margin-left: 56px;
            font-size:21px;
        }

        .listrap .listrap-toggle {
            display: inline-block;
            width: 29px;
            height: 29px;
        }

        .listrap .listrap-toggle span {
            opacity: 0.8;
            z-index: 100;
            width: 60px;
            height: 60px;
            display: none;
            position: absolute;
            border-radius: 50%;
            text-align: center;
            line-height: 60px;
            vertical-align: middle;
            color: #ffffff;
            border: 3px solid #1e70b8;
        }

         .listrap .listrap-toggle span  i {
          font-size: 32px;
          color: #1e70b8;
         }
        .listrap li.active .listrap-toggle span {
            display: block;
        }
        .Register-Now{
          position: relative;
          width: 100%;
          height:auto;
          background-color: #fff;
          box-shadow: 4px 4px 30px rgb(0 0 0 / 8%);
          border-radius: 4px;
          border: 1px solid #e9e9e9;
          margin-top: -293px;
        }

        .Register-Now form{
          padding:30px;
        }
        .Register-Now h1{
          text-align:center;
          font-size: 22px;
        }
        .Register-now input[type=text]{
          padding:1px;
        }
        .Register-Now p{
          font-size:15px;
        }
        .Register-Now .php-email-form button[type=submit] {
    background: #49b858;
    border: 0;
    padding: 10px 37px;
    font-size: 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.what-is-personal-loan h1{
 text-align: center;
 font-size: 30px;
}
.what-is-personal-loan p{
  text-align:center;
  padding:30px 150px 100px 150px;

}


  @media screen and (max-width: 767px){
           .Register-Now{
            margin-top: 20px;
           }
           .listrap strong {
            margin-left: 30px;
            font-size:13px;
        }
         .listrap .listrap-toggle span  i {
          font-size: 21px;
         }
         .listrap .listrap-toggle {
            display: inline-block;
            width: 29px;
            height: 29px;
        }
        .listrap .listrap-toggle span {
            width: 48px;
            height:48px;
           line-height: 45px;
           }
       .what-is-personal-loan p{
         text-align:center;
        padding:30px 10px 100px 10px;

        }


        }
/*---------------testimonial---------------------------------*/

.testimonial-section2{
  position: relative;
  padding: 50px 0;
}
.testimonial-section2 h1{
  font-size:30px;
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
 /*   position: absolute;*/
    color: #000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
    float:left;
    padding-top:22%;
}

.testim .arrow.right {
    right: 10px;
    float: right;
    padding-top:22%;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 381px;
    display: none;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #1e70b8;
    border-color: #1e70b8;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

/*----------------------short term loan--------------------*/

 .instant-term-loan h1{
 font-size: 30px;
  font-weight: lighter;
  padding-bottom:10px;
 }
 .instant-term-loan p {
  text-align:center;
  padding-bottom:50px;
 }
 .instant-loan-card{
  border:1px solid #e9e9e9;
  background-image: url(../../images/gif/725c02b.png); 
  background-repeat: no-repeat; 
  background-position:right;
 }
  .instant-loan-card .card-body{
    padding:2rem 2rem;
  }
  .instant-loan-card:hover{
  box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%), 0 5px 15px 0 rgb(37 44 97 / 15%);
   background-color: #e8efff;
 }
 .instant-term-loan h3{
  font-size:20px;
     font-weight: 600;
 }
 .instant-term-loan  .card-img-top{
  width:50%;
  padding: 25px;
 }
 .instant-term-loan .short-term{
  padding-bottom: 30px;
   }



/*---------------------
# investment page 
--------------------------*/


 /*-----------investment-----------------------------------*/
 .invest-slider-container .invest-slider-heading {
 padding-top:140px;
  padding-bottom:100px;
}
 .invest-slider-container .invest-slider-heading h3{
  font-size: 37px;
  font-weight: bold;
}
.invest-slider-container .invest-slider-heading h1{
  font-size:53px;
  font-weight: bold;
  color:#1e70b8;
}
 .invest-slider-container .invest-slider-heading h5{
   font-weight: bold;
    color: #49b858;
    font-size: 16px;
}
.invest-slider-container .invest-slider-heading p{
  font-size:16px;
  padding-bottom: 20px;
  padding-top:20px;
  text-align: justify;
}
@media (min-width:1281px){
   .invest-slider-container .invest-slider-heading h3{
  font-size: 52px;
  font-weight: bold;
}
.invest-slider-container .invest-slider-heading h1{
  font-size:70px;
  font-weight: bold;
  color:#1e70b8;
}
 .invest-slider-container .invest-slider-heading h5{
   font-weight: bold;
    color: #49b858;
    font-size: 21px;
}
.invest-slider-container .invest-slider-heading p{
  font-size:20px;
  padding-bottom: 20px;
  padding-top:20px;
  text-align: justify;
}
}
.invest-slider-container   a{
  background:#1e70b8;
  font-size:18px;
  color:#FFF; 
  padding:13px 30px;
  display:inline-block;    
   border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.invest-slider-container   a:hover{
  background:#1e70b8; 
  text-decoration:none;
 }
 @media screen and (max-width: 600px){
  .invest-slider-container .invest-slider-heading {
 padding-top:50px;
  padding-bottom:100px;
}
 }
 @media only screen and (max-width:767px) {
  .invest-slider-container .invest-slider-heading h3 {
    font-size: 26px;
    font-weight: bold;
}
.invest-slider-container .invest-slider-heading h1 {
    font-size: 39px;
    font-weight: bold;
    color: #1e70b8;
}
 }
/*-----------------why invest with us ---------------------------------*/
.invest-container h3{
  font-size: 25px;
  font-weight: bold;

}
.invest-container h1 {
  text-align: center;
  padding-bottom: 50px;
}
 .invest-heading{
    border: 1px solid #EEEEEE;
    margin-bottom: 35px;
    border-radius: 10px;
    box-shadow: 15px 20px 45px rgb(233 233 233 / 25%);
    padding: 30px;
    padding-bottom:32px;
 }
.invest{
  border: 1px solid #EEEEEE;
    margin-bottom: 35px;
    border-radius: 10px;
    box-shadow: 15px 20px 45px rgb(233 233 233 / 25%);
    padding: 30px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.skills {
  width: 80%;
  max-width: 960px;
  height: 780px;
  height: 788px;
  margin: auto;
  position: relative;
  margin-bottom: -440px;
}

.lines {
  height:60%;
  position: relative;
  list-style-type: none;
}

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgb(0 0 0 / 8%);
}
.line.l--0 {
  left: 0;
}
.line.l--25 {
  left: 25%;
}
.line.l--50 {
  left: 50%;
}
.line.l--75 {
  left: 75%;
}
.line.l--100 {
  left: calc(100% - 1px);
}

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart:not(:first-child) {
  margin-top: 10px;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3.3s;
}
.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
  padding-top: 50px;
}

.chart__bar {
    height: 46px;
    margin-bottom: 30px;
background: linear-gradient(to left, #357fbf, #1e70b8);
  border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
      list-style-type: none;
}
.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}
.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}
.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}
.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}
.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}
.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}
.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}
.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}
.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}
.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}
.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}
.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}
.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}
.chart--design .chart__bar:nth-of-type(4) {
  animation-delay: 5.8s;
}
.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}
.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}
.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 10px;
  line-height: 40px;
  color: white;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
 @media screen and (max-width: 600px){
  .chart__label {
    padding-left: 2px;
    line-height: 5px;
    color: white;
    font-size: 10px;
}
.chart__bar {
    height: 47px;
    margin-bottom: 30px;
    background: linear-gradient(to left, #357fbf, #1e70b8);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0;
    animation: 1s anim-lightspeed-in ease forwards;
    list-style-type: none;
}
 }
 .canvas{
  padding-top: 60px;
 }
 @media only screen and (max-width:767px) {
  .canvas{
  padding-top: 1px;
  padding-bottom: 11px;
 }
 }
/*----------------How invest with us-----------------------------*/
.invest-features {
  padding-top: 30px;
}
 @media only screen and (max-width:767px) {
  .invest-features {
  padding-top: 3px;
}
  }
.invest-features h1{
  font-size:30px;
}
.invest-features .nav-tabs {
  border: 0;
  padding-top: 31px;

}
.invest-features .nav-link {
  border: 0;
  padding:15px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.dot {
    cursor: pointer;
    padding: 9px 14px;
    border-radius: 50%;
    transition: background-color 0.6s ease;
    border: 1px solid #0B4F78;
    float: left;
    margin-right: 21px;
    font-size: 12px;
}
.active-tab-dot{
    background-color: #0B4F78;
    color: #fff;
  }
  .active-tab-dot:hover{
     background-color:#fff ;
    color: #0B4F78;
  }
  .active-tab-dot:active{
     background-color:#fff ;
    color: #0B4F78;
  }
.invest-features .nav-link h2 {
  font-size: 18px;
  font-weight: 600;
}

.invest-features .nav-link h4 {
  font-size: 23px;
  font-weight: 600;
}

.invest-features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

/*.invest-features .nav-link:hover {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  }*/

.invest-features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
  text-align:center;
  padding-top: 40px;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*---------------------------newslatter---------------------------*/
.newsletter {
padding: 30px 0;
background:#1e70b8;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #ffffff;
margin-bottom:5px; 
letter-spacing: 2px;
text-align: center;
font-size: 28px;
}
 @media only screen and (max-width:767px){
  .newsletter .content h2 {
font-size: 24px;
}
 }
.newsletter .content P{
  margin-bottom:30px;
  color: #b5b5b5;
    padding-top: 5px;
  }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #f37023;
color: #fff;
font-weight:600;
}

/*---------------------
# loan page 
--------------------------*/



/*-------------short term loan------------*/
.short-term-loan h1{
  font-size: 30px;
  font-weight: lighter;
  padding-bottom:60px;
 }
 .short-loan-card{
  border:1px solid #e9e9e9;
  background-image: url(../../images/gif/725c02b.png); 
  background-repeat: no-repeat; 
  background-position:right;
 }
  .short-loan-card:hover{
    box-shadow: 0 0 6px rgb(0 0 0 / 30%);
 }
 .short-term-loan h3{
  font-size:20px;
  font-weight: bold;
 }
 .short-term-loan  .card-img-top{
  width:55%;
  padding: 25px;
 }
 .short-term-loan .short-term{
  width:20%;
   }

@media only screen and (max-width:767px) {
  .short-term-loan .short-term{
  width:100%;
  padding-bottom: 16px;
   }
  .short-term-loan h1{
  font-size: 26px;
 }
}

/*-----------calculator---------------------*/
.emi-calculator h1{
  font-size:30px;
  padding-top: 30px;
  padding-left: 170px;
 
}
.EMI-calculatorbox .interest {
    padding: 0px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}
.EMI-calculatorbox .nav-pills { 
  margin-bottom: 25px;
}

.EMI-calculatorbox .nav-pills a{
 color: #8d8d8d; 
 font-size: 18px; 
padding: 10px 10px 10px 10px; 
 font-weight: bold;
 border: 2px solid #8d8d8d;
 }

.EMI-calculatorbox .active a{ 
  color:#f36f22; 
  border: 2px solid #f36f22;
  font-size: 18px; 
  padding: 10px 10px 10px 10px; 
  font-weight: bold;
}

 #emi-exTab1 .tab-content { 
  color : #000; 
  padding : 5px 0px; 
}
.EMI-calculatorbox .interest {
    padding: 0px 20px;
    border: 1px solid #ffffff;
}
 #emi-exTab1 .nav-pills > li > a {
 border-radius: 10px; 
}
#emi-exTab1 .nav-pills li{
  padding-left:30px;
      padding-top: 38px;
}

 .slider-container .range-slider-container .upper-section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
}

.range-slider-container input[type=range] {
    width: 100%;
}
 .slider-container .range-slider-container .upper-section .value-section span:first-child {
    border-radius: 10px 0 0 10px;
    border-right: none;
    color: #1277ee;
}
 .slider-container .range-slider-container .upper-section .value-section span {
    background-color: #fff;
    border: 1px solid #d8d8d8;
   font-size: 1.286em;
    padding: 5px 10px;
}
.slider-container .range-slider-container .upper-section .value-section span:last-child {
    border-radius: 0 10px 10px 0;
    color: #f74;
}
.range-slider-container .min-max-value {
    display: flex;
    justify-content: space-between;
    padding: 0 2px;
    padding-bottom: 26px;
}
 .slider-container .range-slider-container .upper-section .year-month-selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: right 30%;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    border: none;
    color: #1277ee;
    font-size: .857em;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    width: 89px;
}
 .emi-details .emi-amount .value-text {
    color: #f74;
    font-size: 50px;
    line-height: 40px;
}
.emi-details .emi-amount h3 {
    color: #222;
    text-transform: capitalize;
}
 .emi-details .interest-amount .value-text, 
 .emi-details .principle-amount .value-text, 
 .emi-details .total-amount .value-text {
    color: #222;
    display: block;
    font-size: 40px;
    line-height: 28px;
    white-space: nowrap;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.emi-details .interest-amount .label-text,
 .emi-details .principle-amount .label-text, 
.emi-details .total-amount .label-text {
   color: #898989;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 5px;
}
 .emi-details .interest-amount, 
 .emi-details .principle-amount,
  .emi-details .total-amount {
    margin-bottom: 30px;
  /*  float:left;*/
}
 .emi-details .emi-amount {
    grid-column-end: 3;
    grid-column-start: 1;
/*    margin-bottom: 30px;*/
   /* float: left;*/
    width: 56%;
}
 .emi-details .pie-chart {
    grid-column-start: 2;
    grid-row-end: 5;
    grid-row-start: 2;
    justify-self: self-end;
}
@media (min-width: 768px) and (max-width: 1024px){
.emi-calculator .content-section .right-section .pie-chart {
    align-self: flex-start;
    justify-self: center;
}
}

 .content-section .right-section {
    background-color: #f9f9f8;
    border-radius: 20px;
    padding: 28px;
}
.emi-amount-details{
    background-color: #ffffff;
    border-radius: 20px;
    padding-bottom: 85px;
}
.emi-calculator{
  border: 1px solid #e3e3e3;
  }
  .right-section {
    padding: 28px;
}
}
@media (min-width: 768px){
  .right-section {
    padding: 28px;
}
}
@media (min-width: 768px) and (max-width: 1024px){
 .right-section {
    margin-top: 30px;
}
}
.pie-chart svg{
  width: 330px; 
  margin-top:-30px
}
@media screen and (max-width:767px) {
 .pie-chart svg{
   width: 144px;
}
.emi-calculator h1{
  font-size:30px;
  padding-top: 30px;
  padding-left:0px;
 }
 .EMI-calculatorbox .nav-pills a{
 color: #8d8d8d; 
 font-size: 11px; 
 padding: 10px 10px 10px 10px; 
 font-weight: bold;
 border: 2px solid #8d8d8d;
 }

.EMI-calculatorbox .active a{ 
  color:#f36f22; 
  border: 2px solid #f36f22;
  font-size: 11px; 
  padding: 10px 10px 10px 10px; 
  font-weight: bold;
}
#emi-exTab1 .nav-pills li{
  padding-left:18px;
  padding-top: 38px;
}
}
.emi-calculator .calculate-info{
  color: #055160;
  background-color: #49b85824;
  border-color: #49b85824;
  padding: 15px;
}
.calculate-info strong{
  font-size:20px;
}

.alert{
float:left;

}
.calculate-info p {
  font-size: 30px;
}
@media screen and (max-width:767px) {
.alert-info p {
  font-size: 30px;
}
.alert-info strong{
  font-size:15px;
}
.alert-info{
float:left;
margin-left:10px;
}
.emi-calculator .myChart {
  display:none;
} 
}

.canvasjs-chart-credit{
    display: none;
  }

  @-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@media screen and (max-width: 600px){
  .calculate-info strong{
  font-size:11px;
}
.calculate-info p {
    font-size: 19px;
}
.alert {
    position: relative;
    padding: 0rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
}

#bar-chart {
  height: 329px;
  width: 70%;
  position: relative;
  margin: 50px auto 0;
}
#bar-chart * {
  box-sizing: border-box;
}
#bar-chart .graph {
  height: 283px;
  position: relative;
}
#bar-chart .bars {
  height: 253px;
  position: absolute;
  width: 100%;
  z-index: 10;
  padding-left: 65px;
}
 
#bar-chart .bar-group {
  display: block;
  float: left;
  height: 100%;

  width:33%;
 }
#bar-chart .bar-group:last-child {
}
#bar-chart .bar-group .bar {
  visibility: hidden;
  height: 0;
  -webkit-animation: animate-height;
  -moz-animation: animate-height;
  animation: animate-height;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 25px 25px 0 0;
  bottom: 0;
  cursor: pointer;
  height: 0;
  position: absolute;
  text-align: center;
  width: 25%;
}
#bar-chart .bar-group .bar:nth-child(2) {
  left: 35%;
}
#bar-chart .bar-group .bar:nth-child(3) {
  left: 70%;
}
#bar-chart .bar-group .bar span {
/*  display: none;*/
color:#fff;
}
#bar-chart .bar-group .bar-1 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#bar-chart .bar-group .bar-2 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#bar-chart .bar-group .bar-3 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#bar-chart .bar-group .bar-4 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#bar-chart .bar-group .bar-5 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
#bar-chart .bar-group .bar-6 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#bar-chart .bar-group .bar-7 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
#bar-chart .bar-group .bar-8 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#bar-chart .bar-group .bar-9 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
#bar-chart .bar-group .bar-10 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
#bar-chart .bar-group .bar-11 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
#bar-chart .bar-group .bar-12 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
#bar-chart .bar-group .bar-13 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
#bar-chart .bar-group .bar-14 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
#bar-chart .bar-group .bar-15 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
#bar-chart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bar-chart .x-axis {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -30px;
}
#bar-chart .x-axis li {
  float: left;
  font-size: 15px;
  width: 31.5%;
 
}
#bar-chart .x-axis li:last-child {
  margin-right: 0;
}
#bar-chart .y-axis {
  position: absolute;
  text-align: center;
  width: 100%;
}
#bar-chart .y-axis li {
  border-top: 1px solid #bdbdbd;
  display: block;
  height: 63.25px;
  width: 100%;
}
#bar-chart .y-axis li span {
  display: block;
  font-size: 16px;
  margin: -10px 0 0 -60px;
/*  padding: 0 10px;*/
  width: 40px;
}
#bar-chart .stat-1 {
  background-image: -webkit-linear-gradient(left, #1e70b8  0%, #1e70b8  47%, #1e70b8  50%, #1e70b8  100%);
  background-image: linear-gradient(to right, #1e70b8  0%, #1e70b8  47%, #1e70b8  50%, #1e70b8  100%);
}
#bar-chart .stat-2 {
  background-image: -webkit-linear-gradient(left, #f36f21  0%, #f36f21  47%, #f36f21  50%, #f36f21  100%);
  background-image: linear-gradient(to right, #f36f21  0%, #f36f21  47%, #f36f21  50%, #f36f21  100%);
}
#bar-chart .stat-3 {
  background-image: -webkit-linear-gradient(left, #49b858  0%, #49b858  47%, #49b858  50%, #49b858  100%);
  background-image: linear-gradient(to right, #49b858  0%, #49b858  47%, #49b858  50%, #49b858  100%);
}
@media screen and (max-width: 600px){
  #bar-chart .bars {
  padding-left:21px;
}
#bar-chart .x-axis {
  bottom: -3px;
}
#bar-chart .bar-group .bar span {
    color: #fff;
    font-size: 9px;
}
#bar-chart .x-axis li {
    float: left;
    font-size: 8px;
    width: 31.5%;
}
 }

 .short-trem-loan-about {
   $cubic: cubic-bezier(0.64, 0.01, 0.07, 1.65);
   $transition: 0.6s $cubic;
   $size: 40px;
   position: fixed;
   z-index: 10;
   bottom: 10px;
   right: 10px;
   width: $size;
   height: $size;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   transition: all 0.2s ease;

   .bg_links {
      width: $size;
      height: $size;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(#fff, 0.2);
      border-radius: 100%;
      backdrop-filter: blur(5px);
      position: absolute;
   }

   .logo {
      width: $size;
      height: $size;
      z-index: 9;
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: 10px 7px;
      opacity: 0.9;
      transition: all 1s 0.2s ease;
      bottom: 0;
      right: 0;
   }

   .social {
      opacity: 0;
      right: 0;
      bottom: 0;

      .icon {
         width: 100%;
         height: 100%;
         background-size: 20px;
         background-repeat: no-repeat;
         background-position: center;
         background-color: transparent;
         display: flex;
         transition: all 0.2s ease, background-color 0.4s ease;
         opacity: 0;
         border-radius: 100%;
      }

      &.portfolio {
         transition: all 0.8s ease;

         .icon {
           
         }
      }

      &.dribbble {
         transition: all 0.3s ease;
         .icon {
           
         }
      }

      &.linkedin {
         transition: all 0.8s ease;
         .icon {
           
         }
      }
   }

   &:hover {
      width: 105px;
      height: 105px;
      transition: all $transition;

      .logo {
         opacity: 1;
         transition: all 0.6s ease;
      }

      .social {
         opacity: 1;

         .icon {
            opacity: 0.9;
         }

         &:hover {
            background-size: 28px;
            .icon {
               background-size: 65%;
               opacity: 1;
            }
         }

         &.portfolio {
            right: 0;
            bottom: calc(100% - 40px);
            transition: all 0.3s 0s $cubic;
            .icon {
               &:hover {
                  background-color: #1e70b8 ;
               }
            }
         }

         &.dribbble {
            bottom: 45%;
            right: 45%;
            transition: all 0.3s 0.15s $cubic;
            .icon {
               &:hover {
                  background-color:#1e70b8 ;
               }
            }
         }

         &.linkedin {
            bottom: 0;
            right: calc(100% - 40px);
            transition: all 0.3s 0.25s $cubic;
            .icon {
               &:hover {
                  background-color: #1e70b8 ;
               }
            }
         }
      }
   }
}

.short-trem-loan-content {
   width: 100%;
   padding: 0 4%;
  margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
}

@media screen and (max-width: 767px) {
   .short-trem-loan-content {
      flex-direction: column;
   }
}

.short-trem-loan-card {
   width: 100%;
   max-width: 300px;
   min-width: 200px;
   height: 170px;
   background-color:#ffffff;
   margin: 10px;
   border-radius: 10px;
   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
   border: 2px solid rgba(7, 7, 7, 0.12);
   font-size: 16px;   
   transition: all 0.3s ease;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   cursor: pointer;
   transition: all 0.3s ease;
}

.short-trem-loan-icon {
   margin: 0 auto;
   width: 100%;
   height: 80px;
   max-width:80px;
   background: linear-gradient(90deg, #4599e2 0%, #1e70b8 40%, #e9e9e9bd  60%);
   border-radius: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   color: white;
   transition: all 0.8s ease;
   background-position: 0px;
   background-size: 200px;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 38px; }
.material-icons.md-48 { font-size: 48px; }

.short-trem-loan-card .title {
   width: 100%;
   margin: 0;
   text-align: center;
   margin-top: 30px;
   color: #000000;
   font-weight: 600;
  }

.short-trem-loan-card .text {
   width: 80%;
   margin: 0 auto;
   font-size: 13px;
   text-align: center;
   margin-top: 20px;
   color: white;
   font-weight: 200;
   letter-spacing: 2px;
   opacity: 0;
   max-height:0;
   transition: all 0.3s ease;
}

.short-trem-loan-card:hover {
   height: 190px;
}

.short-trem-loan-card:hover .info {
   height: 90%;
}

.short-trem-loan-card:hover .text {
   transition: all 0.3s ease;
   opacity: 1;
   max-height:40px;
}

.short-trem-loan-card:hover .short-trem-loan-icon {
   background-position: -120px;
   transition: all 0.3s ease;
}

.short-trem-loan-card:hover .short-trem-loan-icon i {
   background: linear-gradient(90deg, #1e70b8, #1e70b8);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   opacity: 1;
   transition: all 0.3s ease;
}
