
.text-green {
  color: #993B8C;
}
.text-orange {
  color:#F6C21B;
}
.text-red {color:#FF0000;}
.text-blue{color:#0866ff;}
.bg-green {
  background-color:#993B8C;;
}
.text-pink {
    color: #ec008c;
}
.col-dark {
  color:#000000;
}
.mt-40 {
  margin-top: 40px;
}
.mt-20 {
  margin-top:20%;
}
.mt-60 {margin-top:62px;}
.ml-80 {margin-left:105px;} 
.fs-14 {
  font-size:14px;
}
.fs-15 {
    font-size:15px !important;
}
.fs-18 {
  font-size:18px; 
}
.fs-22 {font-size:22px;}
.fs-28 {font-size:28px;}
.pt-65 {
  padding-top:65px;
}
.pb-65 {
  padding-bottom:65px;
}

.mt-n4 {margin-top:-4px;}
img {
  /* max-width: 100%;
  height: auto; */
}

.carousel-indicators [data-bs-target] {
  background-color: #993B8C;;

}


.arrow {
  width: 135px; /* Width of the rectangle */
  height: 52px;  /* Height of the rectangle */
  background-color: #993B8C;; /* Green color */
  position: relative;
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center;     /* Vertical centering */
  color: white;
}

.arrow::before {
  content: '';
  position: absolute;
  top: 0;
  right: -35px; /* Adjust to control triangle placement */
  width: 0;
  height: 0;
  border-top: 27px solid transparent; /* Half height of the rectangle */
  border-bottom: 25px solid transparent; /* Half height of the rectangle */
  border-left: 35px solid #993B8C;; /* Same color as the rectangle */
}
.latest-update-area {
  background-color: #FAFAFA;
}

.latest-update-nav li {
  display:inline-block;
  padding-right:25px;
  padding-left:25px;
  border-right:2px solid #993B8C;;

}
.latest-update-nav li:last-child {
  padding-right:0px;
  border-right:none;

}
.latest-update-nav li:first-child {
  padding-left:0px;
}
.latest-update-nav li a {
  color: #993B8C;;
  text-decoration:underline;
  font-size:15px;
  font-weight:600;
}

.common-pad {
  padding-top:77px;
  padding-bottom:77px;

}


.quick-link {
   position:relative;
}


.quick-link::after {
  content: ""; 
  display: block;
  width: 1px;
  height: 65px; 
  background-color: #993B8C;; 
  position: absolute; 
  right: 30px; 
  top: 50%; 
  transform: translateY(-50%); 
}
.quick-link::before {
  content: ""; 
  display: block; 
  width: 260px; 
  height: 0.2px;
  background-color: #993B8C;; 
  position: absolute;
  left: 0;
  top: 78px; 
  transform: translateY(-50%);
}

.vr-line::after {
  display:none !important;
} 

.hr-line::before {
  display:none !important;
}
.hr-line-annual::before {
  display:none !important;
}
.hr-line-custom::before {
  display:none !important;
}
.hr-line-custom::after {
  display:none !important;
}
.quick-link-title {
  font-weight: 700;
 
}

.quick-link-container {
  /* padding: 5px 60px; */
  padding: 12px 0 14px 60px;
  box-shadow: 0px 8px 40px 0px rgba(0, 38, 3, 0.08);
}

@media (max-width: 767px) {
  .icon {
      width: 36px;
      height: 36px;
  }
}

.service-box {
   position:relative;
   color:#fff;
   padding: 15px 32px;
   border:1px solid #ffff;
   border-radius:5px;
}
.service-box h5 {
  font-size:24px;
}
.service-box a {
  font-size:14px;
  font-weight:700;
  color:#F6C21B;
 
}
.service-box a:hover {
  color:#F6C21B;
  text-decoration:underline;
 
}

.service-box::before {
  content: ""; 
  display: block;
  width: 4px;
  height: 26px; 
  background-color: #F6C21B; 
  position: absolute; 
  left:20px;
  top: 28px; 
  transform: translateY(-50%); 
}

.service-section {
  position:relative;
}

.img-wrapper img {
  /* position:absolute;
  bottom:0;
  right:10px; */

  position: absolute;
    transform: translate(10px, -94px);
}  
.tp-service-item-content {
  position:relative;
}
.orange-shape {
  position:absolute;
  top:0;
  left:0;
  width: 207px; 
  height: 27px;
  background-color: #F6C21B; 
  /* clip-path: polygon(0% 100%, 100% 100%, 90% 0%, 0% 0%); */
  clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
  
}
.green-shape {
  position:absolute;
  top:0;
  left:0;
  width: 200px;
  height: 27px;
  background-color: #993B8C;;
  clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
  
}
.deposit-box {
  box-shadow: 0px 8px 40px 0px #00260314;
  padding:16px 24px;
}
.deposit-box a:hover {
color:#F6C21B;
text-decoration:underline;
}
.deposit-box h5 {
  font-size:24px;
}

.green-shape span {
font-size:14px;
font-weight:600;

}
.deposit-area {
  position:relative;
  background-color:#FAFAFA;
}
.deposit-right img {
  /* position:absolute;
  top:105px;
  right:-22px; */
  position: absolute;
  transform: translate(-22px, -55px);
  /* right: -22px; */
}
.tp-main-menu ul li .submenu li {
  position:relative;
}

.icon-pos {
  position:absolute;
  top:6px;
  right:30px;
  font-size:12px;
}
.breadcrumb__area {
  position:relative;
}
.breadcrumb__content {
  position: absolute;
  bottom: 0;
  left: 114px;
  padding: 3px 8px;
  border-radius:5px;
  background-color:#993B8C;;
}

.fa.fa-chevron-circle-right {
  color:#993B8C;;
}

.fas.fa-angle-double-right {
  font-size:13px;
  color:#993B8C;
  
}

.list-container-ul {
  margin-top: 25px;
  padding:15px;
  border: 1px solid #993B8C;

}
.sub-list-item li {
    display: flex;
}
.sub-list-item li i {
    margin-top:5px;
}
.mobile-app-area {
  position:relative;
}
.mobile-app-right {
  position:absolute;
  bottom:0;
  right:30px;
}

.tp-main-menu.footer ul li .submenu {
    position: absolute;
    top: 8%;
    left: 145px;
    min-width: 200px;
    z-index: 99;
   
}
#top-nav-menu li a {
    color: #993B8C;
}
#top-nav-menu li.has-dropdown > a::after {
      color: #993B8C;
}
#top-nav-menu ul li .submenu li a {
    color: var(--tp-common-black);
}

#top-nav-menu ul li .submenu {
    position: absolute;
    top: 24px;
    left: 0;
    min-width: 200px;
    z-index: 99;
   
}
.baot-wrapper {
    position: fixed;
    right: 9px;
    bottom: 160px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 999;
  
}

/*======style for ChatBoat Start====*/

  .chat-container {
            position:fixed;
            right:80px;
            bottom:165px;
            width: 300px;
            z-index:999;
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }

        .chat-box {
            border: 1px solid #993B8C;
            height: 125px;
            overflow-y: auto;
            padding: 10px;
            margin-bottom: 10px;
        }

        .chat-box p {
            margin: 5px 0;
        }

        .user {
            text-align: right;
            color: blue;
        }

        .bot {
            text-align: left;
            color: green;
        }


/*======style for ChatBoat Ends====*/
.download-item li a {
    color: #993B8C;
}
.download-item li a:hover {
    color: #993B8C;
    text-decoration: underline;
}
.tp-project-content-3 a:hover {
    color:#993B8C;
   
}
.tp-service-details-wrapper {
    padding: 25px;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.46);
}

.nested-list {
  
    margin:5px 0 15px 30px;
}

/*========CSS for Gallery Start=============*/
.gallery-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.main-gallery {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.main-gallery img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #D9DBE9;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out; /* Smooth transition */
}
#main-image-rbi {
  width: auto !important;

}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 30px;
  cursor: pointer;
 
}

.left {
  left: 10px;
}

.right {
  right: 10px;
}

.thumbnail-gallery-wrapper {
  position: relative;
  width: 100%; /* or set a custom width */
  overflow: hidden; /* Hide overflowing images */
}

.thumbnail-gallery {
  display: flex;
  overflow-x: hidden; /* Allow manual scrolling */
  scroll-behavior: smooth; /* Smooth scroll for auto and manual */
}

.thumbnail {
  width: 100px; /* Adjust based on needs */
  margin-right: 10px;
  cursor: pointer;
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(153 59 140);
    color: white;
    border: none;
    padding: 6px;
    cursor: pointer;
    z-index: 1;
}

button.prev {
  left: 0;
}

button.next {
  right: 0;
}

button:hover {
  background-color: #fff;
}

.thumbnail.active {
  border: 3px solid #993B8C;
}
.logo-100 {
    width:110px;
    height:auto;
    margin-left:10px;
}
.award-box {
    padding: 15px;
    border: 1px solid #D9DBE9;
}

/* Lightbox (Fullscreen Image) Styling */
.lightbox {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* High z-index to ensure it is above everything */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Dark background */
  justify-content: center;
  align-items: center;
  opacity: 0; /* Start hidden */
  transition: opacity 0.5s ease; /* Smooth fade-in and fade-out */
  overflow:auto;
}

.lightbox.show {
  display: flex; /* Show the lightbox */
  opacity: 1; /* Fully visible */
}

.lightbox-content {
  max-width: 80%;
  /* max-height: 90%; */
  object-fit: contain;
  transform: scale(0.7); /* Start smaller */
  transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth zoom and fade */
  opacity: 0; /* Start transparent */
}

.lightbox.show .lightbox-content {
  transform: scale(1); /* Zoom to full size */
  opacity: 1; /* Fully visible */
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #bbb;
}
/*========CSS for Gallery Ends=============*/
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .quick-link-mt1 {
    margin-top: 52px;
  }
  .quick-link::after {
    content: "";
    display: block;
    width: 1px;
    height: 65px;
    background-color: #993B8C;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
  .vr-line::after {
    display:block !important;
  }
  
  .hr-line::before {
    display:block !important;
  }
  .tab-vr-line::after {
    display: none;
  }
  .hr-line-annual::before {
    display: none;
  }
  .hr-line-custom::before {
    display: none;
  }
  .hr-line-custom::after {
    display: none;
  }
  
.mobile-app-right img {
max-width: 100%;
    height: auto;
}

.mobile-app-right {
  position: absolute;
  bottom: 68px;
  width: 129px;
  right: 35%;
}
.img-space {
  margin-left: 45px !important;
}
 
}
@media only screen and (min-width: 992px){
  .quick-link-mt {
    margin-top: 62px;
  }
}


@media only screen and (max-width: 992px) {
    .tp-header-line {
        display:none;
    }
   .tp-about-btn {
        display:none !important;
    }
   .logo-text {
    font-size: 17px;
   }
   .logo-text-span {
    font-size: 12px;
   }
   .tp-header-space-1  {
    padding-bottom: 15px;
    padding-top: 15px !important;
   }
  
   .tp-header-space-1 {
    padding-left: 25px;
    padding-right: 25px;
}
.img-wrapper, .deposit-right {
  display:none;
}
}


@media only screen and (max-width: 768px) {
 .mob-mr {
  margin-top:50px;
 }
  .quick-link::after {
    display: none;
  }  
  .hr-line-annual::before {
    display:block !important;
  }
  .hr-line::before {
    display:block !important;
  }
  .arrow::before {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 25px solid #993B8C;
}
.arrow {
  width: 135px;
  height: 30px;
}
.mobile-app-right {
  display:none !important;
}
}
@media only screen and (max-width: 575px) {
  .logo-text {
    font-size:15px;
  }
  .logo-span-text {
    font-size:13px;
  }
  .tp-header-btn {
    width: 60px;
    
}
}
@media only screen and (max-width: 492px) {
  .logo-text {
    font-size:13px;
  }
  .logo-span-text {
    font-size:11px !important;
  }
  .logo-box {
    /* width: 95px !important; */
    /* height:auto; */
  }
  .tp-header-main-right-hamburger-btn {
    height: 38px;
    line-height: 70px;
  }
  .tp-header-btn {
    width: 48px;
}
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #993B8C;
    background-color: #fff;
    text-decoration:underline;
}

.logo-box {
  /* width: 75px; */
  /* height:auto; */
}
.loans-list li {
  margin-bottom:15px;
}
.loans-list li a:hover {
  text-decoration:underline;
}

.btnBoat:hover {
  background-color: transparent !important;
}

#cookieConsent {
  position: fixed;
  bottom: 0;
  background-color: #993B8C;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  display: none;
  z-index: 1000;
}
.cookieConsentContainer p {
  display: inline;
  margin-right: 10px;
}
.cookieConsentContainer button {
  background-color: #fff;
  color: #993B8C;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 5px;
}
.cookieConsentContainer #rejectCookies {
  background-color: #ec008c;
  color:#fff;
}

.fa-angle-right:before {
  font-family:'FontAwesome';
}

.custome-model-width {
  width: 730px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  right: 95px;
}

.left-animation  {
  animation: 2s left-animation;
}
@keyframes left-animation {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}


.right-animation {
  animation: 2s right-animation;
}

@keyframes right-animation {
  from {
    margin-right: -100%;
  }
  to {
    margin-right: 0%;
  }
}

body.modal-open {
  padding-right: 0 !important;
}

.cookies-btn:hover {
  cursor:pointer;
}


.controllSize {
	text-align: justify;
	margin:10px auto;
}

.controllSize a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.controllSize .boxCtrl {
	display: inline-block;
  padding:20px;
  background:#fff;
  box-shadow:0px 8px 40px 0px #00260314;
  
}
.controllSize .boxCtrl a {
    width: 52px;
    height: 52px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #f4f4f4;
    border: 2px solid #fff;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    font-size: 13px;
    padding:10px;
   
}
.controllSize .boxCtrl a:hover {
    
    border-color: #993B8C;
}
.controllSize .boxCtrl a#contrast-b {
    background-color: #f4f4f4;
    color: #000000;
    
    font-size:13px;
}
.controllSize .boxCtrl a#contrast-w {
    background-color: #f4f4f4;
    color: #000000;
   
    font-size:13px;
}

/* Constrast White */
html body.contrast-white {
    background-color: #fff !important;
  
    box-shadow: none;
}


/* Constrast Black */
html body.contrast-black {
    background-color: #000000 !important;
    color: #fff !important;
    box-shadow: none;
}
html body.contrast-black h1,
html body.contrast-black p{
	color: #fff !important;
}

#popoverContent {
  position:absolute;
  display:none;
  top: 35px;
  right: 57px;
  z-index:999;
}

.boxCtrl {
  font-size: 12px;
}

.close-btn {
  font-size:25px !important;
  margin-top:-25px;
  
}
.close-btn:hover {
  background: transparent;
}
#suggestionsList {
  position: absolute;
  display: none;
  margin-top: 0px;
  border: solid 1px #F5F5F5;
  border-top: 0px;
  overflow: hidden;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  padding:12px;
}
.display_box {
  padding:5px;
}
.display_box:hover {
  background:#993B8C;
  color:#fff;
  
}

.apple-link {
  margin-left:56px;
}
.google-play-link {
  margin-left:20px;
}

.offcanvas__close {
  top:80px;
}
