/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 05:35:55 */
:root {
  --primary: #994499;
  --secondary: #000;
	--hover:#000;
	--dark: #002842;
}

a:focus{
	outline: none !important;
}

div#site-header-inner {
    width: 100%;
}

.oceanwp-social-menu.simple-social {
    right: 0;
}

@media screen and (min-width:991px) and (max-width:1399px){
	
	div#site-header-inner{
    padding-left: 10px;
		padding-right: 10px;
}
	
	.elementor-section.elementor-section-boxed > .elementor-container,
	div#site-header-inner{
    max-width: 1200px;
}
/* 	.elementor-top-section > .elementor-container {
    max-width: 95% !important;
}

section.elementor-inner-section .elementor-container,
	.elementor-shortcode .elementor-container{
    max-width: 100% !important;
} */
}


/* Header */

header#site-header ul.sub-menu li a {
    color: #000 !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}

header#site-header ul.sub-menu {
    min-width: 220px !important;
}

header#site-header.sticky_header {
/*  background: #00284278; */
	background: #002842;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(100px);
}

@media screen and (min-width:1400px){
	div#site-header-inner {
    max-width: 1300px;
    width: 100%;
    padding: 0 10px;
}

.oceanwp-social-menu.clr.simple-social {
    right: 0;
}

div#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#site-logo {
    order: 1;
    flex: 0 0 180px;
}

.oceanwp-social-menu.clr.simple-social {
    order: 3;
    flex: 0 0 180px;
}

div#site-navigation-wrap {
    order: 2;
    flex: 1;
}

}

div#site-navigation-wrap li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}


span.elementor-button-text {
    line-height: 1.2 !important;
}


/* page title section */

header.page-header h1.page-header-title {
    display: none;
}

header.page-header .site-breadcrumbs {
    position: unset !important;
    transform: unset !important;
    top: unset;
    margin: 0;
    line-height: 1;
    height: unset;
}

header.page-header {
    padding-top: 0;
    padding-bottom: 0;
}

header.page-header > .container {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #eee;
}

/* Banner Section */

.banner_counter_section {
    max-width: 450px;
}

.banner_counter_section .elementor-container.elementor-column-gap-default > .elementor-column {
    width: auto !important;
}

.banner_counter_section .elementor-container.elementor-column-gap-default {
    grid-gap: 20px;
}

.slider_banner_main .banner_content h2 {
    max-width: 650px;
}

.slider_banner_main ul.slick-dots {
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.slider_banner_main ul.slick-dots li button {
    display: none;
}

.slider_banner_main ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100px;
    margin: 0 5px;
    position: relative;
}

.slider_banner_main ul.slick-dots li:before {
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.slider_banner_main ul.slick-dots li.slick-active:before {
    opacity: 1;
}


/* banner slider new */

.slider_banner_main.banner_slider_homepage_new .elementor-widget-container a {
    display: block;
}

/* Benefit section */

.benefit_section_images .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}

.benefit_section_images .elementor-widget-wrap.elementor-element-populated > div {
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
}

.benefit_section_images .elementor-widget-wrap.elementor-element-populated > div:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
}

.benefit_section_images .elementor-widget-wrap.elementor-element-populated > div:first-child .elementor-widget-container {
    height: 100% !important;
}

.benefit_section_images .elementor-widget-wrap.elementor-element-populated > div:first-child .elementor-widget-container > .elementor-wrapper {
    height: 100%;
    width: 100%;
}

.benefit_section_images .elementor-widget-wrap.elementor-element-populated > div:first-child .elementor-widget-container > .elementor-wrapper > div,
.benefit_section_images .elementor-widget-wrap.elementor-element-populated > div:first-child .elementor-widget-container > .elementor-wrapper > div img {
    height: 100%;
	object-fit: cover;
}


.benefit_section_main li.elementor-icon-list-item span.elementor-icon-list-icon {
    border: 1px solid #dadada87;
    border-radius: 100pc;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.benefit_section_main li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    margin: 0 !important;
    width: 18px;
    height: 18px;
}

.benefit_section_main ul.elementor-icon-list-items li {
    margin-bottom: 10px !important;
}

.benefit_section_main .elementor-custom-embed-play:before {
    content: "";
    height: 60px;
    width: 60px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}


.benefit_cards_items .elementor-widget-wrap.elementor-element-populated p, .benefit_cards_items .elementor-widget-wrap.elementor-element-populated > div {
    margin: 0;
	text-transform: capitalize;
}


@media (min-width:768px){
.benefit_cards_items .elementor-widget-wrap.elementor-element-populated > div {
    padding: 25px;
    background: #fff;
    border-radius: 0 15px;
    position: relative;
}
	.benefit_cards_items .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 30px;
}
	}

.benefit_cards_items .elementor-widget-wrap.elementor-element-populated > div:before {
    content: "";
    height: 20px;
    width: 20px;
    background: #002842;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
}

/* Our Offering cards */


@media (min-width:768px){
	.our_offering_cards .elementor-container.elementor-column-gap-default {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.our_offering_cards .elementor-container.elementor-column-gap-default > div {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    box-shadow: rgb(100 100 111 / 14%) 0px 7px 29px 0px;
}
}
.our_offering_cards p.elementor-icon-box-description {
        font-size: 18px;
    margin-bottom: -10px !important;
    margin-top: 10px !important;
    font-weight: 500;
    line-height: 1.5;
}

.our_offering_cards h3.elementor-icon-box-title {
    font-size: 20px;
}

.our_offering_cards .elementor-icon-box-content {
    padding-right: 100px;
}

.our_offering_cards .elementor-icon-box-icon {
    position: absolute;
    right: 0;
}

.our_offering_cards .elementor-icon-box-icon {
    margin: 0 !important;
}

.our_offering_cards .elementor-icon-box-icon:before {
    content: "";
    height: 130px;
    width: 130px;
    background: #F4F4F2;
    position: absolute;
    border-radius: 100%;
    top: -45px;
    right: -45px;
}

.our_offering_cards .elementor-widget-text-editor {
    padding-right: 35px !important;
}

/* Solution cards */


.our_solution_cards .elementor-container > .elementor-column > .elementor-element-populated {
    padding: 0;
}

.our_solution_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 55px;
}

.our_solution_cards .elementor-container > .elementor-column {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.our_solution_cards .elementor-image-box-content {
    position: absolute;
    bottom: 0;
}

.our_solution_cards figure.elementor-image-box-img {
    margin: 0 !important;
}


.our_solution_cards .elementor-image-box-wrapper figure,
.our_solution_cards figure.elementor-image-box-img img,
.our_solution_cards .elementor-image-box-wrapper,
.our_solution_cards .elementor-widget-image-box .elementor-widget-container,
.our_solution_cards .elementor-widget-image-box {
    height: 100%;
}

.our_solution_cards figure.elementor-image-box-img img{
    object-fit: cover;
}

.our_solution_cards .elementor-image-box-content {
    padding: 30px;
    color: #fff;
}

.our_solution_cards .elementor-image-box-content h3 {
    color: #fff;
}

.our_solution_cards figure.elementor-image-box-img a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: .6;
}

.our_solution_cards a.sol_btn_link {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    border: 1px solid;
    max-width: 130px;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
}

.our_solution_cards a.sol_btn_link:hover {
    background: var(--primary);
    border-color: var(--primary);
}


/* Testimonial Section */

.testimonial_section .slick-track {
    display: flex;
}

.testimonial_section .slick-track > div {
    height: inherit;
}


.testimonial_section .elementor-widget-testimonial {
    margin: 0 15px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 120px 30px 40px;
    border-radius: 15px;
}

.testimonial_section .elementor-testimonial-image {
    position: absolute;
    top: 30px;
}

.testimonial_section .elementor-testimonial-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial_section .elementor-testimonial-job {
    font-size: 16px !important;
}

.testimonial_section button.slick-arrow,
.solution_card_caro button.slick-arrow{
    height: 45px;
    width: 45px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 2px 17px 0px #0E174C26;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.testimonial_section button.slick-arrow.slick-next,
.solution_card_caro button.slick-arrow.slick-next{
    right: 0;
}

.solution_card_caro button.slick-prev,
.testimonial_section button.slick-prev {
	left: 0;
}

.testimonial_section button.slick-arrow:hover,
.solution_card_caro button.slick-arrow:hover{
    background: var(--primary);
    color: #fff;
}

.testimonial_section .slick-track {
    padding-top: 30px;
    padding-bottom: 50px;
}

button.slick-next.pull-right.slick-arrow.slick-disabled {
	display: none;
}

/* footer */

.custom_footer a {
    color: #fff;
}

.custom_footer .menu {
    list-style: none;
    margin: 0;
    margin-top: -28px;
}

.custom_footer .menu li {
    margin-bottom: 5px;
}


/* our solution caro section */

.solution_card_caro .slick-track {
    display: flex;
}

.solution_card_caro .elementor-widget-image-box {
    height: inherit !important;
	    margin: 0 15px;
	border-radius: 20px;
    overflow: hidden;
	min-height: 450px;
}

.solution_card_caro .elementor-image-box-content {
    position: absolute;
    bottom: 0;
}

.solution_card_caro figure.elementor-image-box-img {
    margin: 0 !important;
}


.solution_card_caro .elementor-image-box-wrapper figure,
.solution_card_caro figure.elementor-image-box-img img,
.solution_card_caro .elementor-image-box-wrapper,
.solution_card_caro .elementor-widget-image-box .elementor-widget-container,
.solution_card_caro .elementor-widget-image-box {
    height: 100%;
}

.solution_card_caro figure.elementor-image-box-img img{
    object-fit: cover;
}

.solution_card_caro .elementor-image-box-content {
    padding: 30px;
    color: #fff;
}

.solution_card_caro .elementor-image-box-content h3 {
    color: #fff;
}

.solution_card_caro figure.elementor-image-box-img a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: .6;
}

.solution_card_caro a.sol_btn_link {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    border: 1px solid;
    max-width: 130px;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
}

.solution_card_caro a.sol_btn_link:hover {
    background: var(--primary);
    border-color: var(--primary);
}


/* Product page */

.why_choose_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.why_choose_cards .elementor-container > div {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
}

.why_choose_cards .elementor-container > div:first-child {
    background: #2ea6dd24;
    border-color: #2ea6ddf7;
}

.why_choose_cards .elementor-container > div:nth-child(2) {
    background: #86b94224;
    border-color: #86b942;
}

.why_choose_cards .elementor-container > div h2 {
    margin-bottom: 0;
}

.why_choose_cards .elementor-container > div ul {
    margin-top: 0;
}

.why_choose_cards .elementor-container > div ul li {
    margin-bottom: 10px;
}

.why_choose_cards .elementor-container > div h2 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 0 100px 100px 0;
    color: #fff;
    font-size: 20px !important;
    left: -40px;
    position: relative;
}

.why_choose_cards .elementor-container > div:first-child h2 {
    background: #2ea5dc;
}

.why_choose_cards .elementor-container > div:nth-child(2) h2 {
    background: #86b942;
}

.why_choose_cards .elementor-container > div h2:before {
    content: "";
    border-right: 5px solid #1a6c93;
    border-left: 5px solid transparent;
    border-top: 5px solid #1a6c93;
    border-bottom: 5px solid transparent;
    height: 10px;
    position: absolute;
    left: 1px;
    bottom: -10px;
}

/* Key features */

.key_benefit_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.key_benefit_cards .elementor-container > div {
    width: 100%;
    background: #ffffff24;
    padding: 20px;
    border-radius: 12px;
}

.key_benefit_cards .elementor-container > div h3.elementor-image-box-title {
    margin-bottom: 10px;
}


/* Redemption categories */

.redemption_categories ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
    grid-gap: 15px;
}

.redemption_categories ul.elementor-icon-list-items li {
    border: 1px solid #eee;
    text-align: center !important;
    justify-content: center;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.redemption_categories ul.elementor-icon-list-items li:hover {
    background: #002842;
    color: #fff !important;
}

.slider_banner_main .banner_content .fullwidth  h2 {
	max-width:100% !important;
}
	

/* driving success section */

a.drive_cta_btn {
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-block;
}

a.drive_cta_btn:hover {
    background: #fff;
    color: #000;
}


.driving_success_cards figure.elementor-image-box-img img {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    display: block;
}

.driving_success_cards .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.driving_success_cards figure.elementor-image-box-img {
    display: block !important;
}

.driving_success_cards .elementor-image-box-wrapper {
    border-radius: 15px;
    overflow: hidden;
}

.driving_success_cards figure.elementor-image-box-img a {
    position: relative;
}

.driving_success_cards figure.elementor-image-box-img a:before {
    content: "";
    width: 100%;
    height: 0;
    background: #000000e8;
    position: absolute;
    left: 0;
    bottom: 0;
	transition: .3s all;
  
}

.driving_success_cards .elementor-image-box-content {
	color: #fff;
}

.driving_success_cards h3.elementor-image-box-title {
    display: inline-block;
    background: #fff;
    padding: 8px 15px;
    border-radius: 100px;
    font-size: 16px;
}

.driving_success_cards .elementor-image-box-content ul li {
    border-bottom: 1px solid #e2e2e22b;
    padding-bottom: 5px;
    padding-top: 5px;
}

.driving_success_cards .elementor-image-box-content ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.driving_success_cards .elementor-image-box-content {
    height: 75px;
}

.driving_success_cards .elementor-image-box-wrapper:hover figure a:before {
    height: 100%;
}

.driving_success_cards .elementor-image-box-wrapper:hover .elementor-image-box-content {
    height: auto;
}

.driving_success_cards .elementor-image-box-wrapper .elementor-image-box-content {
    transition: .3s all !important;
    overflow: hidden;
}

.driving_success_cards .elementor-container.elementor-column-gap-default {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.driving_success_cards .elementor-container.elementor-column-gap-default > div {
    width: 100%;
}



/* Responsive */

@media screen and (max-width:767px){
	
	.mob_slider .elementor-widget-text-editor {
    margin: 0 10px;
}

.mob_slider .slick-list.draggable {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
	
	.driving_success_cards .elementor-image-box-content {
    height: unset;
}

.driving_success_cards .elementor-image-box-content {
    color: inherit;
}

.driving_success_cards .elementor-image-box-content {
    position: unset;
    padding: 12px 0;
}

.driving_success_cards figure.elementor-image-box-img img {
    max-height: 180px !important;
    min-height: 180px;
}

.driving_success_cards h3.elementor-image-box-title {
    background: transparent;
    padding: 0;
    margin-bottom: -10px !IMPORTANT;
    display: block;
}
	
	
	
	.logo-slider img {
    height: 50px;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 10px;
}
	
	.custom_footer h2.elementor-heading-title {
    font-size: 14px !important;
}

.custom_footer .menu li a {
    font-size: 12px;
}
	
	.subheading_text br{
		display: none;
	}
	
	.slider_banner_main .elementor-widget-image {
    margin-bottom: 0 !important;
}
	
	.slider_banner_main ul.slick-dots {
    bottom: 20px !important;
}
}

@media screen and (max-width: 520px){
	.benefit_cards_items .elementor-widget-wrap.elementor-element-populated,
	.our_offering_cards .elementor-container.elementor-column-gap-default,
	.driving_success_cards .elementor-container.elementor-column-gap-default{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 12px;
	}
}
.logo-slider img:hover{
	filter:grayscale(0) !important;
}
.logo-slider img{
	filter:grayscale(100) !important;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* Dark overlay */
  z-index: 9; /* header ke neeche/uppar adjust kijiye */
  display: none;
}
.mob_slider .elementor-widget-text-editor {
    padding: 25px;
    background: #fff;
    border-radius: 0 15px;
    position: relative;
}
.mob_slider .elementor-widget-text-editor:before {
    content: "";
    height: 20px;
    width: 20px;
    background: #002842;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
}
@media (max-width:767px){
	
	ul.slick-dots {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    /* margin-top: -20px; */
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: #e2e2e2;
    margin: 0 2px;
    border-radius: 100px;
}

ul.slick-dots li.slick-active {
    background: var(--primary);
}

.our_offering_cards .elementor-widget-text-editor {
    padding-right: 0 !important;
}

.our_offering_cards .elementor-widget-text-editor br {
    display: none;
}

.our_offering_cards .elementor-icon-box-content {
    padding-right: 50px;
}
	.our_offering_cards .elementor-icon-box-icon:before {
    height: 95px;
    width: 95px;
       top: -40px;
    right: -40px;
}
	.our_offering_cards .elementor-icon{
		    font-size: 36px;
	}
	.our_offering_cards .slick-slide {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
/*     box-shadow: rgb(100 100 111 / 14%) 0px 7px 29px 0px; */
}
	.our_offering_cards_inner .elementor-container.elementor-column-gap-default > div{
		margin:10px 0 !important;
	}
	.why_choose_cards .elementor-container{
		grid-template-columns: repeat(1, 1fr);
	}
}

.sticky {
	position:sticky;
	top:0;
}
.our_offering_cards_inner .elementor-container.elementor-column-gap-default > div {
        width: 100%;
        border: 1px solid #ebebeb;
        border-radius: 20px;
        padding: 20px;
        overflow: hidden;
        box-shadow: rgb(100 100 111 / 14%) 0px 7px 29px 0px;
    }
.why_choose_cards .elementor-container > div:nth-child(2) h2:before{
	border-right: 5px solid #558516;
    border-left: 5px solid transparent;
    border-top: 5px solid #558516;
}
.bfsi-cards .elementor-widget-icon-box, .bfsi-cards .elementor-widget-icon-box .elementor-widget-container {
	height:100%;
}
.inner-cards .elementor-container.elementor-column-gap-default {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.inner-cards .elementor-column{
	width:100% !important;
	background:#fff;
	border-radius:15px;
	padding:10px;
	border-left:2px solid #07a7f7;
}
.inner-cards .elementor-icon-box-title{
	margin-bottom:10px !important;
}
@media (max-width:992px){
	.inner-cards .elementor-container.elementor-column-gap-default {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}
@media (max-width:580px){
	.inner-cards .elementor-container.elementor-column-gap-default {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}
.page-id-853 .our_offering_cards .elementor-icon-box-icon:before{
	background:transparent !important;
}
.gap .elementor-container.elementor-column-gap-default{
	gap:20px;
}
.nbfc-slider .elementor-container.elementor-column-gap-default{
	gap:20px;
}
.nbfc-slider .slick-track {
	display:flex;
	gap:20px;
	height: 100%;
}
.nbfc-slider .elementor-widget-wrap.elementor-element-populated{
	height:100%;
}
.nbfc-slider .slick-arrow, .nbfc_mob_slider  .slick-arrow{
	height: 45px;
    width: 45px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 2px 17px 0px #0E174C26;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.nbfc-slider .slick-prev , .nbfc_mob_slider  .slick-prev{
	left:0;
}
.nbfc-slider .slick-next, .nbfc_mob_slider .slick-next{
	right:0;
}
.growth-cards .elementor-widget-image-box .elementor-widget-container, .growth-cards .elementor-widget-image-box{
	height:100%;
}
.nbfc-slider .elementor-widget-wrap.elementor-element-populated {
	position:relative;
}
.nbfc-slider .elementor-widget-wrap.elementor-element-populated:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    height: 65px;
    width: 5px;
    background: #50B4D0;
}
.nbfc-slider span.elementor-icon-list-text,
.icon-lists span.elementor-icon-list-text{
    margin-top: -5px;
}
.nbfc-form label{
	padding: 0px 5px !important;
    background: #fff !important;
    margin-bottom: -10px !important;
    display: inline-block !important;
    margin-left: 15px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
	color:#4A4A4A !important;
	    z-index: 9;
    position: relative;
} 
.nbfc-form input, .nbfc-form select, .nbfc-form .select2-selection--single[role="combobox"]{
	margin-top: -12px !important;
	border: 1px solid #DDDDDD !important;
	border-radius:4px !important;
	background:#FCFDFF !important;
    height: 50px !important;
    font-size: 14px !important;
}
.nbfc-form .select2-selection__rendered{
    font-size: 14px !important;
}

.nbfc-form ::placeholder{
	color:#000;
}
.nbfc-form  .forminator-button{
	background-color: var(--e-global-color-b143a1a);
    font-size: 14px;
    font-weight: 600;
	color:#fff;
	padding:6px 22px;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
}
.nbfc-form .forminator-row  {
        margin-bottom: 20px;
    }
.nbfcflex{
	display:flex;
	
}
.nbfcflex .col{
	width:50%;
}
.nbfc-tab .elementor-tab-title{
	padding:10px 22px;
	margin:6px 0
}
.nbfc-tab .elementor-tab-title.elementor-active{
	border: 1px solid #994499 !important;
	border-radius:30px;
}
.nbfc-tab  .elementor-tabs-wrapper {
    padding-right: 30px;
	position:relative;
/*     border-right: 1px solid #c2c2c2; */
}
.nbfc-tab  .elementor-tabs-wrapper:before{
	content:"";
	position:absolute;
	top:  0;
    right: 0px;
    width: 10px;
    height: 100%;
    background: url(https://bfsii.creativenexus.agency/wp-content/uploads/2025/10/Line-28.png);
    background-repeat: no-repeat;
	background-size: contain;
} 
}
/* .nbfc-tab  .elementor-tabs-wrapper:after{
	content:"";
	position:absolute;
	bottom: 2px;
    right: 0px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    transform: rotate(45deg);
    background-color: #c2c2c2;
    z-index: 9999999; 
} */
.nbfc-tab .elementor-tabs{
	position:relative;
}
/* .nbfc-tab .elementor-tabs:before {
    position: absolute;
    content: "";
    border-right: 1px solid #c2c2c2;
    height: 100%;
    width: 1px;
    left: 24.5%;
} */
.nbfc-tab h5{
	font-size:16px;
}
@media (max-width:767PX){
	.nbfcflex{
	display:flex;
		flex-direction:column;
	
}
.nbfcflex .col{
	width:100%;
}
  .nbfc_mob_slider  .slick-prev{
	left:-20px;
}
  .nbfc_mob_slider .slick-next{
	right:-20px;
}
	.nbfc_mob_slider .slick-list.draggable{
		padding:12px;
	}
}